/* Minification failed. Returning unminified contents.
(98,21): run-time error CSS1030: Expected identifier, found ','
(98,55): run-time error CSS1031: Expected selector, found ')'
(98,55): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.a4-size {
    width: 950px;
}

.even {
    background: #f8f8f8;
}

ul, ol {
    padding: 0;
    margin: 0 0 10px 0;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h6 {
    font-size: 14px;
}

h5 {
    font-size: 16px;
}

/*Add option*/

select.addOption option:last-child {
    font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0;
}

.input-group input {
    margin-bottom: 0 !important;
}

.input-group-text {
    font-size: inherit;
}
/*Box start*/
.box, .box2 {
    margin-top: 2rem;
    padding-bottom: 1.429rem;
    background: #f8f8f8;
    box-model: border-box;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    background-clip: padding-box;
    border-bottom: 3px solid #52912e;
}

    .box a {
        cursor: pointer;
    }

    .box .icon-awesome:not(.normal-size) {
        margin-top: 15px;
        font-size: 50px;
        line-height: 50px;
    }

    .box a:not(.tip):not(.link):not(.action):not(.btn) {
        padding: 5px 22px;
        background: #28a745;
        color: #fff;
        text-decoration: none;
        -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        text-transform: capitalize;
    }

        .one-line-list a:hover, .box a:not(.tip):not(.link):not(.action):not(.btn):hover {
            background-color: #218838;
            color: #fff;
        }



    .box h4, .box2 h4 {
        font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 0.3rem;
        font-weight: bold;
        margin-top: 1rem;
    }

    .box ul:not(.nav, .inline-img, .my-scrollable-list) li {
        list-style: none;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .box p {
        font-size: 12px;
    }

/*Bootstrap modification*/
@media (min-width: 1200px) {
    .my-menu .nav-item {
        width: 80px;
    }
}

.my-table-hover .table-hover tbody tr:hover td, .my-table-hover .table-hover tbody tr:hover th {
    background-color: #d4edda;
}

/*Greeting*/
.greeting .divider {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px auto 10px;
    text-align: center;
}

.greeting .divLine {
    margin: 15px 0 0;
    display: block;
    height: 1px;
    width: 45%;
    float: left;
    background: #bdc3c7;
    opacity: 0.5;
}

.greeting .divImg {
    float: left;
    font-size: 24px;
    width: 10%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    outline: 5px auto #1abc9c;
}

.ninety {
    width: 90% !important;
}

.small-button30 input[type="button"], .small-button30 input[type="submit"] {
    min-width: 30px;
    font-size: 12px;
}

.title {
    background: url(/assets/img/line.png) left center repeat-x;
}

    .title h3 {
        margin: 20px auto;
        background: #fff;
        font-family: 'Lobster', cursive;
        font-size: 24px;
        color: #5d5d5d;
    }

.cap h4 {
    margin-top: 5px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.block {
    margin-top: 2.857rem;
    padding-bottom: 1.429rem;
    background: #f8f8f8;
    border-bottom: 2px solid #52912e;
    margin-bottom: 1.429rem;
}

    .block p {
        line-height: 1.714rem;
        font-style: italic;
    }

.normal-block {
    margin-top: 2.857rem;
    padding-bottom: 1.429rem;
    background: #f8f8f8;
    border-bottom: 2px solid #52912e;
}

    .normal-block p {
        font-size: 12px;
    }

.block-no-margin {
    padding-bottom: 1.429rem;
    background: #f8f8f8;
    border-bottom: 2px solid #52912e;
    margin-bottom: 1.429rem;
}

    .block-no-margin p {
        line-height: 1.714rem;
        font-style: italic;
    }

.left-align {
    text-align: left !important;
}

.right-align {
    text-align: right !important;
}

.center-align {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.validator {
    color: red;
}

.clear {
    clear: both;
}

.main-menu {
    background-color: #4e4e4e !important;
}

/* ----- filter ----- */

li.current-page a {
    background: #28a745 !important;
}

.one-line-list ul {
    list-style: none;
    float: right;
}

    .one-line-list ul li {
        float: left;
        padding-left: 0.7143rem;
    }

.one-line-list input[type="button"], .one-line-list input[type="submit"] {
    margin-top: 0px;
    min-width: 80px;
}

.one-line-list select {
    width: 5rem;
}

.one-line-list input[type="checkbox"] {
    margin-top: -2px !important;
    padding: 0 !important;
}

.one-line-list .my-menu a {
    background: #5d5d5d;
}

    .one-line-list .my-menu a:hover {
        background: #28a745;
    }

.one-line-list2 ul {
    list-style: none;
}

    .one-line-list2 ul.right-float {
        float: right;
    }

    .one-line-list2 ul.left-float {
        float: left;
    }

    .one-line-list2 ul li div {
        text-align: left;
    }

    .one-line-list2 ul li {
        float: left;
        padding-left: 0.7143rem;
    }

.one-line-list2 input[type="button"], .one-line-list2 input[type="submit"] {
    margin-top: 0px;
    min-width: 80px;
}

.one-line-list2 select {
    width: 5rem;
}

.one-line-list2 input[type="checkbox"] {
    margin-top: -2px !important;
    padding: 0 !important;
}

.in-line-list ul {
    list-style: none;
    margin: auto;
    text-align: center;
}

    .in-line-list ul li {
        display: -moz-inline-box;
        display: inline-block;
        margin-right: 0.7143rem;
    }

.left-float {
    float: left;
}


.small-button60 input[type="button"], .small-button60 input[type="submit"] {
    min-width: 60px;
    /*padding-left:0;
    padding-right:0;*/
}

.margin-top-none input[type="button"], .small-button60 input[type="submit"], .small-button60 input[type="button"] {
    margin-top: 0px !important;
}



.blank-lateral {
    background-color: #b8e1fb !important;
}

/*jQuery signature style*/
.kbw-signature {
    display: inline-block;
    border: 1px solid #a0a0a0;
    -ms-touch-action: none;
}

.kbw-signature {
    width: 400px;
    height: 200px;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden !important;
}

.signature canvas {
    border: 1px solid #999;
    margin: 0 auto;
    cursor: pointer;
}

/*button*/


/*button*/


button[disabled], html input[type="button"][disabled], html input[type="submit"][disabled] {
    cursor: default;
    color: lightgray;
}

/*.row {
     margin-left: 0; 
}*/

.my-line-background {
    background-image: url("/assets/img/pipe/line.png");
    background-repeat: no-repeat;
    background-size: 10px;
}

.explanation {
    font-size: 12px !important;
    font-weight: normal !important;
    font-style: normal !important;
}

/* bootstrap btn style*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }


ul.inline-img li {
    list-style: none;
    display: inline-block;
}

    ul.inline-img li > div {
        width: 80%;
    }

.my-file-group {
    color: black;
    width: 100% !important;
}

    .my-file-group a {
        color: #28a745;
        text-decoration: none;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }

    .my-file-group .list-group-item, .my-file-group .card-header {
        padding: 0.2rem;
    }
/*Suggestion box*/
.suggestion-box {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    list-style: none;
    z-index: 1;
    text-align: left;
    font-size: 12px;
    width: 100%;
    top: 60px;
    padding: 5px;
    height: 200px;
    overflow-y: scroll;
}

ul.suggestion-box li {
    padding: 2px;
    border-bottom: 1px dashed #e5e5e5;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;
}

.spinner {
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 100002;
}

    .spinner > div {
        background-color: #00aeef;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*selection content start*/

.selection-content {
    height: 200px;
    overflow-y: scroll;
    background-color: white;
    padding: 3px;
    text-align: left;
}

select:focus:required:invalid {
    color: #000;
    border-color: #ccc !important;
    box-shadow: none !important;
}

/*My style*/

.presentation-container h1 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #5d5d5d;
    font-weight: bold;
}

.width100 {
    width: 50%;
}

.pipetech-green {
    background: #52912e;
}

.pipetech-orange {
    background: #fc6c02;
}

.pipetech-red {
    background: #fc0202;
}

.pipetech-purple {
    background: #cc03fe;
}

.pipetech-cyan {
    background: #00a9a0;
}

.pipetech-pink {
    background: #df7e7f;
}

.pipetech-blue {
    background: #3a87ad;
}

.pipetech-hs {
    background: #fcb167;
}

.word-wrap {
    max-width: 500px;
}

.tooltiptext {
    display: none;
}

#infinity {
    position: relative;
    width: 27px;
    height: 13px;
}

    #infinity:before,
    #infinity:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border: 3px solid red;
        -moz-border-radius: 6px 6px 0 6px;
        border-radius: 6px 6px 0 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #infinity:after {
        left: auto;
        right: 0;
        -moz-border-radius: 6px 6px 6px 0;
        border-radius: 6px 6px 6px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.question-mark {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    max-height: 16px;
    min-height: 16px;
    background: url(../img/q.gif) no-repeat left center;
    padding-left: 20px;
}

.linking-mark {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    max-height: 16px;
    min-height: 16px;
    background: url(/assets/img/l.gif) no-repeat left center;
    padding-left: 20px;
}


.note {
    border: 1px solid red;
}

.rbl fieldset {
    overflow: hidden;
}

.rbl label {
    float: left;
    clear: none;
    display: block;
    padding: 2px 1em 0 0;
    font-size: 13px;
}

.rbl input[type=radio], input.radio {
    float: left;
    clear: none;
    margin: 5px 2px 0 2px;
    font-size: 14px;
}

.bigChb input[type=checkbox] {
    width: 30px;
    height: 30px;
}

.chb input[type="checkbox"] {
    margin: 0 4px 0 4px !important;
}

.chb input[type="radio"] {
    margin-bottom: 5px;
    width: 20px;
}

.chb label {
    display: inline !important;
    padding-right: 0.7143rem;
}

.container-div {
    margin: 0 auto;
    width: 28%;
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

label.error {
    margin-left: 10px;
    width: auto;
    color: red;
}

.imgLateral {
    display: inline-block;
    height: 26px;
    width: 26px;
}


/*Site division*/

.site-hr {
    background: #b2e3fb;
    background-clip: padding-box;
}

.site-project {
    background: #d2f7bd;
    background-clip: padding-box;
}

.site-office {
    background: #b3fafa;
    background-clip: padding-box;
}

.site-hs {
    background: #fcb167;
    background-clip: padding-box;
}

.site-inventory {
    background: #fdd891;
    background-clip: padding-box;
}

.site-dropzone {
    background: #fdd357;
    background-clip: padding-box;
}

.site-asset {
    background: #faa58b;
    background-clip: padding-box;
}


/*Shape circle*/

.circle {
    font-size: 4rem;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border: 0.2rem solid red;
    position: relative;
    border-radius: 0.35em;
    margin-top: 5px;
}

.big-circle {
    font-size: 20em; /* This controls the size. */
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border: 0.1em solid red;
    position: relative;
    border-radius: 0.35em;
    margin-top: 5px;
}

.square {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-bottom: 8px;
    display: block;
}

.square2 {
    width: 12px;
    height: 12px;
    display: inline-block;
}

/*Tick and cross circle*/
.relative-position {
    position: relative;
}

.spacer {
    height: 20px;
    float: left;
}

.bottom-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.tick-mark {
    color: #28a745;
}

    .tick-mark:after {
        content: "\2713";
    }

.cross-mark {
    color: red;
}

    .cross-mark:after {
        content: "\2715";
    }

/*.my-label label {
   margin-bottom: 0;
}*/

/*Calendar*/

.attention {
    background-color: #fc0202 !important;
}

.no-document {
    background-color: #fc6c02 !important;
}

.is-project {
    background: #52912e !important;
}

.inventory {
    background: #00a9a0 !important;
}

.no-order {
    background-color: #cc03fe !important;
}

.schedule {
    background-color: #a1a0a0 !important;
}

.schedule .fc-title {
    color: black;
}

.leave {
    background-color: #3cbbfa !important;
}

.preparation {
    background-color: #fb04e1 !important;
}

.hs {
    background-color: #fcb167 !important;
}

.anniversary {
    background-color: #4e4ebc !important;
}

.toolbox {
    background-color: #636363 !important;
}

.invoice {
    background-color: #4e4ebc !important;
}

.pipetech-dark-blue {
    background: #cb6bb2 !important;
}

.pipetech-dark-gray {
    background: #ff9747 !important;
}

.pipetech-dark-orange {
    background: #1e90ff !important;
}

.pipetech-light-brown {
    background: #1abc9c !important;
}


/*This is to stop jquery UI datepicker from displaying in correctly when scroll calendar*/
#ui-datepicker-div {
    position: absolute !important;
}

/*Calendar end*/

/*--- to make full calendar display full title*/
.fc-month-view span.fc-title {
    white-space: normal;
}

.fc-time, .fc-title {
    color: #fff;
}

.my-popup-header {
    min-width: 40rem;
}

/*dropzone*/


.my-dropzone .dropzone {
    height: auto;
    padding: 2rem;
    text-align: center;
    border: dashed 1px #979797;
    position: relative;
    margin: 0 auto;
}

.my-dropzone h3 {
    font-size: 20px;
    font-weight: 600;
    color: #38424c;
}

.my-dropzone .single-file {
    padding: 0.5rem;
    justify-content: space-between;
    align-items: center;
    border: dashed 1px #979797;
    margin-bottom: 1rem;
}

.my-dropzone .size {
    font-size: 12px;
    font-weight: 500;
    color: #a4a4a4;
    margin: 0;
    margin-bottom: 0.25rem;
}


/*dropzone end*/

/*my scrollable list*/

.my-scrollable-list {
    background-color: white;
    border: 1px solid #ddd;
    height: 200px;
    overflow-y: scroll;
    font-size: 12px;
    padding: 5px;
}


@media screen and (max-width: 480px) {
    .my-popup-header {
        min-width: 10rem;
    }

    .one-line-list ul {
        float: none;
    }

        .one-line-list ul li {
            float: none;
            padding-left: 0;
            margin-bottom: 20px;
            text-align: center;
        }

    .one-line-list2 ul {
        float: none;
    }

        .one-line-list2 ul li {
            float: none;
            padding-left: 0;
            padding-bottom: 5px;
        }

            .one-line-list2 ul li div {
                text-align: center;
            }

    .btnlink2 a {
        margin-bottom: 10px;
    }

    /*#calendar {
        width: 600px;
    }*/

    .rbl label {
        float: none;
        padding: 0;
    }

    .rbl input[type=radio], input.radio {
        float: none;
    }
}

/*Dropdown CSS*/

.my-dropdown-style {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 0;
    background-color: #dff0d8;
}

.my-dropdown {
    position: relative;
    display: inline-block;
    background-color: white;
    width: 100%;
    height: auto;
    min-height: 25px;
}

    .my-dropdown .my-dropdown-prompt {
        color: #777;
        padding-left: 10px;
        text-align: left;
    }

    .my-dropdown .my-dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        overflow-y: scroll;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        outline: 0;
        z-index: 1;
        width: 100%;
        height: auto;
        max-height: 150px;
        overflow-x: hidden;
        top: 0;
    }

    .my-dropdown .show {
        display: block;
    }

    .my-dropdown .my-selection {
        background-color: #f4f4f4;
        border-radius: 0;
        height: 26px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: left;
        margin: 1.5px 2px 2px 0;
        max-width: 100%;
        overflow: hidden;
        padding: 0 5px 0 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .my-dropdown .my-selection:hover {
            background-color: #d9edf7;
        }

    .my-dropdown .my-dropdown-option {
        border-bottom: 1px dashed silver;
    }

        .my-dropdown .my-dropdown-option:hover {
            background-color: #d9edf7;
        }

    .my-dropdown .my-dropdown-option-selected {
        background-color: #d9edf7;
    }

    .my-dropdown .my-dropdown-add-option, .my-dropdown .my-dropdown-search-option {
        background-color: #28a745;
    }

    .my-dropdown .my-dropdown-search-option {
        border-bottom: 1px dashed silver;
    }

    .my-dropdown .btn-small {
        background-color: #449d44 !important;
    }
/*end of dropdown css*/


.white-font {
    color: #fff !important;
}

.badge-pill {
    cursor: pointer;
}

.popover {
    z-index: 100000;
}

.line-through-text {
    text-decoration: line-through;
}

/*My border*/
.my-dashed-border {
    border: 1px dashed silver;
}

@media (max-width: 979px) {
    .btn {
        margin-bottom: 6px;
    }
}

/*My badge pill CSS*/

.my-badge-pill:hover {
    color: #fff;
    background-color: #28a745;
}

/*My badge pill End*/

/*My form control*/

.my-form-control label {
    font-weight: bold;
}

.my-form-control .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

/*My form control end*/

/*My badge*/

.my-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .my-badge:hover {
        cursor: pointer;
        background-color: aliceblue;
    }

/*My badge end*/

/*My nav*/

.my-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 2px solid #26a143;
}

    .my-nav .my-nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none;
        padding: 5px 20px;
        margin-bottom: -10px;
    }

    .my-nav .my-nav-link.active {
        border-bottom: 5px solid #26a143;
    }

    .my-nav label, .my-nav a {
        font-weight: 500;
        cursor: pointer;
        user-select: none;
        text-decoration: none;
        display: inline-block;
        color: inherit;
        transition: border 0.2s;
        border-bottom: 5px solid #d2f7bd;
        padding: 3px 2px;
    }

