/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body {
    font-family: 'PT Sans', sans-serif;
}

.logo-container {
    width: 70%;
    position: relative;
    z-index: 99;
}

.navigation {
    position: relative;
    z-index: 998;
}

.logo {
    width: auto;
    float: left;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
    text-decoration: none;
}

    .logo:hover {
        text-decoration: none;
    }

    .logo span {
        font-size: 15px;
        text-align: left;
        color: #211f20;
        padding: 0 0 0 0;
        margin: 0 0 0 22px;
        border: none;
        float: left;
    }

    .logo img {
        width: 100%;
        padding: 0 0 0px 0;
        margin: 0 0 0 0;
    }

.banner {
    background: url(../images/banner.jpg) no-repeat center;
    width: 100%;
    height: 425px;
    background-color: #eaeaea;
    background-size: cover;
    position: relative;
}

.banner-inner {
    background: url(../images/inner-banner.jpg) no-repeat center;
    width: 100%;
    height: 100px;
    background-color: #eaeaea;
    background-size: cover;
    position: relative;
}

    .banner-inner h4 {
        font-size: 20px;
        text-transform: uppercase;
        color: #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -9px;
    }

.login-bg {
    background-color: rgba(35, 35, 35, 0.5);
    width: 100%;
    float: right;
    margin: 0px 0 0 0;
    padding: 30px 25px 10px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 0%;
    top: 5%;
    /* margin-top: -144px; */
}

.login-box {
    float: left;
}

    .login-box span {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #0b67b2;
        height: 40px;
        width: 40px;
        display: block;
        float: left;
    }

.user {
    background: url("../images/user.png") no-repeat center;
    width: 25px;
    height: 25px;
}

.password {
    background: url("../images/password.png") no-repeat center;
    width: 25px;
    height: 25px;
}

.login-box input[type=text], .login-box input[type=password] {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    width: 85%;
    display: block;
    float: left;
    border: none;
    font-family: 'PT Sans', sans-serif;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .3px;
    color: #000000;
}

.login-box button {
    width: 100%;
    height: 40px;
    background-color: #0b67b2;
    color: #ffffff;
    border: none;
    display: block;
    float: left;
    letter-spacing: .3px;
    font-weight: normal;
    font-size: 18px;
}

    .login-box button:hover {
        background-color: #403e3e;
        color: #ffffff;
    }

label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 0 5px 0;
    line-height: normal;
}

.banner-title {
    background-color: rgba(35, 35, 35, 0.75);
    margin: 0px 0 0 0;
    padding: 8px 45px 8px 45px;
    -moz-border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    line-height: normal;
    text-shadow: 0px 2px 2px rgba(35, 35, 35, 0.4);
    text-transform: uppercase;
    margin-left: -143px;
}

    .banner-title h3 {
        color: #ffffff;
        font-size: 22px;
        line-height: normal;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

.features {
    text-align: left;
}

    .features h4 {
        color: #252525;
        float: left;
        width: 80%;
        font-size: 18px;
        padding: 10px 0 0 30px;
        margin: 0 0 0 0;
    }

    .features .feature-label {
        display: block;
        margin: 15px 0 15px 0;
        float: left;
        width: 100%;
    }

  

    .features span {
        float: left;
    }

.line {
    border-bottom: 1px solid #dadada;
}

footer {
    position: fixed;
    bottom: 0;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 9999;
    width: 100%;
}

    footer p {
        text-align: center;
        font-size: 14px;
        color: #242524;
        padding: 0 0 0 0;
        margin: 25px 0 25px 0;
        line-height: normal;
    }

.col-xs-12 {
    padding: 0 0 0 0;
}

.text-center {
    text-align: center !important;
}




/* ----- form-tables styles ------ */

.features span img {
    width: 60px;
}

.welcome {
    text-align: left;
}

    .welcome a {
        float: left;
        padding: 0 0 0 20px;
    }

    .welcome img {
        max-width: none;
        float: left;
        padding: 0 0px 0 0;
        border-radius: 50%;
        width: 35px;
        height: 35px;
    }

    .welcome span {
        font-size: 12px;
        text-transform: uppercase;
        padding: 2px 0 0 0px;
        margin: 0 0 0 0;
    }

        .welcome span h4 {
            padding: 0 0 0 0;
            margin: 0 0 0 0;
            font-weight: bold;
            font-size: 13px;
            color: #0c67b0;
        }


.logout {
    text-align: left;
}

    .logout img {
        width: 25px;
    }

    .logout span {
        text-transform: uppercase;
        padding: 8px 0 0 10px;
        margin: 0 0 0 0;
    }

.login-info {
    float: left;
    width: 100%;
}


.left-menu {
    margin: 40px 0 0 0;
}

    .left-menu h4 {
        font-size: 18px;
        background-color: #0b67b2;
        color: #ffffff;
        padding: 10px 0 10px 10px;
        margin: 7px 0 0 0;
        position: relative;
        text-transform: uppercase;
    }

        .left-menu h4:before {
        }

    .left-menu ul {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

        .left-menu ul li {
            list-style-type: none;
            padding: 8px 0 8px 15px;
            margin: 0 0 0 0;
            border-bottom: 1px dashed #b9b3b3;
            background-color: #f2faff;
        }

            .left-menu ul li a {
                text-decoration: none;
                color: #242524;
            }

                .left-menu ul li a:hover {
                    text-decoration: none;
                    color: #0b67b2;
                }

                .left-menu ul li a.active {
                    text-decoration: none;
                    color: #0b67b2;
                }

                .left-menu ul li a span {
                    font-size: 18px;
                    font-weight: bold;
                    color: #0b67b2;
                    padding: 0 5px 0 0;
                    margin: 0 0 0 0;
                }

.form-table .col-xs-3 {
    width: 100%;
}

.form-example h3 {
    font-size: 24px;
    color: #252525;
    padding: 0 0 5px 0;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #cccccc;
}

.basic-forms {
}



    .basic-forms span {
        display: block;
        width: 32%;
        float: left;
        text-align: left;
        color: #505458;
        padding: 0px 0 5px 0;
        line-height: normal;
        margin: 0 2% 0 6%;
        font-size: 15px;
        font-weight: bold;
    }

    .basic-forms label {
        display: block;
        width: 100%;
        margin-bottom: 12px;
        float: left;
        text-align: left;
        font-size: 16px;
        padding: 0px 0 5px 0;
        height: auto;
    }

        .basic-forms label#Description, #WorkDescriptionContent {
            overflow-y: scroll;
        }

        .basic-forms label.textarea {
            height: 90px;
        }

        .basic-forms label.timeframe-2 select {
            width: 28%;
            float: left;
        }

        .basic-forms label.timeframe-2 input[type="text"] {
            width: 28%;
            float: left;
            margin: 0 0 0 4%;
        }


    .basic-forms input[type=text] {
        width: 100%;
        height: 35px;
        border: 1px solid #cccccc;
        padding: 0 0 0 15px;
        margin: 0 0 0 0;
        color: #505458;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .basic-forms input[type=password] {
        width: 100%;
        height: 35px;
        border: 1px solid #cccccc;
        padding: 0 0 0 15px;
        margin: 0 0 0 0;
        color: #505458;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.label-full-width {
    width: 100% !important;
}

    .label-full-width span {
        width: 100% !important;
        padding: 0px 0 5px 0;
        line-height: normal;
        margin: 0 1% 0 3% !important;
    }

    .label-full-width input {
        width: 100% !important;
        padding: 0 0 0 15px;
        margin: 0 0% 5px 0 !important;
    }

    .label-full-width textarea {
        width: 80% !important;
        padding: 0 0 0 15px;
        margin: 0 0% 0 0 !important;
    }

.address-full-width {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px !important;
}

    .address-full-width .addline {
        margin: 0px 0px 10px 20% !important;
    }

    .address-full-width .addline-prime {
        margin: 0px 0px 10px 0 !important;
    }

    .address-full-width span {
        width: 16%;
        padding: 0px 0 5px 0;
        line-height: normal;
        margin: 0 1% 0 3%;
    }

    .address-full-width input {
        width: 80% !important;
        padding: 0 0 0 15px;
        margin: 0 0% 10px 0 !important;
    }

    .address-full-width textarea {
        width: 80% !important;
        padding: 0 0 0 15px;
        margin: 0 0% 0 0 !important;
    }

    .address-full-width .field-validation-error {
        color: #ff0000 !important;
        width: 79% !important;
        margin-left: 20% !important;
        padding-top: 2px !important;
        font-size: 13px !important;
        font-weight: normal !important;
    }

.p-full-width {
    width: 100% !important;
}

    .p-full-width label {
        width: 16% !important;
        padding: 0px 0 5px 0;
        line-height: normal;
        margin: 0 1% 0 3% !important;
    }

    .p-full-width span {
        width: 80% !important;
        padding: 0 0 0 15px;
        margin: 0 0% 0 0 !important;
    }

    .p-full-width .addline {
        margin: 0px 0px 10px 20% !important;
    }



.basic-forms textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #cccccc;
    padding: 10px 0 0 6px;
    margin: 0 0% 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
    font-size: 15px;
}


