@import url('./_navbar.css');
@import url('./_tabs.css');

body {
  padding-top: 60px;
  height: 100vh;
  overflow-y: hidden;
}

@media (min-width: 1300px) {
    body {
        padding-top: 98px;
    }
}

body > .container-fluid {
    overflow-y: auto;
    height: 100%;
}

.extra-height {
  height: 150vh;
}

.page {
    padding: 30px 0;
}

.page-title {
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 30px;
    color: #666;
}

.page-toolbar {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .container-fluid {
        // padding: 0;
    }
}


.action-buttons {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.action-buttons .btn {
    margin-right: 6px;
}


/* --------------------------------------------------------------------------------------
 | Payment Types
 | --------------------------------------------------------------------------------------
 */

.payment-type-form input[name="order"] {
    max-width: 80px;
}

.payment-type-form input[name="name"] {
    max-width: 320px;
}

/* --------------------------------------------------------------------------------------
 | Resource Types
 | --------------------------------------------------------------------------------------
 */

.resource-type-form .form-control.name-control {
    max-width: 320px;
}

.resource-type-form .input-group.color-control {
    max-width: 140px;
}


.widgetInputTable tr td {
    padding-top: 15px;
}
.widgetInputTable tr > td:first-child {
    padding-right: 15px;
    padding-top: 22px;
    text-align: right; 
    min-width: 110px;
    vertical-align: top;
}

.widgetInputTable tr td input, .widgetInputTable tr td select, .widgetInputTable tr td textarea {
    padding: 6px;
}
.widgetInputTable tr td input[type="checkbox"] {
    margin: 15px 0px 0px 0px;
}
.widgetInputTable .hint {
    padding-left: 6px;
    color: #626262;
    font-style: italic;
}

label {
    /*font-weight: normal;*/
}

.date-picker > .input-group {
    min-width: 600px;
}

.weekDaySelector {
    border: none !important;
}
.weekDaySelector .day {
    text-align: center;
    text-decoration: none;
}
.weekDaySelector .selected {
    background-color: #18bc9c !important;
    background-color: #3498db !important;
    
    border: none !important;
}
.weekDaySelector .selected a {
    color: #fff;
}


.testing {
    margin-top: 48px;
    margin-bottom: 48px;
}

.on-duty-call-sheet > tbody > tr > td:hover {
    background: #18bc9c;
    color: #fff;
    cursor: pointer;
}
.on-duty-call-sheet > tbody > tr td:first-child {
    background: none;
    color: #000;
    cursor: default;
}

.yes {
    background: #3498db;
}
.no {
    background: transparent;
}

.fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0px;
    background: #fff;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0);
}
.fixed-bottom-bar .container-fluid {
   

}



#course-results {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#course-results table {
    margin-bottom: 0;
}

#course-results table tr {
    border-bottom: 1px solid #dedede;
}

#course-results table tr:last-child {
    border-bottom: none;
}

#course-results a, #course-results tr {
    transition: all 200ms linear;
}


#course-results .course-name {
    font-weight: 700;
  
}
#course-results .course-name a {
    color: #333;
    text-decoration: none;
}
#course-results .course-name a:hover {
    color: #18bc9c;
}

#course-results .course-description {
    // color: #666;
}



@media (max-width: 768px) {

    #course-results table tr td {
        display: block;
        text-align: left !important;
    } 

    #course-results .course-name { 
       padding-top: 24px;
    }

     #course-results .course-action { 
       padding-bottom: 24px;
    }



}

.full-height {
  height: 100% !important;
}
