/**
 * Stylesheet.css
 * @author Kevin Gyberg
 */
body{
    font: 300 16px/19px 'Roboto', sans-serif; color: #444444; letter-spacing: 0.5px;
}
.header-section {
    background: #f6f9fb linear-gradient(to bottom, #fdfefe, #f6f9fb) repeat scroll 0 0;
    border-bottom: 1px solid #e8e8f8; padding: 10px 0 0;
}
.body-container{
    margin-top: 10px; margin-bottom: 10px;
}
.footer-section {
    background-color: #d5dce5; border-color: #b2b8bf; border-style: solid;
    border-width: 1px 0; margin: 0; padding: 20px 0;
}
.col-tb-5{
    margin: 5% 0; 
}
.login-form-section header+div{
    margin-top: 10px;
}
h4, .strong{
    font-weight: 400;
}
label{
    font-weight: 500;
}
.btn-group {
    margin: 6px 10px;
}
.table{
    font-size: 13px;
}
table th{
    font-weight: 400; background-color: #f8f8f8;
}
section {
    border: 1px solid #d8e8e8; margin: 15px 0;
}
aside{
    margin: 15px 0;
}
section header {
    background-color: #f7fafb; border-bottom: 1px solid #c8d8d8;
}
section.search-form-section header, section.search-result-section header{
    background-color: #c7dce2;
}
section.search-result-section header .btn{
    margin: 3px 0 0;
}
section.search-form-section > div, section.search-result-section > div{
    background-color: rgb(247, 250, 251);
}

label.form-checkbox {
    background-color: #fcfcfc; border: 1px solid #f2f2f2; padding: 6px 5px;
}
label.form-checkbox span {
    font-size: 15px; font-weight: 400; margin: 0 5px;
}
.error{
    color: #d9534f;
}
a.hot-link{
    font-weight: 400;
}
#search-result-tb td{
    word-break: break-all; padding-left: 3px; padding-right: 3px; 
}
#search-result-tb thead th:nth-child(1) {
    width: 7%;
}
#search-result-tb thead th:nth-child(2) {
    width: 10%;
}
#search-result-tb thead th:nth-child(3) {
    width: 12%;
}
#search-result-tb thead th:nth-child(4) {
    width: 8%;
}
#search-result-tb thead th:nth-child(5) {
    width: 8%;
}
#search-result-tb thead th:nth-child(6) {
    width: 8%;
}
#search-result-tb thead th:nth-child(7) {
    width: 10%;
}
#search-result-tb thead th:nth-child(8) {
    width: 9%;
}
#search-result-tb thead th:nth-child(9) {
    width: 5%;
}
#search-result-tb thead th:nth-child(10) {
    width: 4%;
}
#search-result-tb thead th:nth-child(11) {
    width: 7%;
}
#search-result-tb thead th:nth-child(12) {
    width: 6%;
}
#search-result-tb thead th:nth-child(13) {
    width: 6%;
}

.form-horizontal.form-override label.control-label{
    text-align: left;
}
#search-result-tb tbody td:nth-child(4),#search-result-tb tbody td:nth-child(5),
#search-result-tb tbody td:nth-child(6),
#search-result-tb tbody td:nth-child(8), #search-result-tb tbody td:nth-child(11) {
    white-space: nowrap;
}
#search-result-tb tbody tr td{
    background-color: #fff;
}
#search-result-tb tbody tr.thead td{
    background-color: #f8f8f8;
}

/*-----------------------------------
 * Dashboard Page
 *-----------------------------------
 */
aside ul li {
    background-color: #f7fafb;
    border: 1px solid #d8e8e8;
    padding: 5px 10px;
    width: 98%;
}

/*-----------------------------------
 * Header Menu
 *-----------------------------------
 */