.basic-forms select {
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 0 0 0 4px;
    margin: 0 0% 0 0;
    color: #505458;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}





.button-action {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    margin: 10px 0 10px 0;
}

.button-action-add {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0px 0 0px 0;
}


    .button-action-add h3 {
        margin: 0 0 0 0 !important;
        border: none !important;
        width: auto !important;
        float: left !important;
        padding: 17px 0px 0px 3% !important;
        border: none !important;
    }

.add-button-table {
    border: none;
    background-color: #0b67b2;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 40px 9px 40px;
    margin: 5px 0 5px 0;
    font-family: 'PT Sans', sans-serif;
}

    .add-button-table:hover {
        background-color: #3184c7;
    }




.basic-rightforms {
}



    .basic-rightforms span {
        display: block;
        width: 35%;
        margin-bottom: 10px;
        font-weight: normal;
        float: left;
        text-align: left;
        color: #505458;
        font-size: 16px;
        padding: 0px 0 5px 0;
        line-height: normal;
    }

    .basic-rightforms label {
        display: block;
        width: 100%;
        margin-bottom: 12px;
        float: left;
        text-align: left;
        font-size: 16px;
        padding: 0px 0 5px 0;
    }

    .basic-rightforms input[type=text] {
        width: 65%;
        height: 45px;
        border: 1px solid #cccccc;
        padding: 0 0 0 15px;
        margin: 0 0 0 0;
        color: #505458;
    }

    .basic-rightforms input[type=password] {
        width: 65%;
        height: 45px;
        border: 1px solid #cccccc;
        padding: 0 0 0 15px;
        margin: 0 0 0 0;
        color: #505458;
    }

    .basic-rightforms textarea {
        width: 65%;
        height: 100px;
        padding: 10px 0 0 15px;
    }

    .basic-rightforms select {
        width: 65%;
        height: 45px;
    }

.table h3 {
    font-size: 24px;
    color: #252525;
    padding: 0 0 5px 0;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #cccccc;
}



.choose {
    /*background-color: rgba(249, 142, 10, 1);*/
    border: none;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 40px 9px 40px;
    margin: 10px 0 20px 0;
    color: #ffffff;
}

    .choose:hover {
        /*background-color:rgb(245, 172, 81)*/
    }


.choose2 {
    background-color: #F98E0A;
    border: medium none;
    font-size: 15px;
    font-family: "PT Sans",sans-serif;
    border-radius: 3px;
    padding: 9px 15px 9px 16px;
    margin: 0px;
    color: #FFF;
    float: left;
    font-style: normal;
    width: 19%;
}

    .choose2:hover {
        background-color: rgb(245, 172, 81);
    }

.basic-forms input[type="file"] {
    display: block;
    z-index: 2;
    opacity: 1;
    width: 0px;
    height: 0px;
}

.file-message {
    color: #000000;
    padding: 0 0 0 10px;
    font-size: 14px;
    margin: 10px 0 0 0;
    float: left;
}

.warning-container {
    width: 100%;
    float: left;
    text-align: center;
}

.warning {
    background-color: #f7f3f3;
    color: #e43e0b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 40px 9px 40px;
    margin: 10px 0 20px 0;
    font-family: 'PT Sans', sans-serif;
    width: 60%;
    font-weight: bold;
    border: 2px solid #444242;
    font-style: italic;
}

.warning2 {
    background-color: rgba(228, 62, 11, 0.13);
    color: #e43e0b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 40px 9px 40px;
    margin: 10px 0 20px 0;
    font-family: 'PT Sans', sans-serif;
    width: 60%;
    font-weight: bold;
    border: 2px solid #e43e0b;
    font-style: italic;
}

.warning3 {
    background-color: #FFFC19;
    color: #444242;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 40px 9px 40px;
    margin: 10px 0 20px 0;
    font-family: 'PT Sans', sans-serif;
    width: 60%;
    font-weight: bold;
    border: 2px solid #e43e0b;
    font-style: italic;
}

.form-button {
    border: none;
    background-color: #0b67b2;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 40px 9px 40px;
    margin: 10px 0 20px 0;
    font-family: 'PT Sans', sans-serif;
}

    .form-button:hover {
        background-color: #3184c7;
    }

.back {
    background-color: #444242;
    color: #ffffff;
}

    .back:hover {
        background-color: #5f5d5d !important;
        color: #ffffff;
    }

.delete {
    background-color: #e43e0b;
    color: #ffffff;
}

    .delete:hover {
        background-color: #f55726;
        color: #ffffff;
    }

.add {
    background-color: #12ad08;
    display: inline-block;
}

    .add:hover {
        background-color: #25c71b;
    }

.add-new {
    background-color: #99583D;
}

    .add-new:hover {
        background-color: #98644f;
    }


.form-results {
    width: 100%;
}

    .form-results .col-xs-12 {
        width: 100%;
    }

    .form-results label {
        display: block;
        width: 40%;
        margin-bottom: 10px;
        font-weight: normal;
        float: left;
        text-align: left;
        color: #252525;
        font-size: 14px;
        padding: 0px 0 5px 0;
        line-height: normal;
    }

    .form-results p {
        float: left;
        width: 100%;
    }

    .form-results span {
        float: left;
        width: 60%;
    }



.alert-success {
    border-color: #97DA5A;
}

    .alert-success .ui-widget-header {
        background-color: #7CC936;
        border: 0;
        color: #fff;
        font-size: 17px;
    }

    .alert-success .ui-button-text-only .ui-button-text {
        padding: 0px 5px;
        font-size: 14px;
    }

    .alert-success .ui-widget-content {
        font-size: 15px;
    }

    .alert-success .ui-dialog .ui-dialog-content {
        padding: 1em;
    }

    .alert-success .ui-dialog-buttonpane {
        padding: 0;
    }

.alert-failure {
    border-color: #E46969;
}

    .alert-failure .ui-widget-header {
        background-color: #E46969;
        border: 0;
        color: #fff;
        font-size: 17px;
    }

    .alert-failure .ui-button-text-only .ui-button-text {
        padding: 0px 5px;
        font-size: 14px;
    }

    .alert-failure .ui-widget-content {
        font-size: 15px;
    }

    .alert-failure .ui-dialog .ui-dialog-content {
        padding: 1em;
    }

    .alert-failure .ui-dialog-buttonpane {
        padding: 0;
    }

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.overflowy {
    overflow-y: scroll;
}




.field-validation-error {
    color: #ff0000 !important;
    width: 60% !important;
    margin-left: 40% !important;
    padding-top: 2px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.field-validation-valid {
    display: none !important;
}

.required-red {
    color: red;
}


.warning span {
    background: url(../images/ico_warning.png) no-repeat left 8px;
    padding: 10px 0 10px 30px;
}



.center {
    text-align: center;
}

.title_box .estatement {
    float: right;
    padding: 4px 0 0 0;
    font: 600 14px "raleway", sans-serif;
    color: #fff;
    text-shadow: 0 1px 1px #32782f;
}

.Status .font-pt {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}


.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0b67b2;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #0b67b2;
    border-radius: 4px;
    font-size: 14px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #0b67b2;
}



/* menu styles */

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: none;
    top: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-toggle {
    border: none;
    position: absolute;
    right: 0;
    top: -80px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0b67b2;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 22px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #0b67b2;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #3c3b3b;
    color: #ffffff;
}

.navbar-nav {
    margin: 0px -15px;
    text-transform: uppercase;
}

.last-login {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 13px;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ef970f;
    background-color: transparent;
}

.logo-bg {
    position: relative;
}

.nav-bg {
    position: relative;
}


.add-record {
    color: #0b67b2;
    font-size: 16px !important;
}

    .add-record:hover {
        color: #0b67b2;
    }

.icon-information {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

    .icon-information:after {
        content: "\f05a";
        padding: 0 0 0 10px;
    }



    .icon-description {
    color: #333333;
    font-size: 16px !important;
    padding: 0 7px 0 0px;
    cursor:default;
}

    .icon-description:hover {
        color: #0b67b2;
    }



.icon-check {
    color: #505458;
    font-size: 16px !important;
    padding: 0 7px 0 0px;
}

    .icon-check:hover {
        color: #505458;
    }

    .icon-check::before {
        content: "\f00c";
        color: #0ccf28;
        padding: 0 5px 0 0;
    }


.icon-view {
    color: #0b67b2;
    font-size: 16px !important;
    padding: 0 7px 0 0px;
}


.icon-history {
    color: #0b67b2;
    font-size: 16px !important;
    padding: 0 7px 0 0px;
}

    .icon-view:hover {
    }


    .icon-map {
    color: #f53414;
    font-size: 16px !important;
    padding: 0 7px 0 0px;
}

.icon-edit {
    color: #0b67b2;
    font-size: 16px !important;
    padding: 0 7px 0 7px;
}

    .icon-edit:hover {
        color: #8a09ca;
    }

.icon-delete {
    color: #0b67b2;
    font-size: 16px !important;
    padding: 0 7px 0 7px;
}

    .icon-delete:hover {
        color: #bf1a08;
    }

/*.icon-close {
    color: #505458;
    font-size: 16px !important;
    padding: 0 7px 0 7px;
}*/
.icon-close {
    color: #505458;
    font-size: 16px !important;
    padding: -1px 7px 0 7px;
}

    .icon-close:hover {
        color: #505458;
    }

    .icon-close::before {
        content: "\f00c";
        color: #bf1a08;
        padding: 0 5px 0 0;
    }



/*accordion styles*/

.drawer {
}

.accordion-item {
    margin: 0 10px 0 0;
}

.accordion-item-active .accordion-header {
    background: #888;
    transition: .25s;
}

.accordion-item-active .accordion-header-icon {
    color: #fff;
}

.accordion-item-active .accordion-header h4 {
    color: #fff;
}

.accordion-header {
    transition: .25s;
}

    .accordion-header h4 {
    }

.accordion-content {
    display: none;
}

    .accordion-content p {
        margin: 0;
        margin-bottom: 3px;
    }

.accordion-header-icon {
    float: right;
    color: #ffffff;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    bottom: 30px;
    right: 10px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .accordion-header-icon:before {
        color: #fff;
        content: "\f067";
        font-family: 'FontAwesome';
    }

    .accordion-header-icon.accordion-header-icon-active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff;
    }

        .accordion-header-icon.accordion-header-icon-active:before {
            color: #fff;
            content: "\f068";
            font-family: 'FontAwesome';
        }

.accordion .fa-plus {
    color: #ffffff;
}

/*accordion styles ends*/


/*mobile responsive check for left accordion*/

.accordion-menu {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    left: 5%;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.accordion-menu-hover {
    left: 70%;
    opacity: 1;
}

.accordion-menu .fa-navicon {
    font-size: 35px;
}


/*.main-container {
    width: auto;
    overflow: hidden;
    position: absolute !important;
    background: #ffffff;
}

.main-container .nav-wrap {
    width: 100% !important;
    position: relative !important;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0 !important;
}
*/
.accordion-toggle {
    left: 0 !important;
}

.main-container .nav-wrap .site-nav .nav-list > li a .arrow {
    margin-left: 68%;
    font-size: 9px;
    color: #464646;
    font: normal normal normal 11px/1 FontAwesome;
}


.users-add .tab-container {
    padding: 0px 0 0 0;
    margin: 0px 0 0px 0;
    float: left;
    width: 100%;
}


.tab-container {
    padding: 0px 0 0 0;
    margin: 30px 0 30px 0;
    float: left;
    width: 100%;
}

    .tab-container .basic-forms {
        float: left;
        width: 100%;
    }

        .tab-container .basic-forms h3 {
            margin: 0px 0 20px 3%;
        }

    .tab-container .nav-tabs > li {
        float: left;
        margin-bottom: -2px;
    }


        .tab-container .nav-tabs > li > a {
            margin-right: 2px;
            line-height: normal;
            border: none;
            border-radius: 4px 4px 0 0;
            color: #ffffff;
            font-size: 15px;
        }

            .tab-container .nav-tabs > li > a:hover {
                margin-right: 2px;
                line-height: normal;
                border: none;
                border-radius: 3px 3px 0 0;
                color: #ef970f;
            }

        .tab-container .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #ffffff !important;
            background-color: #0b67b2;
            border: none;
            border-bottom-color: transparent;
            cursor: default;
            border-bottom: 2px solid #D0142C;
        }

    .tab-container .tab-content {
        padding: 10px 0 0 0;
        margin: 0 0 0 0;
    }

    .tab-container .nav > li > a {
        position: relative;
        display: block;
        padding: 6px 15px;
        background-color: #363636;
    }

    .tab-container .nav-tabs {
        border-bottom: 2px solid #dbd8d8;
        margin: 0 0 10px 3%;
    }

/*----------------------------------------------------------------- */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {


    .logo img {
        width: auto;
        padding: 0 0 0px 0;
        margin: 0 0 0 0;
    }


    .login-bg {
        background-color: rgba(35, 35, 35, 0.5);
        width: 360px;
        float: right;
        margin: 0px 0 0 0;
        padding: 30px 25px 10px 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        right: 5%;
        top: 10%;
        /* margin-top: -144px; */
    }

    .features h4 {
        color: #252525;
        float: left;
        width: 75%;
        font-size: 16px;
        padding: 5px 0 0 0px;
        margin: 0 0 0 0;
    }

    .features span {
        float: left;
        width: 25%;
    }

    .features {
        width: 33.33333333%;
    }

        .features span img {
            width: 45px;
        }

    .logo span {
        font-size: 15px;
        text-align: left;
        color: #211f20;
        padding: 0 0 0 0;
        margin: 0 0 0 22px;
        border: none;
        float: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


    .logo {
        width: auto;
    }

        .logo img {
            width: auto;
        }

    .banner {
        background: url(../images/banner.jpg) no-repeat center;
        width: 100%;
        height: 425px;
        background-color: #eaeaea;
        background-size: cover;
        position: relative;
    }

    .login-bg {
        background-color: rgba(35, 35, 35, 0.5);
        width: 360px;
        float: right;
        margin: 37px 0 0 0;
        padding: 30px 25px 10px 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        right: 6%;
        top: 50%;
        margin-top: -144px;
    }

    .login-box {
        float: left;
    }

        .login-box span {
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            background-color: #0b67b2;
            height: 50px;
            width: 50px;
            display: block;
            float: left;
        }

    .user {
        background: url("../images/user.png") no-repeat center;
        width: 25px;
        height: 25px;
    }

    .password {
        background: url("../images/password.png") no-repeat center;
        width: 25px;
        height: 25px;
    }

    .login-box input[type=text], .login-box input[type=password] {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 50px;
        width: 260px;
        display: block;
        float: left;
        border: none;
        font-family: 'PT Sans', sans-serif;
        padding: 0 0 0 10px;
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: .3px;
        color: #000000;
    }

    .login-box button {
        width: 100%;
        height: 50px;
        background-color: #0b67b2;
        color: #ffffff;
        border: none;
        display: block;
        float: left;
        letter-spacing: .3px;
        font-weight: normal;
        font-size: 18px;
    }

        .login-box button:hover {
            background-color: #403e3e;
            color: #ffffff;
        }

    label {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-weight: normal;
        float: left;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        padding: 0px 0 5px 0;
        line-height: normal;
    }

    .banner-title {
        background-color: rgba(35, 35, 35, 0.75);
        margin: 0px 0 0 0;
        padding: 8px 45px 8px 45px;
        -moz-border-radius: 5px;
        position: absolute;
        left: 15%;
        bottom: 0;
        line-height: normal;
        text-shadow: 0px 2px 2px rgba(35, 35, 35, 0.4);
        text-transform: uppercase;
    }

        .banner-title h3 {
            color: #ffffff;
            font-size: 44px;
            line-height: normal;
            padding: 0 0 0 0;
            margin: 0 0 0 0;
        }

    .features {
        text-align: left;
    }

        .features h4 {
            color: #252525;
            float: left;
            width: 80%;
            font-size: 24px;
            padding: 10px 0 0 30px;
            margin: 0 0 0 0;
        }

        .features .feature-label {
            display: block;
            margin: 15px 0 15px 0;
            float: left;
            width: 100%;
        }

            .features a:hover {
                text-decoration: none;
            }

        .features span {
            float: left;
        }

    .line {
        border-bottom: 1px solid #dadada;
    }

        .line .col-xs-12 {
            width: 33.33333333%;
        }

    footer {
    }

        footer p {
            text-align: center;
            font-size: 14px;
            color: #242524;
            padding: 0 0 0 0;
            margin: 25px 0 25px 0;
            line-height: normal;
        }

    /* ----- form-tables styles ------ */

    .features span img {
        width: auto;
    }

    .welcome {
        float: left;
        padding: 0 0 0 0;
        margin: 0px 0 0 0;
    }

        .welcome a {
            float: left;
        }

            .welcome a img {
            }

        .welcome span {
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            padding: 2px 0 0 12px;
            margin: 0 0 0 0;
            color: #252525;
        }

            .welcome span h4 {
                padding: 0 0 0 0;
                margin: 0 0 0 0;
                font-weight: bold;
                font-size: 13px;
                color: #0c67b0;
            }


    .logout {
        float: left;
        padding: 0 0 0 0;
        margin: 0px 0 0 0px;
    }

        .logout a {
            float: left;
        }

            .logout a img {
            }

        .logout span {
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            padding: 8px 0 0 12px;
            margin: 0 0 0 0;
            color: #252525;
        }

    .login-info {
        float: right;
        width: 100%;
    }

    .form-example-main .col-xs-12 {
        width: 50%;
    }

    .navigation {
        position: relative;
        z-index: 998;
    }

    .navbar-nav > li:first-child {
        float: right;
        position: relative;
        top: -90px;
        right: 100px;
    }

    .navbar-nav > li:last-child {
        position: absolute;
        top: -85px;
        right: 0;
    }

    .logout img {
        width: 35px;
        float: left;
    }

    .last-login {
        position: relative;
        top: 20px;
        right: 0;
        font-size: 13px;
    }

    .navbar-nav {
        margin: 0px -15px;
        text-transform: uppercase;
        width: 100%;
        height: 50px;
    }

    .form-table .col-xs-3 {
        width: 25%;
    }

    .form-example {
        width: 75%;
    }

    .form-example-main {
        width: 100%;
    }

    .basic-forms input[type=text] {
        width: 75%;
        height: 35px;
        border: 1px solid #cccccc;
        padding: 0 0 0 15px;
        margin: 0 0 0 0;
        color: #505458;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .border-top {
        border-top: 1px solid #cccccc;
    }

    .logo-bg {
        background-color: #ffffff;
    }

    .nav-bg {
        background-color: #252525;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #0b67b2;
        background: none;
    }

    .logo-bg {
        position: static;
    }

    .nav-bg {
        background-color: #252525;
        position: relative;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
    }

    .form-example h3 {
        font-size: 24px;
        color: #252525;
        padding: 0 0 5px 0;
        margin: 26px 0 20px 0;
        border-bottom: 1px solid #cccccc;
    }

    .logo span {
        font-size: 15px;
        text-align: left;
        color: #211f20;
        padding: 0 0 0 0;
        margin: 0 0 0 22px;
        border: none;
        float: none;
    }




    /* -- style ends here ---*/

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    body {
        font-family: 'PT Sans', sans-serif;
    }

    .logo {
        width: auto;
    }

        .logo img {
            width: 40%;
        }

    .banner {
        background: url(../images/banner.jpg) no-repeat center;
        width: 100%;
        height: 425px;
        background-color: #eaeaea;
        background-size: cover;
        position: relative;
        top: 88px;
    }

    .login-feature-container {
        position: relative;
        width: 100%;
        bottom: -88px;
        background-color: #ffffff;
    }


    .banner-inner {
        background: url(../images/inner-banner.jpg) no-repeat center;
        width: 100%;
        height: 50px;
        background-color: #eaeaea;
        background-size: cover;
        position: fixed;
        top: 77px;
        z-index: 1001;
    }

    .login-bg {
        background-color: rgba(35, 35, 35, 0.5);
        width: 360px;
        float: right;
        margin: 37px 0 0 0;
        padding: 30px 25px 10px 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        right: 6%;
        top: 50%;
        margin-top: -144px;
    }

    .login-box {
        float: left;
    }

        .login-box span {
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            background-color: #0b67b2;
            height: 50px;
            width: 50px;
            display: block;
            float: left;
        }

    .user {
        background: url("../images/user.png") no-repeat center;
        width: 25px;
        height: 25px;
    }

    .password {
        background: url("../images/password.png") no-repeat center;
        width: 25px;
        height: 25px;
    }

    .login-box input[type=text], .login-box input[type=password] {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 50px;
        width: 260px;
        display: block;
        float: left;
        border: none;
        font-family: 'PT Sans', sans-serif;
        padding: 0 0 0 10px;
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: .3px;
        color: #000000;
    }

    .login-box button {
        width: 100%;
        height: 50px;
        background-color: #0b67b2;
        color: #ffffff;
        border: none;
        display: block;
        float: left;
        letter-spacing: .3px;
        font-weight: normal;
        font-size: 18px;
        margin: 5px 0 0 0;
        padding: 0 0 0 0;
    }

        .login-box button:hover {
            background-color: #403e3e;
            color: #ffffff;
        }

    label {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-weight: normal;
        float: left;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        padding: 0px 0 5px 0;
        line-height: normal;
    }

    .banner-title {
        background-color: rgba(35, 35, 35, 0.75);
        margin: 0px 0 0 0;
        padding: 8px 45px 8px 45px;
        -moz-border-radius: 5px;
        position: absolute;
        left: 15%;
        bottom: 0;
        line-height: normal;
        text-shadow: 0px 2px 2px rgba(35, 35, 35, 0.4);
        text-transform: uppercase;
    }

        .banner-title h3 {
            color: #ffffff;
            font-size: 44px;
            line-height: normal;
            padding: 0 0 0 0;
            margin: 0 0 0 0;
        }

    .features {
        text-align: left;
    }

        .features h4 {
            color: #252525;
            float: left;
            width: 80%;
            font-size: 24px;
            padding: 10px 0 0 30px;
            margin: 0 0 0 0;
        }

        .features a {
            display: block;
            margin: 25px 0 25px 0;
            float: left;
            width: 100%;
        }

            .features a:hover {
                text-decoration: none;
            }

        .features span {
            float: left;
        }

    .line {
        border-bottom: 1px solid #dadada;
    }

        .line .col-xs-12 {
            width: 33.33333333%;
        }

    footer {
    }

        footer p {
            text-align: center;
            font-size: 14px;
            color: #242524;
            padding: 0 0 0 0;
            margin: 10px 0 10px 0;
            line-height: normal;
        }

    /* ----- form-tables styles ------ */

    .features span img {
        width: auto;
    }

    .welcome {
        float: left;
        padding: 0 0 0 0;
        margin: 0px 0 0 0;
        width: 55%;
    }

        .welcome a {
            float: left;
        }

            .welcome a img {
            }

        .welcome span {
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            padding: 2px 0 0 12px;
            margin: 0 0 0 0;
            color: #252525;
            width: 81%;
        }

            .welcome span h4 {
                padding: 0 0 0 0;
                margin: 0 0 0 0;
                font-weight: bold;
                font-size: 13px;
                color: #0c67b0;
            }

                .welcome span h4 i {
                    font-style: normal;
                }

    .logout {
        float: left;
        padding: 0 0 0 0;
        margin: 0px 0 0 0px;
    }

        .logout a {
            float: left;
        }

            .logout a img {
            }

        .logout span {
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            padding: 8px 0 0 12px;
            margin: 0 0 0 0;
            color: #252525;
        }

    .login-info {
        float: right;
        width: 100%;
    }

    .form-example-main .col-xs-12 {
        width: 100%;
    }

    .basic-forms #Title, #drpTimeFrame {
        width: 11%;
        float: left;
    }

    .basic-forms #TitleDisplay {
        width: 11%;
        float: left;
    }

    .basic-forms .FirstName-Add, #txtDuration {
        width: 47% !important;
        float: left !important;
        margin: 0px 0px 0px 2% !important;
    }

    .navigation {
        position: relative;
        z-index: 998;
    }

    .navbar-nav > li:first-child {
        float: right;
        position: relative;
        top: -68px;
        right: 30px;
        width: 37%;
    }

    .navbar-nav > li:last-child {
        position: absolute;
        top: -68px;
        right: 0;
    }

    .logout img {
        width: 35px;
        float: left;
    }

    .last-login {
        position: relative;
        top: 17px;
        right: 0;
        font-size: 12px;
        float: left;
    }

    .login-time {
        float: left;
        width: 100%;
        font-style: normal;
    }

    .navbar-nav {
        margin: 0px -15px;
        text-transform: uppercase;
        width: 100%;
        height: 5px;
    }

    .form-table .col-xs-3 {
        width: 25%;
    }

    .form-example {
        width: 100%;
        margin: 0 0 69px 0;
    }

    .form-example-main {
        width: 100%;
    }

    .basic-forms input[type=text] {
        width: 60%;
        height: 35px;
        border: 1px solid #cccccc;
        padding: 0 0 0 6px;
        margin: 0 0% 0 0;
        color: #505458;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
        -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
        box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
        font-size: 15px;
    }

    .basic-forms input[type=password] {
        width: 60%;
        height: 35px;
        border: 1px solid #cccccc;
        padding: 0 0 0 6px;
        margin: 0 0% 0 0;
        color: #505458;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
        -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
        box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
    }

    .basic-forms input[type=file] {
        width: 60%;
        height: 35px;
        border: 1px solid #cccccc;
        padding: 0 0 0 6px;
        margin: 0 0% 0 0;
        color: #505458;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
        -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
        box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
        font-size: 15px;
    }


    ::-webkit-input-placeholder {
        color: #cccccc;
        font-size: 14px;
        font-family: 'PT Sans', sans-serif;
    }

    ::-moz-input-placeholder {
        color: #cccccc;
        font-size: 14px;
        font-family: 'PT Sans', sans-serif;
    }


    .border-top {
        border-top: 1px solid #cccccc;
    }

    .logo-bg {
        background-color: #ffffff;
    }

    .nav-bg {
        background-color: #252525;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ef970f;
        background: none;
    }

    .logo-bg {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1001;
    }

    .nav-bg {
        background-color: #252525;
        position: fixed;
        top: 72px;
        width: 100%;
        z-index: 1001;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
    }

    .form-example h3 {
        font-size: 24px;
        color: #252525;
        padding: 0 0 5px 0;
        margin: 25px 0 20px 3%;
        border-bottom: 2px solid #dbd8d8;
        width: 97%;
    }


    .estatement {
        text-align: right;
        width: 100%;
        float: left;
        height: auto;
        padding: 0px 0px 15px;
        margin: 0px;
        font-size: 13px;
    }


    #PartialUsers .estatement {
        text-align: right;
        width: 100%;
        float: left;
        height: auto;
        padding: 0px 0px 0px;
        margin: 0px;
        font-size: 13px;
    }


    .logo span {
        font-size: 26px;
        text-align: left;
        color: #211f20;
        padding: 0 0 0 0;
        margin: 0 0 0 22px;
        border-left: 1px solid #cccccc;
        padding: 0 0 0 12px;
        float: none;
        font-weight: bold;
    }


    .banner-inner h4 {
        font-size: 24px;
        text-transform: uppercase;
        color: #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        font-family: 'PT Sans', sans-serif;
    }

    .form-results {
        width: 100%;
        float: left;
    }

        .form-results .col-xs-12 {
            width: 100%;
        }

    .job-tab-border {
        width: 97% !important;
        margin: 0 0 10px 3% !important;
        border-bottom: 2px solid #cccccc !important;
    }
}

