﻿@charset "utf-8";
/* CSS Document */
@import url('fonts.css');
/* CSS wrapper */

body {
    padding: 0px;
    margin: 0px;
    background: #ffffff;
    font-size: 14px;
    color: #444444;
    font-family: 'robotoregular';
    line-height: 20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, video, source {
    display: block;
    margin: 0;
    padding: 0;
}

a, img {
    border: medium none;
}

a {
    color: #3B3B3B;
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}

p {
    font-size: 14px;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px;
    margin: 4px 0 1%;
}

a {
    color: #999999;
    outline: none;
}

    a:hover {
        color: #979796;
    }

    a:focus, :focus {
        outline: none;
    }

ul, ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
    line-height: 1px;
    padding: 0px;
    height: 0px;
    font-size: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.row {
    float: none;
    width: 1328px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
}

.row1 {
    float: none;
    width: 1328px;
    padding: 0px;
    margin: 0 auto;
}

a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

* {
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    height: auto;
}
/* login page  css*/
#login-page {
    background: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

#login-wrap {
    width: 650px;
    margin: 90px auto 0px;
}

    #login-wrap h1.title {
        font-family: 'roboto-light';
        font-size: 32px;
        font-weight: bold;
        color: #009688;
        margin: 0px 0px 0px 0px;
        text-align: center;
        display: block;
        line-height: 32px;
    }