@media (max-width: 480px) {
    .nav {
        display: block;
    }

    .my-nav {
        display: inline-block;
    }
}

/*my nav end*/

/*@media (min-width: 768px) and (max-width: 979px) {
    .one-line-list ul {
        float: none;
    }

        .one-line-list ul li {
            float: none;
            padding-left: 0;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

    .one-line-list2 ul {
        float: none;
    }

        .one-line-list2 ul li {
            float: none;
            padding-left: 0;
            padding-bottom: 5px;
        }

            .one-line-list2 ul li div {
                text-align: center;
            }
}

@media (max-width: 767px) {
    .one-line-list ul {
        float: none;
    }

        .one-line-list ul li {
            float: none;
            padding-left: 0;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

    .one-line-list2 ul {
        float: none;
    }

        .one-line-list2 ul li {
            float: none;
            padding-left: 0;
            padding-bottom: 5px;
        }

            .one-line-list2 ul li div {
                text-align: center;
            }
}*/

.my-tc {
    font-size: 12px;
}

    .my-tc ul li {
        list-style: none;
    }

    .my-tc ul:nth-child(1) {
        margin-left: 20px;
    }

.page-break {
    page-break-before: always;
}

/*My logo*/

.my-logo .navbar {
    padding: 0;
}


/*My logo end*/