.form-results p {
    width: 50%;
    position: relative;
}


.image-popup-main .form-results p {
    width: 50%;
    position: relative;
}

.form-results label {
    display: block;
    width: 32%;
    margin-bottom: 10px;
    font-weight: bold;
    float: left;
    text-align: left;
    color: #505458;
    padding: 5px 10px 0 0;
    line-height: normal;
    margin: 0 2% 0 6%;
    font-size: 15px;
    background-color: #ffffff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.form-results span {
    width: 60%;
    height: 60px;
    padding: 5px 10px 0px 0px;
    margin: 0 0% 0 0;
    color: #505458;
    font-size: 15px;
    background-color: #ffffff;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow-y: auto;
}

#PartialHazard .form-results span {
    height: auto;
}

.tab-code-span .form-results span {
    height: auto;
}

.tab-code-span .button-action-add h3 {
    padding: 17px 0px 0px 3% !important;
}

.border-bottom-two {
    border-bottom: 2px solid #cccccc;
}


.basic-forms label {
    display: block;
    width: 50%;
    margin-bottom: 0px;
    float: left;
    text-align: left;
    font-size: 16px;
    padding: 0px 0 5px 0;
    height: 65px;
    position: relative;
}

.basic-forms p label {
    width: 40%;
}

/*.partial-priority-label .basic-forms label {
    height: 70px;
}*/