.login-cont {
    float: left;
    margin: 22px 0px 0px 0px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 5px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.login-left {
    width: 260px;
    margin: 0;
    float: left;
    background: #009688;
    padding-bottom: 51px;
    height: 374px;
}

.login-cont .login-left .logo {
    background: rgba(0, 0, 0, 0) url("../images/login-arrow.png") no-repeat scroll 0 0;
    padding: 10px 0;
    float: left;
    width: 279px;
    ;
    position: relative;
    left: -19px;
    top: 22px;
}

.inner-page {
    background: url('../images/inner-bg.png');
    float: left;
    height: 100%;
    width: 100%;
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-cont .login-left .logo .logo-cont {
    background: #fff;
    float: left;
    width: 100%;
    padding: 7px 2%;
    box-sizing: border-box;
    box-shadow: -7px 3px 7px rgba(0, 0, 0, 0.1);
}

.login-cont .login-left .logo .logo-cont-inner {
    background: #fff;
    width: 100%;
    padding: 5px;
    border: 1px solid #e7e7e7;
    float: left;
    box-sizing: border-box;
}

.logo-cont-inner > img {
    width: 95%;
    display: block;
    margin: 0 auto;
}

.user-photo {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

    .user-photo h2 {
        margin-bottom: 30px;
    }

        .user-photo h2 span {
            display: block;
            font-size: 18px;
            display: block;
            padding-top: 13px;
            color: #ece8c2;
        }

    .user-photo img {
        border: 3px solid #fff;
        border-radius: 50%;
    }

    .user-photo h2 {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 15px;
        font-family: 'roboto-bold';
        font-size: 23px;
        color: #fff;
    }

.login-rgt {
    float: left;
    padding: 58px 25px;
    width: 382px;
    height: 100%;
    background: #fffde9;
    border: solid 1px #ece8c2;
    min-height: 374px;
}

.login-form .form-group a {
    float: right;
    margin-top: -27px;
}

    .login-form .form-group a:hover {
        color: #009688;
    }

.login-rgt h2 {
    font-family: 'roboto-medium';
    color: #afaeae;
    font-size: 24px;
}

    .login-rgt h2 .lg-txt-active {
        color: #009688;
    }

    .login-rgt h2 a:hover {
        color: #009688;
    }

.lg-sep {
    margin: 0px 8px;
}

.login-form {
    margin-top: 45px;
}

.username {
    background: url(../images/user-icon.png) no-repeat scroll right 0px;
    position: absolute;
    top: 9px;
    right: 12px;
    width: 20px;
    height: 22px;
}

.pwd-icon {
    background: url(../images/lock-icon.png) no-repeat scroll right 0px;
    position: absolute;
    top: 3px;
    right: 12px;
    width: 24px;
    height: 28px;
}

.login-form .form-group {
    position: relative;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 40px 0px 10px;
    font-size: 17px;
    color: #a8a8a8;
    border: 1px solid #e5e5e7;
    box-shadow: none;
    font-family: 'robotoregular';
    margin-bottom: 18px;
}

.login-form .checkbox {
    color: #a8a8a8;
    font-family: 'robotoregular';
    font-size: 15px;
    float: left;
    width: 100%;
    margin-top: 12px;
}

.login-form input[type="checkbox"] {
    margin-right: 8px;
}

.login-btn {
    background-color: #009688;
    color: #ffffff;
    height: 40px;
    padding: 0px 32px;
    margin-top: 35px;
    font-size: 18px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.icon-align-middle{
    vertical-align:middle;
}

    .login-btn:hover {
        color: #ffffff;
    }

.forgot-div {
    margin: 12px 0px 0px 0;
    width: 100%;
    text-align: center;
    float: left;
    color: rgba(250,125,45,1);
}

    .forgot-div a {
        font-size: 15px;
        color: #fff;
        font-family: 'roboto-light';
    }

        .forgot-div a:hover {
            color: #3ddfca;
        }

.lg-sep1 {
    margin: 0px 16px;
}

.login-footer {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 0;
    color: #000;
    float: left;
    font-family: "roboto-light";
    font-size: 15px;
    margin-top: 40px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

    .login-footer a {
        color: #009688;
    }

        .login-footer a:hover {
            color: #fff;
        }
/* CSS Header */
#inner-page {
    background: url(../images/inner-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    width: 100%;
    min-height: 66px;
    float: left;
    color: #fff;
    background: #3c8b80;
}

.main-logo {
    /*background: #fff;*/
    /*padding: 12px 7px 0px 0px;*/
    float: left;
    /*width: 18%;*/
}

    .main-logo img {
        /*width: 100%;*/
    }

.head-right {
    background: #009688 url(../images/head-right-bg.png) no-repeat scroll left 0px;
    background-size: 100% 100%;
    padding: 12px 0px;
    float: left;
    width: 76%;
}

.head-part {
    float: left;
    width: 45%;
}

    .head-part h2 {
        font-size: 28px;
        font-family: 'roboto-bold';
        text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
        padding-left: 25px;
        padding-top: 12px;
    }

.head-part-mid {
    width: 25%;
    font-size: 13px;
    color: #fff;
    font-family: 'robotoregular';
    text-align: center;
    float: left;
    padding-top: 12px;
}

.head-part-last {
    width: 30%;
    float: left;
}

    .head-part-last ul {
        float: right;
    }

        .head-part-last ul li {
            float: left;
            margin-left: 10px;
        }

            .head-part-last ul li.user-name {
                line-height: 43px;
                font-size: 15px;
                color: #fff;
                font-family: 'roboto-light';
            }

                .head-part-last ul li.user-name span {
                    font-family: 'roboto-bold';
                }

.user-img img {
    border-radius: 50%;
}

.settings {
    background: #f0efef;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    float: left;
    padding: 10px;
}

.shutdown {
    background: #e7e7e7;
    border-radius: 50%;
    float: left;
    height: 34px;
    padding: 6px;
    width: 33px;
    margin-top: 2px;
}

.page-detail {
    float: left;
    background: #fff url(../images/detail-bg.jpg) no-repeat scroll left 0px;
    background-size: cover;
    width: 100%;
    padding: 17px 0px;
}

.page-det-lft {
    float: left;
    width: 50%;
}

    .page-det-lft h1 {
        font-size: 27px;
        color: #444;
        font-family: 'roboto-light';
        margin-bottom: 10px;
    }

    .page-det-lft h4 {
        font-size: 12px;
        color: #444;
        font-family: 'roboto-light';
    }

.breadcrumbs {
    color: #868686;
    float: right;
    font-family: 'roboto-light';
    font-size: 12px;
    text-align: right;
    margin-top: 14px;
}

    .breadcrumbs a {
        color: #444;
    }

    .breadcrumbs .separator {
        margin: 0px 12px;
    }

/* content area */
.page-cont {
    width: 100%;
    float: left;
}

.content-area {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    /*margin: 16px 0px 22px 40px;*/
    margin: 16px 0px 22px 0px;
    border-radius: 4px;
    padding: 25px 20px;
}

.cont-heading {
    float: left;
    width: 100%;
}

    .cont-heading h2 {
        font-size: 21px;
        font-family: 'roboto-bold';
        color: rgba(0,175,159,1);
        float: left;
    }

    .cont-heading ul {
        float: right;
        margin-top: -5px;
    }

        .cont-heading ul li {
            float: left;
            margin-right: 8px;
        }

.inner-footer {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-family: 'roboto-light';
}

    .inner-footer a {
        color: #3ddfca;
    }

        .inner-footer a:hover {
            color: #fff;
        }

.schd-meet .search-form {
    float: left;
    width: 63%;
    margin-top: 20px;
}

.search-form {
    float: left;
    width: 100%;
}

.search-form-lft {
    float: left;
    width: 44%;
}

.search-form-rgt {
    float: right;
    width: 48%;
}

.search-form label {
    float: left;
    width: 20%;
    font-size: 16px;
    color: #666;
    font-family: 'roboto-light';
    line-height: 38px;
    min-height: 1px;
}

.search-form input {
    float: left;
    width: 25%;
    margin-left: 5%;
}

.search-form .form-control {
    height: 37px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #666;
    font-family: 'roboto-medium';
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #f9f9f9;
    width: 65%;
}

.table-rigs, table {
    float: left;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    border-top: none;
    margin-top: 20px;
}

.table-rigs11, table1 {
    float: left;
    width: 48%;
    border: 1px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    border-top: none;
    margin-top: 20px;
}

.table-rigs12, table2 {
    float: right;
    width: 45%;
    border: 1px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    border-top: none;
    margin-top: -30%;
    overflow: scroll;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table-cont table thead th, .table-cont table tbody {
    text-align: center;
}

.table-cont table thead th {
    font-size: 15px;
    font-family: 'roboto-bold';
    color: #fff;
    padding: 10px;
    border-right: 1px solid #dfdfdf;
    background: rgba(0,175,159,1);
    background: -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
    background: -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
}

.table-cont table tfoot th {
    font-size: 16px;
    font-family: 'roboto-bold';
    color: #333333;
    padding: 10px 0px;
    border-right: 1px solid #dfdfdf;
    background: #f9f9f9;
    padding: 12px 5px;
}

    .table-cont table tfoot th:first-child {
        color: #d02930;
    }

.table-cont table tr td {
    font-size: 14px;
    font-family: 'roboto-light';
    color: #000;
    border: 1px solid #dfdfdf;
    padding: 10px 10px;
    /*text-align: inherit;*/
}

    .table-cont table tr td:last-child, .table-cont table thead th:last-child, .table-cont table tfoot th:last-child {
        border-right: none;
    }

.table-cont table tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table-cont table tbody tr {
    background-color: #ededed;
}

    .table-cont table tbody tr:hover {
        background-color: #e5fafd;
    }

.new-cls-bud {
    overflow-x: scroll;
    width: 100%;
}

.table-cont table tbody tr td {
    border-top: none !important;
    border-right: 1px solid ccc !important;
    border-bottom: none !important;
    border-left: none !important;
    /*width:20%;*/
}


.new-cls-bud td {
    border-top: none !important;
    border-right: 1px solid ccc !important;
    border-bottom: none !important;
    border-left: none !important;
    min-width: 130px !important;
    padding: 1px 2px 6px 0px !important;
}

    .new-cls-bud td:nth-child(1) {
        min-width: 200px !important;
        padding: 0px 0px 0px 9px !important;
        text-align: left;
    }

    .new-cls-bud td:nth-child(2) {
        min-width: 100px !important;
        padding: 0px 0px 0px 0px !important;
    }

    .new-cls-bud td:last-child {
        min-width: 200px !important;
        padding-left: 10px;
    }

/*#ChklistItemGridE td {
    border-top: none !important;
    border-right: 1px solid ccc !important;
    border-bottom: none !important;
    border-left: none !important;
    min-width: 130px !important;
    padding: 1px 2px 6px 0px !important;
}

#ChklistItemGridE td:nth-child(1) {
    min-width: 262px !important;
    padding: 0px 0px 0px 9px !important;
}

#ChklistItemGridE td:nth-child(2) {
    min-width: 118px !important;
    padding: 0px 0px 0px 0px !important;
}

#ChklistItemGridE td:last-child {
    min-width: 200px !important;
    padding-left: 10px;
}*/




.menu-out {
    float: left;
    position: relative;
    width: 100%; /*background:#000 url(../images/menu-bg.png) repeat-x scroll left 0px;*/
    border-bottom: 3px solid #009688;
    background: rgba(66,65,65,1);
    background: -moz-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,65,65,1)), color-stop(100%, rgba(32,32,32,1)));
    background: -webkit-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
    background: -o-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
    background: linear-gradient(to bottom, rgba(66,65,65,1) 0%, rgba(32,32,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424141', endColorstr='#202020', GradientType=0 );
}

.search-frm-feild {
    height: 0;
    right: 0px;
    position: relative;
    top: -40px;
    transition: all 0.5s ease 0s;
    width: 240px;
    z-index: 99;
    float: right;
}

    .search-frm-feild input[type="text"] {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        color: #868686;
        font-size: 15px;
        font-family: 'roboto-light';
        height: auto;
        line-height: 38px;
        margin-top: -5px;
        padding: 0 35px 0 22px;
        width: 240px;
        border-radius: 50px;
    }

    .search-frm-feild input[type="submit"] {
        background: rgba(0, 0, 0, 0) url("../images/search-icon.png") no-repeat scroll center center;
        border: medium none;
        cursor: pointer;
        float: right;
        height: 20px;
        margin: 5px 5px 0 0;
        width: 20px;
        position: absolute;
        right: 6px;
        top: 0px;
    }

    .search-frm-feild form {
        display: inline-block;
        position: relative;
    }

/* Reports page css */
.report-form label {
    float: left;
    width: 45%;
    font-size: 16px;
    color: #666;
    font-family: 'roboto-light';
    line-height: 38px;
}

.search-form.report-form select {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.schd-meet .table-rigs, table input {
    /*margin-top: 14px;*/
    width: 39% !important;
}

.schd-meet-rht {
    float: left;
    width: 24%;
}

.schd-meet {
    width: 75%;
    float: left;
}

    .schd-meet .table-rigs, table {
        border-top: 1px solid #dfdfdf;
    }

    .schd-meet .search-form.report-form label {
        float: left;
        width: 33%;
        margin-left: 10px;
    }

.search-form.report-form label {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.report-form-lft {
    float: left;
    width: 48%;
}

.report-form-rgt {
    float: right;
    width: 48%;
}

.report-form .form-group {
    margin-bottom: 18px;
    float: left;
    width: 100%;
    position: relative;
}

    .report-form .form-group.last {
        margin-bottom: 0px;
    }

.filter-div {
    float: left;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background: #eeeced;
    padding: 16px 20px;
}

    .filter-div .form-group {
        width: 25%;
        margin-right: 5%;
        float: left;
        position: relative;
    }

    .filter-div .form-control {
        height: 38px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #666;
        font-family: 'roboto-medium';
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background: #fff;
    }

    .filter-div label {
        float: left;
        width: 25%;
        font-size: 15px;
        color: #000;
        font-family: 'roboto-light';
        line-height: 38px;
    }

    .filter-div input[type="text"] {
        float: left;
        width: 95%;
        margin-left: 5%;
    }

    .filter-div .form-group .date-filter {
        width: auto;
    }

    .filter-div input[type="checkbox"] {
        margin: 13px 0px 0px 12px;
        float: left;
    }

.form-control-cal {
    border-left: 1px solid #cccccc;
    display: block;
    height: 38px;
    line-height: 38px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    z-index: 2;
}

.filter-div .ui-datepicker-trigger {
    border-left: 1px solid #cccccc;
    padding: 9px;
    position: absolute;
    right: 2px;
    top: 0;
}

.btns-div {
    float: left;
    width: 100%;
    margin-top: 22px;
}

.btns-left {
    float: left;
    width: 50%;
}

.btns-right {
    float: right;
    text-align: right;
    width: 50%;
}

.grn-btn {
    background: rgba(0,175,159,1);
    background: -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
    background: -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
    color: #ffffff;
    height: 37px;
    padding: 0px 12px;
    font-size: 19px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 4px !important;
    cursor: pointer;
    margin-right: 8px;
}

    .grn-btn:hover {
        color: #ffffff;
    }

.orng-btn {
    background: rgba(250,125,45,1);
    background: -moz-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,125,45,1)), color-stop(100%, rgba(250,82,39,1)));
    background: -webkit-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -o-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: linear-gradient(to bottom, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7d2d', endColorstr='#fa5227', GradientType=0 );
    color: #ffffff;
    height: 37px;
    padding: 0px 25px;
    font-size: 19px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
}

    .orng-btn:hover {
        color: #ffffff;
    }

.blu-btn {
    background: rgba(61,168,239,1);
    background: -moz-linear-gradient(top, rgba(61,168,239,1) 0%, rgba(40,133,195,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,168,239,1)), color-stop(100%, rgba(40,133,195,1)));
    background: -webkit-linear-gradient(top, rgba(61,168,239,1) 0%, rgba(40,133,195,1) 100%);
    background: -o-linear-gradient(top, rgba(61,168,239,1) 0%, rgba(40,133,195,1) 100%);
    background: -ms-linear-gradient(top, rgba(61,168,239,1) 0%, rgba(40,133,195,1) 100%);
    background: linear-gradient(to bottom, rgba(61,168,239,1) 0%, rgba(40,133,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da8ef', endColorstr='#2885c3', GradientType=0 );
    color: #ffffff;
    height: 37px;
    padding: 0px 16px;
    font-size: 19px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
}

    .blu-btn:hover {
        color: #ffffff;
    }

/* Dashboard page css */
.dashboard-cont {
    background: #ebf0f3;
}

.dash-lft {
    float: left;
    width: 52%;
    margin-right: 2%;
}

    .dash-lft h2, .dash-rgt h2 {
        float: left;
        width: 100%;
        padding: 11px 20px;
        font-size: 21px;
        font-family: 'roboto-bold';
        color: #fff;
        background: rgba(123,165,185,1);
        background: -moz-linear-gradient(top, rgba(123,165,185,1) 0%, rgba(97,127,141,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,165,185,1)), color-stop(100%, rgba(97,127,141,1)));
        background: -webkit-linear-gradient(top, rgba(123,165,185,1) 0%, rgba(97,127,141,1) 100%);
        background: -o-linear-gradient(top, rgba(123,165,185,1) 0%, rgba(97,127,141,1) 100%);
        background: -ms-linear-gradient(top, rgba(123,165,185,1) 0%, rgba(97,127,141,1) 100%);
        background: linear-gradient(to bottom, rgba(123,165,185,1) 0%, rgba(97,127,141,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba5b9', endColorstr='#617f8d', GradientType=0 );
    }

.dash-rgt {
    float: left;
    width: 46%;
}

.manage-usr {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 4px solid #d3d8da;
}

.manage-usr-cont {
    float: left;
    padding: 22px 22px 35px;
}

    .manage-usr-cont p {
        font-size: 15px;
        color: #3e3e3e;
        font-family: 'roboto-light';
        line-height: 26px;
        margin-bottom: 20px;
    }

    .manage-usr-cont > img {
        float: left;
        margin-right: 22px;
    }

.bottom-0 {
    margin: 0px !important;
}

.manage-usr-det {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.bonus-sec {
    width: 49%;
    float: left;
    margin-right: 1%;
    border-radius: 4px;
    background: #00bcd4;
    padding: 28px 32px;
    position: relative;
}

.revenue-sec {
    width: 49%;
    float: left;
    margin-left: 1%;
    border-radius: 4px;
    background: #009688;
    padding: 28px 32px;
    position: relative;
}

.manage-usr-det h1 {
    font-size: 28px;
    font-family: 'roboto-bold';
    color: #fff;
    margin-bottom: 6px;
}

.manage-usr-det span {
    font-size: 20px;
    font-family: 'roboto-light';
    color: #fff;
}

.manage-usr-det img {
    position: absolute;
    right: 25px;
    top: 22px;
}

.filter-dash {
    float: left;
    width: 100%;
    background: #dbe0e3;
    padding: 12px 18px;
    border-radius: 0px;
}

    .filter-dash .form-group {
        float: left;
        position: relative;
        width: 48%;
        margin-right: 2%;
    }

    .filter-dash .form-group1 {
        float: left;
        position: relative;
        width: 48%;
        margin-left: 2%;
    }

    .filter-dash label {
        float: left;
        width: 15%;
        font-size: 15px;
        color: #000;
        font-family: 'roboto-light';
        line-height: 38px;
    }

    .filter-dash input[type="text"] {
        float: left;
        margin-left: 5%;
        width: 95%;
    }

    .filter-dash .date-field {
        width: 85%;
    }

    .filter-dash .ui-datepicker-trigger {
        border-left: 1px solid #cccccc;
        padding: 9px;
        position: absolute;
        right: 2px;
        top: 0;
    }

.table-dash table tr td {
    padding: 12px 5px;
}


/* Employee page css 4-5-2016 */
.emp-detail {
    float: left;
    width: 100%;
    position: relative;
}

.resp-tabs-container h2 {
    font-size: 21px;
    font-family: 'roboto-bold';
    color: #242525;
    padding-bottom: 8px;
}

.detail-form {
    width: 100%;
    margin-top: 30px;
}

.form-div {
    float: left;
    width: 31.6666%;
    margin-right: 2.5%;
}

.form-div-last {
    float: right;
    width: 31.666%;
    margin-right: 0;
}

.form-div label {
    float: left;
    width: 35%;
    font-size: 16px;
    color: #666;
    font-family: 'roboto-light';
    line-height: 38px;
}

.form-div input, .form-div select {
    float: left;
    width: 65%;
    margin-left: 0;
}

.form-div .form-group {
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.form-div .form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #666;
    font-family: 'roboto-medium';
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff;
}

.emp-img {
    float: left;
    margin-right: 18px;
}

    .emp-img img {
        border: 3px solid #f0f5f5;
        border-radius: 4px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    }

.emp-img-det p {
    font-size: 13px;
    color: #333;
    font-family: 'roboto-light';
    line-height: 19px;
    margin-top: 15px;
}

.grn-btn1 {
    background: rgba(0,175,159,1);
    background: url("../images/add-img-icon.png") no-repeat scroll right 12px center, -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: url("../images/add-img-icon.png") no-repeat scroll right 12px center, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
    background: url("../images/add-img-icon.png") no-repeat scroll right 12px center, -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: url("../images/add-img-icon.png") no-repeat scroll right 12px center, -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: url("../images/add-img-icon.png") no-repeat scroll right 12px center, -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: url("../images/add-img-icon.png") no-repeat scroll right 12px center, linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
    color: #ffffff;
    height: 36px;
    width: 115px;
    padding: 0px 12px;
    font-size: 14px;
    font-family: 'roboto-bold';
    border: none;
    cursor: pointer;
    text-align: left;
    margin-bottom: 7px;
}

    .grn-btn1:hover {
        color: #ffffff;
    }

.orng-btn1 {
    background: rgba(250,125,45,1);
    background: url("../images/trash-icon.png") no-repeat scroll right 12px center, -moz-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: url("../images/trash-icon.png") no-repeat scroll right 12px center, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,125,45,1)), color-stop(100%, rgba(250,82,39,1)));
    background: url("../images/trash-icon.png") no-repeat scroll right 12px center, -webkit-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: url("../images/trash-icon.png") no-repeat scroll right 12px center, -o-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: url("../images/trash-icon.png") no-repeat scroll right 12px center, -ms-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: url("../images/trash-icon.png") no-repeat scroll right 12px center, linear-gradient(to bottom, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7d2d', endColorstr='#fa5227', GradientType=0 );
    color: #ffffff;
    height: 36px;
    padding: 0px 12px;
    font-size: 14px;
    font-family: 'roboto-bold';
    border: none;
    cursor: pointer;
    width: 115px;
    text-align: left;
}

.options {
    position: absolute;
    right: 0;
}

    .options li {
        float: left;
        margin-left: 8px;
    }
/* drilling sheet page css */
.drill-form {
    float: left;
    margin: 20px 0 25px;
    width: 100%;
}

.date-field1 {
    float: left;
    position: relative;
    width: 65%;
}

.drill-div {
    float: left;
    width: 31.6666%;
    margin-right: 2.5%;
}

    .drill-div.last {
        margin-right: 0%;
    }

    .drill-div label {
        float: left;
        width: 35%;
        font-size: 16px;
        color: #666;
        font-family: 'roboto-light';
        line-height: 38px;
    }

    .drill-div input, .drill-div select {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .drill-div .form-group {
        margin-bottom: 18px;
        float: left;
        width: 100%;
        position: relative;
    }

        .drill-div .form-group:last-child {
            margin-bottom: 0px;
        }

    .drill-div .form-control {
        height: 38px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #666;
        font-family: 'roboto-medium';
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background: #f9f9f9;
    }

.Multiline {
    width: 100%;
}

.drill-div .ui-datepicker-trigger {
    border-left: 1px solid #cccccc;
    padding: 9px;
    position: absolute;
    right: 2px;
    top: 0;
}

.customer-details .ui-datepicker-trigger {
    border-left: 1px solid #cccccc;
    padding: 9px;
    position: absolute;
    right: 145px;
    top: 0;
}

.btns-div-form {
    position: absolute;
    width: auto;
    right: 20px;
    top: 7px;
    text-align: right;
}

}

.btns-div-form .grn-btn {
    margin-right: 2.5%;
    float: left;
}

.btns-div-form .orng-btn {
    margin-right: 0px;
    padding: 0px 20px;
}

.drill-table {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.table-desc {
    float: left;
    width: 960px;
    margin-right: 22px;
}

.table-team {
    float: left;
    width: 306px;
}

.table-cont.table-desc table thead th:first-child {
    text-align: left;
}

.table-cont.table-desc table tbody tr td:last-child {
    font-family: 'roboto-bold';
}

.table-cont.table-desc table tbody tr:last-child td {
    border-bottom: 1px solid #dfdfdf !important;
}

.table-cont.table-team table thead th {
    text-align: left;
    padding: 10px 20px;
}

.table-cont.table-desc table thead th {
    padding: 10px 15px;
}

.table-cont.table-desc table tr td {
    padding: 10px 15px;
}

.table-cont.table-team table tr td:first-child {
    width: 85%;
    text-align: left;
    padding: 10px 15px;
}

.table-cont.table-desc table tfoot th {
    color: #d02930;
}

.table-cont.table-team table tbody tr:nth-of-type(2n+1) {
    background-color: #ededed;
}

.table-cont.table-team table tbody tr {
    background-color: #ededed;
}

.drill-filter .form-group:first-child {
    float: left;
    width: 19%;
    margin-right: 1%;
}

.drill-filter .form-group.form-group-btn {
    float: left;
    width: auto;
    margin-right: 0;
}

    .drill-filter .form-group.form-group-btn input[type="submit"] {
        margin: 0 0px 0px 30px;
    }

.drill-filter .form-group {
    float: left;
    width: 10%;
    margin-right: 1%;
    margin-bottom: 0px;
}

.drill-filter label {
    width: auto;
    margin-right: 2%;
}

.drill-filter input[type="text"] {
    width: 64%;
    margin-left: 0px;
}

.drill-filter .dril-select1 {
    width: 13%;
    margin-left: 0px;
}

.drill-filter .dril-select {
    width: 22%;
    margin-left: 0px;
}

    .drill-filter .dril-select input[type="text"] {
        width: 100%;
        margin-left: 0px;
    }

.drill-filter select {
    width: 80%;
    margin-left: 0px;
}

.drill-filter .dril-select1 select {
    width: 53%;
    margin-left: 0px;
}

.drill-filter .dril-select1.dril-select2 select {
    width: 65%;
    margin-left: 0px;
}

.drill-filter .dril-select select {
    width: 54%;
    margin-left: 0px;
}

.drill-filter button {
    margin-right: 0px;
    float: right;
}

.date-field {
    position: relative;
    float: left;
    width: 65%;
    left: 10px;
}

.dril-select input {
    float: left;
    margin: 0px;
}

.dril-select .discount label {
    float: left;
    line-height: 10px;
    margin-left: 5px;
    width: auto !important;
}

.dis-txt {
    float: left;
    width: 21%;
}

.clear {
    clear: both;
}


/* Rajasekar css on 10-may-2016 */
.line-hght-20 {
    line-height: 20px !important;
}

.save-btn {
    background: rgba(0,175,159,1);
    background: -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
    background: -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
    color: #ffffff;
    height: 37px;
    padding: 0px 12px;
    font-size: 19px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 4px !important;
    cursor: pointer;
    margin-right: 8px;
}

.grn-btn-save:hover {
    color: #ffffff;
}

.cancel-btn {
    background: rgba(250,125,45,1);
    background: -moz-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,125,45,1)), color-stop(100%, rgba(250,82,39,1)));
    background: -webkit-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -o-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: linear-gradient(to bottom, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7d2d', endColorstr='#fa5227', GradientType=0 );
    color: #ffffff;
    height: 37px;
    padding: 0px 12px;
    font-size: 19px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
}

    .cancel-btn:hover {
        color: #ffffff;
    }

.search-form select {
    width: 75%;
    margin-left: 5%;
}

.search-btns {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    float: left;
}

.search-btnsclass {
    float: left;
    width: 100%;
    margin-top: 23px;
    margin-left: 41.5%;
}

.search-btns-view {
    float: left;
    width: 100%;
    margin: 0px;
    text-align: end;
}

.search-btns.search-btns-marg0 {
    margin-top: 0px;
}

.search-form .form-group {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.search-form-mid {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 2%;
}

.search-form .search-form-mid label {
    width: auto;
    float: none;
    display: inline-block;
}

.search-form .search-form-mid input {
    width: 25% !important;
    float: none;
    display: inline-block;
}

.search-form .search-form-mid select {
    width: 25% !important;
    float: none;
    display: inline-block;
}

.manage-user {
    width: 450px;
    float: none;
    margin: 0 auto;
}

    .manage-user span {
        width: 40%;
        float: left;
        line-height: 38px;
    }

    .manage-user input[type="text"] {
        width: 57%;
        float: left;
        margin-left: 3%;
        margin-bottom: 20px;
    }

    .manage-user input[type="password"] {
        width: 57%;
        float: left;
        margin-left: 3%;
        margin-bottom: 20px;
    }

    .manage-user select {
        width: 57%;
        float: left;
        margin-left: 3%;
        margin-bottom: 20px;
    }

#ContentPlaceHolder1_optNotify {
    border: none;
    width: 60%;
    float: left;
    margin-left: 5%;
    margin-top: 8px;
}

.manage-user .form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #666;
    font-family: 'roboto-medium';
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #f9f9f9;
}

.customer-details label {
    width: 30% !important;
}

.customer-details input /*, .customer-details select*/ {
    float: left;
    width: 65%;
    margin-left: 5%;
}

/* css on 13/5/2016*/
.amt-rgt {
    text-align: right !important;
}

.no-center {
    text-align: center !important;
}

.heading-user {
    margin-bottom: 20px;
}

.rate-div {
    width: 85%;
    margin-left: 5%;
    float: left;
}

.rate-sec {
    float: left;
    width: 12.2222%;
    margin-right: 2%;
}

    .rate-sec.last {
        margin-right: 0px;
    }

    .rate-sec label {
        width: 100% !important;
        font-size: 12px;
    }

.search-form .rate-sec input {
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.def-txt {
    color: blue;
    display: inline-block;
    font-size: 12px;
}

.filter-div.filter-center {
    text-align: center;
}

    .filter-div.filter-center .form-group {
        margin: 0px 4%;
        float: left;
        width: 25.3333%;
    }

.table-emp tr th {
    font-size: 15px;
    font-family: 'roboto-bold';
    color: #fff;
    background: rgba(0,175,159,1);
    padding: 10px 0px;
    border-right: 1px solid #dfdfdf;
}

.table-emp-responsive {
    height: 300px;
    overflow: auto;
    float: left;
    width: 100%;
}

#ContentPlaceHolder1_optNotify label, #ContentPlaceHolder1_optNotify input[type="radio"] {
    width: auto;
    line-height: inherit;
}


/* css on 19-05-2016*/

.customer-details .date-field2 {
    float: left;
    position: relative;
    width: 65%;
    margin-left: 5%;
}

    .customer-details .date-field2 input {
        margin-left: 0px;
        width: 100%;
    }

#ContentPlaceHolder1_employestatus {
    border: none;
    width: 60%;
    float: left;
    margin-left: 5%;
    margin-top: 8px;
}

    #ContentPlaceHolder1_employestatus input[type="radio"], #ContentPlaceHolder1_employestatus label {
        width: auto;
        line-height: inherit;
    }

.search-form-rgt.rig-map-rgt {
    width: 35%;
}

.form-control1 {
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #666;
    font-family: 'roboto-medium';
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #f9f9f9;
}

.date-field-table {
    float: left;
    position: relative;
    width: 50%;
}

    .date-field-table .ui-datepicker-trigger {
        border-left: 1px solid #cccccc;
        padding: 5px;
        position: absolute;
        right: 2px;
        top: 0;
    }

.discount {
    border: none;
    width: 50%;
    float: left;
    margin-left: 5%;
    margin-top: 13px;
    margin-bottom: 8px;
}

.role-center {
    float: none;
    margin: 0px auto;
    width: 550px;
}

    .role-center input[type="checkbox"] {
        width: auto !important;
    }

/* css on 25-5-2016*/
.search-form-rate {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .search-form-rate .form-group label {
        float: left;
        width: 10%;
    }

    .search-form-rate .form-control {
        height: 38px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #666;
        font-family: 'roboto-medium';
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background: #f9f9f9;
        width: 100%;
    }

.rate-label {
    line-height: 55px;
    font-family: 'roboto-light';
    font-size: 16px;
}

.search-form-rigs {
    margin-bottom: 0px;
}

.file-btn {
    margin-left: 149px;
}

.table-cont table.table-bg tbody tr {
    background-color: #ededed;
}

    .table-cont table.table-bg tbody tr:hover, .table-cont table.table-bg tbody tr:nth-of-type(2n+2):hover {
        background-color: #e5fafd;
    }

    .table-cont table.table-bg tbody tr:nth-of-type(2n+2) {
        background-color: #f9f9f9;
    }

.filter-div.filter-center label {
    width: 38%;
}

.filter-div.filter-center .date-field {
    width: 60%;
}

.filter-div.filter-center .form-group .orng-btn {
    margin-right: 0px;
}

input.aspNetDisabled {
    height: 38px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #666;
    font-family: 'roboto-medium';
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #f9f9f9;
}

.loginerror {
    color: red;
}

.save-btn-upload {
    font-size: 13px;
    padding: 1px;
}

.dashboard-img {
    float: none;
    margin: 0 auto;
    width: 800px;
}

    .dashboard-img img {
        width: 100%;
    }

/*21-9-2016*/
.lble-lft label {
    width: 141px !important;
    text-align: left;
}

.lble-lft .search-form-mid {
    margin-bottom: 10px;
}

.search-form.lble-lft input, .search-form.lble-lft select {
    margin-left: 2%;
}

.menu-child {
    /*display: none;*/
    position: absolute;
    background: #999999;
}

    .menu-child li {
        float: none !important;
    }

        .menu-child li a:hover {
            background: rgba(0,153,138,1) !important;
        }

.cbp-hrsub-inner li:hover .menu-child {
    display: block;
}

.user-photo h2 {
    color #fff;
    font-size: 25px;
}

.loginerror {
    color: red;
    text-align: center;
    width: 500px;
}

/*22-9-2016*/
.legend-box {
    border: solid 1px #e7e7e7;
    float: left;
    padding: 20px 2%;
    width: 100%;
    position: relative;
    margin: 15px 0 -15px;
}

    .legend-box h2.legend-tit {
        background: #ececec;
        left: 0%;
        padding: 10px 20px;
        position: absolute;
        top: -25px;
        color: #009688;
    }

.margtop {
    margin-top: 20px;
}

.add-association {
    float: left;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 35px;
}

    .add-association label {
        width: auto;
    }

    .add-association select {
        width: 45%;
    }

    .add-association input.form-control {
        width: 130% !important;
    }

    .add-association li {
        float: left;
        width: 17%;
    }

        .add-association li:last-child {
            width: 10%;
        }

.wdthauto input[type="submit"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 175, 159, 1) 0%, rgba(0, 153, 138, 1) 100%) repeat scroll 0 0;
    color: #fff;
    border-radius: 4px !important;
    cursor: pointer;
    font-family: "roboto-bold";
    border: none;
    font-size: 19px;
    padding: 6px;
}

.mem-det {
    color: rgba(0, 175, 159, 1);
    margin-top: 21%;
    padding-bottom: 15px;
}

.report-form-select {
    float: left;
    width: 100%;
}

.report-form-selectMem label {
    width: 21.5% !important;
}

.report-form-selectMem .lbl-wdt {
    width: 10.5% !important;
}

.form-control.width-combo {
    margin: 0 15px !important;
    width: 20% !important;
}

.form-group.txt-wdt {
    width: 291% !important;
}

.search-item input {
    float: right;
    width: 57%;
}

.search-form.report-form.search-item label {
    margin-left: 0;
    width: 10%;
}

.search-item .lbl-wdt {
    margin-left: 0;
    width: 10%;
}

.txtsearch-width {
    width: 50%;
}

.search-item.txtsearch-width {
    width: 50% !important;
    float: right;
}

.txtsearch-top {
    float: left;
    margin-top: 5%;
}

.radio-width {
    width: 90%;
}

.radio-text input {
    margin-top: 1%;
    width: 4%;
}

radio-text label {
    width: 8% !important;
}

.radio-text {
    width: 10% !important;
}

/*.table-cont table tr td:first-child {
    text-align: left !important;
}*/

/*.table-cont table tr td:last-child {
    text-align: center;
    width: 7%;
}

.table-cont table tr td:nth-last-child(2) {
    text-align: center;
    width: 7%;
}*/

.date-field-New {
    position: relative;
    float: left;
    width: 100px;
}

.customer-details .ui-datepicker-trigger .NewDate {
    border-left: 1px solid #cccccc;
    padding: 9px;
    position: absolute;
    right: 100px;
    top: 0;
}


.form-group .New-wdt {
    padding-left: 5px;
    width: 100px !important;
    margin-top: 2%;
}

.cbp-hropen .cbp-hrsub {
    bottom: -43px !important;
}

.add-association.add-pad label {
    width: auto !important;
}

.add-association.add-pad li .ui-datepicker-trigger, .add-pad .ui-datepicker-trigger {
    position: static;
    padding-right: 0;
    border-left: 0;
}

.add-association.add-pad li:first-child {
    width: 19%;
    margin-right: 2%;
}

.add-association.add-pad li:nth-child(2n) {
    width: 15%;
    margin-right: 2%;
}

.add-association.add-pad li:nth-child(4n) {
    width: 20%;
    margin-right: 0;
}

    .add-association.add-pad li:nth-child(4n) select {
        width: 50%;
    }

.add-association.add-pad li:last-child {
    width: auto;
    margin-right: 0;
    margin-left: 2%;
}

.add-association.add-pad1 label {
    width: auto !important;
}

.add-association.add-pad1 li .ui-datepicker-trigger {
    position: static;
    border-left: 0;
}

.add-association.add-pad1 li:first-child {
    width: 22%;
    margin-right: 2%;
}

.add-association.add-pad1 li:nth-child(2n+2) {
    width: 18%;
    margin-right: 2%;
}

.add-association.add-pad1 li:nth-child(4n) {
    width: 7.5%;
}

.form-pad1 input {
    width: 30%;
}

.cbp-hrsub-inner ul > li > a {
    padding: 0px 27px 0px;
}

.form-pad1 .ui-datepicker-trigger {
    margin-top: 0px;
    margin-left: 5px;
}

.schd-meet .radio-txt1 input, .radio-text.radio-txt1 input {
    margin-left: 0;
    width: 2%;
    margin-top: 12px;
}

.radio-txt1 input, .radio-text.radio-txt1 input {
    margin-left: 0;
    width: 4%;
}

.search-form.report-form.radio-txt2 label {
    margin-left: 0;
}

.form-control.txt-form {
    width: 60%;
    margin-left: 5%;
    min-height: 90px;
}

.form-control5.txt-form {
    width: 65%;
    min-height: 90px;
}

.rpt-lft, .search-form .rpt-lft {
    float: left;
    width: 48%;
    margin-top: 3%;
}

.search-form.report-form .rpt-lft select {
    width: 51%;
}

.search-form .search-btns-pad {
    width: 24.5%;
    margin-right: 0;
    float: right;
    margin-left: 10px;
}

.customer-details .upload-btn, .upload-btn {
    background: rgba(0,175,159,1);
    background: -moz-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,159,1)), color-stop(100%, rgba(0,153,138,1)));
    background: -webkit-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -o-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    background: linear-gradient(to bottom, rgba(0,175,159,1) 0%, rgba(0,153,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af9f', endColorstr='#00998a', GradientType=0 );
    color: #ffffff;
    height: 37px;
    padding: 0px 12px;
    font-size: 19px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 4px !important;
    cursor: pointer;
    margin-right: 8px;
    width: 55%;
}

.customer-details .checkbox-pad {
    width: auto;
    margin-left: 0;
    margin-top: 13px;
}

.table-width .dataTables_wrapper {
    width: 100%;
    float: left;
    clear: none;
    margin-right: 4%;
}

.search-form .rel-pad {
    width: 65%;
}

.height-pad {
    min-height: 56px;
}

.search-form .center-align {
    float: none;
    clear: both;
    margin: 0px auto;
    width: 485px;
    padding-top: 10px;
}

.search-form .datepicker-pad {
    width: 60%;
    margin-left: 5%;
}

.search-form .form-group.cls-date .datepicker-pad {
    width: 65%;
    margin-left: 26px;
}

    .search-form .form-group.cls-date .datepicker-pad .cls-pledge {
        width: 65%;
        margin-left: 30.9px;
    }

/*margin-left:26px;*/

.search-form .datepicker-pad1 {
    width: 87%;
}

.customer-details .tit-pad {
    width: auto !important;
    margin-right: 15px;
}

.customer-details .form-width {
    float: left;
    width: 100%;
}

.customer-details .title-para {
    float: left;
    width: 100%;
}

.schd-meet .group-pad {
    width: 55%;
}

.search-form .group-pad {
    width: 55%;
}

.schd-meet .search-form.report-form.meet-pad .form-control {
    width: 55%;
}

.schd-meet-rht .search-form.report-form.meet-pad .form-control {
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 175, 159, 1) 0%, rgba(0, 153, 138, 1) 100%) repeat scroll 0 0;
}

