﻿body {
    padding-bottom: 20px
}
#loading {
    background: url('/images/loading.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
.margin-zoomout {
    margin: 20px;
    height: 600px;
    width: 500px;
}

.margin-zoomin {
    margin: 40px;
    height: 600px;
    width: 500px;
}

#dvcbd {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 20px;
    z-index: 20000;
}

.dvnotes {
    opacity: 2;
    background-color: floralwhite;
    box-shadow: 10px 10px black;
    position: fixed;
    width: 100%;
    height: 200px;
    top: 2px;
    left: 0;
    z-index: 12000;
    margin: 30px;
    justify-content: center;
    padding: 30px;
}

.bnotes {
    font-size: 18px;
    font-weight: 500;
}

.list-records {
    position: relative;
    text-align: left;
    border-radius: 4px;
    border-style: solid;
    border-width: 0.5px;
    border-color: #211551;
    width: 100%;
    height: 400px;
    padding-left: 10px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.list-records-overlay {
    position: relative;
    text-align: left;
    border-radius: 4px;
    border-style: solid;
    border-width: 0.5px;
    border-color: #211551;
    width: 100%;
    height: 630px;
    padding-left: 10px;
    overflow: auto;
    margin-bottom: 1.5em;
}

.scroll-area {
    overflow-x: scroll;
    overflow-y: scroll;
}

.list-records-no-border {
    position: relative;
    text-align: left;
    width: 100%;
    height: 400px;
    padding-left: 0px;
    overflow-x: auto;
    overflow-y: auto;
}

.list-records-fixed {
    position: relative;
    text-align: left;
    border-radius: 4px;
    border-style: solid;
    border-width: 0.5px;
    border-color: #211551;
    width: 100%;
    padding-left: 0px;
    overflow-x: scroll;
}

.td_req {
    padding: 1px;
    width: 200px;
    height: 120px;
    background-color: lightblue;
}

.td_booked {
    padding: 1px;
    width: 200px;
    height: 120px;
    background-color: lightgreen;
}

.td_none {
    padding: 1px;
    width: 200px;
    height: 120px;
    background-color: none;
}

.table_tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    /* background-color: #211551;
    color: #eee;*/
}
thead th {
    position: sticky;
    top: 0;
}

.progress {
    width: 100px;
    border: 1px solid black;
    position: relative;
    padding: 3px;
    background-color: lightgrey;
}

.percent {
    position: absolute;
    left: 50%;
}

.bar {
    height: 20px;
    background-color: lightblue;
    width: 30%;
}

.title {
    cursor: pointer;
}

input::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 4;
    overflow: visible;
}

.disabledContent {
    cursor: not-allowed;
    background-color: rgb(229, 229, 229) !important;
    pointer-events: none;
}