.basic-forms label a {
    font-size: 16px;
    position: absolute;
    right: 1px;
    top: 3px;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
}


    .basic-forms label a:hover {
        text-decoration: none;
        color: #ef970f;
    }

}

.basic-forms span {
    display: block;
    width: 32%;
    margin-bottom: 10px;
    font-weight: normal;
    float: left;
    text-align: left;
    color: #505458;
    padding: 0px 0 5px 0;
    line-height: normal;
    margin: 0 2% 0 6%;
    font-size: 15px;
    font-weight: bold;
}




.label-full-width {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 25px !important;
}

    .label-full-width span {
        width: 16% !important;
        padding: 0px 0 5px 0;
        line-height: normal;
        margin: 0 1% 0 3% !important;
    }

    .label-full-width input {
        width: 80% !important;
        padding: 0 0 0 15px;
        margin: 0 0% 0 0 !important;
    }

    .label-full-width textarea {
        width: 80% !important;
        padding: 0 0 0 15px;
        margin: 0 0% 0 0 !important;
    }


.alert-success {
    border-color: #97DA5A;
}

    .alert-success .ui-widget-header {
        background-color: #7CC936;
        border: 0;
        color: #fff;
        font-size: 17px;
    }

    .alert-success .ui-button-text-only .ui-button-text {
        padding: 0px 5px;
        font-size: 14px;
    }

    .alert-success .ui-widget-content {
        font-size: 15px;
    }

    .alert-success .ui-dialog .ui-dialog-content {
        padding: 1em;
    }

    .alert-success .ui-dialog-buttonpane {
        padding: 0;
    }


        .alert-success .ui-dialog-buttonpane button {
            margin: .2em 1em .2em .7em !important;
        }

    .alert-success .ui-dialog-buttonpane {
        padding: .3em 0em .5em .4em !important;
    }

