html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 40px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}


.logo {
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
}

.yva-logo {
    background-image: url('../images/yva-logo.png');
}

.kia-logo {
    background-image: url('../images/yva-logo.png');
}

.tme-logo {
    background-image: url('../images/tme-logo.png');
}

.content {
    margin-top: 25px;
}


.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.top-spacing {
    margin: 15px 0px;
}

/*.text-center*/

#content-table {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
}

#content-table textarea {
    padding: 2px 0 0 5px;
    color: #535353;
    width: 100% !important;
}

#content-table label {
    font-weight: normal;
}

#content-table .column {
    display: table-cell;
    width: 100%;
    padding: 2px;
    color: #000000;
    font-size: 13px;
    border: 1px #9A9A9A solid;
}

#content-table .column-left {
    width: 20%;
    border-right: 0px;
}

#content-table .column-right {
    width: 80%;
}

#content-table .column .header {
    padding: 2px;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

#content-table .column .header-left {
    background-color: #033458;
}

#content-table .column .header-right {
    background-color: #0067AB;
}

#content-table .header-right a {
    color: #ffffff;
    margin-right: 15px;
    cursor: pointer;
}

#content-table .column-left .item {
    margin: 2px;
    padding: 2px;
    border: 1px #000000 solid;
    background-color: #ffffff;
}

#content-table .help-block {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}

#content-table .table {
    background-color: #ffffff;
}

#content-table .table th {
    color: #ffffff;
    background-color: #2488DF;
    border: 0px;
}

#content-table .table td {
    vertical-align: middle;
}

#content-table .table input[type=checkbox] {
    margin: 0px;
}

.custom-tags {
    padding: 0px 3px 0px 5px;
    border: 1px solid #bcbcbc;
    border-radius: 15px;
    display: inline-flex;
    margin: 5px 5px 0px 0px;
}

.delete-button {
    cursor: pointer;
    font-size: 20px;
    color: #575353;
    height: 20px;
    width: 20px;
    transform: translateY(8%);
}

.code-name { padding: 3px; }

.checkbox{
    transform: scale(1.4, 1.4) !important;
}

.download {
    padding-left: 24px;
    width: 100px;
    height: 30px;
    cursor: pointer;
}



.modules {
    margin: 4px 2px 0px;
    color: #337ab7;
}

.modules-color {
   color:black;
}

.collapsed-dropdown {
    padding-left: 8% !important;
    border :1px solid #D5D5D5 !important;
    margin-top: -2px !important;

}

.checkbox-resize {
    margin: 5px 0 0 !important;
}

.left-align {
   text-align: left !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .code-name { padding: 4px !important;}
}

.upload-container { padding: 10px; }
.upload-container hr { margin: 5px 0 5px 0;}

/* Sortable table */
.sortable th { cursor: pointer; }


/* vci module classes */
.add-new-file-container {
    display: flex;
    margin-bottom: 14px;
}

.well-custom {
    display: flex; flex-direction: column; justify-content: space-around; padding: 6px 0px;
}

.well-custom .well-inner {
    display: flex;
    min-height: 40px;
}
.well-custom .well-inner .input-area ,
.well-custom .well-inner .buttons-area {
    display: flex; flex-direction: row; justify-content: space-around; align-items: center;
}

.well-custom .well-inner .input-area {
    flex: 2;
}

.well-custom .well-inner .buttons-area {
    flex: 1;
}

.well-custom .well-inner .buttons-area i {
    cursor: pointer;
}

.well-custom .well-inner .buttons-area .btn-subdrivers {
    display: block;
    width: 90%;
}

.well-custom .well-inner .input-area label {
    min-width: 130px !important;
    padding-left: 10px;
    text-align: left;
}

.well-custom .well-inner .input-area div {
    width: 100%;
}

.hidden-well {
    display: none !important;
}

.files-offset {
    margin-left: 35px;
}

.market-example-form .row {
    padding-bottom: 15px !important;
}

.market-example-form hr {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.market-example-form a.with-spacing {
    text-overflow: ellipsis; 
    overflow: hidden;
    flex-direction: inherit;
    justify-content: flex-start;
    display: flex;
}

.market-example-form a.with-spacing i {
    margin: 2px 5px;
    justify-content: flex-start;
    display: flex;
}

.ui-datepicker {
    left:  951px !important;
    width: 165px !important;
}

.ui-widget-header {
    border: none !important;
    background: white !important;
    color: #222222;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 95% !important;
    margin-right: 2% !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin-top: 5px !important;
}

.imageSelected { cursor: pointer !important; }

#divisionCreateForm div:nth-child(1) { margin-bottom: 15px !important;}
#divisionCreateForm input[type=checkbox] { margin: 0px; }
.hhc-checkbox { display: flex; height: 25px; align-items: center; }

/* IE fixes */
