@charset "utf-8";
/* CSS Document */

body
{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: url(../images/bdy_pattern.png) repeat;
}
@font-face
{
    font-family: "Open Sans";
    src:url(../fonts/opensansreg.ttf) format("truetype");
}
ul, li
{
    list-style: none;
    margin:0;
    padding:0;
}
a, a:visited, a:focus
{
    text-decoration: none;
}
a:hover
{
    color: #12D6CC;
}
a:hover, .form_login, .form_login a, aside, #lft_menu, .register_form, .form_login:hover, .register_form:hover, .form_login form, .register_form form, .form_login:hover form, .register_form:hover form,
.btn-login, .btn-login:hover, .registration_form .btn-group-lg, .registration_form .btn-group-lg:hover, .btn-sm, .btn-sm:hover, .content_inner, .contnt_ful, .filtr_icon i, aside ul li a>i, aside ul li a:hover i,
.fltr, .user_optn ul li:hover a, .user_optn ul li:hover i, .user_optn ul li:hover, .user_optn ul li a, .user_optn ul li, .user_optn ul li:first-child, .user_optn ul, #gridtble .fa-bell-o, #gridtble .fa-bell-o:hover,
#gridtble a .fa-eye:hover, #gridtble a .fa-eye,.head_rgt .btn-danger:hover,.head_rgt .btn-danger,.menu ul li a,.table-condensed > tbody > tr > td a,#time_tracker #timer_icon span:hover,#time_tracker #timer_icon span,.table-condensed > tbody > tr > td a img,.table-condensed > tbody > tr > td a img:hover
{
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 6px !important;
    font-family: Trebuchet MS;
}
textarea
{
    resize: none;        
}
.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    border: 0px;
    color: #fff;
    text-shadow: none;    
    background-color: #106B5E;    
}
.btn-default:hover
{
    color: #fff;
    background-image: none;
    background-color: #0E443C !important;    
}
.no_space, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.row1
{
    margin-right: -15px;
    margin-left: -15px;
}
.txtbox_label{
    margin-top: 8px;
    margin-right: 10px;
    width: 28%;
}
.form-group {
    margin-bottom: 10px !important;
}
.full_wdth
{
    width: 100%;
    float: left;
}
.full_size
{
    width: 100% !important;    
}
.brdr_rdius
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.brdr_rdius_top
{
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}
.brdr_rdius_btm
{
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
}
.form-control
{
    height: 32px;
    font-size: 14px;
    border-radius: 3px;
    color: #424242;
    background-color: #FFFFFF;
    border: 1px solid rgba(68, 68, 70, 0.33);
    box-shadow: none;	
}
textarea.form-control {
    height: 50px;
    resize: vertical;      
}
select.form-control
{
    padding-top: 4px;
}
.btn-sm, .btn-group-sm > .btn
{
    padding: 5px 9px;
}
.btn-sm
{
    background: none repeat scroll 0 0 #4f4f59;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-shadow: 2px 3px 1px #45454f;
    box-shadow: 0 3px #3a3a42;
    -moz-box-shadow: 0 3px #3a3a42;
    -o-box-shadow: 0 3px #3a3a42;
    -webkit-box-shadow: 0 3px #3a3a42;
}
.btn-sm i
{
    margin-right: 0;
    font-size: 14px;
    margin-top: 0px;
    float: left;
    line-height: 16px;
}
.btn-sm i.fa-filter
{
    padding: 5px 9px;
}
.lst_btn_space
{
    margin-left: 15px;
}
#container
{
    width: 100%;
    height: 100%;
}
.greetingclass{
    margin-top: 10px;
}

.greetingsheading{
    background:none !important;
}
.g_labelclass{
    width: 7%;
    float: left;
    /*padding-top: .7%;*/
}
.g_textclass{
    width: 93% !important;
    padding-left: 3px;
    padding-right: 3px;    
}
#UserForm .g_textclass
{
    width: 93% !important;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 0 !important;    
}
.g_checkboxclass
{
    line-height: 0;
    vertical-align: top;
    margin-top: -1% !important;
    margin-left: 5px!important;
}
.bluelink{
    color: #0E443C !important;
    text-decoration: underline !important;
}   