.alert-failure {
    border-color: #E46969;
}

    .alert-failure .ui-widget-header {
        background-color: #E46969;
        border: 0;
        color: #fff;
        font-size: 17px;
    }

    .alert-failure .ui-button-text-only .ui-button-text {
        padding: 0px 5px;
        font-size: 14px;
    }

    .alert-failure .ui-widget-content {
        font-size: 15px;
    }

    .alert-failure .ui-dialog .ui-dialog-content {
        padding: 1em;
    }

    .alert-failure .ui-dialog-buttonpane {
        padding: 0;
    }

.text-right {
    text-align: right;
}




.field-validation-error {
    color: #ff0000 !important;
    width: 60% !important;
    margin-left: 40% !important;
    padding-top: 2px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.login-validation-error {
    color: #f0ff03 !important;
    width: 100% !important;
    padding-top: 0px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    background-color: transparent !important;
    height: auto !important;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}

.field-validation-valid {
    display: block !important;
    color: #ffffff !important;
    width: 60% !important;
    margin-left: 40% !important;
    padding-top: 2px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    min-height: 24px;
}

.required-red {
    color: red;
}


.warning span {
    background: url(../images/ico_warning.png) no-repeat left 8px;
    padding: 10px 0 10px 30px;
}



.center {
    text-align: center;
}

.title_box .estatement {
    float: right;
    padding: 4px 0 0 0;
    font: 600 14px "raleway", sans-serif;
    color: #fff;
    text-shadow: 0 1px 1px #32782f;
}

.Status .font-pt {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}


.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0b67b2;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #0b67b2;
    border-radius: 4px;
    font-size: 14px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #0b67b2;
}

.label-full-width span {
    width: 16% !important;
    padding: 0px 0 5px 0;
    line-height: normal;
    margin: 0 1% 0 3% !important;
}


.basic-forms select {
    width: 60%;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 0 0 0 6px;
    margin: 0 0% 0 0;
    color: #505458;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.basic-forms textarea {
    width: 60%;
    height: 60px;
    border: 1px solid #cccccc;
    padding: 10px 0 0 6px;
    margin: 0 0% 0 0;
    color: #505458;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
    font-size: 15px;
}


.form-table {
    position: absolute;
    width: 100%;
    top: 127px;
}



.accordion-menu {
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    padding: 0 0 0 0;
}




/* ---- large stles */
}





.warning-container {
    width: 97%;
    float: left;
    text-align: center;
    margin: 0 0 0 3%;
}

}

.warning {
    background-color: #f7f3f3;
    color: #e43e0b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 9px 40px 9px 40px;
    margin: 10px 0 20px 0;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    font-weight: bold;
    border: 2px solid #444242;
    font-style: normal;
    display: block;
}


.warning2 {
    background-color: rgba(228, 62, 11, 0.45) !important;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 25px !important;
    padding: 9px 40px 9px 40px !important;
    margin: 10px 0 20px 3% !important;
    font-family: 'PT Sans', sans-serif;
    width: 97% !important;
    font-weight: bold;
    border: 0px solid #e43e0b;
    /*font-style: italic;*/
    display: block;
    font-style: normal;
    height: auto !important;
}

.warning3 {
    background-color: #FFFC19;
    color: #444242;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 40px 9px 40px;
    margin: 10px 0 20px 0;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    font-weight: bold;
    border: 2px solid #e43e0b;
    font-style: italic;
    display: block;
}

.grid-list {
    float: left;
    width: 100%;
}

.image-format {
    position: absolute;
    bottom: 9px;
    font-size: 13px;
    font-style: normal;
    color: #ff0000;
    padding: 0 0 0 8px;
}

.upload {
    position: relative;
}

.ui-widget {
    /*top: 50% !important;*/
    /*margin-top: -67px; */
    /*z-index: 10000;*/
    /*left: 50% !important;*/
    /*margin-left: -150px;*/
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.6) /*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/ !important;
    opacity: 1 !important;
    filter: Alpha(Opacity=30) /*{opacityOverlay}*/;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}


.ui-dialog-content .basic-forms label {
    font-size: 14px;
}

.ui-dialog-content .button-action {
    margin: 0px 0 10px 0;
}

.ui-dialog-content .form-button {
    margin: 10px 0 10px 0;
}

.ui-dialog-content .basic-forms span {
    margin: 2% 2% 0 2%;
}
.chosen-single {font-weight: 100;
}
.chosen-container-single {
    width: 60% !important;
}
.chosen-container-single .chosen-single {
    height: 32px !important;
    border: 1px solid #ddd !important;
    width: 100%;
    background: none !important;
   
}
.chosen-container-single .chosen-single span{ font-weight: 100 !important;}
.ui-dialog-content .estatement {
    width: 96%;
    margin: 0 2% 0 2%;
}

