﻿@import url('bootstrap.min.css');
@import url('roboto.css');
@import url('lato.css');
@import url('font-awesome.min.css');


@font-face {
    font-family: 'PTSansRegular';
    src: url( '../fonts/pts55f.eot' );
    src: url( '../fonts/pts55f.eot' ) format( 'embedded-opentype' ), url( '../fonts/pts55f.woff' ) format( 'woff' ), url( '../fonts/pts55f.ttf' ) format( 'truetype' ), url( '../fonts/pts55f.svg#PTSansRegular' ) format( 'svg' );
}

@font-face {
    font-family: 'PTSansBold';
    src: url( '../fonts/pts75f.eot' );
    src: url( '../fonts/pts75f.eot' ) format( 'embedded-opentype' ), url( '../fonts/pts75f.woff' ) format( 'woff' ), url( '../fonts/pts75f.ttf' ) format( 'truetype' ), url( '../fonts/pts75f.svg#PTSansBold' ) format( 'svg' );
}


body {
    margin: 0px;
    background-color: #fff;
    /*background: url(../images/bg1.png);*/
    font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
}

.clear {
    clear: both;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.container {
    width: 1000px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

.fl-lf {
    float: left;
}

.fl-rt {
    float: right;
}

.top {
    padding: 10px 0 10px 0;
    width: 1000px;
    float: left;
}

.textfield1 {
    height: 28px;
    width: 150px;
    font-size: 12px;
    background: #ffffff;
    color: #656565;
    float: left;
    border: none;
}

.searchbt {
    height: 29px;
    width: 30px;
    background: url(../images/searchbt.jpg) no-repeat left top;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    border: none;
}

.topheader {
    /* IE10 Consumer Preview */
    background: url(../images/topheader.jpg) repeat-y;
    width: 1000px;
    height: 104px;
    margin: 0px auto 0px auto;
    background-size: 1000px 104px;
}

    .topheader .logo {
        margin: -16px 0 0 0;
        width: 328px;
    }

    .topheader .myhudco {
        padding: 5px;
        width: 480px;
        margin: 18px 0 0 0;
    }

        .topheader .myhudco .divcenter {
            margin-right: auto;
            margin-left: auto;
            width: 450px;
        }

    .topheader .hudcohead {
        /*width: 250px;*/
        padding: 5px;
        margin: -36px 0px 0 0px;
    }

    .topheader .hudcoheadlogin {
        padding: 5px 5px 5px 5px;
        margin: 15px 0 0 0;
        width: 250px;
    }

    .topheader .hudco {
        margin: 0px 20px 0 0;
    }

        .topheader .hudco li {
            float: left;
            text-align: center;
            padding-right: 30px;
            /*background: url(../images/hudco-bg.png) repeat-x left top;*/
        }

            .topheader .hudco li .quote {
                font-style: normal;
                color: #000000;
            }

            .topheader .hudco li img {
                clear: both;
            }

.arr-log {
    background: url('../images/arr-log.png');
    height: 32px;
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
}

.header {
    margin-top: 5px;
    background-color: #5E413A;
    text-align: center;
    padding: 2px 2px 2px 2px;
    overflow: hidden;
}

    .header span {
        color: #ffffff;
        font-size: 19px;
        text-align: center;
        font-weight: normal;
        font-family: PTSansBold, Arial, verdana, sans-serif;
        padding: 5px;
        width: 200px;
    }

    .header ul {
        margin: 30px 0 0 0;
    }

    .header li {
        font-size: 14px;
        color: #FFF;
        text-align: left;
        float: left;
        width: 180px;
        padding: 0px 15px 0px 0px;
        margin: 0px -1px 10px 0px;
        background: url('../images/arr-log.png') no-repeat scroll right top transparent;
    }

        .header li .last {
            background: #000;
        }

        .header li .one {
            font-family: PTSansBold, Arial, verdana, sans-serif;
            font-size: 44px;
            line-height: 35px;
            margin-right: 5px;
            float: left;
        }

        .header li .text {
            float: left;
            width: 80%;
        }


.userloggedinfo {
    padding-left: 11px;
    color: #fff;
}

    .userloggedinfo img {
        padding: 2px;
        background: #13285e;
        width: 67px;
        float: left;
        margin-top: 15px;
        height: 66px;
    }

    .userloggedinfo .userinfo {
        float: left;
        margin-left: 10px;
        line-height: 0px;
        WIDTH: 108PX;
        margin-top: 7px;
    }

        .userloggedinfo .userinfo h5 {
            min-width: 140px;
            margin: 0px;
            padding: 20px 0 0 0;
            color: #000080;
            margin-left: -79px;
        }

        .userloggedinfo .userinfo small {
            font-size: 12px;
            opacity: 0.6;
            color: #fff;
            font-family: sans-serif;
            font-style: italic;
        }

    .userloggedinfo ul {
        list-style: none;
        margin-top: 5px;
    }

        .userloggedinfo ul li {
            display: block;
            font-size: 11px;
            line-height: normal;
            margin-bottom: 1px;
        }

            .userloggedinfo ul li a {
                padding: 4px 5px 3px 5px;
                color: #000080;
                line-height: normal;
                /*background:#dae6f9;*/
                display: block;
                font-weight: bold;
            }

                .userloggedinfo ul li a:hover {
                    /*text-decoration: none;
                    background: #F3EBD6;
                    color:#000;*/
                    transform: scale(1.1);
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                    border-radius: 5%;
                    text-decoration: none;
                    background: #F3EBD6;
                    color: #000;
                    width: 85%;
                }

.scroll {
    padding: 10px;
    font-size: 20px;
    color: #8c041b;
    font-family: PTSansBold, Arial, verdana, sans-serif;
}

.maincontent {
    background-color: #FEF6EB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}

    .maincontent .formcontainer {
        margin-right: 5px;
        width: 285px;
        height: 327px;
        border-right: 1px solid #cacaca;
        float: left;
        padding: 75px 40px 20px 20px;
        border: 1px solid #000;
    }

        .maincontent .formcontainer h1 {
            font-size: 29px;
            text-transform: uppercase;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
        }

    .maincontent .form {
        margin: 20px 0 0 0;
    }

        .maincontent .form label {
            font-size: 15px;
            color: #656565;
            margin-bottom: 0px;
        }

        .maincontent .form li {
            margin: 0 0 12px 0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 0px;
            height: 50px;
            width: 100%;
            float: left;
        }

            .maincontent .form li .textfield {
                width: 196px;
                padding: 0 5px 0 10px;
                height: 28px;
                font-size: 12px;
                color: #656565;
                border: none;
            }

            .maincontent .form li .labeltext {
                width: 100%;
                display: block;
                clear: both;
            }

            .maincontent .form li .icon {
                width: 50px;
                text-align: center;
                float: left;
                border-right: 1px solid #cacaca;
            }

            .maincontent .form li .inputtextbox {
                border: 1px solid #cacaca;
                margin: 0 0 12px 0;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 0px;
                height: 30px;
                width: 92%;
            }

.button {
    padding: 5px 9px;
    background-color: #5E413A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    border: none;
    font-size: 17px;
    color: #ffffff;
}


.button1 {
    padding: 10px 20px 10px 20px;
    font-family: PTSansBold, Arial, verdana, sans-serif;
    background-color: #e7d2b0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 17px;
    color: #AFCAF3;
}

    .button1 a {
        color: #AFCAF3;
        text-decoration: none;
    }

        .button1 a:hover {
            color: #AFCAF3;
            text-decoration: underline;
        }

.btn {
    display: inline-block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    margin-bottom: 5px;
}

    .btn .caret {
        margin-left: 5px;
    }

.btn-small {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    text-transform: upperfcase;
}

.btn-large {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px;
}

.btn-primary, .btn-primary:link {
    background: #900028!important;
    border-color: #5E4144;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:active, .btn:primary:focus, .btn-group.open .btn-primary.dropdown-toggle {
        background: #0a76e5;
    }

.btn-danger, .btn-danger:link {
    background: #dd0000;
    border-color: #aa0000;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-group.open .btn-danger.dropdown-toggle {
        background: #cc0000;
    }

.btn-warning, .btn-warning:link {
    background: #fcb904;
    border-color: #daa004;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-group.open .btn-warning.dropdown-toggle {
        background: #edae03;
    }

.btn-success, .btn-success:link {
    background: #86d628;
    border-color: #6db814;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-group.open .btn-success.dropdown-toggle {
        background: #7bca1d;
    }

.btn-info, .btn-info:link {
    background: #71b8ee;
    border-color: #4a96d1;
}

    .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-group.open .btn-info.dropdown-toggle {
        background: #5da6df;
    }

.btn-inverse, .btn-inverse:link {
    background: #333;
    border-color: #272727;
}

.btn-circle {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 20px;
    padding: 5px;
    background: none;
    border: 2px solid #ccc;
}

    .btn-circle:hover {
        background: none;
        color: #ccc;
    }

    .btn-circle.btn-primary, .btn-circle.btn-primary:hover, .btn-circle.btn-primary:focus, .btn-circle.btn-primary:active, .btn-circle.btn-primary.active, .btn-circle.btn-primary.disabled, .btn-circle.btn-primary[disabled] {
        border-color: #AFCAF3;
        color: #AFCAF3;
        background: none !important;
    }

    .btn-circle.btn-danger, .btn-circle.btn-danger:hover, .btn-circle.btn-danger:focus, .btn-circle.btn-danger:active, .btn-circle.btn-danger.active, .btn-circle.btn-danger.disabled, .btn-circle.btn-danger[disabled] {
        border-color: #dd0000;
        color: #dd0000;
        background: none;
    }

    .btn-circle.btn-warning, .btn-circle.btn-warning:hover, .btn-circle.btn-warning:focus, .btn-circle.btn-warning:active, .btn-circle.btn-warning.active, .btn-circle.btn-warning.disabled, .btn-circle.btn-warning[disabled] {
        border-color: #fcb904;
        color: #fcb904;
        background: none;
    }

    .btn-circle.btn-success, .btn-circle.btn-success:hover, .btn-circle.btn-success:focus, .btn-circle.btn-success:active, .btn-circle.btn-success.active, .btn-circle.btn-success.disabled, .btn-circle.btn-success[disabled] {
        border-color: #86d628;
        color: #86d628;
        background: none;
    }

    .btn-circle.btn-info, .btn-circle.btn-info:hover, .btn-circle.btn-info:focus, .btn-circle.btn-info:active, .btn-circle.btn-info.active, .btn-circle.btn-info.disabled, .btn-circle.btn-info[disabled] {
        border-color: #71b8ee;
        color: #71b8ee;
        background: none;
    }

    .btn-circle.btn-inverse, .btn-circle.btn-inverse:hover, .btn-circle.btn-inverse:focus, .btn-circle.btn-inverse:active, .btn-circle.btn-inverse.active, .btn-circle.btn-inverse.disabled, .btn-circle.btn-inverse[disabled] {
        border-color: #333;
        color: #333;
        background: none;
    }

    .btn-circle .iconsweets-white {
        background-image: url( "../images/iconsweets-icons.png" );
    }



.maincontent .flash {
    width: 645px;
}



.topnav {
    margin: 0px 0px 20px 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #900028!important;
    padding: 5px 0 0 0;
    height: 34px;
}

.maincontentinner {
    width: 100%;
    overflow: hidden;
}

    .maincontentinner .leftsection {
        width: 230px;
    }

    .maincontentinner .centersection {
        width: 500px;
        margin: 0 20px 0 20px;
    }

    .maincontentinner .fullLeftsection {
        width: 750px;
        margin: 0px 0px 0px 20px;
    }

    .maincontentinner .fullcentersection {
        width: 100%;
    }

    .maincontentinner .rightsection {
        width: 230px;
    }

    .maincontentinner .box {
        width: auto;
        padding: 10px 0 10px 0;
    }

    .maincontentinner .box3 {
        width: auto;
        text-align: right;
        padding: 10px 0 10px 0;
    }

    .maincontentinner .box4 {
        width: auto;
        padding: 0 0 0 0;
    }


    .maincontentinner .box1 {
        width: 228px;
        background-color: #FEF6EB;
        margin: 0 0 15px 0;
        border: 1px solid #5E4144;
    }

        .maincontentinner .box1 .employeedetails {
            text-align: center;
            font-size: 16px;
            margin-bottom: 5px;
        }

            .maincontentinner .box1 .employeedetails a {
                text-decoration: none;
                color: #000;
            }

            .maincontentinner .box1 .employeedetails #tbl_CMD a {
                font-size: 13px;
                line-height: 25px;
            }

            .maincontentinner .box1 .employeedetails a:hover {
                text-decoration: underline;
                color: #5a1822;
            }

            .maincontentinner .box1 .employeedetails span {
                color: #3a3a3a;
                font-size: 14px;
            }

.imageborder {
    border: 1px solid #828282;
    padding: 3px;
    margin-top: 15px;
}

.maincontentinner .box1 h2 {
    text-align: center;
    font-size: 16px;
    margin: 0px;
    padding: 7px;
    background-color: /*#897E7E*/ #cfad62!important;
    color: #830909!important;
    font-weight: bold!important;
}

.maincontentinner .box1 .iconnew {
    float: left;
}

.maincontentinner .box1 .smallicon {
    width: 30px;
    text-align: center;
    margin-right: 5px;
    float: left;
}

.maincontentinner .box1 .list {
    margin: 10px 0 10px 0;
}

    .maincontentinner .box1 .list li {
        display: block;
        overflow: hidden;
        line-height: 18px;
        margin: 0 0 10px 0;
        background: url(../images/bullet-icon.jpg) no-repeat 10px 7px;
        padding: 0 10px 0 25px;
    }

        .maincontentinner .box1 .list li a {
            color: #000000;
            text-decoration: none;
        }

            .maincontentinner .box1 .list li a:hover {
                color: #000;
                text-decoration: underline;
            }

        .maincontentinner .box1 .list li img {
            border: none;
        }

.maincontentinner .box1 .iconlist {
    margin: 0px 0 1px 0;
}

    .maincontentinner .box1 .iconlist li a {
        color: #000;
        text-decoration: none;
    }

        .maincontentinner .box1 .iconlist li a:hover {
            color: #000;
            text-decoration: none;
        }

    .maincontentinner .box1 .iconlist li img {
        border: none;
    }

.maincontentinner .box2 {
    width: 498px;
    margin: 10px 0 15px 0;
    border: 1px solid #5E4144;
    overflow: hidden;
}

    .maincontentinner .box2 .leftheading {
        width: 100px;
        text-align: center;
        border: 1px solid #AFCAF3;
        float: left;
        color: #383838;
        font-size: 14px;
    }

    .maincontentinner .box2 .rightheading {
        width: 375px;
        float: left;
        padding: 10px;
        color: #383838;
        font-size: 14px;
    }

.imageborder {
    border: 1px solid #828282;
    padding: 3px;
    margin-top: 15px;
}

.maincontentinner .box2 h2 {
    background-color: /*#DDC690*/ /*#665F5F*/ #900028;
    text-align: center;
    padding: 7.5px 10px;
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    color: #fff;
}

.maincontentinner .box2 .heading {
    background-color: #AFCAF3;
    padding: 7.5px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    margin: 0px;
    color: #000000;
}

.maincontentinner .box2 .heading1 {
    background-color: #DDC690;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.bordernone {
    border: 0px solid #AFCAF3!important;
}

.maincontentinner .box2 .list {
    margin: 10px 0 10px 0;
}

    .maincontentinner .box2 .list li {
        display: block;
        overflow: hidden;
        line-height: 18px;
        margin: 0 0 10px 0;
        background: url(../images/bullet-icon.jpg) no-repeat 10px 7px;
        padding: 0 10px 0 25px;
    }

        .maincontentinner .box2 .list li a {
            color: #000;
            text-decoration: none;
        }

            .maincontentinner .box2 .list li a:hover {
                color: #000;
                text-decoration: underline;
            }

        .maincontentinner .box2 .list li img {
            border: none;
        }


.maincontentinner .box10 {
    width: 1000px;
    margin: 0 0 15px 0;
    border: 2px solid #AFCAF3;
    overflow: hidden;
}

    .maincontentinner .box10 h2 {
        background-color: #AFCAF3;
        text-align: center;
        padding: 7.5px 10px;
        font-size: 16px;
        font-weight: normal;
        margin: 0px;
        color: #00000;
    }

    .maincontentinner .box10 .heading {
        background-color: #AFCAF3;
        padding: 7.5px 10px;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        overflow: hidden;
        margin: 0px;
        color: #ffffff;
    }

    .maincontentinner .box10 .heading1 {
        background-color: #AFCAF3;
        font-size: 14px;
        font-weight: normal;
        color: #000;
    }

    .maincontentinner .box10 .list {
        margin: 10px 0 10px 0;
    }

        .maincontentinner .box10 .list li {
            display: block;
            overflow: hidden;
            line-height: 18px;
            margin: 0 0 10px 0;
            background: url(../images/bullet-icon.jpg) no-repeat 10px 7px;
            padding: 0 10px 0 25px;
        }

            .maincontentinner .box10 .list li a {
                color: #000;
                text-decoration: none;
            }

                .maincontentinner .box10 .list li a:hover {
                    color: #000;
                    text-decoration: underline;
                }

            .maincontentinner .box10 .list li img {
                border: none;
            }



.maincontentinner .box9 {
    width: 750px;
    margin: 0 0 15px 0;
    border: 2px solid #AFCAF3;
    overflow: hidden;
}

    .maincontentinner .box9 h2 {
        background-color: #AFCAF3;
        text-align: center;
        padding: 7.5px 10px;
        font-size: 16px;
        font-weight: normal;
        margin: 0px;
        color: #00000;
    }

    .maincontentinner .box9 .heading {
        background-color: #AFCAF3;
        padding: 7.5px 10px;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        overflow: hidden;
        margin: 0px;
        color: #ffffff;
    }

    .maincontentinner .box9 .heading1 {
        background-color: #AFCAF3;
        font-size: 14px;
        font-weight: normal;
        color: #000;
    }

    .maincontentinner .box9 .list {
        margin: 10px 0 10px 0;
    }

        .maincontentinner .box9 .list li {
            display: block;
            overflow: hidden;
            line-height: 18px;
            margin: 0 0 10px 0;
            background: url(../images/bullet-icon.jpg) no-repeat 10px 7px;
            padding: 0 10px 0 25px;
        }

            .maincontentinner .box9 .list li a {
                color: #000;
                text-decoration: none;
            }

                .maincontentinner .box9 .list li a:hover {
                    color: #000;
                    text-decoration: underline;
                }

            .maincontentinner .box9 .list li img {
                border: none;
            }

.leftmenu .nav-tabs.nav-stacked > li.active > a {
    background-color: #AFCAF3;
    color: #fff;
    border-bottom-color: rgba(0,0,0,0.2);
}

.leftmenu .nav-tabs.nav-stacked > li.dropdown ul {
    background: #eee;
    display: none;
}

    .leftmenu .nav-tabs.nav-stacked > li.dropdown ul li {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.leftmenu .nav-tabs.nav-stacked > li.dropdown > a {
    background-image: url(../images/droparrow.png);
    background-repeat: no-repeat;
    background-position: right 19px;
}

.leftmenu .nav-tabs.nav-stacked .dropdown ul li a {
    display: block;
    font-size: 13px;
    padding: 7px 10px 7px 50px;
    color: #333;
    background-position: 25px 12px;
    background-image: url(../images/menuarrow.png);
    background-repeat: no-repeat;
}

.leftmenu .nav-tabs.nav-stacked .dropdown ul li.active a {
    background-color: #fff;
}

.leftmenu .nav-tabs.nav-stacked .dropdown ul li a:hover {
    text-decoration: none;
    background-color: #fff;
}



.footer {
    padding: 10px 0 10px 0;
    text-align: center;
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    background-color: /*#800000*/ #800000!important;
    font-size: 13.3px!important;
    color: white!important;
}

    .footer a {
        color: white!important;
        text-decoration: none;
    }

        .footer a:hover {
            color: #000080;
            text-decoration: underline;
        }

.tableborder {
    border-collapse: collapse;
}

.border1 {
    border-bottom: 1px solid #9E9E9E;
    border-right: 1px solid #9E9E9E;
}

.border2 {
    border-bottom: 1px solid #9E9E9E;
}

.border3 {
    border-right: 1px solid #dddddd;
}

.greentext {
    color: #0ba90b;
}

.bluetext {
    color: #0000ff;
}

    .bluetext a {
        color: #0000ff;
        text-decoration: none;
    }

        .bluetext a:hover {
            color: #000000;
            text-decoration: none;
        }

.toplinks {
    color: #fff;
}

.leftmenu ul li div img {
    height: 25px;
}

.DayHeaderStyle {
    background-color: /*rgba(42, 2, 2, 0.18)*/ #b5b5bd;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}

.myCalendar {
    background-color: #AFCAF3;
    border-color: #AFCAF3;
}

.WeekendDayStyle {
    background-color: rgba(183, 182, 182, 1);
    border-color: #000 !important;
}

.TodayDayStyle {
    background-color: /*#5E4144*/ #000080 !important;
    border-color: rgba(65, 16, 16, 1);
    color: #ffffff;
    border-style: inset;
    width: 14%;
}

    .TodayDayStyle a {
        color: #ffffff !important;
    }

#setclock {
    margin: auto;
    padding: 53px 16px 27px 46px;
}

#clock {
    position: relative;
    width: 150px;
    float: right;
    height: 150px;
    margin: auto;
    background: url(../images/clockface.png);
    list-style: none;
}

#sec, #min, #hour {
    position: absolute;
    width: 8px;
    height: 150px;
    top: 0px;
    left: 70px;
}

#sec {
    background: url(../images/sechand.png);
    z-index: 3;
}