.search-form.report-form.meet-pad .form-control {
    width: 60%;
}

.search-form.report-form .ass-pad {
    width: 45%;
}

.spanlabel {
    margin-top: 15%;
}

.form-group.center-align.buttontop {
    float: left;
    padding-top: 95px;
}


.cbp-hrsub-inner ul > li > a, .cbp-hrmenu > ul > li > a.arrow:hover, .cbp-hrmenu > ul > li > a.selected.arrow, .cbp-hrmenu > ul > li > a.selected.arrow:hover {
    font-weight: normal !important;
}

.margindiv {
    margin-top: 3%;
}

.form-group.Dateclass {
    width: 100% !important;
}

    .form-group.Dateclass label {
        width: 28% !important;
    }

.form-control.txtRel {
    margin-top: 2%;
}

.New-wdt.lablRel {
    margin-left: 5%;
}

.btn.save-btn.rghtbtn {
    float: right;
}

.file-btn.browsebtn {
    margin-left: 40%;
}

.btnadd {
    margin-left: 67%;
    margin-top: 2%;
}

.btn.save-btn.search-btns-pad.HisBtn {
    margin-left: 5.4%;
    margin-top: 2%;
    width: 15%;
}

.schd-meet .radio-text.radio-txt1.labldate > label {
    width: 29% !important;
}