.txt-center-align{
    text-align:center;
}
/* Login Form Style Starts */
.form_login
{
    margin: 15% auto 0;
    max-width: 300px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 11px rgba(17, 17, 17, 0.38);
    border-radius: 5px;	
}
/*.form_login:hover, .register_form:hover
{
        transform: scale(1.01,1.01);
        -webkit-transform: scale(1.01,1.01);
        -moz-transform: scale(1.01,1.01);
        -o-transform: scale(1.01,1.01);
        -ms-transform: scale(1.01,1.01);
}
.form_login:hover form, .register_form:hover form
{
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        
        box-shadow: 0 4px #d6d7d7;
        -moz-box-shadow: 0 4px #d6d7d7;
        -o-box-shadow: 0 4px #d6d7d7;
        -webkit-box-shadow: 0 4px #d6d7d7;
}*/
.form_login img
{
    width: 300px;
    padding: 6px;
}
.form_login form
{
    width: 100%;
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;

    /*box-shadow: 0 4px #d6d7d7;
    -moz-box-shadow: 0 4px #d6d7d7;
    -o-box-shadow: 0 4px #d6d7d7;
    -webkit-box-shadow: 0 4px #d6d7d7;*/
}
.form_login .logo
{
    margin: 0;
    text-align: center;
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.43);	
    border-bottom: 2px solid rgba(218, 218, 218, 1);

    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