/*Multi select*/
.multiselect-parent label {
    color: #000 !important;
}

.multiselect-parent {
    width: 90%;
}

/*Multi select end*/

.table .ui-sortable:not(.ui-sortable-disabled) tr:not(:last-child):hover {
    cursor: pointer;
    border: 1px dashed #ccc;
    background-color: #ffc0cb;
}

.my-sortable-handle {
    cursor: move;
}

.font12px {
    font-size: 12px;
}
/*My style end*/






/* popup_box DIV-Styles*/

#confirmOverlay, #confirmOverlay1, #confirmOverlay3, #confirmOverlay4, .confirmOverlayContainer, .overlay {
    display: none;
}

.popupBox {
    display: none;
}

.confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index: 100002;
}

.loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/big_loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.8;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#slide_background, #slide2_background {
    transition: all 0.3s 0.3s;
}

#slide, #slide2, #slide3, #slide-confirm, #slide-clone, #slide-error, #slide-sync-error, #slide-login, #slide-session-login, #slide-success, #slide-answer, #slide_wrapper, #slide2_wrapper, #slide3_wrapper, #slide-confirm_wrapper, #slide-clone_wrapper, #slide-error_wrapper, #slide-sync-error_wrapper, #slide-login_wrapper, #slide-session-login_wrapper, #slide-answer_wrapper {
    transition: all 0.3s ease-out;
}

