body {
    background: url(../images/body_bg.gif) repeat-x top #fff;
    font-family: Tahoma,Geneva,sans-serif;
    line-height: 18px;
    color: #4b575d;
}

* {
    margin: 0;
    padding: 0;
}

.clear_fix {
    clear: both;
}

.profileimg {
    border-radius: 15px;
    height: 45px;
    width: 45px;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 1em;
    margin-bottom: 0;
}

h2 {
    color: #2196d5;
    font-size: .875em;
    margin: 10px 0 8px;
}

#header {
    background: #5eb1ff;
    margin-bottom: 20px;
    min-height: 50px;
    padding-bottom: 12px;
    width: 100%;
}

.logo {
    float: left !important;
    height: auto;
    padding: 12px 0 8px 56px;
    text-align: center;
    width: 132px;
}

.logo-app {
    float: right;
    margin: 12px 7px 0;
    width: auto;
}

.logo-app-intect {
    float: left;
    margin: 12px 4px 0;
    width: auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.welcome_section {
    float: right;
    padding: 10px 15px 0 0;
    color: #fff;
    font-size: .8em;
    line-height: 24px;
    text-align: right;
}

    .welcome_section ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .welcome_section ul li {
            display: inline;
            padding: 0 12px 0 0;
            font-size: .875em;
        }

            .welcome_section ul li.last {
                padding-right: 0;
            }

            .welcome_section ul li a {
                color: #fff;
                text-decoration: none;
            }

                .welcome_section ul li a img {
                    margin-right: 4px;
                }

.tabs {
    width: 94.5%;
    border-bottom: 4px #5eb1ff solid;
    margin: 0 auto;
    padding: 0 1.5%;
}

    .tabs .logo_holder {
        float: right;
        padding: 6.8px 0;
        margin-top: -12px;
    }

        .tabs .logo_holder img {
            float: left;
        }

    .tabs ul {
        margin: 0 0 0 -1.5%;
        padding: 0;
        list-style: none;
        width: auto;
        float: left;
    }

        .tabs ul li {
            display: inline;
            margin-right: 5px;
            float: left;
            background: #A7A7A7;
        }

            .tabs ul li a {
                color: #FFF;
                float: left;
                font-size: .8em;
                padding: 5px 10px;
                text-decoration: none;
            }

            .tabs ul li.active a {
                background: #5eb1ff;
                color: #fff;
            }

#content_wrapper {
    width: 94.5%;
    height: auto;
    border: 1px solid #d5d5d5;
    border-top: 0 #2196d5 solid;
    background: #fff;
    margin: 0 auto 20px;
    padding: 1.5%;
}

.form_box {
    float: left;
    width: 100%;
    margin-right: 0;
}

.large_box {
    float: left;
    width: 100%;
}

.select {
    background-color: #FFF;
}

.box {
    display: none;
}

.responsive_form {
    min-width: 100%;
}

label {
    font-size: .813em;
    width: 100%;
    line-height: 20px;
    color: #898989;
}

input[type=checkbox], input[type=password], input[type=text], select, textarea {
    border: 1px solid #aeaeae;
    padding: 3px;
    font-size: .813em;
    color: #787878;
    font-family: Tahoma,Geneva,sans-serif;
}

input[type=password], input[type=text] {
    width: 21%;
    margin-bottom: 23px;
    height: 28px;
}

.dropdown {
    border: 1px solid #aeaeae;
    padding: 3px;
    font-size: .813em;
    color: #787878;
    font-family: Tahoma,Geneva,sans-serif;
    width: 63%;
    margin-bottom: 10px;
}

textarea {
    width: 98%;
    height: 60px;
    margin-bottom: 10px;
    resize: none;
}

#txtcomments {
    width: 98%;
    height: 120px;
    margin-bottom: 10px;
    resize: none;
}

.large_box label {
    width: 33%;
}

input[type=text].three_col {
    width: auto;
    margin-right: 3%;
    float: left;
}

select.three_col {
    width: auto;
    margin-right: 3%;
    float: left;
    padding: 2px;
}

input[type=text].three_col.last {
    margin-right: 0;
}

.buttonfirst {
    background: #5eb1ff;
    border: 1px solid #5eb1ff;
    color: #FFF;
    cursor: pointer;
    font-size: .875em;
    font-weight: 700;
    height: 29px;
    margin: 15px 40px;
    width: 90px;
}