.radio-text.radio-txt1.labldate > label {
    width: 27% !important;
}

.groupstage-page label {
    width: 190px !important;
    text-align: left;
}

.fintrans-page label {
    width: 100px !important;
    text-align: left;
}

.member-browse {
    float: right;
    margin: 62px 0px !important;
    width: 190px;
}

    .member-browse input {
        width: 100%;
    }

.mem-relationshp ul li {
    float: left;
    width: 25%;
}

    .mem-relationshp ul li select {
        width: 48% !important;
    }

.blue-txt {
    background-color: rgba(0,175,159,1);
    width: 98%;
    color: white !important;
    font-family: "roboto-bold";
    font-size: 15px;
    height: 30px;
    padding: 1px 1px 1px 10px;
    margin-bottom: 10px;
}

.form-control.txt-form.txt-Sub {
    min-height: 76%;
    margin-left: -24%;
}

.report-form-lft.lbl-Top {
    margin-top: 3%;
}

.btn.save-btn.many-btn {
    width: 24%;
}

/*coded date_____Oct-11*/
.frmctrl-center {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.lbl-lftside {
    display: inline-block;
    width: 132px;
    text-align: left;
}

.frmctrl-rgtside {
    display: inline-block;
    width: 25%;
    margin-left: 30px;
}

.search-form .search-form-mid .frmctrl-rgtside input[type="text"] {
    width: 100% !important;
    margin: 0px;
}

.frmctrl-rgtside .search-btns {
    margin-top: 13px;
    margin-left: 0;
    text-align: left;
}

    .frmctrl-rgtside .search-btns input {
        margin: 0;
        width: 90px !important;
    }

.search-form .search-form-mid .frmctrl-rgtside select {
    width: 100% !important;
    margin: 0px;
}

.lbl-lftside.label-big {
    width: 189px;
    margin-left: -4px;
}


.ui-datepicker-trigger {
    padding: 9px;
    position: absolute;
    right: -5px;
    top: 0;
}


.spanlabel.Aniv-Class {
    margin-top: 13%;
}

.search-btns.user-btn {
    margin-top: 7%;
    margin-left: 8%;
}

.form-group.center-align.buttontop.btn-Schedule {
    margin-left: 51%;
    margin-top: -11%;
}

.form-group.center-align.buttontop.btn-addMeet {
    float: right;
    margin-top: -7%;
    margin-right: 2%;
}

.search-form.report-form.meet-pad {
    margin-top: 0;
}

.schd-meet .search-form1 {
    width: 100%;
    float: left;
    margin-top: 2%;
}

.date-field-New img {
    margin-left: -36% !important;
}

.date-field img {
    margin-left: -12%;
}

.form-control.group-pad.mindrop {
    width: 111% !important;
}

.add-association.add-pad {
    margin-top: -15% !important;
}

.search-form-rgt.customer-details.membershpdet-rgt {
    margin-top: 8%;
}

.form-group.Dateclass.top-mar {
    margin-top: -2.5%;
}

.form-group.cls-top {
    margin-top: 3%;
}

.form-control.group-pad {
    width: 55% !important;
}

.form-control.ddGrpStg {
    margin-left: 4% !important;
    width: 94% !important;
}

.form-group.cls-date img {
    margin-left: -8%;
}

.date-field.cls-dateNew input {
    width: 100% !important;
    margin-left: 8% !important;
}

#ContentPlaceHolder1_divMonthly {
    float: left;
}

    #ContentPlaceHolder1_divMonthly input {
        width: auto;
        margin-top: 10px;
    }

    #ContentPlaceHolder1_divMonthly .search-form .form-control {
        height: 37px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #666;
        font-family: 'roboto-medium';
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background: #f9f9f9;
        width: 65%;
    }

