.serielNumber{
    color: #000000;
    text-align: center;
    width: 50px;
    font-size: 20px;
    height: 30px;
    padding: 0;
    border: 1px solid #000000;
}
.dashboardPage{display:none;}
#addWorkData{
    margin-left:15px;
}
.container-fluid {
    padding-right: 0; 
    padding-left: 0;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #EEE;
    vertical-align: middle;
}
.header-text {
    background: #FFFFFF;
    padding: 10px;
    border-bottom: 2px solid;
}
#export_work_reports{
    background-color: #0384c2;
    padding: 5px 20px;
    color: #FFFFFF;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration:none;
    cursor: pointer;
}
button#getWorkReport {
    background: #EE6411;
    border: 0;
    padding: 10px 20px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-weight: 900;
}
.navbar-inverse {
    padding: 10px 0 25px;
    background: #FFFFFF;
    border: 0;
}
#accessRole{display:none;}
.tooltip {
    position: fixed;
}
.activeBox{
    border:3px solid #00a03a !important;
}
.activeBorder{
    border-bottom:3px solid #00a03a !important;
}
.activeName{
    color:#00a03a !important;
}
.online-green {
    padding: 4px 0;
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}
.online-txt-grn {
    background: #00a03a;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.5pt;
    border-radius: 5px;
    padding: 2px 5px;
}
.offline-gray {
    padding: 4px 0;
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}
.offline-txt-gray {
    background: #AAAAAA;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.5pt;
    border-radius: 5px;
    padding: 2px 5px;
}
.box-emp-name{font-size: 16px;}
#updatesMessage {
    background: #fff9b5;
    padding: 5px;
    text-align: center;
    display:none;
}
span#todayWorkDate {
    font-size: 16px;
    border: 1px solid #000000;
    padding: 2px 10px;
    background-color: #6EA204;
    color: #FFFFFF;
    display: none;
}
div.workBoxes {
    font-size: 12px;
}
.workToolTip{cursor:pointer;}
.transDiv{
    display:none;
    position: absolute;
    top: 0;
    width: 92%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
.copy-rights p {
    margin: 20px 0px;
    font-size: 14px;
    text-align: center;
}
.cancelSearch{background-color: #CE1128;border:0;display:none;}
.workOwner{background: #FFFFFF;padding: 10px;border-bottom: 2px solid;}
.editWorkData{border:0;display:none;}
.saveWorkData{background-color: #6EA204;border:0;display:none;}
.cancelWorkData{background-color: #CE1128;border:0;display:none;}
.workStatus{border: 1px solid #ccc;}
.centered {
    position: fixed;
    top: 40%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}
#edit_lead_error{display:none;}
input#starting_date {
    height: 20px;
    margin-top: 0;
}
.verticalWorkScroll {
    height: 150px;
    overflow: hidden;
    overflow-y: scroll;
}
input#ending_date {
    height: 20px;
    margin-top: 0;
}
button.viewTask {margin-top: 5px;display:none;}
.updateTask{margin: 10px auto 0;text-align: center;display:none;background-color:#00a03a;}
.camp-view-action,.camp-report-action{cursor:pointer;}
.navbar-default {
    background-color: #FFFFFF;
    border-color: #e7e7e7;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 50px;
}
#campaign1_table>tbody>tr>td, #campaign1_table>tbody>tr>th, #campaign1_table>tfoot>tr>td, #campaign1_table>tfoot>tr>th, #campaign1_table>thead>tr>td, #campaign1_table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
label{
    margin-top: 5px;
}
.spanError {
    color:red;
    vertical-align: text-bottom;
}
hr {
    border:0;
    border-bottom:1px solid #ccc;
    margin:10px -40px;
    margin-bottom:30px
}
.alert-danger:before, .alert-error:before{
    display:none;
}
.alert-danger {
    padding: 10px !important;
    margin: 0px 0px 10px 0px !important;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: bold; 
    text-align: center;
}
.alert {
    padding: 10px !important;
    margin: 0px 0px 10px 0px !important;
    background-color: #ffffc9 !important;
    border-color: #fffbce !important;
    color: black !important;
    font-size: 12px;
    color: #CE1126 !important;
    /*    font-weight: bold;*/
    text-align: center;
}
#login {
    width:300px;
    float:left;
    border-radius:10px;
    border:2px solid #ccc;
    padding:10px 10px 5px 10px;
    margin-top:70px;
    margin-left: 60px;
}
input[type=text],input[type=password] {
    width:99.5%;
    padding:10px;
    margin-top:8px;
    border:1px solid #ccc;
    padding-left:5px;
    font-size:14px;
    height: 35px;
}
input[type=submit] {
    width: 100%;
    background-color: #0085c3;
    color: #fff;
    border: 2px solid #0085C3;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
#profile {
    /*    padding:50px;
        border:1px dashed grey;
        font-size:20px;
        background-color:#DCE6F7*/
}
#logout {
    float:right;
    padding:5px;
    border:dashed 1px gray
}
a {
    text-decoration:none;
    color:#6495ed
}
i {
    color:#6495ed
}
#add_record_popup
{
    position: absolute;
    content: " ";
    z-index: 10;
    width: 30%;
    height: auto;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: 5px solid #efefef;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 480px;
    margin-top: 70px;
}
.toggleMenu-II{
    padding-right: 60px;
}
.toggleMenu-I{
    padding-right: 60px;
}
#popupBoxClose {
    color: #fff;
    margin: -4px 0px 10px;
    position: relative;
    text-align: right;
    float: right;
}

#popup_box {
    display: none;
    position: absolute;
    width: 600px;
    background: #0085c3;
    left: 40%;
    top: 25%;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 100;
    padding: 15px;
    font-size: 15px;
}
#pgmleft{

    margin-top: 1%;
    width: 30%;
    margin-left: 5%;
}

