/*
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto');
*/

body {
    font-family: Tahoma, 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000; /*#000000;   /*#888;*/
    */ line-height: 30px;
    background: #ebecee;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #000000; /*#4aaf51;*/
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #000000; /*#555;*/
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #000000; /*#555;*/
    line-height: 30px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}


.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #4aaf51;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.border_radius {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-1.btn-link-1-facebook {
    background: #4862a3;
}

.btn-link-1.btn-link-1-twitter {
    background: #55acee;
}

.btn-link-1.btn-link-1-google-plus {
    background: #dd4b39;
}

.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-2:hover, .btn-link-2:focus,
    .btn-link-2:active, .btn-link-2:active:focus {
        outline: 0;
        opacity: 0.6;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
    }


/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}


.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.form-box {
    margin-top: 1px; /*35px*/
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    /*background: #444;
	background: rgba(0, 0, 0, 0.35);
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;*/
    text-align: left;
    opacity: 1;
}

.form-top-left {
    /*float: left;
	width: 75%;*/
    padding-top: 60px;
}

    .form-top-left h3 {
        margin-top: 0;
        color: #fff;
    }

    .form-top-left p {
        opacity: 0.8;
        color: #fff;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 45px;
    color: #ffffff;
    line-height: 60px;
    text-align: right;
    opacity: 1;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    /*background: #444;
	background: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;*/
    text-align: left;
}

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form button.btn {
        width: 100%;
    }

    /*.form-bottom form button.btn_half {
	width:90%;
}

.form-bottom form button.btn_half_Orange {
	width:90%;
}*/

    .form-bottom form .input-error {
        border-color: #de615e;
    }

.social-login {
    margin-top: 35px;
}

    .social-login h3 {
        color: #fff;
    }

.social-login-buttons {
    margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .inner-bg {
        padding: 60px 0 230px 0;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }
}

td {
    -webkit-print-color-adjust: exact;
}
/*Start -- For Print / Report*/
.p_td_normal {
    background: #f6f7f9;
    color: #5c5e63;
    font: normal 12px/20px Tahoma, Arial, Helvetica, sans-serif;
    padding: 10px;
    border: none;
    margin-top: 10px;
}

.p_td_bold {
    background: #ffffff;
    color: #000;
    font-family: Tahoma,'Roboto', sans-serif;
    text-decoration: none;
    min-height: 20px;
    font-size: 10pt;
    font-weight: 500;
    padding-left: 0px;
    border: none;
    vertical-align: absmiddle;
    padding-bottom: 10px;
    padding-top: 15px;
}

    .p_td_bold u {
        text-decoration: none;
    }

.p_td_header {
    background: #ffffff;
    color: #5C6365;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px;
    border: 1px solid #F00;
    min-height: 22px;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 0px;
    border: none;
    vertical-align: absmiddle;
}

    .p_td_header u {
        color: #25bdc8;
    }

.p_td_header_small {
    background: #ffffff;
    color: black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 0px;
    border: none;
    vertical-align: absmiddle;
}

/*End   -- For Print / Report*/

/*-------Redesign start-------------*/
.content_holder {
    width: 100%;
    padding: 10px 5px;
}

.e_box_border_radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #888;
}

.e_box {
    background: #ffffff;
    padding-top: 1px; /*20px;*/
    margin-bottom: 1px;
    margin-top: 1px;
    box-shadow: 1px 2px 3px #888888;
}

.e_box_odd {
    background: #f3f3f3;
    padding-top: 1px; /*20px;*/
    margin-bottom: 1px;
    margin-top: 1px;
    box-shadow: 1px 2px 3px #888888;
}

.bg_success {
    background-color: #dff0d8 !important;
}

.bg_warning {
    background-color: #fcf8e3 !important;
}