.search-form-lft.design {
    padding-top: 10px;
}

.search-form-rgt.design {
    margin-top: 1%;
}

.form-control.leftmrgn {
    margin-left: 18%;
}

.form-control.floatrgt {
    margin-left: 1%;
    width: 35% !important;
}

.date-field.dat-str img {
    margin-top: -3px;
    position: absolute !important;
    right: -45px;
    width: 30%;
}

.date-field.dat-str-next img {
    margin-top: -3px;
    position: absolute !important;
    right: -45px;
    width: 32%;
}

.date-field.dat-str-next {
    width: 45%;
}

.date-field.dat-str {
    width: 45%;
}

.cls_SD {
    margin: 0 0 0 -17.5% !important;
    width: 25% !important;
}

.cls_ED {
    margin-left: -2% !important;
    width: 23% !important;
}

.cls_BT {
    margin: 0 -4% 0 -2%;
}

.combo_wdt {
    width: 23%;
}

.combo_wdt_right {
    float: right;
    margin-right: 53%;
    margin-top: -3.8%;
    width: 25%;
}

.btnadd_Rel {
}

.Pnl_int-cls legend {
    color: #009688;
}

.Pnl_int-cls label {
    width: 90%;
}

.occur {
    padding-left: 1%;
    font-family: roboto-light;
    font-size: 14px;
    width: 25%;
}