.button {
    background: #5eb1ff;
    border: 1px solid #5eb1ff;
    color: #FFF;
    cursor: pointer;
    font-size: .875em;
    font-weight: 700;
    height: 29px;
    margin: 9px auto;
    width: 90px;
}

.required {
    color: Red;
}

.errortxt {
    background-color: #FCCBCB;
    border: 1px solid #870808 !important;
}

.atype {
    float: left;
    margin: 0 9px 4px 5px;
}

.ofield {
    color: #999A9A;
    font-size: 13px;
    margin-left: 14px;
}

.linehgt {
    float: left;
    line-height: 12px;
}

.paging {
    color: #999A9A;
    font-size: 14px;
    text-align: center;
}

a {
    color: #999A9A;
    text-decoration: none;
}

input[type=checkbox], input[type=radio] {
    background-color: #FCCBCB;
}

.divoverlay {
    display: none;
}

.backbtn {
    background: url(../images/back.png) repeat-x top #fff;
    float: right;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.divlist {
    margin-top: 8px;
    max-height: 290px;
    overflow-y: scroll;
}

.listul {
    list-style-type: none;
}

    .listul h3 {
        color: #818181;
        font-size: 12px;
        font-weight: 700;
        margin-left: 4px;
        cursor: pointer;
    }

    .listul li img {
        float: left;
        margin: 3px 10px 2px 6px;
    }

    .listul li p {
        font-size: 11px;
        font-family: Georgia,Times New Roman,serif;
    }

    .listul .liread {
        background-color: #FFF;
        border-bottom: 1px solid #DDD;
        height: 42px;
        margin-bottom: 3px;
        overflow: auto;
    }

    .listul .unread {
        background-color: #D3F2D1;
        border: 1px solid #FFF;
        height: 42px;
        overflow: auto;
    }

.loadmore {
    color: #8C8C8C;
    cursor: pointer;
    font-size: 12px;
    padding-top: 15px;
    text-align: center;
}

.date {
    color: #8B8B8B;
    font-size: 9px;
    float: right;
    padding-right: 10px;
}

.count {
    color: #FCFBFB;
    font-size: 11px;
}

.text {
    color: #6D6D6D;
    font-weight: 700;
}

.overlay {
    background-color: #F9F7E0;
    border: 1px solid #C2C2C2;
    max-height: 65%;
    left: 8%;
    position: fixed;
    top: 17%;
    width: 80%;
    z-index: 99999;
    display: none;
    overflow-y: scroll;
    padding-bottom: 5px;
}

.divback {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
    display: none;
    opacity: .65;
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-filter: alpha(Opacity=50);
}

.close {
    color: gray;
    float: right;
    font-size: 12px;
    font-weight: 700;
    padding-right: 10px;
    padding-top: 5px;
}

.links li {
    list-style-image: none;
    list-style-type: none;
    display: inline-block;
}

    .links li a {
        text-decoration: none;
        color: #7b7b7b;
        padding: 0 37px 0 0;
    }

        .links li a:hover {
            text-decoration: underline;
            color: #7b7b7b;
        }

        .links li a.selected {
            text-decoration: underline;
            color: #037EA7;
        }

.display_listbox {
    border: 1px solid #AEAEAE;
    color: #707070;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: .713em;
    margin-bottom: 7px;
    overflow-y: scroll;
    padding: 6px;
}

.date-container {
    float: left;
    margin-top: 10px;
    width: 100%;
    display: none;
}

input.field {
    width: 57% !important;
}

.date-form {
    float: left;
    font-size: 12px;
    width: 30%;
}

.buttonleft {
    background: #505050;
    border: 1px solid #505050;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: .875em;
    font-weight: 700;
    height: 35px;
    margin: 0;
    width: 110px;
}

.loader {
    float: left;
    margin-top: 19px;
    margin-left: 10px;
}

.display_box {
    border: 1px solid #aeaeae;
    padding: 8px;
    font-size: .72em;
    color: #707070;
    font-family: Tahoma,Geneva,sans-serif;
    height: 125px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

    .display_box .blue_txt, .display_box .orange_txt {
        color: #6D6D6D;
        float: left;
        margin-bottom: 9px;
        width: 100%;
        background: url(../images/help.png) left top no-repeat;
        padding: 5px 0 2px 26px;
        line-height: normal;
    }

.blue_txt strong {
    color: #2D7093;
}

b {
    font-size: 13px;
}

@media (max-width:500px) {
    .logo {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .welcome_section {
        line-height: 18px;
        padding: 1px 0 0 6px;
        text-align: center;
        width: 100%;
    }

    #content_wrapper {
        padding: 3%;
        width: 88%;
    }

    .tabs {
        padding: 0 3%;
        width: 88%;
    }

        .tabs ul {
            margin: 0 0 0 -3%;
        }

    .large_box {
        width: 100%;
    }

    .responsive_form {
        min-width: 0;
    }

    .form_box {
        width: 100%;
        margin-right: 0;
        float: left;
    }

    .large_box label, label {
        width: 100%;
    }

    input[type=password], input[type=text], textarea {
        width: 96.6%;
    }

    .dropdown {
        width: 99.1%;
    }

    input[type=text].three_col {
        width: auto;
        margin-right: 3%;
        float: left;
    }

        input[type=text].three_col.last {
            width: auto;
        }
}

@media (max-width:350px) {
    input[type=text].three_col, input[type=text].three_col.last {
        width: auto;
    }

    .form_box {
        float: left;
        margin-right: 2.6%;
        width: 100%;
    }

    label {
        width: 100%;
    }
}

.linkbutton {
    color: gray;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}

    .linkbutton:hover {
        color: #5eb1ff;
        cursor: pointer;
        font-size: 12px;
        text-decoration: underline;
    }

.question {
    border: 1px solid #E3E3E3;
    color: #707070;
    font-family: Tahoma,Geneva,sans-serif;
    margin-bottom: 10px;
    overflow-y: scroll;
    padding: 8px;
}

    .question label {
        font-weight: 700;
    }

    .question div select {
        margin-bottom: 5px;
        margin-left: 1px;
        min-width: 99%;
    }

    .question div input[type=text] {
        border: 1px solid #AEAEAE;
        color: #787878;
        margin-bottom: 5px;
        margin-left: 1px;
        min-width: 96%;
    }

#ddjobid {
    border: 1px solid #AEAEAE;
    height: 22px;
}

.spnreopen {
    cursor: pointer;
    float: right;
    margin-right: 11px;
    margin-top: 6px;
}

.spnreopend {
    cursor: pointer;
    float: right;
    margin-right: 11px;
    margin-top: 6px;
    color: #0BBFB0;
}

.btnstatus {
    background: #5eb1ff;
    border: 1px solid #5eb1ff;
    color: #FFF;
    cursor: pointer;
    font-size: .875em;
    font-weight: 700;
    height: 23px;
    width: 70px;
}

.reopenbtn {
    background-color: #7B7B7A;
    border: 1px solid #7B7B7A;
    color: #F9F9F9;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    height: 19px;
    text-align: center;
    width: 55px;
}

.textreopen {
    font-size: 13px;
}

.buttonsmall {
    background: #5eb1ff;
    border: 1px solid #5eb1ff;
    color: #FFF;
    cursor: pointer;
    font-size: .875em;
    font-weight: 700;
    height: 29px;
    margin: 9px auto;
    width: 60px;
}

.divreopenedetail {
    color: #747474;
    font-family: Tahoma;
    font-size: 12px;
    margin-top: 11px;
    padding: 18px;
}

i {
    color: #9C9898;
    text-decoration: underline;
}


.welcome_section {
    text-align: center;
    width: 100%;
}


.button,.buttonfirst,.buttonsmall {
    display: inline-block;
    border: none;
    padding: .5rem 1.5rem;
    margin: 10px 0 0 0;
    text-decoration: none;
    background: #5EB1FF;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 5px;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
	width:auto;
}

.button:hover,
.button:focus {
    background: #348fe5
}

.button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
}

.button:active {
    transform: scale(0.99);
}


.new_file_section input {
    width: 90%;
    font-size: 11px;
    background: #fafafa;
    padding: 4px;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/***************/
.form_center{ width:100%; max-width:350px; margin:0 auto; }
.form_center b{ font-weight:bold; padding-bottom: 5px;
    display: inline-block; }
.workorder_label{ width:100%; padding:15px 0 0 0; }
.custom_textarea{ width:98%; height:200px; }
.custom_field{ float:right; }


.btn_submit{ text-decoration: none;
    background: #5EB1FF;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 15px; padding:8px 20px; font-weight:bold; border:none; display:inline-block !important; cursor:pointer; }

@media only screen and (max-width: 600px) {


    .form_center{ max-width:inherit; width:98%; }
    
    .custom_textarea{ width:98%; }

}