.box_title {
    color: #2d2f34;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

.box_title_normal {
    color: #2d2f34;
    font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
}

.box_title_NoteType {
    font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    background-color: #5f7c8a !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.box_text {
    font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000 /*#717172*/;
    line-height: 18px;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    padding-top: 2px;
}

.small_box {
    background: #000;
}

.small-icon {
    padding-right: 10px;
}

.box_small_icon {
    color: #656565;
    font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
}

.bottom_sec {
    border-top: 1px solid #e4e3ea;
    background: #f7f8fa;
}

.username {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    line-height: 50px;
    margin-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.menu h5 {
    margin-top: -31px;
    margin-left: 30px;
    margin-right: 10px;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
}

.menu h6 {
    margin: -12px 0 0 20px;
    font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
}

.approve_button {
    margin-top: 3px;
    background: url(../Images/approved.png) no-repeat 14px 8px #25bdc8;
    padding: 6px 20px 6px 40px !important;
}

.form_bottom {
    padding: 0px 25px 20px 25px;
    background-color: #d9dbdc !important;
    margin-top: 20px;
}

.remarks {
    border-radius: 0px !important;
    background: #fff;
    height: 50px;
    border-bottom: 2px solid #c9cbcc;
}

.approve {
    width: 49%;
    background: #25bdc8;
    border: none;
    font: normal 18px Tahoma, 'Roboto', sans-serif;
    color: #fff;
    padding: 10px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 3px;
    background: url(../Images/approved.png) no-repeat 14px 8px #25bdc8;
    padding: 6px 20px 6px 40px !important;
}

    .approve:hover {
        background: #1c939c;
        margin-top: 3px;
        background: url(../Images/approved.png) no-repeat 14px 8px #25bdc8;
        padding: 6px 20px 6px 40px !important;
    }

.revise {
    float: right;
    width: 49%;
    background: #5f7c8a;
    border: none;
    font: normal 18px Tahoma, 'Roboto', sans-serif;
    color: #fff;
    padding: 10px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 3px;
    margin-bottom: 20px;
    background: url(../Images/revise.png) no-repeat 14px 5px #5f7c8a;
    padding: 6px 15px 6px 40px;
}

    .revise:hover {
        background: #d3d3d3;
        margin-top: 3px;
        margin-bottom: 20px;
        background: url(../Images/revise.png) no-repeat 14px 5px #5f7c8a;
        padding: 6px 15px 6px 40px;
    }

.icon_back {
    color: #fff;
    float: right !important;
    font-size: 18px;
    padding: 16px 10px 0 10px;
}

.OTP_sent {
    color: #6ed1f0;
    text-align: center;
    font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
}

.revise_button {
    margin-top: 8px;
    margin-bottom: 20px;
    background: url(../Images/revise.png) no-repeat 14px 5px #5f7c8a;
    padding: 6px 15px 6px 40px;
}

/*-------login-------------*/
.top-content {
    background: transparent;
}

.top-content_Old {
    background: url(../Images/bg.jpg) repeat-x #6d48ad;
}

.logo {
    margin: 0px auto 20px auto;
    display: block;
}

input.new_form {
    background: none;
    border-bottom: 1px solid #74cbe2;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    margin-bottom: 40px;
    color: #fff !important;
}

.form_sec {
    color: #fff;
    font: normal 14px Tahoma, 'Roboto Condensed', sans-serif;
}

.for_placeholder input::-webkit-input-placeholder {
    color: #fff !important;
    font: normal 14px Tahoma, 'Roboto Condensed', sans-serif;
}

.for_placeholder input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    font: normal 14px Tahoma, 'Roboto Condensed', sans-serif;
}

.for_placeholder input::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
    font: normal 14px Tahoma, 'Roboto Condensed', sans-serif;
}

.for_placeholder input:-ms-input-placeholder {
    color: #fff !important;
    font: normal 14px Tahoma, 'Roboto Condensed', sans-serif;
}


@media (max-width: 360px) {

    h1, h2 {
        font-size: 32px;
    }

    .small-icon {
        padding-right: 5px !important;
    }

    .box_small_icon {
        color: #656565;
        font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
    }

    .menu {
        float: left !important;
    }

    .approve_button {
        margin-top: 3px;
        background: url(../Images/approved.png) no-repeat 9px 8px #25bdc8 !important;
        padding: 6px 5px 6px 32px !important;
        width: 98px;
    }

    .details {
        padding-left: 0px;
    }
}