.form-control5.txt-small {
    width: 65%;
    margin-top: 8px;
    min-height: 32px;
    margin-left: 5%;
}

.radi_pad1 {
    margin-left: 44%;
}

.small-font {
    font-size: 14px;
}

.content-Popup {
    background-color: #fff;
    margin: 16px 0px 22px 0px;
    padding: 25px 20px;
    width: 100%;
}

.FileUpload {
    background: url("../images/images_user1.png");
}

.top-leg {
    margin-top: 2%;
}

.combo_wdt_rightbtn {
    float: right;
    margin-right: 28%;
    margin-top: -3.6%;
    width: 25%;
}

.btn.save-btn.cls-rgt {
    float: right;
    margin-top: -2%;
}
/*19-10-2016*/
.leftpad {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

.rightpad {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.content-head {
    color: red;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.leftpad .table-rigs, table {
    margin-bottom: 20px;
    margin-top: 0;
}

    table#ChklistItemGrid23, table#ChklistItemGrid1, table#ChklistItemGrid {
        border-top: none;
    }

        table#ChklistItemGrid img, #ChkMemberGroupGrid img {
            max-width: none !important;
        }

.add-association.add-pad1.add-pad2 {
    margin-bottom: 0;
}

.search-form-lft.search-form-lft-k {
    box-sizing: border-box;
    padding-right: 10px;
    width: 50%;
}

.search-form-rgt.search-form-rgt-k {
    box-sizing: border-box;
    padding-left: 10px;
    width: 50%;
}

#divPopupHead > h2 {
    margin: 0;
    padding: 8px;
}