#slide, #slide2, #slide3, #slide-confirm, #slide-clone, #slide-error, #slide-sync-error, #slide-login, #slide-session-login, #slide-success, #slide-answer {
    transform: translateX(0) translateY(-40%);
}

.popup_visible #slide, .popup_visible #slide2, .popup_visible #slide3, .popup_visible #slide-confirm, .popup_visible #slide-clone, .popup_visible #slide-error, popup_visible #slide-sync-error, .popup_visible #slide-login, .popup_visible #slide-session-login, .popup_visible #slide-success, .popup_visible #slide-answer {
    transform: translateX(0) translateY(0);
}

.well {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: none;
    margin: 1em;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    text-align: center !important;
}

#slide input[type="button"], #slide input[type="submit"], #slide3 input[type="button"], #slide3 input[type="submit"] {
    margin-top: 0;
    min-width: 50px;
    margin-bottom: 5px;
}

.my-feedback {
    display: none;
    position: fixed;
    top: 0%;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    z-index: 100002;
}

@media (max-width: 979px) {
    .my-feedback {
        width: 300px;
        margin-left: -150px;
    }

    .confirmBox, .confirmBox1 {
        width: auto;
    }
}

/*Custom Code*/



.snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.snap-drawers, .snap-drawers-big, .notification-snap-drawers {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-x: hidden;
}