.ui-dialog {
    position: fixed !important;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}


    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 10px !important;
        top: 50%;
        width: 19px;
        margin: -13px 0 0 0 !important;
        padding: 0px;
        height: 18px;
    }

    .ui-dialog .ui-dialog-buttonpane button {
        margin: .2em .7em .2em 0em;
        cursor: pointer;
        font-family: "PT Sans",sans-serif;
        color: #ffffff;
        padding: 2px 5px 2px 4px;
        border: 1px solid #504e4e;
        background-color: #504e4e;
    }


.ui-dialog-content .basic-forms .label-full-width span {
    width: 16% !important;
    padding: 0px 0 5px 0;
    line-height: normal;
    margin: 0 1% 0 1% !important;
}

.ui-dialog-content .form-results p {
    padding: 0 0 0 0;
}


.address-sample {
    color: #9D9D9E !important;
    width: 60% !important;
    margin-left: 40% !important;
    padding-top: 2px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.text-color-dark label {
    color: #505458;
    width: 100% !important;
}


.text-color-dark {
    width: 60% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.view-width-30 {
    width: 30% !important;
}

.table-checkbox {
    float: left !important;
    padding: 0 0 0 0 !important;
    margin: 0 20px 0 0 !important;
    width: auto !important;
    font-weight: normal !important;
    display: block !important;
}

.client-area-map .table-checkbox {
    width: 30% !important;
}

.client-area-map .check-area-map {
    width: 100% !important;
}

.table-checkbox input[type=checkbox] {
    padding: 0 0 0 0;
    margin: 2px 4px 0 0;
    float: left !important;
    width: auto !important;
}


/*table styles start*/

.table-12 {
    width: 100%;
}

.table-11 {
    width: 91.66666667%;
}

.table-10 {
    width: 83.33333333%;
}

.table-9 {
    width: 75%;
}

.table-8 {
    width: 66.66666667%;
}

.table-7 {
    width: 58.33333333%;
}

.table-6 {
    width: 50%;
}

.table-5 {
    width: 41.66666667%;
}

.table-4 {
    width: 33.33333333%;
}

.table-3 {
    width: 25%;
}

.table-2 {
    width: 16.66666667%;
}

.table-1 {
    width: 8.33333333%;
}




.grid-20 {
    width: 100%;
}

.grid-19 {
    width: 95%;
}

.grid-18 {
    width: 90%;
}

.grid-17 {
    width: 85%;
}

.grid-16 {
    width: 80%;
}

.grid-15 {
    width: 75%;
}

.grid-14 {
    width: 70%;
}

.grid-13 {
    width: 65%;
}

.grid-12 {
    width: 60%;
}

.grid-11 {
    width: 55%;
}

.grid-10 {
    width: 50%;
}

.grid-9 {
    width: 45%;
}

.grid-8 {
    width: 40%;
}

.grid-7 {
    width: 35%;
}

.grid-6 {
    width: 30%;
}

.grid-5 {
    width: 25%;
}

.grid-4 {
    width: 20%;
}

.grid-3 {
    width: 15%;
}

.grid-2 {
    width: 10%;
}

.grid-1 {
    width:5%;
}



/*inner accordion start*/
.job-details-accordion .panel-body span {
    margin: 0 2% 0 3% !important;
    width: 32%;
}

.job-details-accordion .panel-group h4 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .4px;
}


.job-details-accordion .panel-heading {
    position: relative;
}

    .job-details-accordion .panel-heading[data-toggle="collapse"]:after {
        font-family: 'FontAwesome';
        content: "\f0da"; /* "play" icon */
        position: absolute;
        color: #b0c5d8;
        font-size: 18px;
        line-height: 22px;
        right: 20px;
        top: calc(50% - 10px);
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }


.job-details-accordion .panel-group {
    width: 97%;
    margin: 15px 0 5px 3%;
}

    .job-details-accordion .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        cursor: pointer;
    }

.job-details-accordion {
    float: left;
    width: 100%;
}

/*inner accordion start*/



.panel-heading[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*table styles end*/

.ascend-arrow {
}

    .ascend-arrow:after {
        font-family: 'FontAwesome';
        content: "\f0d7"; /* "play" icon */
        color: #b0c5d8;
        font-size: 16px;
        line-height: 22px;
        top: calc(50% - 10px);
        padding: 0px 0 0px 6px;
        margin: 0px 0 0 0;
    }

.desend-arrow {
}

    .desend-arrow:after {
        font-family: 'FontAwesome';
        content: "\f0d8"; /* "play" icon */
        color: #b0c5d8;
        font-size: 16px;
        line-height: 22px;
        top: calc(50% - 10px);
        padding: 0px 0 0px 6px;
        margin: 0px 0 0 0;
    }




.sort-none {
    position: relative;
}

    .sort-none:after {
        font-family: 'FontAwesome';
        content: "\f0d8"; /* "play" icon */
        color: #b0c5d8;
        font-size: 15px;
        line-height: 22px;
        top: calc(50% - 10px);
        padding: 0px 0 0px 6px;
        margin: 0px 0 0 0;
        position: absolute;
        right: -36%;
        z-index: 999;
        top: -5px;
    }


    .sort-none:before {
        font-family: 'FontAwesome';
        content: "\f0d7"; /* "play" icon */
        color: #b0c5d8;
        font-size: 16px;
        line-height: 22px;
        top: calc(50% - 10px);
        padding: 0px 0 0px 6px;
        margin: 0px 0 0 0;
        position: absolute;
        right: -35.5%;
        z-index: 999;
        top: 4px;
    }

.ui-widget-header-popup {
    background-color: #252525 !important;
    color: #ffffff !important;
    border: none !important;
}

#createForm.ui-widget-content {
    background-color: #ffffff;
}

#createForm .basic-forms input[type="text"] {
    border: 1px solid #dddddd;
    box-shadow: none;
    height: 32px;
    font-size: 14px;
}

#createForm .basic-forms label span {
    font-size: 14px;
}

#createForm .form-results label {
    font-size: 14px;
    margin: 0 2% 0 2%;
}


#createForm .p-full-width label {
    width: 16% !important;
    margin: 0 1% 0 1% !important;
}

#createForm .form-results span {
    font-size: 14px;
}


#createForm .basic-forms select {
    border: 1px solid #dddddd;
    box-shadow: none;
    height: 32px;
    font-size: 14px;
}

#createForm .basic-forms textarea {
    border: 1px solid #dddddd;
    box-shadow: none;
}

#createForm .form-results span {
    background: none;
}

#createForm .form-results label {
    background: none;
}

#createForm .field-validation-error {
    color: #ff0000 !important;
    width: 60% !important;
    margin-left: 36% !important;
    padding-top: 2px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

#createForm .basic-forms label a.DownloadImage {
    right: 21px;
    background: url(../images/download-symbol.png) 4px 4px;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    background-size: 25px;
    top: 1px;
    background-color: #ffffff;
    display: block;
    padding: 0;
}

#createForm .DownloadImage {
    position: absolute;
    right: 21px;
    top: 1px;
    z-index: 1011;
    background: url(../images/download-symbol.png) 4px 4px;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    background-size: 25px;
    background-color: #ffffff;
    padding: 0;
}

    #createForm .DownloadImage:before {
        font-size: 22px;
        color: #000000;
        background-color: #000000;
    }


.ui-widget-header-popup .ui-button {
    color: #ffffff !important;
    background: none !important;
    border: none !important;
}

    .ui-widget-header-popup .ui-button:hover {
        color: #ff0000 !important;
    }

/* Download image css added by padma */
.DownloadImage {
    background: url(../images/download-symbol.png) 4px 4px no-repeat;
    display: block;
    height: 32px;
    width: 32px;
    font: 600 14px/36px "raleway", sans-serif;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 1px;
    background-size: 25px;
}

.due-current {
    /*color:#09a9f3;*/
    color: #ff0000;
    padding: 0 0 0 10px;
}

.out-area {
    /*color:#14c20a;*/
    color: #d13be7;
    padding: 0 0 0 10px;
}

.rwd-table .out-area {
   width:100%;
}

.rwd-table .due-current {
   width:100%;
}
/*.out-trade {
    color:#d13be7;
    padding: 0 0 0 10px;
}*/



.job-flag-container {
    text-align: center;
    width: 97%;
    float: left;
    height: auto;
    padding: 5px 0px 5px 0;
    margin: 0 0 10px 3%;
    font-size: 14px;
    border: 1px dashed #333333;
    font-weight: bold;
}

.job-flag-containerUsers {
    text-align: right;
    width: 97%;
    float: left;
    height: auto;
    padding: 5px 10px 5px 0;
    margin: 0 0 10px 3%;
    font-size: 14px;
    border: 1px dashed #333333;
    font-weight: bold;
}

.urgent-flag {
    background-color: #f5f50c;
    color: #333333;
    padding: 0 4px 0 4px;
    border: 1px solid #333333;
}

.urgent-note {
    background-color: #ff0000;
    color: #ffffff;
    padding: 0 4px 0 4px;
    font-weight: bold;
    margin: 0 5px 0 30px;
}