#MemDetails .ui-datepicker-trigger {
    right: 0;
    margin: 0;
}

#MemDetails .search-form.report-form.meet-pad .form-control {
    margin-left: 5%;
}

#MemDetails .search-form.report-form.meet-pad #ContentPlaceHolder1_txtDesc.form-control {
    position: absolute;
    width: 1040px;
}

.btn1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 175, 159, 1) 0%, rgba(0, 153, 138, 1) 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 4px !important;
    color: #ffffff;
    cursor: pointer;
    font-family: "roboto-bold";
    font-size: 19px;
    height: 37px;
    margin: 5px !important;
    padding: 0 12px;
    width: auto !important;
}

#ContentPlaceHolder1_div1 .btn1 {
    position: absolute;
}

#ContentPlaceHolder1_div1 .btn1 {
    margin: 0 !important;
    position: absolute;
    right: -390px;
}

    #ContentPlaceHolder1_div1 .btn1:nth-child(4) {
        right: -485px;
    }

    #ContentPlaceHolder1_div1 .btn1:nth-child(5) {
        right: -588px;
    }

.space {
    display: block;
    float: left;
    margin: 30px 0;
    width: 100%;
}

.form-group.form-group-custom-k {
    position: relative;
}

.btn-position-fix {
    float: left;
    position: absolute;
    right: -448px;
    top: -6px;
    width: auto;
}

.btn-position-fix1 {
    float: left;
    position: relative;
    top: -6px;
    width: 100%;
    text-align: center;
}

    .btn-position-fix1 input {
        display: inline-block;
        float: none;
    }

.btn.save-btn.search-btns-pad.HisBtn#ContentPlaceHolder1_btnHist {
    float: none;
    margin-left: 11px;
    margin-top: 0;
    width: 16%;
}

#SecMain .radio-width {
    width: 100%;
}

.radio-width.radio-width-custom-k {
    position: relative;
}

.radiobtn-div {
    left: 15%;
    position: absolute;
    top: 8px;
    width: 32%;
}

.radio-width-custom-k #ContentPlaceHolder1_txtMsg.form-control.txt-form.txt-Sub {
    height: 75px;
    margin-left: 13px;
    margin-top: 50px;
}

.search-form.report-form .radio-width-custom-k label {
    width: auto;
}

.search-form.report-form .radio-width-custom-k input {
    margin-left: 30px;
    width: 15%;
}

#ContentPlaceHolder1_btnAddMeet.btn1 {
    float: left;
    margin-top: 0 !important;
}

.financial-contentarea .form-group.cls-date img {
    margin: 0;
    right: 0;
}

.radio-btn > input {
    float: none;
    width: auto;
}

.fullwidth {
    float: left;
    width: 100%;
}

    .fullwidth .form-group > label {
        width: 13.4% !important;
    }

.search-form .fullwidth .form-control {
    height: 42px;
    width: 84.5%;
    /*margin-left: 25px;*/
    margin-left: 25px;
}

.content-head.content-head-green {
    color: #00998a;
}

#ContentPlaceHolder1_div1 .btn1:nth-child(3) {
    width: 83px !important;
}

.schd-meet {
    float: left;
    margin-left: 7.5%;
    width: 85%;
}

#ScheduleMeeting .report-form-lft, #ScheduleMeeting .report-form-rgt {
    width: 46%;
}

.report-form-lft.report-form-lft-custom-k {
    margin-left: 10px;
}

.radi_pad1 {
    margin-left: 64%;
}

.form-control.txt-form_small {
    width: 60%;
    margin-left: 5%;
    min-height: 65px;
}

.gridlong-wdt {
    width: 25%;
}

.gridNo-wdt {
    width: 13% !important;
}

.gridNo-wdt-mem {
    width: 9% !important;
}

.gridNo-wdt-memName {
    width: 11% !important;
}

.gridNoAtt-wdt {
    width: 10% !important;
}

.gridsmall-wdt {
    width: 7% !important;
    text-align: center;
}

.gridsmall-wdt-mem {
    width: 3% !important;
    text-align: center;
}

.form-control.txt-form_medium {
    width: 60%;
    margin-left: 5%;
    min-height: 79px;
}

.NewCancelbtn {
    background: rgba(250,125,45,1);
    background: -moz-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,125,45,1)), color-stop(100%, rgba(250,82,39,1)));
    background: -webkit-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -o-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    background: linear-gradient(to bottom, rgba(250,125,45,1) 0%, rgba(250,82,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7d2d', endColorstr='#fa5227', GradientType=0 );
    color: #ffffff;
}

.form-control.Text-lbl {
    background-color: #eeeced;
    border: 0 none;
    box-shadow: 0 0 0;
    pointer-events: none;
    font-size: 18px;
    font-weight: 600;
    color: rgba(66,65,65,1);
    margin-left: -40px;
}

.Pnl_int-cls fieldset {
    border-color: #ccc;
}

.form-group.align-rgt {
    right: -350px;
}

.form-control.txt-form.txt-Sub.larg-wdt {
    width: 81.5%;
}

.form-control.txt-form.txt-Sub.larg-wdt-sub {
    width: 81.5%;
    margin-top: 11px !important;
    margin-left: 1px;
}

.r-wdt {
    left: 8%;
    position: absolute;
    top: 10px;
    width: 25%;
}

.radio-text.radio-txt1.newLabel label {
    width: 17%;
    font-size: 95%;
}

.dis-txt {
    background: #f2f2f2;
    pointer-events: none;
}

    .dis-txt ui-datepicker-trigger {
        background: #dfdfdf;
        pointer-events: none;
    }

#ContentPlaceHolder1_btnRedirectParsish.btn.save-btn.rghtbtn, .btn.save-btn.cls-rgt.NewCancelbtn#ContentPlaceHolder1_btnnew {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00998a;
    font-size: 40px;
    font-weight: 900;
}

.form-group.cls-date.cus-k1 > img {
    margin: 0;
    right: 27px;
}

.cont-heading.top-head {
    margin-bottom: 1%;
    margin-top: -4%;
}

.dshBrd-Font {
    font-size: 18px;
    font-weight: 600;
    color: #424141;
}

.btn-position-fix.clsaddmany {
    margin-right: 36% !important;
}


.search-form.report-form.radio-txt2 .radio-new label {
    margin-left: 0;
    width: 12%;
}