.fade-in-image {
    display: block;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out-image {
    display: none;
    animation: fadeOut 2s;
    -webkit-animation: fadeOut 2s;
    -moz-animation: fadeOut 2s;
    -o-animation: fadeOut 2s;
    -ms-animation: fadeOut 2s;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ddempgr {
    height: 80%;
}

.dsquad {
    background-color: bisque;
    color: black;
    font-weight: bold;
    border: none;
}
/* Autocomplete
----------------------------------*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

ul.ui-autocomplete {
    z-index: 2000;
}

/* Menu
----------------------------------*/
.ui-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block;
    width: 627px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 600px;
        font-size: 20px;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                margin: -1px;
            }

input[type=text] {
    width: 100%
}

textarea {
    width: 100%;
    resize: none
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0 1em;
    height: 2em;
    line-height: 2em;
    font-size: .9em;
    font-weight: 700;
    z-index: 100;
    background: #fff
}

.filterrow {
    display: block
}

.filterbutton {
    display: none
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.pagination > li > a {
    background-color: #fff;
    color: #228b22
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #5a5a5a;
        background-color: #eee;
        border-color: #ddd
    }

.pagination > .active > a {
    color: #fff;
    background-color: #228b22 !important;
    border: solid 1px #228b22 !important
}

    .pagination > .active > a:hover {
        background-color: #228b22 !important;
        border: solid 1px #228b22
    }

.tabs {
    width: 100%;
    display: inline-block
}

.div-border1 {
    border: 1px solid #ccc;
    border-radius: 15px
}

.traffic-green {
    background-color: #98fb98
}

.traffic-blue {
    background-color: #daa520
}

.traffic-progess-blue {
    background-color: #1e90ff
}

.traffic-complete {
    background-color: #a9a9a9
}

.traffic-red {
    background-color: tomato;
}

.traffic-brightred {
    background-color: red;
    color: white;
}

.traffic-paleturquoise-blue {
    background-color: #afeeee
}

.ddUserStatus {
    background-color: forestgreen;
    color: white;
    font-weight: bold;
}

.cbh {
    display: none;
}

    .cbh:checked + .cbhl {
        background: green;
    }

.cbhl {
    background: #ccc;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
}

.cbh + .cbhl {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.tgl, .tgl::after, .tgl::before, .tgl *, .tgl ::after, .tgl ::before, .tgl + .tgl-btn {
    box-sizing: border-box;
}*/


.cbh:checked + .cbhl::after {
    left: 50%;
}

.cbhl::after {
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease;
}

.cbh + .cbhl::after {
    left: 0;
}

.cbh + .cbhl::after {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}


#divcontainer {
    background-color: red;
    overflow: hidden;
    width: 100%
}

#divinner {
    overflow: hidden;
    width: 2000px
}

.divchild {
    float: left;
    width: 25%;
    padding: 5px;
    margin: 5px;
    border: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    height: 150px;
    border-radius: 25px 30px 40px 20px
}

.dvchildinner {
    margin: 30px 15px 15px 15px;
    cursor: pointer
}

.dvmobmenu {
    display: none
}

.dvmenu {
    display: block
}

.disable {
    background: #ccc;
    cursor: none
}

.tab-links:after {
    display: block;
    clear: both;
    content: ''
}

.tab-links li {
    margin: 0 5px;
    float: left;
    list-style: none
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    background: #7fb5da;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear .15s
}

    .tab-links a:hover {
        background: #a7cce5;
        text-decoration: none
    }

li.active a, li.active a:hover {
    color: #4c4c4c;
    background: #ccc
}

.tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0,0,0,.15);
    background: #fff
}

.tab {
    display: none
}

    .tab.active {
        display: block
    }

a {
    cursor: pointer
}

.next-action {
    color: #ff4500
}

.reqmsg {
    display: none;
    color: #ff4500;
    font-size: 15px;
    font-weight: 700
}

.successmsg {
    color: #228b22;
    font-size: 15px;
    font-weight: 700
}

.incoming {
    background: orange
}

.overdue {
    background: orange
}

.secondaryhighlighted {
    background: #a9a9a9
}

.coursecompleted {
    background: #5cb85c
}

.tr3 {
    background: green
}

.tr4 {
    background: yellow
}

.tr5 {
    background: bisque;
}

.page-sub-title {
    text-align: center;
    border-radius: 0
}

.sub-title-t {
    display: block;
    margin: 0 auto
}

.hover-green:hover {
    transition: all .2s linear;
    background: green
}

.trainingexport {
    padding-left: 10em
}

#exportcsv {
    background: url(/images/csv2.jpg) no-repeat scroll;
    padding-left: 30px
}