#min {
    background: url(../images/minhand.png);
    z-index: 2;
}

#hour {
    background: url(../images/hourhand.png);
    z-index: 1;
}

#ctl00_ContentPlaceHolder1_UpdatePanel1 {
    width: 267px;
    float: left;
}

.redcol {
    color: #BD0021!important;
}

.bluecol {
    color: #0000EE;
}

.stdform input {
    padding: 5px;
    border: 1px solid #bbb;
}

.stdform textarea {
    padding: 6px 5px;
    border: 1px solid #bbb;
}

.stdform select {
    border: 1px solid #bbb;
    padding: 5px 2px;
}

.stdform p, .stdform div.par {
    margin: 20px 0;
}

.stdform span.field, .stdform div.field {
    margin-left: 150px;
    display: block;
    position: relative;
}

.stdform .formwrapper {
    display: block;
    padding-top: 5px;
    margin-left: 220px;
    line-height: 25px;
}

.stdform label {
    float: left;
    width: 130px;
    text-align: right;
    padding: 5px 20px 0 0;
    font-size: 12px;
}

    .stdform label.error {
        float: none;
        display: block;
        font-size: 11px;
        color: #ff0000;
        text-align: left;
        padding: 0;
        width: auto;
        margin-left: 220px;
    }

    .stdform label.valid {
        color: #468847;
    }