@media (min-width: 361px) and (max-width: 479px) {

    .small-icon {
        padding-right: 6px !important;
    }

    .box_small_icon {
        color: #656565;
        font: normal 12px Tahoma, Arial, Helvetica, sans-serif !important;
    }

    .approve_button {
        margin-top: 3px;
        background: url(../Images/approved.png) no-repeat 9px 8px #25bdc8 !important;
        padding: 6px 10px 6px 35px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .small-icon {
        padding-right: 15px !important;
    }

    .box_small_icon {
        color: #656565;
        font: normal 12px Tahoma, Arial, Helvetica, sans-serif !important;
    }

    .btn {
        padding: 6px 28px;
    }

    .revise_button {
        margin-top: 8px;
        background: url(../Images/revise.png) no-repeat 14px 5px #5f7c8a;
        padding: 6px 15px 6px 40px;
        width: 112px;
    }
}

@media (min-width: 767px) {

    .menu {
        float: right !important;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: none;
    }

    .revise_button {
        margin-top: 8px;
        background: url(../Images/revise.png) no-repeat 14px 5px #5f7c8a;
        padding: 6px 15px 6px 40px;
        width: 112px;
    }
}

.odd_row {
    background-color: #d3d3d3 !important;
    color: Black;
}

.even_row {
    background-color: #ffffff !important;
    color: Black;
}


.inputSmall {
    width: 98%;
    height: 24px;
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
    background: #fff url(../images/input-bg.gif) repeat-x;
    border-radius: 4px;
    padding-left: 3px;
}

.inputMid {
    width: 98%;
    height: 24px;
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
    background: #fff url(../images/input-bg.gif) repeat-x;
    border-radius: 4px;
    padding-left: 3px;
}

.inputBig {
    width: 98%;
    height: 24px;
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
    background: #fff url(../images/input-bg.gif) repeat-x;
    border-radius: 4px;
    padding-left: 3px;
}

.inputbox {
    width: 98%;
   /* height: 28px;*/
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
 /*   background: #fff url(../images/input-bg.gif) repeat-x;*/
    border-radius: 4px;
    padding-left: 3px;
}

.inputbox_right {
    width: 98%;
    height: 28px;
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
    background: #fff url(../images/input-bg.gif) repeat-x;
    border-radius: 4px;
    padding-left: 3px;
    text-align: right;
}

.textarea {
    width: 98%;
    height: 80px;
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
    background: #fff url(../images/input-bg.gif) repeat-x;
    border-radius: 4px;
    padding-left: 3px;
}

.searchBox {
    width: 98%;
    height: 24px;
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
    background: #fff url(../images/search.gif) no-repeat;
    background-position: 296px 1px;
    border-radius: 4px;
    padding-left: 3px;
}

.combobox {
    width: 98%;
    height: 28px;
    box-shadow: 0px 0px 8px #A3C1DD;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #000000; /*#888;*/
  /*  background: #fff url(../images/input-bg.gif) repeat-x;*/
    border-radius: 4px;
    padding-left: 3px;
    color: black;
}

    .combobox :focus {
        width: 98%;
        height: 28px;
        box-shadow: 0px 0px 8px #A3C1DD;
        font-size: 12px;
        font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
        border: 1px solid #000000; /*#888;*/
        background: beige repeat-x;
        border-radius: 4px;
        padding-left: 3px;
        color: black;
    }

    .combobox option {
        color: black;
    }
/* font styles */
.normaltext {
    font-weight: normal;
    color: black;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
}

.boldtext {
    font-weight: bold;
    color: #555;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
}

.boldtext_BG {
    background-color: steelblue !important;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
}

.td_label {
    background: SteelBlue;
    padding: 7px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: White !important;
}

.td_Header {
    background: #1d2939;
    padding: 7px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: White !important;
}

.even_tb {
    background: #f9f9f9;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222 !important;
}

    .even_tb a {
        text-decoration: none;
        color: #000;
        font-size: 12px;
        font-weight: normal;
    }

        .even_tb a:hover {
            color: white;
            background-color: steelblue !important;
            font-size: 12px;
            font-weight: normal;
        }

.even_tb_Grid {
    background: #f9f9f9;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222 !important;
}

    .even_tb_Grid a {
        text-decoration: none;
        color: #000;
    }

        .even_tb_Grid a:hover {
            color: white;
            background-color: steelblue !important;
        }

    .even_tb_Grid:hover {
        color: white;
        background-color: #EDEFF0 !important;
    }

.even_tb_big {
    background: #f9f9f9;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222 !important;
}

    .even_tb_big a {
        text-decoration: none;
        color: #000;
        font-size: 12px;
        font-weight: normal;
    }

        .even_tb_big a:hover {
            color: white;
            background-color: steelblue !important;
            font-size: 12px;
            font-weight: normal;
        }

.odd_tb {
    background: #f3f3f3;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222 !important;
}

    .odd_tb a {
        text-decoration: none;
        color: #000;
        font-size: 12px;
        font-weight: normal;
    }

        .odd_tb a:hover {
            color: white;
            background-color: steelblue !important;
            font-size: 12px;
            font-weight: normal;
        }

.odd_tb_Grid {
    background: #f3f3f3;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222 !important;
}

    .odd_tb_Grid a {
        text-decoration: none;
        color: #000;
    }

        .odd_tb_Grid a:hover {
            color: white;
            background-color: steelblue !important;
        }

    .odd_tb_Grid:hover {
        color: white;
        background-color: #EDEFF0 !important;
    }

.odd_tb_big {
    background: #d3d3d3;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222 !important;
}

    .odd_tb_big a {
        text-decoration: none;
        color: #000;
        font-size: 12px;
        font-weight: normal;
    }

        .odd_tb_big a:hover {
            color: white;
            background-color: steelblue !important;
            font-size: 12px;
            font-weight: normal;
        }

.border {
    border: 1px solid black !important;
}

.p_even_tb_small {
    background: #f9f9f9;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #222 !important;
}

.p_odd_tb_small {
    background: #f1f1f1;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #222 !important;
}

.head_tbl_Fixed {
    background: #d7f0fd url(../images/box-bg.gif) repeat-x;
    height: 20px;
    color: #17316a;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    top: expression(this.offsetParent.scrollTop-2);
    left: expression(this.offsetParent.scrollLeft-1);
    right: 1px;
    position: relative;
}

/*Modified - Arnab Banerjee - 06/04/2018 - IT ProjectStatus Report - Start*/
.pie {
    width: 4em;
    height: 4em;
    display: block;
    border-radius: 50%;
    float: left;
    margin: 1em;
}

.ten {
    background-image: linear-gradient(126deg, transparent 50%, white 50%),linear-gradient(90deg, white 50%, transparent 50%);
}

.twentyfive {
    background-image: linear-gradient(180deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.fifty {
    background-image: linear-gradient(90deg, white 50%, transparent 50%);
}

.seventyfive {
    background-image: linear-gradient(180deg, transparent 50%, green 50%),linear-gradient(90deg, white 50%, transparent 50%);
}

.onehundred {
    background-image: none;
}

.red {
    background-color: red;
    border: 2px solid red;
}

.green {
    background-color: darkgreen;
    border: 2px solid darkgreen;
}

.yellow {
    background-color: orange;
    border: 2px solid orange;
}
/*Modified - Arnab Banerjee - 06/04/2018 - IT ProjectStatus Report - End*/

.gridview-header {
    border-right: solid 1px #000000;
    width: 8%;
    background-color: lightsteelblue !important;
    color: black;
    font-size: 14px;
    padding: 5px;
}

.gridview-inputbox {
    padding: 2px;
}

.Sunday_tb {
    background-color: #D5DBDB;
    padding: 5px;
    font-family: Tahoma,Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.Saturday_tb {
    background-color: #CCD1D1;
    padding: 5px;
    font-family: Tahoma,Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.Late_tb {
    background-color: #F1948A;
    padding: 5px;
    font-family: Tahoma,'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222 !important;
}

.DTFC_LeftBodyLiner {
    overflow-x: hidden;
}