.job-indication {
    border-right: 1px dashed #333333;
    float: left;
    width: 56%;
}

.job-note {
}

label .WithDownload {
    width: 52% !important;
}

p .WithDownload {
    width: 52% !important;
}

.other-doc {
    float: left;
    width: 97%;
    text-align: center;
    padding: 0 0 0 0;
    margin: 15px 0 15px 3%;
}

    .other-doc .file-up {
        width: 100%;
        float: left;
        text-align: right;
    }

        .other-doc .file-up .choose {
            width: 40%;
            float: left;
        }

        .other-doc .file-up .add-button-table {
            float: left;
            margin: 0 0 0 10px;
            padding: 8px 40px 7px 40px;
        }

#OtherDocuments h3 {
    font-size: 24px;
    color: #252525;
    padding: 0 0 5px 0;
    margin: 15px 0 15px 3%;
    border-bottom: 2px solid #dbd8d8;
    width: 97%;
    float: left;
}

.client-signature {
    height: auto;
    display: block;
    text-align: right;
    width: 100%;
    margin: 10px 0px 0px;
    float:left;
}

    .client-signature img {
        width: 100px;
        height: 70px;
    }


.ui-autocomplete {
    list-style-type: none;
    height: auto;
    padding: 0px 0px 0px 10px;
}

    .ui-autocomplete li {
        list-style-type: none;
        height: auto;
        padding: 5px 0 5px 0;
    }

.ps-scrollbar-y-rail {
    display: none;
}

#SelectAllWebGrid textarea {
    height: 40px;
}

#SelectAllWebGrid {
    margin-bottom: 30px;
}

.assign-tech h3 {
    padding: 0px 0px 17px 3% !important;
}

#dvFeedBack td input[type="radio"] {
    margin: 4px 1px 0 5px;
}

.drpSelectJSA {
    color: #505458;
}

.manage-jobs-export {

}

.manage-jobs-export h3 {
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    }

.manage-jobs-export .form-results span {
    width: auto !important;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
    height: auto;
}

.manage-jobs-export .rwd-table {
    background: none;
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 0 0%;
}


.MasterUserUserId p span {
    height:auto;
}

.job-audio {
    width:160px;
    display:block;
    float:left;
}

.unassign-select-button {
    width: 60%;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 0 0 0 6px;
    margin: 0 0% 0 0;
    color: #505458;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    -webkit-box-shadow: inset 0px 0px 8px rgba(222,222,222, 1);
    box-shadow: inset 0px 0px 8px rgba(222,222,222, .5);
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}






.dashboard {
	
}

.dashboard ul {
	width:100%;
	float:left;
	padding: 0 0 0 0;
    margin: 35px 0 0 0;
}

.dashboard ul li{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:25%;
	float:left;
	list-style-type:none;
	display: flex;
    align-items: center;
    justify-content: center;

}

.dashboard ul li a{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:155px;
	height:155px;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
	text-decoration:none;
	color:#ffffff;	
	border: none;
}

.dashboard ul li a:hover{
    border: none;
}



.dashboard ul li a h1 {
	color:#ffffff;
	font-size:30px;
	width:100%;
	text-align:center;
	padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}

.dashboard ul li a p {
	color:#ffffff;
	font-size:14px;
	width:100%;
	text-align:center;
	padding: 0px 0 0px 0;
    margin: 0 0 0 0;
    font-weight: Bold;
}

.dashboard-issued {
		background-color: #9CCC65;
}

.dashboard-issued:hover {
		background-color: #AED581;
}

.dashboard-onhold {
		background-color: #26C6DA;
}

.dashboard-onhold:hover {
		background-color: #4DD0E1;
}

.dashboard-assigned {
		background-color: #CE93D8;
}

.dashboard-assigned:hover {
		background-color: #E1BEE7;
}

.dashboard-unassigned {
		background-color: #FBD467;
}

.dashboard-unassigned:hover {
		background-color: #FCD978;
}

.dashboard-kpi {
		background-color: #FF5722;
}
.dashboard-kpi:hover {
		background-color: #FF7043;
}

.dashboard-urgents {
		background-color: #EC407A;
}
.dashboard-urgents:hover {
		background-color: #F06292;
}

.dashboard-require {
		background-color: #C0CA33;
}
.dashboard-require:hover {
		background-color: #CDDC39;
}

.dashboard-claimed {
		background-color: #9E9E9E;
}
.dashboard-claimed:hover {
		background-color: #BDBDBD;
}


.ui-autocomplete {
    left:auto;
    top:auto;
}

.client-signature h4 {
    margin:5px 0 5px 0;
}




/*Oct 1, 2019 - Responsive design Changes*/

 .res-menu-sec  {display:block;}
.table-responsive {border:0;}
.h100{height:100px;}
.basic-forms label.web-url{height: 85px;}

.ui-dialog.ui-widget{     left: 0 !important; right:0; margin:0 auto !Important;top: 5% !important;    z-index: 10010;}
/*.ui-widget { left: auto !important;}*/

.h-lg-auto {
    height: auto !important;
}

.ui-draggable .ui-dialog-titlebar {
 margin:0 !important;
}

.estatement{text-align:right}

.w100{width:100%;}

.basic-forms .form-field {
    display: block;
    width: 50%;
    margin-bottom: 0px;
    float: left;
    text-align: left;
    font-size: 16px;
    padding: 0px 0 5px 0;
    height: 65px;
    position: relative;
}

.alert-failure.ui-dialog .ui-dialog-content {  height: auto !important;}
.alert-success.ui-dialog .ui-dialog-content {  height: auto !important;}
.xdsoft_datetimepicker { z-index: 100000 !important;}
/*#SelectAllWebGrid .gridHeader th:nth-child(7){width:200px;}*/


#drpUserMasterId_chzn {    width: 60% !important;}
#drpUserMasterId_chzn .chzn-drop{width: 100% !important;}
#drpUserMasterId_chzn .chzn-search input{width: 100% !important;}
#drpUserMasterId_chzn .chzn-single span{width: 94% !important;padding: 3px 0 5px 0; margin-right: 0px;margin-left: 0;}


@media screen and (max-width:1024px) {

    .w100-md{width:100% !important;}

    #PartialMasterMaterial .gridHeader th:nth-child(1) { min-width: 150px;}
    #PartialMasterMaterial .gridHeader th:nth-child(2) { min-width: 140px;}

    #PartialClient .gridHeader th:nth-child(1) { min-width: 150px;}
    #PartialClient .gridHeader th:nth-child(2) { min-width: 180px;}
    #PartialClient .gridHeader th:nth-child(6) { min-width: 120px;}

    #PartialRicsWicsSor .gridHeader th:nth-child(1) { min-width: 120px;}

    #PartialSubCategory .gridHeader th:nth-child(1) { min-width: 220px;}
    #PartialSubCategory .gridHeader th:nth-child(2) { min-width: 180px;}

    #PartialJobCodeSelect .gridHeader th:nth-child(1) { min-width: 100px;}
    #PartialJobCodeSelect .gridHeader th:nth-child(2) { min-width: 250px;}

    #JobAttatchmentSelect .gridHeader th:nth-child(1) { min-width: 220px;}

    #PartialAssignTechnician .gridHeader th:nth-child(1) { min-width: 20px;}

    .button-action label { display: inline-block;   float: none;    width: auto;  }
    .label-full-width span {     width: 16% !important;    }

    .ascend-arrow:after { padding: 0px 0 0px 16px;}
    .sort-none:before{    right: -24px;}
    .sort-none:after{right: -24px;}

    .basic-forms .ms-drop input[type="checkbox"] {  margin-right: 5px;}
    .rwd-table{    width: 100% !important;}
    .DownloadImage{ right: 30px; top: -5px;}
    .ui-dialog.ui-widget{     left: 0 !important; right:0; margin:0 auto !Important; width:70% !important;top: 10% !important;}
    .logo span {        display: none;    }
      
    .banner-inner {    top:-50px;}
    .form-table {   position: relative;    top: -50px;padding-bottom: 25px;}
    .form-example {    width: 100%;}


    .res-menu-sec {    }
    .main-container .nav-wrap.web-menu, .main-container .nav-wrap.res-left-menu {  display:none;}
    .drawer-open .res-menu-sec .main-container .nav-wrap.res-left-menu {  display:block;}
    .res-menu-sec .main-container {overflow: initial !important; }

    .logo{margin-left:30px;}
    .basic-forms input[type=text] {    width: 59%;}
    .gridHeader th:nth-child(1) {min-width: 50px; }
    .gridHeader th:nth-child(2) {min-width: 130px; }
    .gridHeader th:nth-child(3) {min-width: 150px; }
     .gridHeader th:nth-child(4) {min-width: 150px; }
      .gridHeader th:nth-child(5) {min-width: 160px; }
      .gridHeader th:nth-child(6) {min-width: 100px; }
      .gridHeader th:nth-child(7) {min-width: 110px;}
      .gridHeader th:nth-child(8) {min-width: 120px; }
      .gridHeader th:nth-child(9) {min-width: 130px; }

    .grid-list .basic-forms span {     width: 60%;}
      .upload.icon-view {width: 50%;   }
    #TechnicianFile {    height: auto;   width: 30%;}
    .basic-forms input[type="file"]{width: 50%; height: auto; margin: 0; padding: 0 0 0 30px;}
    .choose{ padding:5px 0 5px 24px;}
    .job-details-accordion.users-add #TitleDisplay, #drpTimeFrame{ float:left;  width: 20%;}

    .job-details-accordion.users-add #Fname{    float:left;   width: 43%;}

     .form-example-main .col-xs-12 {
        width: 100%;
    }
    #PartialUsers .upload.icon-view {
    width: 32%;
}