.snap-drawers-big {
    position: absolute;
}

.snap-drawers-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-x: hidden;
}

.snap-drawers select, .snap-drawers input[type="text"] {
    width: 90%;
}

.snap-drawer {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

    .snap-drawer > .nav a {
        color: #d6dee6;
        font-weight: 800 !important;
        font-size: 12px;
    }

        .snap-drawer > .nav a:hover {
            color: #555;
            background-color: #fff;
        }

    .snap-drawer p, .snap-drawer img, .snap-drawer blockquote, .snap-drawer form, .snap-drawer fieldset, .snap-drawer textarea, .snap-drawer input, .snap-drawer label, .snap-drawer iframe, .snap-drawer code, .snap-drawer pre {
        /*display: block;*/
        position: relative;
    }

    .snap-drawer label {
        font-weight: normal;
        font-size: 12px;
        color: #fff;
    }

    .snap-drawer .checkbox, .snap-drawer .radio {
        /*display: inline;*/
        margin: 0 5px 2px 10px;
    }

    .snap-drawer .choice {
        display: inline;
    }

    .snap-drawer .inline input, .snap-drawer .inline label {
        display: inline;
    }

    .snap-drawer .link-block a {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 10px;
        color: #d6dee6;
        /*text-shadow: 0px 2px 0px #000000;*/
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 90px;
        padding-top: 22px;
        border-bottom: solid 1px #161b1f;
        -webkit-box-shadow: 0 1px 0 0 #3e444a;
        box-shadow: 0 1px 0 0 #3e444a;
        display: block;
    }

        .snap-drawer .link-block a:hover {
            color: #FFFFFF;
            background-color: rgba(255,255,255,0.3);
        }

        .snap-drawer .link-block a i {
            color: #ffffff; /* Old browsers */
            display: block;
            font-size: 20px;
            margin-bottom: -30px;
            padding-bottom: 2px;
            font-size: 15px;
        }



    /*.snap-drawer input {
        color: #555;
    }*/

    .snap-drawer h5 {
        color: #fff;
    }

    .snap-drawer .fa-mobile {
        font-size: 34px;
        margin-top: -7px;
    }

    .snap-drawer input[type="search"] {
        border: 1px solid #ddd;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 13px;
        padding: 5px;
        min-width: 80%;
        margin-bottom: 10px;
        background-clip: padding-box;
    }

.snap-drawer-big {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 100%;
    height: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: 99999;
    background-color: #fff;
}

.snap-drawer-left {
    left: 0;
    z-index: 100002;
    width: 400px;
    background-color: #636363;
}

.snap-drawer-right {
    right: 0;
    z-index: 100000;
    width: 400px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow-x: hidden;
}

.notification-handler-wrapper {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: silver;
    border-radius: 25px;
    right: 0;
    top: 0;
    z-index: 900;
}

.notification-handler {
    font-size: 24px;
    position: fixed;
    right: 14px;
    top: 5px;
    z-index: 100002;
}

    .notification-handler:hover {
        color: #0095ff;
        cursor: pointer;
    }

.notification-handler-wrapper .active {
    color: #0095ff;
}

.notification-count {
    font-size: 10px;
    position: fixed;
    right: 10px;
    top: 25px;
    z-index: 100002;
}

    .notification-count:hover {
        cursor: pointer;
    }

.popover {
    width: 280px;
    z-index: 100003;
}

.alert-li {
    font-size: 12px;
    padding: 10px 0px 2px 0px;
    border-bottom: thin solid silver;
    overflow: hidden;
    transition: background-color 300ms ease-out;
    cursor: pointer;
}

    .alert-li:hover {
        background-color: silver;
    }



.turn-off-alert {
    float: right;
    margin-bottom: 1px
}

a.alert-message {
    color: dimgrey;
}

#my-notification .my-popover-notification {
    top: 5px !important;
    position: fixed;
}

#my-notification .arrow {
    top: 0 !important;
}

@media screen and (max-width: 480px) {
    .snap-drawer-left {
        width: 300px;
    }

    .snap-drawer-right {
        width: 300px;
    }

    #my-notification .popover {
        width: 230px;
    }
}