.modal-header-add {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.color-white {
    color: #fff !important
}

.spanr {
    padding: 10px;
    display: inline;
    border-radius: 2px;
    font-family: Arial;
    border: 0;
    margin: 0 10px;
    background: lightblue;
    font-size: 9px;
    line-height: 15px;
    color: black;
    width: auto;
    height: auto;
    box-sizing: content-box;
    font-weight: 400;
}

.spanb {
    padding: 10px;
    display: inline;
    border-radius: 2px;
    font-family: Arial;
    border: 0;
    margin: 0 10px;
    background: lightgreen;
    font-size: 9px;
    line-height: 15px;
    color: black;
    width: auto;
    height: auto;
    box-sizing: content-box;
    font-weight: 400
}

.spancb {
    padding: 10px;
    display: inline;
    border-radius: 2px;
    font-family: Arial;
    border: 0;
    margin: 0 10px;
    background: lightgreen;
    font-size: 9px;
    line-height: 15px;
    color: black;
    width: auto;
    height: auto;
    box-sizing: content-box;
    font-weight: 400
}

.agreen {
    color: green;
    text-decoration: underline;
    font-weight: 700
}

.ared {
    color: red;
    text-decoration: underline;
    font-weight: 700
}

.aorange {
    color: orange;
    text-decoration: underline;
    font-weight: 700
}

.background-orange {
    background: #f1b700 !important
}

.text-underline {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer
}

.pos-rel {
    position: relative !important
}

.pos-abs {
    position: absolute !important
}

.ta-resize {
    resize: vertical !important
}

a, a:active, a:visited {
    text-decoration: none !important
}

input[type=file] {
    display: inline-block;
    height: 2.5em;
    background: #01604a;
    color: #fff;
    width: 100%
}

li {
    list-style: none
}

.float-clear {
    clear: both
}

.slide {
    display: none
}

.clear {
    clear: both
}

.hide {
    display: none
}

.show-b {
    display: block
}

.show-ib {
    display: inline-block
}

.not-active {
    pointer-events: none;
    cursor: default;
    background-color: grey
}

.active {
    cursor: pointer
}

.show-il {
    display: inline
}

.show-mobile-b {
    display: none
}

.show-mobile-ib {
    display: none
}

.show-mobile-il {
    display: none
}

.align-center {
    text-align: center !important
}

.align-left {
    text-align: left !important
}

.align-right {
    text-align: right !important
}

.align-center-m {
    text-align: left
}

.width-50 {
    width: 50% !important
}

.form-control-nonedit {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    padding: 0 1em;
    border-radius: 4px;
    font-size: 1.5em
}

.header-link-report {
    width: 100%;
    display: inline-block;
    color: #5cb85c
}

.header-link:hover {
    opacity: .75;
    color: #fff
}

.header-link {
    width: 100%;
    display: inline-block;
    color: #fff
}

    .header-link:hover {
        opacity: .75;
        color: #fff
    }

.header-urgent {
    background-color: red;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 1.5em;
    text-transform: uppercase
}

.header-due {
    background-color: #ff6a00;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 1.5em;
    text-transform: uppercase
}

.header-report {
    background-color: #ff6a00;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    text-transform: uppercase
}

.header-running {
    background-color: green;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 1.5em;
    text-transform: uppercase
}

.header-running-blue {
    background-color: #337ab7;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 1.5em;
    text-transform: uppercase
}

.header-running-red {
    background-color: #8b0000;
    color: #01604a;
    font-weight: 700;
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 1.5em;
    text-transform: uppercase
}

.header-running-dash {
    background-color: #7fb5da;
    color: #4c4c4c;
    font-weight: 600;
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 16px;
    text-transform: uppercase
}

.header-general {
    background-color: #fff;
    color: #01604a;
    font-weight: 700;
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 1.5em;
    text-transform: uppercase
}

.th-matrix {
    background-color: bisque;
    color: #000;
    font-weight: 700;
    font-size: 15px
}

.th-material {
    background-color: lightgrey;
    color: #000;
    font-weight: 700;
    font-size: 15px
}

.th-job {
    background-color: lightgrey;
    color: #000;
    font-weight: 700;
    font-size: 15px
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12em;
    margin-bottom: 4em
}

.body-contentM {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12em;
    margin-bottom: 4em
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%
}

#qrCode {
    margin: 15px
}

.top-margin-1 {
    margin-top: 1em
}

.inputtext-dash {
    width: 80%;
    margin: .5em 4em .5em .5em
}

.dropdown-dash {
    width: 80%;
    margin: .5em .5em .5em 4em
}

.dropdown-dash-year {
    width: 25%;
    margin: .5em 2em .5em 35em
}

.dropdown-dash-month {
    width: 25%;
    margin: .5em 40em .5em 1em
}

.header-d {
    overflow: auto;
    margin-bottom: 2em;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: 10em;
    top: 0
}

.header-d-ra {
    height: 18em;
    font-size: 14px;
}