#PartialUsers .basic-forms input[type=password] {
    width: 60%;
}
  .logo-bg {
    background-color: #ffffff;
    min-height: 135px;
}
  .nav-bg {
    display: none;
}

.welcome {
       text-align: left;
    padding: 10px 0px 10px 10px;
    /* overflow: hidden; */
    /* clear: both; */
    margin: 0px;
    float: left;
    /*width: 100%;*/
}
.welcome span h4 {
   padding: 0 0 0 0px;
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 13px;
    color: #0c67b0;
    float: left;
    width: 100%;

}
.welcome span {
  font-size: 12px;
    text-transform: uppercase;
    padding: 2px 0 0 10px;
    margin: 0 0 0 0;
    
    float: left;
}
.logout {
    text-align: left;
    margin-top: 15px;
    float: right;
    margin-right: 15px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.drawer-hamburger{top: 10px !important;padding-left: 2rem !important;}
    .form-results span {
        height: auto !important;
    }
      
    .main-container .nav-wrap {
    top: 0 !important;
}
 .main-container .nav-wrap {
    width: 240px !important;
    position: fixed;
    overflow-y: auto;
    top: 0;
    bottom: 0px !important;
    left: 0;
}  

 .drawer-open .main-container .nav-wrap .site-nav .nav-list > li.open .inner-drop {
  display: block !important;
  opacity: 1 !important;
}
 .tab-container .basic-forms h3 {
    margin: 0px 0 20px 0%;
}
 .basic-forms span{
    margin: 0 2% 0 0%}
 .rwd-table {
    margin: 10px 0 0 0% !important;
}
 .button-action-add h3{    padding: 17px 0px 0px 0% !important;}
     .h-md-auto{height:auto !important;}
    .field-validation-error {
        margin-left: 34% !important;
    }

.address-full-width .addline {
    margin: 0px 0px 10px 17% !important;
}
.address-full-width span {
    width: 15%;
}
.label-full-width span {
    margin: 0 1% 0 0% !important;
}
.form-results label{margin: 0 2% 0 0%;}

.basic-forms .form-field {
    display: block;
    width: 50%;
    margin-bottom: 0px;
    float: left;
    text-align: left;
    font-size: 16px;
    padding: 0px 0 5px 0;
    height: 65px;
    position: relative;
}
.p-full-width label {
    margin: 0 1% 0 0% !important;
}
.basic-forms input[type=text]#txtDuration { width: 46%;}
}




@media screen and (max-width:992px) {

        .nav-bg {top: -75px;  }
        .nav-bg .nav.navbar-nav span{ display:none;      }
       .nav-bg .navigation{float:right;}
       .res-tab-sec{    width: 100%; overflow: auto;}
.res-tab-sec .nav-tabs{ width:800px;}
.res-tab-main.MainClass{ width:auto;}

.ui-draggable.image-popup-main{
    height: auto;
    width: 90% !important;
    top: 134px;
    left: 12px;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    top: 5% !important;
    left: 5% !important; }

#LoadData .gridHeader th{padding-right: 30px;}
}



@media screen and (max-width: 767px) {

    #drpUserMasterId_chzn {    width: 100% !important;}

    .chosen-container-single {
    width: 100% !important;
}
    .basic-forms label.timeframe-2 input[type="text"] {
    width: 68%;
    float: left;
    margin: 0 0 0 4%;
}
    .p-full-width label {
        width: 32% !important;
    }
    .p-full-width span {
        width: 67% !important;
    }
    .p-full-width .addline {
    margin: 0px 0px 10px 33% !important;
}
    .field-validation-valid {
        margin-left: 0% !important;
    }

    .basic-forms .form-field {
        width: 100%;
    }

    #TechnicianFile {
        height: auto;
        width: 85%;
    }

    .label-full-width span {
        margin: 0 1% 0 0% !important;
    }

    .banner-inner {
        top: 0;
    }

    .nav-bg {
        top: 9px;
    }

        .nav-bg .navigation {
            float: none;
        }

    .login-feature-container {
        padding-bottom: 20px;
    }

    .logo img {
        width: 180px;
        float: left;
    }

    .logo span {
        float: left;
        display: none;
    }

    .login-box {
        float: none;
    }

    .login-feature-container {
        display: none;
    }

    footer {
        border-top: 1px solid #f2f2f2;
    }

    .drawer-overlay {
        z-index: 999 !important;
    }

    .drawer-nav {
        z-index: 1000 !important;
    }

    footer {
        z-index: 990;
    }

    .drawer-hamburger {
        position: relative;
    }

    .res-menu-sec {
        display: block;
    }

    .form-table {
        padding-bottom: 10px;
        position: relative;
        top: 0;
    }

    .dashboard ul li {
        margin: 0 0 20px 0;
        width: 50%;
    }

    footer {
        position: relative;
    }

    #bs-example-navbar-collapse-1 .nav > li {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 20px;
    }


    .basic-forms label {
        width: 100%;
        margin-bottom: 10px;
    }

    .basic-forms span {
        width: 100% !important;
        margin-left: 0;
        float: none;
    }

    .basic-forms select {
        width: 100%;
    }

    .basic-forms input[type=text] {
        width: 100%;
    }

    .rwd-table th, .rwd-table td {
        padding: 5px;
    }

    .navbar-toggle {
        margin-right: 0;
        padding: 9px 0px 9px 10px;
    }

    .basic-forms .ms-parent {
        width: 100% !important;
    }

    .address-full-width input {
        width: 100% !important;
    }

    .address-full-width .addline {
        margin: 0px 0px 5px 0% !important;
    }

    .form-results p {
        width: 100%;
        position: relative;
    }

    .form-results label {
        margin: 0 2% 0 0%;
    }

    .estatement {
        text-align: right;
    }

    .form-results span {
        height: auto;
    }

    .area-trade .gridHeader th:nth-child(1) {
        min-width: 200px;
    }

    .area-trade .gridHeader th:nth-child(2) {
        min-width: 360px;
    }

    .choose {
        padding: 5px 0 0px 0px;
        margin-bottom: 0;
    }

    .job-details-accordion.users-add #Fname, .basic-forms input[type=text]#txtDuration {
        display: inline-block;
        width: 80%;
    }

    #PartialUsers .upload.icon-view {
        width: 100%;
    }

    #PartialUsers .basic-forms input[type=password] {
        width: 100%;
    }

    #OtherDocuments h3 {
        margin: 15px 0 15px 0%;
    }

    .basic-forms textarea {
        width: 100% !Important;
        height: 70px;
    }

    .h-xs-auto {
        height: auto !important;
    }

    .h100-xs {
        height: 100px !important;
    }

    #createForm {
        height: 80vh !important;
    }


    .basic-forms span.text-color-dark {
        width: 100% !important;
    }


    .logo-bg {
        background-color: #ffffff;
        min-height: 55px;
    }

    .banner-inner {
        height: 50px;
    }

    .drawer-hamburger {
        top: 0px !important;
        padding-left: 1rem !important;
    }

    .image-popup-main .form-results p {
        width: 100%;
    }

    #PartialCommunication .form-results label {
        margin: 0 2% 0 0% !important;
        width: 100% !important;
    }

    #PartialCommunication .form-results span {
        width: 100% !important;
    }


    .field-validation-error {
        width: 90% !important;
        margin-left: 0% !important;
        padding-top: 0px !important;
        font-size: 12px !important;
    }

    .address-full-width .field-validation-error {
        width: 90% !important;
        margin-left: 0% !important;
        padding-top: 0px !important;
        font-size: 12px !important;
    }

    .job-details-accordion .panel-group {
        width: 100%;
        margin: 15px 0 5px 0%;
    }

    .job-details-accordion .panel-body span {
        margin: 0 2% 0 0% !important;
        width: 100%;
    }

    .main-container .nav-wrap {
        top: 0 !important;
    }

    .main-container .nav-wrap {
        width: 240px !important;
        position: fixed;
        overflow-y: auto;
        top: 0;
        bottom: 0px !important;
        left: 0;
    }

    .web-url {
        height: auto !important;
    }

        .web-url .address-sample {
            width: 100%;
            padding-left: 0;
            margin-left: 0 !important;
        }
}



/*@media (max-width: 566px) {

    .login-feature-container {      padding-bottom: 80px;}
}*/