.radio-new .form-control.txt-form.txt-Sub.larg-wdt {
    width: 68%;
    margin-left: 2%;
}

.search-form.report-form.radio-txt2 .radio-width-custom-k.radio-new label {
    margin-left: 0;
    width: 12%;
}

.radio-width-custom-k.radio-new #ContentPlaceHolder1_txtMsg.form-control.txt-form.txt-Sub {
    width: 68%;
    margin-left: 2%;
}

.Pnl_int-cls {
    float: left;
    overflow: auto;
    width: 100%;
}

/* css on 28-10-2106*/
.plus-btn {
    position: absolute;
    top: -72px;
    right: 20px;
}

.newalign {
    width: 30% !important;
}

.btn.cancel-btn.aligncncl {
    float: right;
    margin-right: 18px !important;
    width: 80px !important;
}

#ContentPlaceHolder1_txtMsg_tbl {
    margin: 15px 0 0 25px;
}

.divPopupHead {
    background: rgba(0, 175, 159, 1) none repeat scroll 0 0;
    color: white;
    font-family: roboto-bold;
    height: 7%;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    text-align: center;
}
/* Popup Css */
.content400 {
    min-width: 300px;
    width: 80%;
    height: 95%;
    /*max-height: 100%;*/
    /*margin: 100px auto;*/
    background: white;
    overflow: auto;
    position: absolute;
    left: 10%;
    z-index: 99999;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    margin: 0 auto;
    top: -32px;
}

    .content400 p {
        clear: both;
        color: #555555;
        text-align: justify;
    }

        .content400 p a {
            color: #d91900;
            font-weight: bold;
        }

    .content400 .x {
        float: right;
        height: 17px;
        left: 5px;
        position: relative;
        top: -5px;
        width: 17px;
    }

        .content400 .x:hover {
            cursor: pointer;
        }

.content200 {
    min-width: 300px;
    width: 80%;
    height: 95%;
    /*max-height: 100%;*/
    /*margin: 100px auto;*/
    background: white;
    overflow: auto;
    position: absolute;
    left: 10%;
    z-index: 99999;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    margin: 0 auto;
    top: -32px;
}

    .content200 p {
        clear: both;
        color: #555555;
        text-align: justify;
    }

        .content200 p a {
            color: #d91900;
            font-weight: bold;
        }

    .content200 .x {
        float: right;
        height: 17px;
        left: 5px;
        position: relative;
        top: -5px;
        width: 17px;
    }

        .content200 .x:hover {
            cursor: pointer;
        }

.black_overlay {
    display: none;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.0;
    opacity: .0;
    filter: alpha(opacity=0);
}

.popup1 {
    width: 100%;
    margin: 0 auto;
    display: none;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.4;
    z-index: 100;
    /*display: none;*/
}

#contentRole {
    border: none;
}

.menu-child1 {
    display: none;
    position: absolute;
    background: #999999;
}

    .menu-child1 li {
        float: none !important;
    }

        .menu-child1 li a:hover {
            background: rgba(0,153,138,1) !important;
        }

.cbp-hrsub-inner li:hover .menu-child1 {
    display: block;
}

.margin-none {
    margin: 0px;
}

.dataTables_scroll {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.dataTables_scrollBody {
    height: 460px !important;
    margin-top: -10px;
}

.dataTables_scrollHead {
    margin-top: -32px;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.table-rigs.dataTable.no-footer {
    width: 100% !important;
}

.table-rigs.tble-th-wdth th:nth-child(2) {
    width: 294px !important;
}

.table-rigs.tble-th-wdth th:nth-child(3) {
    width: 100px !important;
}

.table-rigs.tble-th-wdth th:nth-child(4) {
    width: 104px !important;
}

.table-rigs.tble-th-wdth th:nth-child(5) {
    width: 65px !important;
}

.table-rigs.tble-th-wdth th:nth-child(6) {
    width: 80px !important;
}

.table-rigs.tble-th-wdth td:nth-child(2) {
    width: 51% !important;
}

.table-rigs.tble-th-wdth td:nth-child(3) {
    width: 16% !important;
}

.table-rigs.tble-th-wdth td:nth-child(4) {
    width: 21% !important;
}

.table-rigs.tble-th-wdth td:nth-child(5) {
    width: 12% !important;
}

.table-rigs.tble-th-wdth td:nth-child(6) {
    width: 10% !important;
}

#ChklistItemGridMeeting {
    width: 100% !important;
}

.table-rigs.member-lst th:nth-child(1) {
    width: 10% !important;
}

.table-rigs.member-lst th:nth-child(2) {
    width: 10.1% !important;
}

.table-rigs.member-lst th:nth-child(3) {
    width: 10% !important;
}

.table-rigs.member-lst th:nth-child(4) {
    width: 10% !important;
}

.table-rigs.member-lst th:nth-child(5) {
    width: 10.4% !important;
}

.table-rigs.member-lst th:nth-child(6) {
    width: 9.4% !important;
}

.table-rigs.member-lst th:nth-child(7) {
    width: 10% !important;
}

.table-rigs.member-lst th:nth-child(8) {
    width: 8% !important;
}

/*.table-rigs.member-lst th:nth-last-child(3){
    width: 7% !important;
}

.table-rigs.member-lst th:nth-last-child(2) {
    width: 7% !important;
}

.table-rigs.member-lst th:nth-last-child(1) {
    width: 8% !important;
}*/

/*.table-rigs.member-lst td:nth-child(1) {
    width: 10.2% !important;
}

.table-rigs.member-lst td:nth-child(2) {
    width: 8% !important;
}

.table-rigs.member-lst td:nth-child(3) {
    width: 10.2% !important;
}

.table-rigs.member-lst td:nth-child(4) {
    width: 8% !important;
}

.table-rigs.member-lst td:nth-child(5) {
    width: 10.6% !important;
}

.table-rigs.member-lst td:nth-child(6) {
    width: 8% !important;
}

.table-rigs.member-lst td:nth-child(7) {
    width: 10.2% !important;
}

.table-rigs.member-lst td:nth-child(8) {
    width: 8.1% !important;
}

.table-rigs.member-lst td:nth-child(9) {
    width: 6.5% !important;
}*/

/*.table-rigs.member-lst td:nth-last-child(3){
    width: 7.2% !important;
}
.table-rigs.member-lst td:nth-last-child(2){
    width: 7.2% !important;
}

.table-rigs.member-lst td:nth-last-child(1){
    width: 5% !important;
}*/



#ChklistItemGridT_wrapper {
    margin-top: -3.4% !important;
}
#ChklistItemGridE thead,#ChklistItemGridT thead,#ChklistItemGridE thead tr,#ChklistItemGridT thead tr,#ChklistItemGridE thead tr th,#ChklistItemGridT thead tr th {
opacity:0;
height:0;
padding:0;
font-size:0px;
line-height:0;
}

.table-rigs th input {    border: 1px solid #ccc;
    border-radius: 4px; background:#fff; padding:5px;
}
.table-rigs td select {border:1px solid #ddd; background:#fff; padding:5px !important; 
}
.table-rigs td .btnduplicate {
 background: rgba(4,77,68,1);
background: -moz-linear-gradient(left, rgba(4,77,68,1) 0%, rgba(5,153,138,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,77,68,1)), color-stop(100%, rgba(5,153,138,1)));
background: -webkit-linear-gradient(left, rgba(4,77,68,1) 0%, rgba(5,153,138,1) 100%);
background: -o-linear-gradient(left, rgba(4,77,68,1) 0%, rgba(5,153,138,1) 100%);
background: -ms-linear-gradient(left, rgba(4,77,68,1) 0%, rgba(5,153,138,1) 100%);
background: linear-gradient(to right, rgba(4,77,68,1) 0%, rgba(5,153,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044d44', endColorstr='#05998a', GradientType=1 );
    color: #ffffff;
    height: 30px;
    padding: 0px 5px;
    font-size: 15px;
    font-family: 'roboto-bold';
    border: none;
    border-radius: 4px !important;
    cursor: pointer;
    margin-right: 8px;
}
   
#poup-txt3 h1 {
background:rgb(0, 204, 153); width:100%; text-align:center; color:#fff; font-size:16px; margin-bottom:10px; margin-top:20px;}