.header-d-ra-max {
    height: 20em;
    font-size: 25px;
}

.header-logo-d {
    padding: .25em;
    float: left
}

.header-logo-title-d {
    float: right;
    padding: .25em 1em 0 0;
    text-align: right
}

.header-title-s {
    color: #01604a;
    font-weight: 700
}

.header-stitle-s {
    color: #5cb85c;
    font-weight: 700
}

.dtcont {
    width: 90%
}

.thh {
    font-weight: 700;
    padding: 0 !important
}

.trowh {
    margin: 1em 0 .5em;
    background: #01604a;
    min-height: 2em;
    line-height: 2em;
    padding: 0 .25em;
    color: #fff;
    border-bottom: 1px solid #ccc
}

.tcolh1 {
    display: none
}

.trowh-blue {
    margin: 1em 0 .5em;
    background: #ccc;
    min-height: 2em;
    line-height: 2em;
    padding: 0 .25em;
    color: #fff;
    border-bottom: 1px solid #ccc
}

.trowh-blue-hw {
    margin: 0em;
    background: #ccc;
    min-height: 2em;
    line-height: 2em;
    padding: 0em;
    color: #fff;
    border-bottom: 1px solid #ccc
}

.trowd {
    margin: .25em 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

.tdd {
    padding: 0 !important;
    min-height: 2em;
    overflow: hidden
}

.dt-row {
    margin: 1em 0 0 !important
}

.dt-row-full-border {
    border: 1px solid #ccc
}

.dt-row-margin {
    padding: 0 .25em
}

.dt-row-margin-up-mob {
    margin-top: 0
}

.dt-row-margin-up {
    margin-top: 2em
}

.dt-row-margin-up1 {
    margin-top: 1em
}

.dt-row-border {
    border-bottom: 1px solid #ccc
}

.dt-height-limit-5 {
    height: 5em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-10 {
    height: 10em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-15 {
    height: 15em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-20 {
    height: 10em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-21 {
    height: 21.5em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-25 {
    height: 25em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-25-noscroll {
    height: 25em
}

.dt-height-limit-100 {
    height: 100em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-30 {
    height: 10em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-35 {
    height: 35em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-40 {
    height: 40em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-45 {
    height: 45em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-height-limit-50 {
    height: 50em;
    overflow-y: scroll;
    overflow-x: hidden
}

.dt-title {
    font-weight: 700;
    background: #319138;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 2em;
    line-height: 2em;
    margin-bottom: .25em;
    padding-left: 1em;
    border-radius: 4px
}

.dt-title-small {
    font-weight: 700;
    background: #319138;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 2em;
    line-height: 2em;
    margin-bottom: .25em;
    padding-left: 1em;
    border-radius: 4px;
    font-size: 12px
}

.dt-title-blue {
    font-weight: 700;
    background: #337ab7;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 2em;
    line-height: 2em;
    margin-bottom: .25em;
    padding-left: 1em;
    border-radius: 4px
}

.dt-title-grey {
    font-weight: 700;
    background: #ccc;
    display: inline-block;
    width: 100%;
    color: #4c4c4c;
    height: 2em;
    line-height: 2em;
    margin-bottom: .25em;
    padding-left: 1em;
    border-radius: 4px
}

.dt-title-grey-small {
    font-weight: 700;
    font-size: 12px;
    background: #ccc;
    display: inline-block;
    width: 100%;
    color: #4c4c4c;
    height: 1.5em;
    line-height: 1.5em;
    margin-bottom: .10em;
    padding-left: 1em;
    border-radius: 4px
}

.dt-title-action {
    font-weight: 700;
    background-color: #01604a;
    color: #fff;
    margin-top: 1em;
    height: 2em;
    line-height: 2em;
    border-radius: 2px
}

.dt-title-action-blue {
    font-weight: 700;
    background-color: #337ab7;
    color: #fff;
    margin-top: 1em;
    height: 2em;
    line-height: 2em;
    border-radius: 2px
}

.dt-title-action-incoming {
    font-weight: 700;
    background-color: orange;
    color: #fff;
    margin-top: 1em;
    height: 2em;
    line-height: 2em;
    border-radius: 2px
}

.dt-title-cb {
    font-weight: 700;
    color: green;
    display: inline;
    margin-right: 1em
}

.dt-actions {
    margin-top: 2em
}

.row-action {
    margin-top: 2em
}

.nav-link {
    font-size: 1.1em;
    font-weight: 700
}

.nav-link-blue {
    background-color: #00f
}

.nav-link-green {
    background-color: green
}

.nav-link-red {
    background-color: red
}

.nav-link-c-blue {
    color: #00f
}

.nav-link-c-green {
    color: green
}

.nav-link-c-red {
    color: red
}

.list-action-white {
    color: #fff !important
}

.icon {
    margin-right: .25em
}

.dbtn {
    color: #fff;
    margin: .25em 0
}

.dbtna {
    color: #fff !important;
    display: inline-block;
    height: 4em;
    line-height: 4em;
    width: 100%;
    border-radius: 5px;
    opacity: .9;
    margin: .5em 0
}

.dbtn-w {
    width: 100%;
    height: 2.5em
}

.dbtn-wa {
    color: #fff !important;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    width: 100%;
    border-radius: 5px;
    opacity: .9
}

.dbtna:hover {
    opacity: 1
}

.action-new-li {
    list-style-type: none;
    display: inline-block
}

.list-action-li {
    display: inline-block;
    background: #01604a;
    width: 10em;
    text-align: center !important;
    color: #fff;
    border-radius: 2px;
    margin: .25em 0;
    height: 2em;
    line-height: 2em;
    opacity: .8;
    cursor: pointer
}

    .list-action-li:hover {
        opacity: 1;
        color: #fff
    }

.row-upload {
    background: #ccc;
    padding: 1em;
    border-radius: 2px
}

.img_preview {
    max-width: 80%
}

.df-img {
    width: 100px;
    margin-top: 0
}

.file-a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center
}

.file-logo {
    width: 15%
}

.file-a-s {
    font-size: .9em
}

.form-date-pair {
    display: inline-block;
    width: 50% !important
}

.row-filter-header {
    margin-top: .5em
}

.svg-body {
    width: 100%;
    height: 600px
}

.svg-body-path {
    fill: #ccc;
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: 1;
    stroke-width: .5
}

    .svg-body-path:hover {
        fill: red
    }

.svg-body-part-active {
    fill: #a00
}

.box-edit-container {
    display: none
}
.file-cont1 {
    height: 9em;
    margin: .25em;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    padding: .5em;
    font-size:8px;
}

    .file-cont1:hover > .file-del {
        display: inline-block
    }

.file-cont {
    height: 5em;
    margin: .25em;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    padding: .5em
}

    .file-cont:hover > .file-del {
        display: inline-block
    }

.file-del {
    position: absolute;
    bottom: .25em;
    right: .25em;
    display: none
}

.section-title {
    border-bottom: 1px solid #ccc;
    margin-top: 2em
}

.adv-btn {
    border-width: 4px
}

.adv-active {
    opacity: 1;
    border: 4px solid green;
    color: green;
    font-weight: 700
}

.ev-left, .ev-right {
    width: 50%;
    float: left
}

.box-b {
    border-bottom: 1px solid #ccc;
    margin-top: 1em
}

.alsocontainer {
    border: 1px solid #ccc;
    padding: .25em;
    border-radius: 3px;
    min-height: 4em;
    max-height: 8em;
    overflow: auto
}


.form-action {
    position: fixed;
    z-index: 100;
    padding: 2em 2em;
    background: #fff;
    border: 6px solid #01604a;
    border-radius: 4px;
    top: .25em;
    width: auto;
    left: 40%;
    text-align: center
}

    .form-action a, .form-action input {
        margin: .25em;
        min-width: 8em;
        font-weight: 700
    }

.alsorow {
    margin-top: .5em;
    padding: .25em;
    position: relative
}

    .alsorow:hover {
        background: #eee
    }

        .alsorow:hover > .alsorowd {
            display: inline-block
        }

.alsorowd {
    cursor: pointer;
    position: absolute;
    right: .25em;
    display: none
}

.alsoprow {
    margin-top: .5em;
    padding: .25em;
    position: relative
}

    .alsoprow:hover {
        background: #eee
    }

        .alsoprow:hover > .alsoprowd {
            display: inline-block
        }

.alsoprowd {
    cursor: pointer;
    position: absolute;
    right: .25em;
    display: none
}

.logfpm {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10em;
    background: rgba(0,0,0,.75);
    z-index: 100
}

.log-fp {
    cursor: pointer;
    color: #01604a;
    font-weight: 700;
    opacity: .8
}

    .log-fp:hover {
        opacity: 1
    }

.logfpwrap {
    width: 40%;
    margin: 0 auto;
    overflow: auto;
    display: block;
    background: #fff;
    padding: 2em;
    border-radius: 4px
}

.fpmodal-title {
    font-weight: 700;
    margin: 0 0 .5em
}

.fpmodal-input {
    margin: 0 auto 2em;
    width: 80%
}

.dt-cb-title {
    margin: 0 1em;
    width: 80%;
    display: inline-block
}

.dt-row-da {
    display: none
}

.dt-td-da {
    background: #eee;
    border-radius: 4px;
    height: 2.5em;
    line-height: 2.5em;
    position: relative;
    overflow: hidden
}

    .dt-td-da input {
        position: absolute;
        right: .5em;
        top: .5em
    }

.toggle-filter {
    position: absolute;
    left: 0;
    top: 0
}

.action-na {
    display: none
}

.action-na-a-active {
    background: #337ab7
}

.dt-data-rd-t {
    margin: 0 1em 0 .5em;
    display: inline-block;
    font-weight: 700
}

.onholdbg {
    background-color: gold
}

.dd-readonly {
    pointer-events: none
}

.overlayM {
    opacity: 2;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    z-index: 4000
}

.overlayM1 {
    opacity: 2;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    z-index: 4000
}

.overlayM2 {
    opacity: 2;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    z-index: -10000
}

.qualitydata {
    height: 400px;
    overflow-y: auto
}

.qualitydataoverlay {
    height: 800px;
    overflow-y: auto
}

.drcol {
    margin-bottom: 5px
}

.chkbig {
    height: 25px;
    width: 25px
}

.chkbigT {
    height: 40px;
    width: 40px
}

.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
    background-color: white;
}

.dvmoheader {
    display: block;
}

.spns {
    display: none;
}

.tab-detail {
    margin-top: 7em;
}

.tab-detail-max {
    margin-top: 2em;
}

.reqtime {
    width: 65px;
}


@media only screen and (min-device-width:481px) and (max-device-width:1024px) {

    .dtab {
        width: 100px;
    }

    .dtab1 {
        width: 200px;
    }

    .dsquad {
        font-size: 12px;
    }

    .dvRA {
        font-size: 30px;
    }

    .header-d-ra {
        height: 16em;
        font-size: 18px;
    }

    .header-d-ra-max {
        height: 20em;
    }

    .tab-detail {
        margin-top: 6em;
    }

    .tab-detail-max {
        margin-top: 2em;
    }

    .spRA {
        font-size: 30px;
    }

    .spRAbn {
        font-size: 45px;
        width: 400px;
    }

    .spdt {
        font-size: 8px;
        font-weight: bold;
    }

    .form-action {
        left: 0;
        width: 100%
    }

    .df-img {
        max-width: 100%;
        margin-top: .5em
    }

    .dt-row-margin-up-mob {
        margin-top: .5em
    }

    .header-due, .header-running {
        margin-top: 1em
    }

    .carousel-caption {
        display: none
    }

    .action-new-li {
        display: block
    }

    .trowh {
        display: none
    }

    .tcolh1 {
        margin: 1em 0 .5em;
        background: #01604a;
        min-height: 2em;
        line-height: 2em;
        padding: 0 .25em;
        color: #fff;
        border-bottom: 1px solid #ccc;
        display: block
    }

    .trowd {
        margin: .25em 0 0;
        border: 1px solid #ccc;
        border-radius: 5px
    }

    .tdd {
        padding: 0 .25em !important
    }

    .dt-row {
        margin: 0
    }

    .dt-td {
        margin: 1em 0
    }

    .list-action {
        display: inline-block;
        width: 30%
    }

    .list-action-li {
        width: 80%
    }

    .row-action {
        text-align: center
    }

        .row-action .btn {
            width: 80%
        }

    .dbtna {
        margin: .5em 0
    }

    .header-logo-title-d {
        float: left;
        padding: 0;
        text-align: left
    }

    .header-title-s {
        display: none
    }

    .header-stitle-s {
        display: none
    }

    .trainingexport {
        padding-left: .5em
    }

    .filterrow {
        display: none
    }

    .filterbutton {
        display: block
    }

    .divchild {
        float: none;
        width: 80%
    }

    .dvmenu {
        display: none
    }

    .dvmobmenu {
        display: block
    }

    .dvchildinner {
        margin: 0;
        cursor: pointer;
        font-size: 15px
    }

    .drcol {
        margin-bottom: 5px
    }

    .chkbig {
        height: 45px;
        width: 45px
    }

    .drlineheight {
        height: 5em;
        line-height: 5em;
        font-size: 20px;
        font-weight: 700
    }
}

@media screen and (max-width:767px) {
    .dsquad {
        font-size: 12px;
    }

    .header-d-ra {
        height: 14em;
        font-size: 14px;
    }

    .header-d-ra-max {
        height: 20em;
    }

    .tab-detail {
        margin-top: 4em;
    }

    .tab-detail-max {
        margin-top: 0em;
    }

    .form-action {
        left: 0;
        width: 100%
    }

    .df-img {
        max-width: 100%;
        margin-top: .5em
    }

    .dt-row-margin-up-mob {
        margin-top: .5em
    }

    .header-due, .header-running {
        margin-top: 1em
    }

    .carousel-caption {
        display: none
    }

    .action-new-li {
        display: block
    }

    .trowh {
        display: none
    }

    .tcolh1 {
        margin: 1em 0 .5em;
        background: #01604a;
        min-height: 2em;
        line-height: 2em;
        padding: 0 .25em;
        color: #fff;
        border-bottom: 1px solid #ccc;
        display: block
    }

    .trowd {
        margin: .25em 0 0;
        border: 1px solid #ccc;
        border-radius: 5px
    }

    .tdd {
        padding: 0 .25em !important
    }

    .dt-row {
        margin: 0
    }

    .dt-td {
        margin: 1em 0
    }

    .list-action {
        display: inline-block;
        width: 30%
    }

    .list-action-li {
        width: 80%
    }

    .row-action {
        text-align: center
    }

        .row-action .btn {
            width: 80%
        }

    .dbtna {
        margin: .5em 0
    }

    .header-logo-title-d {
        float: left;
        padding: 0;
        text-align: left
    }

    .header-title-s {
        display: none
    }

    .header-stitle-s {
        display: none
    }

    .trainingexport {
        padding-left: .5em
    }

    .filterrow {
        display: none
    }

    .filterbutton {
        display: block
    }

    .divchild {
        float: none;
        width: 80%
    }

    .dvmenu {
        display: none
    }

    .dvmobmenu {
        display: block
    }

    .dvchildinner {
        margin: 0;
        cursor: pointer;
        font-size: 15px
    }

    .chkbig {
        height: 25px;
        width: 25px
    }

    .signature-pad {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 200px;
        background-color: white;
    }

    /* Menu
----------------------------------*/
    .ui-menu {
        list-style: none;
        padding: 10px;
        margin: 0;
        display: block;
        width: 227px;
    }

        .ui-menu .ui-menu {
            margin-top: -3px;
        }

        .ui-menu .ui-menu-item {
            margin: 0;
            padding: 0;
            width: 200px;
            font-size: 15px;
        }

            .ui-menu .ui-menu-item a {
                text-decoration: none;
                display: block;
                padding: .2em .4em;
                line-height: 1.5;
                zoom: 1;
            }

                .ui-menu .ui-menu-item a.ui-state-hover,
                .ui-menu .ui-menu-item a.ui-state-active {
                    margin: -1px;
                }

    .dvmoheader {
        display: none;
    }

    .spns {
        display: block;
    }
}