#dtmleft{
    margin-top: 1%;
    width: 30%;
    margin-left: -7%;
}

#dsgmleft{
    margin-top: 1%;
    width: 30%;
    margin-left: -7%;
}
#cfmleft{
    margin-top: 1%;
    width: 20%;
    margin-left: -2%;
}

input[type=checkbox] {

    padding: 5px 5px 5px 5px;

}


.backimg{

    background: #fff url('../images/02-01.png');
    background-repeat: no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    min-height:100%;
    height: auto;


}

.backimg1{

    background: #fff url('../images/bg_2.png');
    background-repeat: no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    min-height:100%;
    height: auto;
}
#td_tableName{display:none;}
.selected{
    background-color: #ffd400;
}
#campaign1_table tr td:first-child{
    background: #EEEEEE;
    font-weight: 900;
    letter-spacing: 1px;
}
#campaign1_table tr td:second-child{
    background: #FFFFFF;
}
#campaign3_table tr td:first-child{
    background: #EEEEEE;
    font-weight: 900;
    letter-spacing: 1px;
}
#employee_grid_filter {
    /*    display: none;*/
}
#span_camp_search_view{display:none;position:absolute;right:250px;top:75px;z-index: 21;}
#campaign3_table tr td:second-child{
    background: #FFFFFF;
}
.emplyoeeList tr td:first-child{
    background: #FFFFFF!important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}
.input-form-error{background:#fff6d9 !important;}
.emplyoeeList tr td:second-child{
    background: #FFFFFF;
}
body{
    padding:0;
    margin:0;
    background:#FFFFFF;
    font-size: 1.3em;
    background: #EEEEEE;
    letter-spacing: 1px;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
    margin:0;			   
}	
p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
.top-header{
    padding:0.8em 0;
    background:#0085C3;
}
.header-left{
    margin-left: 5%;
    float:left;
}
#dtmleft{
    /* margin-left: 2.6%; */
}
#smessage{
    color: #FFFFFF;
    font-size: 1.5em;
    margin-left: 4%;
}
#spansearch
{
    width: 650px;

    padding: 10.5px 30px 10px 10px;
    margin-left: 0.19%;
}
#message{
    background-color: transparent;
    width: 600px;
    height: 50px;
    border: none;
    padding: 0px 5px;
    border: 1px solid #eee;
    margin-left: 50px;
    padding: 5px 0px 0px 10px;
    resize: none;
    color: #fff;
}