nav.navbar-inspec{
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
}
nav.navbar-inspec .navbar-header button{
    border: 1px solid #b2b8bf; 
}
nav.navbar-inspec .navbar-header button span.icon-bar{
    background-color: #b3b3b3;
}
nav.navbar-inspec .nav.navbar-nav li a{
    color: rgba(0, 35, 92, 0.5);
    font-weight: 400;
    text-transform: uppercase;
}
nav.navbar-inspec .nav.navbar-nav li a:hover, nav.navbar-inspec .nav.navbar-nav li.active a,
nav.navbar-inspec .nav.navbar-nav li a:focus{
    color: rgba(0, 35, 92, 1);
    background-color: transparent;
}
.restict-xs-control-holder{
    display: none;
}
.admin-data-row .row div{
    background-color: #F0F0F0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #c8d8d8;
    padding-top: 8px;
    padding-bottom: 8px;
}
.admin-data-row .row div:last-child{
    border-width: 0px 0px 1px 0;
    background-color: #F7F7F7;
    padding: 8px;
}
.admin-data-row:last-child .row div{
    border-bottom-width: 0;
    text-overflow: ellipsis;
}
.glyphicon-user.admin-type{
    color: #009933;
}
.glyphicon-user.user-type{
    color: #FFEEFF;
}
.cb-label{
    margin-top: 5px;
    background-color: #E4E4E4;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 0 0 0 5px;
}
.cb-label span{
    padding: 3px 5px;
    background-color: #f2f2f2;
    display: inline-block;
    border-left: 1px solid #ccc;
}
.btn-add-user{
    float: right;
    margin: 7px 5px 0 0;
}
.input-group{
    margin-bottom: 5px;
}
.input-group .form-control{
    z-index: 1;
}
.success-msg {
    color: #3c763d;
}
.error-msg {
    color: #d9534f;
}
.loader-msg {
    display: block;
    text-align: center;
    color: #337ab7;
    animation: insp-loader 2s infinite;
    font-weight: 500; 
}
@keyframes insp-loader{
    0% { opacity: 0;}
    50% { opacity: 1;}
    100% { opacity: 0;}
}
.custom-button {
    cursor: pointer;
}
.custom-button:hover {
    background: #fff;
}
.custom-button span {
    color: #337ab7;
    font-size: 16px;
}
.custom-button:hover span {
    color: rgba(0, 35, 92, 1);
}
.custom-dp-company-name .input-group.has-error {
    margin-bottom: 20px;
}
.custom-dp-company-name .has-error .input-group-addon {
    background-color: #EEEEEE;
    border-color: #CCCCCC;
}
.custom-dp-company-name .error {
    position: absolute;
    left: 0;
    bottom: -20px;
}

@media (max-width:700px){
    body{
        font-size: 13px;
    }
    h4{
        font-size: 15px;
    }
    section{
        margin: 5px 0;
    }
    nav.navbar-inspec {
        margin-bottom: 0;
    }
    .restrict-xs-control-holder{
        display: block;
    }
    .restrict-xs-control {
        border: 1px solid #999;
        border-radius: 2px;
        width: 25px;
        cursor: pointer;
    }
    .restrict-xs-control span.icon-bar {
        background-color: #b3b3b3;
        display: block;
        height: 1px;
        margin: 4px auto;
        width: 20px;
    }
    .restrict-xs{
        display: none;
    }
    .restrict-xs.override-display{
        display: block;
    }
    .restrict-xs-control.active {
        background-color: #f2c868;
    }
    .restrict-xs-control.active span.icon-bar {
        background-color: #fff;
    }
    form label.control-label, form label.form-checkbox span, form .btn,
    form input.form-control, form select.form-control{
        font-size: 80%;
    }
    label.form-checkbox{
        padding: 2px 3px;
    }
    form .btn{
        padding: 1px 5px;
    }
    .btn-group {
        margin: 6px 5px;
    }
    .btn-add-user {
        margin: 0;
        left: -1px;
        position: absolute;
        top: -25px;
        width: 100%;
    }
}