.form_login .logo h2, .logo h2
{
    font-size: 38px;
    margin: 0;
    text-shadow: 1px 1px 0px #676161, 2px 1px 0px #111;
    color: #111;
    float: none;
}
.logo h2
{
    color: #fff;
    float: left;
    margin-top: 11px;
    font-size: 46px;
}
.radio label, .checkbox label
{
    font-size: 13px;
}
.form_login figure a
{
    background:url(../images/wbc-software-lab-logo.png) no-repeat center;
    margin: 0 auto;
    padding: 0;	
    width: 346px;
    height: 126px;
    overflow: hidden;
    display: block;
}
.form_login figure a span
{
    display: block;
    background:url(../images/shine.png) -200px -200px no-repeat;
    transition-property: all;
    transition-duration: .8s;
    height: 126px;
    width: 346px;
}
.form_login figure a:hover span {
    background-position: 130px 130px;
}
.form_login figure a img
{
    max-width: 90%;
}
.form_login h1, .register_form h1
{
    color: #313131;
    text-align: center;
    font-size: 22px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 1px #d3d3d3;
    font-weight: normal;
    padding: 10px 0px;
    margin: 0;

    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e9e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e9e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 ); /* IE6-8 */

}
.form_login h1 i, .register_form h1 i
{
    font-size: 18px;
    text-shadow: none;
}
.login_wrapper
{
    padding: 15px 18px 15px 18px;
}
.form_login input
{
    margin-bottom: 0px;
}
.create_acc
{
    font-size: 11px;
    color: #515151;
}
.form_login .create_acc a
{
    font-size: 12px;
}
.form_login .form-control:focus
{
    z-index: 2;
}
.form_login .checkbox, .glog
{
    color: #b6b6b6;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.glog
{
    margin: 10px 0px;
}
.form_login a
{
    font-weight: bold;
    font-size: 12px;
    color: #4f4f59;
}
.form_login a:hover
{
    color: #12D6CC;
}
.btn-login
{
    width: auto;
    padding: 5px 10px 4px 10px;
    display: block;
    float: right;
    font-size: 14px;
    background: none repeat scroll 0 0 #4f4f59;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 2px 3px 1px #45454f;
    box-shadow: 0 5px #3a3a42;
    -moz-box-shadow: 0 5px #3a3a42;
    -o-box-shadow: 0 5px #3a3a42;
    -webkit-box-shadow: 0 5px #3a3a42;
}
.btn-login:hover, .btn-sm:hover
{
    color: #fff;
    box-shadow: none;
}
.has-js .label_check input {
    position: absolute !important;
    left: 4px;
    z-index: -1;
}
.has-js .label_check {
    background: url(../images/check-off.png) no-repeat;
}
.has-js label.c_on {
    background: url(../images/check-on.png) no-repeat;
}
.has-js .label_check, .has-js .label_radio {
    padding-left: 25px;
}
.log_fot
{
    padding-top: 8px;

    padding-bottom: 25px;
}
.log_fot a
{
    font-size: 18px;
    font-weight: bold;
}
.log_fot a u
{
    font-size: 16px;
    text-transform: uppercase;
}
.form_login .login_foot a
{
    color: #6c6a6a;
    font-size: 17px;
    text-shadow: 1px 2px 1px #d0d0d0;
}
.form_login .login_foot a i
{
    color: #e6164c;
    text-shadow: none;
}
.form_login .fa-external-link
{
    font-size: 14px;
    font-weight: bold;
    color: #4f4f59;
}
.form_login .login_foot a .fa-reply
{
    color: #1c80d4;	
    -ms-transform: scaleX(-1) rotate(30deg);
    -moz-transform: scaleX(-1) rotate(30deg);
    -o-transform: scaleX(-1) rotate(30deg);
    -webkit-transform: scaleX(-1) rotate(30deg);
    transform: scaleX(-1) rotate(30deg);
    filter: FlipH;
    -ms-filter: "FlipH";
    -moz-filter: "FlipH";
    -o-filter: "FlipH";
    -webkit-filter:"FlipH";
    margin-top: 3px;
    float: left;
    margin-right: -5px;
}
.panel-body {
    padding: 8px;
    margin-bottom: 70px;	
    box-shadow: 0 4px #e8e8e8;
    -moz-box-shadow: 0 4px #e8e8e8;
    -o-box-shadow: 0 4px #e8e8e8;
    -webkit-box-shadow: 0 4px #e8e8e8;	
}
header
{
    padding: 5px 0 5px 0;
    background-color: #106B5E;
    border-bottom: 2px solid #072722;
}
header .container
{
    padding: 0;
}
header .row_head
{
    padding: 0 0 5px 0;
}
.head_rgt .btn-danger
{
    padding: 3px 8px;
    margin-top: 2px;
    font-size: 10px;
    /* text-transform: capitalize; */	
}
.head_rgt .top_greet
{
    float: right;
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
}
.head_rgt .top_greet p
{
    margin: 0;margin-bottom: 6px;
}
.head_rgt .top_greet p a
{
    color: #59FFE7;font-weight: bold;
}
.head_rgt .top_greet p a:hover
{
    color: #fff;
}



/* Menu Style*/
.menu {
    width: 100%;
    float: right;
    padding: 0;
    margin-top: 10px;
}

.menu ul {
    /*width: 100%;*/
    float: right;
    position: relative;
}

.menu > ul > li {
    margin-right: 1px;
    /*width: 11%;*/
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0 5px;
    display: inline-block;
    z-index: 99;    
}

.menu > ul > li:after {
    opacity: 0;
    content: "";
    width: 0;
    height: 23px;
    top: 59%;
    left: 42%;
    position: absolute;
    border-left: 6px solid rgba(27,92,134,0);
    border-right: 6px solid rgba(27,92,134,0);
    border-top: 6px solid rgba(27,92,134,0);
    border-bottom: 6px solid #1b5c86;
}

.menu > ul > li .active:after {
    display: none;
    opacity: 1;
    content: "";
    width: 0;
    height: 23px;
    top: 80%;
    left: 38%;
    position: absolute;
    border-left: 12px solid rgba(27, 92, 134, 0);
    border-right: 12px solid rgba(27, 92, 134, 0);
    border-top: 12px solid rgba(27, 92, 134, 0);
    border-bottom: 12px solid #1b5c86;
}
/*#active:after
{
    content: "";
width: 0;
height: 23px;
top: 73%;
left: 38%;
position: absolute;
border-left: 12px solid rgba(27, 92, 134, 0);
border-right: 12px solid rgba(27, 92, 134, 0);
border-top: 12px solid rgba(27, 92, 134, 0);
border-bottom: 12px solid #1b5c86;
}*/
.menu>ul>li:last-child {
    margin-right: 0;
    margin-top: 1px;
    padding: 0;
    margin-left: 10px;
    float: right;
}

.menu ul li a {
    float: left;
    color: #fff;
    width: 100%;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.menu ul li:hover:after {
}

.menu ul li a i {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
}

.menu > ul > li > a:hover {
    background-color: #0E443C;
    color: #fff;
    text-shadow: 0px 2px 1px #111;
    /*box-shadow: inset 0px 0px 17px rgba(17, 17, 17, 0.65);
      -webkit-box-shadow: inset 0px 0px 17px rgba(17, 17, 17, 0.65);
      -moz-box-shadow: inset 0px 0px 17px rgba(17, 17, 17, 0.65);
      -ms-box-shadow: inset 0px 0px 17px rgba(17, 17, 17, 0.65);
      -o-box-shadow: inset 0px 0px 17px rgba(17, 17, 17, 0.65);*/
}

.menu .active, .menu .active:hover, .main_active,.menu ul ul li a:hover
{
    background-color: #0E443C !important;
    color: #fff !important;
    text-shadow: 0px 2px 1px #111 !important;
}

.sub_menu {
    background-color: #1b5c86;
    padding: 18px 0px;
    height: 70px;
    display: none;
}

.menu ul li:hover ul {
    opacity: 1;
    display: block;
}

.menu ul ul {
    display: none;
    position: absolute;
    min-width: 170px;
    float: left;
    background-color: #f8f8f8;
    top: 104%;
    max-width: 300px;
    z-index: -1;
}

.menu ul ul li {
    float: none !important;		
}

.menu ul ul li a {
    color: #2C2D33;
    padding: 8px 15px;
    text-align: left;
    text-shadow: none;
    border-radius: 0px;
}

.menu ul ul li a:hover, .sub_active {
    background-color: #2ABDA8;
    color: #fff !important;
    text-shadow: 0 2px 1px #111 !important;
}

.sublist_active {
    display: block !important;
}
.head_rgt .btn-danger:hover
{
    background-color: #111 !important;
    border-color: #111;
}


/* Content Style */
.panel_headings {
    /*background-color: #2c2d33;*/
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
    float: left;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
    background: rgb(242,242,242);/* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
    /*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);*/
}
#pge_head
{
    border: none;
    background-color: #fff;
    border-bottom: 3px solid #106B5E;	
}
#pge_head h2
{
    font-size: 18px !important;
    float: left;
}

.panel_headings h2 {
    font-family: 'Open Sans',sans-serif;
    color: #646464;
    margin: 0;
    font-variant: normal;
    padding: 2px 0 4px 0px;
    margin-top: 5px;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: capitalize;
}

.panel_headings span a {
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
    padding: 2px 8px 5px 8px;
    box-shadow: none;
    margin-bottom: 0;
    float: right;				
}

.panel_headings span a i {
    margin-right: 0px;
    margin-top: 3px;
    float: left;
    box-shadow: none;
    border: none;
    text-shadow: none;
}

.btn-sm {
    background-color: #106B5E;
    border: none;
    font-weight: bold !important;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#106b5e+0,248274+100 */
background: rgb(16,107,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(16,107,94,1) 0%, rgba(36,130,116,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(16,107,94,1) 0%,rgba(36,130,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(16,107,94,1) 0%,rgba(36,130,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106b5e', endColorstr='#248274',GradientType=0 ); /* IE6-9 */
}

.btn-sm .fa-times-circle {
    margin-right: 5px;
    margin-top: 1px;
    font-size: 14px;
}

.btn-sm:hover, .btn:focus, .btn:active {
    background-color: #050505;
    color: #fff;
    text-shadow: none;
    background-position: 0 0px;
}		
#page_lst_head {
    padding: 5px 10px;
    margin-bottom: 0;
}
.cnt
{
    width: 13%;	
}
.addrs
{
    width:30%;
}

/* Table Style */
/* Table Style Starts */

.table {
    width: 100%;
    margin-bottom: 0px;
    background-color: #fff;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.table > thead > tr > th {
    color: #FFFFFF;
    padding: 16px 5px;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
    border-bottom: 0px solid #dfdede;
    color: #30363c;
}
.table-striped > tbody > tr:nth-of-type(odd):hover
{
    background-color: #D4D4D4;
}

.table-striped > tbody > tr:nth-of-type(even)
{
    background-color: #F2F2F2;
    border-bottom: 1px solid #dfdede;
    color: #30363c;
}
.table-striped > tbody > tr:nth-of-type(even):hover
{
    background-color: #D4D4D4;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    border: 1px solid #dddddd;
    border-left: 0px;
    padding: 8px 7px;
}

.table-striped > tbody > tr:nth-child(odd) > td:last-child, .table-striped > tbody > tr:nth-child(odd) > th:last-child,
.table-striped > tbody > tr:nth-child(even) > td:last-child, .table-striped > tbody > tr:nth-child(even) > th:last-child,
.table thead:first-child tr:first-child th:last-child {
    border-right: 0px;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    border: 1px solid #dddddd;
    border-left: 0px;
    border-bottom: 0;
    padding: 8px 7px;
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
    background-color: #2ABDA8;
    color: ##060E0D;
}

.table-condensed > tbody > tr > td {
    font-size: 13px;
    /*font-family: 'helveticaneuelight';
  font-weight: bold;
  font-variant: normal;*/
}
/*.table-condensed>tbody>tr>td:first-child
{
        border-radius: 8px 0px 0px 8px
}
.table-condensed>tbody>tr>td:last-child
{
        border-radius: 0px 8px 8px 0px
}*/
.empty_tr {
    background-color: transparent !important;
    border: none !important;
}

.empty_td {
    padding: 0px !important;
    line-height: 0px !important;
    background-color: transparent !important;
}

.table-condensed > tbody > tr > td a img {
    font-size: 16px;
    color: #fe2812;
    margin-left: 16px;
    cursor: pointer;
}
.table-condensed > tbody > tr > td a:last-child img {
    margin-top: -2px;
}

.table-condensed > tbody > tr > td a.fa-eye {
    margin-left: 9px;
    margin-top: 6px;
}

.table-condensed > tbody > tr > td a.fa-trash {
    margin-top: 0;
    margin-left: 13px;
    color: #fe2812;
    font-size: 18px;
}

.table-condensed > tbody > tr > td a.fa-save {
    margin-top: 0;
    margin-left: 13px;
    color: #0CBA62;
    font-size: 18px;
}

.table-condensed > tbody > tr > td a img:hover, .table-condensed > tbody > tr > td a.fa-trash:hover
{
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 10px -7px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 10px 10px -7px rgba(0, 0, 0, .45);
    -ms-box-shadow: 0 10px 10px -7px rgba(0, 0, 0, .45);
    -o-box-shadow: 0 10px 10px -7px rgba(0, 0, 0, .45);
    box-shadow: 0 10px 10px -7px rgba(0, 0, 0, .45);
}

.table-condensed > tbody > tr > td.edit {
    border-left: 1px solid #f4f6f8;
    border-right: 1px solid #DDDDDD;
    padding: 0px 10px;
    width: 2%;
}

.icons_wdth {
    width: 1%;
}

.table-condensed > tbody > tr > td a.edit {
    color: #0cba62 !important;
    margin-top: 4px;
    margin-left: 9px;
    font-size: 16px;
}


.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
    border: 1px solid #ddd;
    border-left: 0;
    border-top: 0;
}
/*.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}*/

#grid_style .table-condensed > tbody > tr > td, #grid_style .table-condensed > tbody > tr > th, #grid_style .table-condensed > tfoot > tr > td, #grid_style .table-condensed > tfoot > tr > th, #grid_style .table-condensed > thead > tr > td, #grid_style .table-condensed > thead > tr > th {
    padding: 11px 10px 11px 14px;
    word-break: break-word;
}

/* Create Form */
.sub_head {
    color: #FFF;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-variant: normal;
    padding: 5px 12px 5px 12px;
    background-color: rgba(68, 68, 70, 1);
    border-bottom: 1px dotted rgba(17,17,17,.14);
    margin-bottom: 0;
    font-family: 'Open Sans',sans-serif;
}

.sub_head div:first-child {
    margin-top: 4px;
}

.create_frm, .filter_frm {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.create_frm {
    background-color: #F4F4F4;
    margin-bottom: 5px;
    padding: 15px 15px 0px 15px;
}

.btn-default, .btn-success
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1px;
}

.btn-default:focus {
    color: #fff;
    background: rgb(16,107,94);
    background: -moz-linear-gradient(top, rgba(16,107,94,1) 0%, rgba(36,130,116,1) 100%);
    background: -webkit-linear-gradient(top, rgba(16,107,94,1) 0%,rgba(36,130,116,1) 100%);
    background: linear-gradient(to bottom, rgba(16,107,94,1) 0%,rgba(36,130,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106b5e', endColorstr='#248274',GradientType=0 );
    border-color: #dbdbdb;
    border-color: #ccc;
}
#edit_area
{
    display: none;
    width: 100%;
    float: left;	
}
.btn_space{
    margin-left: 12px;
}
.filter_icon
{
    margin-top: 3px;	
}
.filter_icon.btn-sm
{
    padding: 0;
}
fieldset {
    padding: 5px 15px;
    border: 3px rgba(0, 0, 0, 0.09);
    margin: 0px 0px 10px 0px;
    float: left;
    width: 100%;
    background-color: #fff;
    display: none;
    /* border-radius: 5px; */
    border-style: double;
    border-image-outset: 25px;
}

legend {
    width: initial;
    border: 0px solid silver;
    padding: 1px 8px;
    font-size: 15px;
    background-color: #444446;
    color: #fff;
    margin-bottom: 0px;
}


footer
{
    background-color: #4C4C4C;
    color: #fff;
    position: fixed;
    bottom: 0;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 12px;  
}
footer a
{
    color: #12D6CC;
}
footer a:hover
{
    color: #fff;
}

.rle_nme
{
    width: 32%;
}
.head_rgt .top_greet
{
}
.head_rgt .top_greet p
{
}

.tme
{
    width: 10%;
}
.ttl
{
    /*width: 4%;*/
}
#strt_tme,#end_tme
{
    display: block;
    position: relative;
}
.tme_pick
{
    width: 52%;	
}
.tme_pick i
{
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #E0E0E0;
    padding: 7px 8px;	
}

#time_tracker #timer_icon
{
    width: 57px;
    padding-right: 0;
    padding-left: 3px;
}
#time_tracker .rw_wdth {
    width: 17.15%;
}
#time_tracker #timer_icon span
{
    height: 32px;
    font-size: 14px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #444446;
    border: 1px solid rgba(68, 68, 70, 0.33);
    box-shadow: none;
    float: left;
    cursor: pointer;
    width: 90%;
    text-align: center;
    line-height: 29px;
    padding-left: 0;
    font-weight: normal;
}
#time_tracker #timer_icon span:hover
{
    color: #444446;
    background-color: #fff;
}
.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}
#filter_conditions #reportrange
{
    width: 95%;
    float: left !important;	
}
.btn-success[disabled]
{
    text-shadow: none;
    color: #444;
    background-color: #DEDEDE;
    cursor: not-allowed;
}


input, button, select, textarea
{
    height: 32px;
    font-size: 14px;
    border-radius: 3px;
    color: #3E3E3E;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}
input[type="email"],input[type="text"],input[type="password"],input[type="number"],input[type="url"],input[type="tel"]
{
    width: 100%;
}
#filter_conditions input[type="email"],#filter_conditions input[type="text"],#filter_conditions input[type="password"],#filter_conditions input[type="number"],#filter_conditions input[type="url"],#filter_conditions input[type="tel"]
{
    width:auto;
}

.loginpage{
    width: 66% !important;
}

.txtAreaClass{
    height: 63px;
    width: 100%;
}

#acces_crte .checkbox 
{
    margin: 0;
    display: inline-block;    
    width: 90px;
}
#acces_crte .checkbox input[type="checkbox"]
{
    margin-top: -6px;    
}
#checkall
{
    width: 50px;
}
.red{
    color: red;
    font-size: 22px;
}
.cancel{
    margin-left: 10px;
}
.error{    
    margin-bottom: 1%;
    font-size: 12px;
    font-weight: normal;   
}
#TaskIndexForm .error{ 
    margin-bottom: 1%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
label.error, #login_frm .error, #UserForm .message,#UserForm label.error, #RoleForm .message, #acces_crte .message, #TaskIndexForm .message, #ForgotForm .message, #RegisterForm .message
{
    color: #FF0000;
}
#GreetingsForm label.error
{
    margin-left: 74px;
    margin-bottom: 0;    
}
input.error
{
    font-size: 14px;
}
#login_frm .error
{
    margin-bottom: 5px;
}
.colmn .form-group:last-child
{
    margin-bottom: 0 !important;
}


.success{
    color:#008000 !important;
    margin-bottom: 1%;
    text-align: center;
    font-weight: bold;
}

#delicon{
    margin-bottom: 2px;
}

.label_align
{ margin-top: 6px;

}

.BackClass{
    color:white;
    float: left;
    width: 100%;
    padding: 5px 9px;    
}
.BackClass:hover
{
    color: white;
}

.PaginationClass li{
    float:left;
    /* margin-right:1%; */
    font-size: 13px;
}

.PaginationClass{
    float:right;       
    width: 100%;
}
.tab_align{
    padding-left: 90px;
    padding-right: 90px;
}
.checkboxclass
{
    margin-top: 0% !important;
}
.dropdowncss
{
    width: 51%;
}
.text_right
{
    text-align:right;

}
#checkall5
{
    margin-right: 9px !important;

}
.required:after {
    content: "*";
    color: #FF0000;
    float: left;
    margin-right: 4px;
    margin-top: 3px;
    font-weight: bold;

}
.permission{
    width: 120px;

}
.eventsCalendar-currentTitle .monthTitle{
    font-size: 16px !important;
    margin-top: 2px !important;
}
.eventsCalendar-slider {
    height: 80px;
}
.eventsCalendar-daysList li a {
    font-size: 12px !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
.eventCalendar-wrap .arrow span {    
    margin-top: -5px !important;
}
.eventCalendar-wrap .next:hover span{
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 10px solid #111 !important;
}
.eventCalendar-wrap .arrow.prev:hover span {
    border-right: 10px solid #111 !important;
}

.datetimepicker fieldset{
    display: block !important;
}
.notreq{
    padding-left:10px;
}

.textcap {
    text-transform: capitalize;
}

/*.menu  ul  ul  li  a:hover, .sub_active  {
          background-color: #073f61  !important;
          box-shadow: none  !important;
      }*/
.Plateno{
    width: 19%;  
}
.text-right-plate{
    text-align: right;
    width:100% !important;
}
.selectcar{
    width:100%;
    padding: 0 1px;    
}
.plate{
    width:72% !important;
    padding: 0 2px;    
}
.digit{
    width:40%;
}
.error_style
{
    padding: 100px 0;
}
.error_style .tp
{
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 0 30px 0;
}
.error_style h1
{
    margin-top: 0;
    font-size: 70px;
    margin: 0px;
    padding: 0;
}
.error_style h2
{
    font-size: 47px;
    text-transform: none;
    margin-top: 20px;
    padding-left: 40px;
    margin-bottom: 0;
}
.ful_error{
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #919191;
}
.rem_check{
    float: left;
    margin-top: -3px !important; 
    margin-right: 3px !important;
}


.sell_radio input[type="radio"]
{
    margin: 0;
    margin-top: 0px !important;
    vertical-align: middle;
    height: inherit;    
    margin-right: 4px;    
}
.sell_radio label
{
    margin-right: 10px;    
}
.aces_chck label
{
    margin-top: 5px;
}
#sub_lst
{
    min-width: 160px !important;
}
#sub_lst.lst_mnu {
    min-width: 180px !important;
    right: 0;
}
.pagination {
    display: inline-flex;
    margin: 0;
    margin-top: 10px;
}
.pagination > li > a
{
    padding: 4px 12px;
}
.aces_chck
{
    width: 50%;
    float: left;
    background-color: #F9F9F9;
    padding: 8px 22px 13px 20px;
    outline: 4px double #D0CDCD;
    outline-offset: -4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background-color: #106B5E;
    border-color: #106B5E;
}
.pagination > li > a, .pagination > li > span {
    color: #000000;
}
#StartTime, #EndTime
{
    border-radius: 3px 0px 0px 3px;
    width: 54px;
    padding: 3px 5px;
}
.tme_pick .date
{
    width: 100%;
    margin-left: 6px;
}
.date .tme_icn
{
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    width: 39px;
    height: 32px;  
}
#time_tracker .rw_wdth#ttl_hrs
{
    width: 18%;
}
#time_tracker .rw_wdth#ttl_hrs label
{
    width: 45%;
    margin-left: 5px;
}
#time_tracker .rw_wdth#ttl_hrs .tme_pick
{
    float: right;
    margin-right: 6px;
    width: 43%;
}
#sell_create label.error
{
    margin-bottom: 0;
}
#sell_create #selling-price
{
    width: 65%;    
}
#sell_create #contact
{
    width: 217% !important;
}
#sell_create #date-birth, .dateaddedcls
{
    width: 50% !important;    
}
#sell_create #ordering
{
    width: 25%;
    margin-right: 48px;   
}
#reportrange{
    text-align: center;
    /*font-size: 1em;*/
    font-weight: bold;
    width: 99% !important;
}

#RoleForm .txtAreaClass
{
    height: 80px;
    width: 100%;    
    padding: 5px;    
}
#acces_crte .tme_check .checkbox 
{
    margin-right: 9px;    
}
#tme_shet .tsk
{
    width: 20%;    
}
#tme_shet .cmts
{
    width: 20%;    
}
#tme_shet .tme
{
    width: 9%;    
}
#tme_shet .actul
{
    width: 7%;
}
#tme_shet .stus
{
    width: 8%;    
}
#tme_shet .dte
{
    width: 11%;    
}
#tme_shet .vbtm span, #cust_tble .vbtm span
{
    float: left;
    height: 17px;
    overflow: hidden;
    padding-top: 0px;
    cursor: n-resize;
    padding: 0 5px;
}
#tme_shet .vbtm span:hover, #cust_tble .vbtm span:hover
{
    height: auto;
    box-shadow: 0px 0px 3px rgba(19, 19, 19, 0.68);
}
.range_inputs .btn-lg
{
    padding: 7px 16px;    
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1px;    
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}
#sell_create .dob .label_align
{
    position: relative;
    padding-left: 11px;
}
#sell_create .dob i
{
    font-style: normal;
}
#sell_create .dob .required:after {
    content: "*";
    color: #FF0000;
    float: left;
    margin-right: 4px;
    margin-top: 3px;
    font-weight: bold;
    position: absolute;
    left: 1px;
    top: 0;
}
#SellerForm .eror_algn label.error
{
    width: 100%;
}
#taskname
{
    width: 100% !important;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    right: 11px;
    top: 13px;
}
#tme_trckr .tme
{
    width: 9%;    
}
#tme_trckr .stus
{
    width: 8%;    
}
#tme_trckr .ttl
{
    width: 6%;    
}
#tme_trckr .del
{
    width: 6%;    
}
#tme_trckr .tsname
{
    width: 24%;    
}
#UserIndexForm .message {
    margin-bottom: 1%;
    text-align: center;
    font-weight: bold;
    font-size:16px;
    color: #FF0000;
}
.contact{
    width:13%;
}
#cust_tble .adrs
{
    width: 17%;
}
.tab-size{
    width:10%;
}
.status{
    width: 6.2%;
}
.name_size{
    width: 23%;
}
#MonthSalesForm .filter_frm, #SellerReportForm .filter_frm
{
    padding-top: 0px;
}
#MonthSalesForm fieldset, #SellerReportForm fieldset, #TimesheetIndexForm fieldset
{
    display: block;
    padding-top: 15px;    
}
#acces_crte .correctclass .checkbox:nth-child(3)
{
    width:12% !important;
}

.readonlytext{
    background-color: #e9e9e9;
}
#time_tracker .tsk_cmts_lbl
{
    width: 19.2%;    
}
#time_tracker .tsk_cmts
{
    width: 73%;    
}
#time_tracker .tsk_cmts textarea
{
    height: 75px;    
}
.chck_txt
{
    width: auto;
    margin-top: 0px !important;
}
.mrg_spce
{
    margin-bottom: 2px !important;    
}
#GreetingsForm .create_frm
{
    background-color: #F7F7F7;
    padding-bottom: 0;
    margin-bottom: 0;
    outline: 4px double rgba(181, 179, 179, 0.42);
    outline-offset: -5px;
}