.stdform small.desc {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    margin: 5px 0 0 220px;
}

.stdform .stdformbutton {
    margin-left: 220px;
}

.stdform #spinner.input-small {
    width: 100px;
}

.stdform2 p, .stdform2 div.par {
    border-top: 1px solid #ddd;
    background: #fcfcfc;
    margin: 0;
    clear: both;
}

.stdform2 div.terms {
    border: 0;
    background: none;
}

.stdform2 p:first-child, .stdform2 div.par:first-child {
    border-top: 0;
}

.stdform2 label {
    display: inline-block;
    padding: 15px 0 0 15px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

    .stdform2 label.error {
        margin-left: 0;
        padding: 0;
    }

    .stdform2 label small {
        font-size: 11px;
        color: #999;
        display: block;
        font-weight: normal;
        line-height: 16px;
    }

.stdform2 span.field, .stdform2 div.field {
    margin-left: 220px;
    display: block;
    background: #fff;
    padding: 15px;
    border-left: 1px solid #ddd;
}

.stdform2 .stdformbutton {
    margin-left: 0;
    padding: 15px;
    background: #fff;
}

.stdform2 input {
    margin: 0;
}

    .stdform2 input[type=checkbox], .stdform2 input[type=radio] {
        margin: 10px;
    }

.dualselect {
    margin-left: 220px;
    display: block;
}

    .dualselect select {
        height: 200px;
        width: 40%;
        padding: 0;
        outline: none;
    }

        .dualselect select option {
            padding: 4px 5px;
            margin: 0;
        }

    .dualselect .ds_arrow {
        display: inline-block;
        vertical-align: top;
        padding-top: 60px;
        margin: 0 10px;
    }

        .dualselect .ds_arrow button {
            margin-top: -1px;
        }

.counter {
    display: block;
    font-size: 11px;
}

.warning {
    color: #bb0000;
}

.exceeded {
    color: #ff0000;
}

.fileupload .btn, .fileupload .fileupload-exists {
    margin: 0;
    height: 21px;
    padding: 3px 10px 4px 10px;
    border-left: 0;
}




.title-danger {
    background-color: #dd0000 !important;
}

.title-warning {
    background-color: #FCB904 !important;
}

.title-success {
    background-color: #86D628 !important;
}

.title-info {
    background-color: #71B8EE !important;
}

.title-inverse {
    background-color: #333 !important;
}

.headtitle {
    margin-bottom: 21px;
}

.headtitle-box {
    margin-bottom: 0;
}

.headtitle .btn-group {
    float: right;
}

    .headtitle .btn-group .btn, .headtitle .btn-group .btn:focus,
    .headtitle .btn-group.open .btn.dropdown-toggle {
        background: none;
        border: 0;
        border-left: 1px solid rgba(255,255,255,0.2);
        color: #fff;
        padding: 11px 20px;
    }

.headtitle .dropdown-menu {
    left: auto;
    right: 0;
}

.headtitle .btn-group .btn .caret {
    border-top: 4px solid #fff;
}

.widgetbox .headtitle {
    margin-bottom: 0;
}

.box-danger .widgettitle {
    background-color: #dd0000;
}

.box-danger .widgetcontent {
    border-color: #dd0000;
}

.box-warning .widgettitle {
    background-color: #FCB904;
}

.box-warning .widgetcontent {
    border-color: #FCB904;
}

.box-success .widgettitle {
    background-color: #86D628;
}

.box-success .widgetcontent {
    border-color: #86D628;
}

.box-info .widgettitle {
    background-color: #71B8EE;
}

.box-info .widgetcontent {
    border-color: #71B8EE;
}

.box-inverse .widgettitle {
    background-color: #333;
}

.box-inverse .widgetcontent {
    border-color: #333;
}


.widget {
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}

.widgettitle {
    background-color: /*#665F5F*/ #900028!important;
    text-align: center;
    padding: 7.5px 10px;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    color: #fff;
}

    .widgettitle span {
        vertical-align: middle;
        display: inline-block;
        margin-right: 8px;
    }

.widgetcontent {
    background: #fff;
    padding: 15px 12px;
    border: 2px solid #AFCAF3;
    border-top: 0;
    margin-bottom: 20px;
}

    .widgetcontent p {
        margin: 15px 0;
    }

.wt1 {
    background: #333;
    color: #fff;
}

.wc1 {
    border-color: #333;
}



/*** EDIT PROFILE ***/

.profile-left .taglist {
    list-style: none;
}

    .profile-left .taglist li {
        display: block;
        margin-bottom: 1px;
    }

        .profile-left .taglist li a {
            color: #666;
            display: block;
            padding: 7px 10px;
            background: #eee;
            position: relative;
        }

            .profile-left .taglist li a:hover {
                text-decoration: none;
                background: #ddd;
            }

            .profile-left .taglist li a span {
                position: absolute;
                top: 8px;
                right: 10px;
                opacity: 0.3;
            }

.profilethumb {
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .profilethumb a {
        display: none;
        font-size: 11px;
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 2px 7px;
        background: #333;
        color: #fff;
    }

        .profilethumb a:hover {
            text-decoration: none;
            background: #444;
        }

.editprofileform label {
    float: left;
    width: 100px;
    padding-top: 5px;
}

.editprofileform input[type=checkbox] {
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.editprofileform p {
    margin: 20px 0;
}

.modalBackground {
    background-color: #000;
    opacity: 0.8;
    color: #FFC;
}

.fileupload .btn, .fileupload .fileupload-exists {
    margin: 0;
    height: 21px;
    padding: 3px 10px 4px 10px;
    border-left: 0;
}


blockquote {
    background: url(../images/blockquote.png) no-repeat 0 5px;
    font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding-left: 40px;
}

/*** MEDIA STYLES ***/

.mediamgr {
    position: relative;
    min-height: 400px;
}

    .mediamgr .mediamgr_right {
        position: absolute;
        width: 250px;
        top: 62px;
        right: 0;
    }

    .mediamgr .mediamgr_rightinner {
        margin: 20px 0;
        padding-left: 20px;
    }

        .mediamgr .mediamgr_rightinner h4 {
            font-size: 12px;
            text-transform: uppercase;
            padding: 10px;
            background: #0866c6;
            color: #fff;
        }

.mediamgr_head {
    padding: 10px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    overflow: visible;
    margin-bottom: 20px;
}

.mediamgr_menu {
    list-style: none;
    position: relative;
    overflow: hidden;
}

    .mediamgr_menu li {
        display: inline-block;
        float: left;
    }

        .mediamgr_menu li.right {
            float: right;
        }

        .mediamgr_menu li a {
            margin-bottom: 0;
        }

            .mediamgr_menu li a:hover {
                cursor: pointer;
                text-decoration: none;
            }

            .mediamgr_menu li a.prev {
                border-right: 0;
            }

            .mediamgr_menu li a.prev_disabled {
                opacity: 0.6;
            }

            .mediamgr_menu li a.preview_disabled {
                opacity: 0.6;
            }

    .mediamgr_menu form input.filekeyword {
        padding: 5px 7px;
        width: 200px;
        background: #fff;
        color: #999;
        margin: 0;
        font-style: italic;
    }

.mediamgr_content {
    padding: 20px 0;
}

.mediamgr_category {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    margin-right: 270px;
}

    .mediamgr_category ul {
        list-style: none;
    }

        .mediamgr_category ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .mediamgr_category ul li.right {
                float: right;
            }

            .mediamgr_category ul li a {
                display: block;
                padding: 3px 10px;
                color: #666;
            }

                .mediamgr_category ul li a:hover, .mediamgr_category ul li.current a {
                    background: #333;
                    color: #fff;
                    text-decoration: none;
                }

            .mediamgr_category ul li .pagenuminfo {
                display: inline-block;
                margin-top: 5px;
            }

.mediamgr_menu li a.newfilebutton {
    display: block;
    padding: 4px 10px 5px 10px;
    text-align: center;
    border: 1px solid #F0882C;
    background: #FB9337;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    -moz-box-shadow: inset 0 1px 0 rgba(250,250,250,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(250,250,250,0.3);
    box-shadow: inset 0 1px 0 rgba(250,250,250,0.3);
}

    .mediamgr_menu li a.newfilebutton:hover {
        background: #485B79;
        border: 1px solid #3f526f;
    }

.menuright {
    list-style: none;
}

    .menuright li {
        display: block;
        margin-bottom: 1px;
    }

        .menuright li a {
            display: block;
            padding: 5px 10px;
            color: #666;
        }

            .menuright li a:hover {
                background: #ddd;
                text-decoration: none;
            }

        .menuright li.current a {
            background: #333;
            color: #fff;
        }

.listfile {
    list-style: none;
}

    .listfile li {
        display: inline-block;
        margin: 5px 10px 5px 0;
        border: 1px solid #ddd;
        padding: 10px;
        background: #fcfcfc;
    }

        .listfile li:hover {
            border-color: #bbb;
        }

        .listfile li a {
            display: block;
        }

            .listfile li a:hover {
                cursor: pointer;
            }

        .listfile li span.filename {
            display: block;
            margin-top: 5px;
            font-size: 11px;
            text-align: center;
        }

        .listfile li.selected {
            border-color: #3493f5;
            background: #eaf3fd;
        }

.mediaWrapper {
    padding: 5px;
    width: 700px;
    min-height: 350px;
}

    .mediaWrapper p {
        margin: 10px 0;
    }

        .mediaWrapper p:first-child {
            margin-top: 0;
        }

.imgpreview {
    width: 249px;
    max-width: none;
}

.imginfo {
    background: #eee;
    padding: 10px 20px 10px 10px;
    border: 1px solid #ddd;
}

.imgdetails label {
    display: block;
    margin-bottom: 2px;
}

.imgdetails input, .imgdetails textarea {
    padding: 7px 5px;
    border: 1px solid #bbb;
    background: #fcfcfc;
}



.table th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 0;
    background: #333;
    color: #fff;
}

    .table th.centeralign, .table td.centeralign {
        text-align: center;
    }

.table.table-bordered {
    border-top: 0;
    border-right: 0;
}

    .table.table-bordered th {
        border-color: #444;
    }

    .table.table-bordered.table-invoice tr td {
        width: 58%;
    }

        .table.table-bordered.table-invoice tr td:first-child {
            color: Blue;
        }

    .table.table-bordered td:last-child {
        border-right: 1px solid #ddd;
    }

.table .con0 {
    background: #fff;
}

.table .con1 {
    background: #f7f7f7;
}

/*** INVOICE PAGE #5E4144 ***/
.table-invoice-full {
    font-size: 13px;
}

    .table-invoice-full th {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 12px;
        border-top: 0;
        border-color: #a4a4a4 !important;
        background: #e1e1e7;
        color: #000;
    }

.invoice_logo {
    margin-bottom: 10px;
}

.table-invoice, .table-invoice-full {
    border-color: #ccc;
    border-top: 2px solid #ccc !important;
}

    .table-invoice tr td, .table-invoice-full tr td {
        border-color: #ccc;
    }

        .table-invoice tr td:first-child {
            font-size: 14px;
            text-transform: uppercase;
        }

        .table-invoice tr td:last-child {
            background: #fff;
        }

    .table-invoice-full tr td {
        background: #f7f7f7;
    }

    .table-invoice-full th.right, .table-invoice-full td.right {
        text-align: right;
    }

.invoice-table {
    width: 100%;
    border: 0;
    margin-top: 15px;
}

    .invoice-table tr td {
        line-height: 26px;
        border: 0;
    }

    .invoice-table td.right {
        text-align: right;
        background: transparent !important;
    }

    .invoice-table td.numlist strong {
        display: block;
        border-top: 1px solid #ddd;
        padding: 7px 0;
    }

.amountdue {
    text-align: right;
}

    .amountdue h1 {
        text-align: center;
        line-height: normal;
        border: 1px solid #ccc;
        background: #fcfcfc;
        display: inline-block;
        padding: 10px 30px;
        width: 300px;
    }

        .amountdue h1 span {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #666;
        }

    .amountdue .btn {
        margin-top: 15px;
        width: 55px;
    }

.msg-invoice {
    padding: 0 !important;
}

    .msg-invoice h4 {
        font-size: 12px;
        text-transform: uppercase;
    }

    .msg-invoice p {
        font-size: 11px;
        line-height: 18px;
    }


/*** ERROR PAGE ***/

.errortitle {
    text-align: center;
    margin-top: 5%;
}

    .errortitle h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .errortitle span {
        display: inline-block;
        font-size: 120px;
        background: #333;
        color: #fff;
        line-height: normal;
        padding: 10px 30px;
        margin-left: 7px;
    }

    .errortitle .errorbtns {
        margin-top: 20px;
    }

        .errortitle .errorbtns a {
            margin-right: 7px;
            display: inline-block;
        }

.inputfilefield {
    background: url(../images/fileinput.jpg) no-repeat !important;
    border: none;
    cursor: pointer;
}

    .inputfilefield input {
        background: none !important;
        opacity: 0;
    }

.rssfead {
    width: 425px;
    margin-left: auto;
    margin-right: auto;
}

.rh {
    background-color: #FF9933 /*#F3C72F*/;
    width: 10px;
    height: 10px;
}

.gh {
    background-color: #138808;
    width: 10px;
    height: 10px;
}

.cal_note {
    width: 100px;
    float: left;
    margin-top: -25px;
    position: absolute;
    padding-left: 57px;
}

    .cal_note ul {
        width: 90px;
    }

        .cal_note ul li {
            font-weight: bold;
            line-height: 10px;
            width: 40px;
            padding-bottom: 5px;
        }

        .cal_note ul .right {
            float: right;
        }

        .cal_note ul .left {
            float: left;
        }

.wishes {
    background-image: url(../images/w2.jpeg);
    background-size: 228px 34px;
    height: 20px;
}

.Employee_view {
    background-image: url(../images/e2.gif);
    background-size: 228px 34px;
    height: 20px;
}

.latestupdates {
    height: 371px;
}

    .latestupdates marquee {
        height: 325px;
    }

.employeeofmonth {
}

    .employeeofmonth .box2 {
        border: 1px solid #000!important;
    }

        .employeeofmonth .box2 h2 {
            background-color: #e9d7d8!important;
            border-bottom: 1px solid #000!important;
            color: #000!important;
        }

.employeeleft {
    float: left;
    width: 49.8%;
    /*border-right: 1px solid #9C4A3E;
	border-top: 1px solid #9C4A3E;*/
}

    .employeeleft .leftheading {
        margin-left: 30%;
        margin-top: 4px;
        border: 1.9px solid #9C4A3E!important;
    }

.employeetext {
    text-align: center;
}

    .employeetext a {
        color: #662828!important;
    }

.employeeright {
    float: left;
    width: 50%;
    /*border-top: 1px solid #9C4A3E;*/
}

    .employeeright .leftheading {
        margin-left: 30%;
        margin-top: 4px;
        border: 1.9px solid #9C4A3E!important;
    }

.employeeright {
    text-align: center;
}

    .employeeright a {
        color: #662828!important;
    }


#district table tr th {
    text-align: left;
    padding-left: 15px;
}

#district tr td a {
    text-decoration: none;
    font-family: PTSansBold, Arial, verdana, sans-serif;
}

#district table {
    width: 100%;
    border-collapse: collapse;
}

    #district table td {
        border-left: 1px #000;
        border-right: 1px solid #000;
        text-align: left;
        padding-left: 10px;
    }

    #district table tr td<last-child {
        text-align: left;
        padding-left: 10px;
        border: none;
    }

    #district table td:first-child {
        border-left: none;
    }

    #district table tr:last-child {
        border-right: 1px solid #000;
        border-right: 1px solid #000;
    }

#districtdetails table tr th {
    text-align: left;
    padding-left: 7px;
}

#districtdetails table tr td {
    text-align: left;
    padding-left: 7px;
}

#districtdetails table tr:last-child > td:last-child {
    text-align: right;
}
