html,
body {
    height: 100%;
    font-size: 13px !important;
    color: #777;
    /*background-color: #F9F9F9;*/
}

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

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

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

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.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;
}



    .form-cols-container{
        float: left;
        width: 100%;
    }
    
    .form-cols1{
        float: left;
        width: 100%;
        padding-left: 10px;
    }
    
    .form-cols2{
        float: left;
        width: 50%;
        padding-left: 10px;
    }
    
    .form-cols3{
        float: left;
        width: 33%;
        padding-left: 10px;
    }
    
    .form-cols4{
        float: left;
        width: 25%;
        padding-left: 10px;
    }
    
    
/*
jc init
*/

table.tbl-configurations{
    border-collapse: collapse;
}

table.tbl-configurations table thead th, table.tbl-configurations table tbody td{
    border: 1px solid #ffffff;
    background-color: #999;
}

.text-gray{
    color: #a6a6a6;
}

.upper-buttons{
    text-align: right;
}

.content-popup-vertical-scroll{
    height: 600px; 
    overflow-y: scroll; 
    overflow-x: hidden;
}

.label-devices{
    background-color: #3a87ad !important;
}

.grid-view-headers-icons{
    position: absolute;
    right: 0;
    bottom: 0;
}
.grid-view-headers-icons .icon-filter{
    width: 12px;
    height: 12px;
}
.grid-view-headers-icons .icon-cancel{
    cursor: pointer;
}

.icon-required-field{
    width: 12px;
    height: 12px;
}

.btn-modal-filters{
    margin-right: 15px;
}

h1, .h1{
    color: #666;
}

.btn{
    font-size: 13px;
}

/* checkbox format */
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 3px;
}
    
input[type=checkbox]:checked:before {
    background-color: #dadada;
}    
    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 0;
        left: 0;
        border: 1px solid #555555;
        border-radius: 3px;
        background-color: white;
    }
    
    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 4px;
        height: 8px;
        border: solid black;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 5px;        
        
        
    }            


/*
jc end
*/