* {
    font-family: Verdana, Arial;
    font-size: 11px;
}

body {
    margin: 0px;
}

.header {
    /* background: url(../images/bg_header.jpg); */
    background-color: #292829;
    background-repeat: repeat-x;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.header_timeentry {
    text-align: left;
    /* float: left;*/
    width: 50%; 
    margin-left: 20px;
}

.header_contata {
    text-align: right;
    float: right;
    margin-right: 20px;
}

.redbar {
    height: 2px;
    background-color: #d93f0d;
    font-size: 1px;
    color: #8d1111;
}

.whitebar {
    height: 1px;
    background-color: #fff;
    font-size: 1px;
    color: #fff;
}

.bluebar {
    height: 25px;
    background-color: #4074b8;
    font-size: 1px;
    color: #4074b8;
}

img {
    border: 0px;
}

#cont_top {
    /* background-color: #4074b8; */
    margin: 0;
    padding: 0;
    color: #fff;
    height: 25px;
    font-family: Verdana, Arial;
    font-size: 11px;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

#cont_top .div1 {
    /* float: left;
    margin-top: 5px; */
    margin-left: 10px;
}

#cont_top .div2 {
    /* float: right;
    margin-top: 3px; */
    margin-right: 20px;
}

#cont_top .div2 a:link {
    color: #fff;
    text-decoration: none;
}

#cont_top .div2 a:hover {
    color: #fff;
    text-decoration: underline;
}

#cont_top .div2 a:visited {
    color: #fff;
    text-decoration: none;
}

#footer {
    /* background-color: #4074b8; */
    background-color: rgba(41,40,41,0.4);
    font-family: Verdana, Arial;
    font-size: 11px;
    height: 20px;
    color: #292829;
    padding: 15px;
    text-align: center;
}

#footer a,
#footer a:visited {
    color: #292829;
}

.login {
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 10px 15px;
    background-color: #292829;
    font-size: 20px;
}

.login-td-footer{
    padding: 0;
    height: 2px;
    border-top: solid 2px #ef4c25;
    font-size: 1px;
    padding-bottom: 10px;
}

.pageheading {
    font-size: 16px;
    color: #ef4c25;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    background-image: url(../images/dotted_line_h.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

/*Table Grid */
table.tblGridFrm {
    border-spacing: 0px;
    border-collapse: collapse;
}

table.tblGridFrm th {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    font-weight: normal;
    color: #000;
    padding: 2px;
    font-size: 12px;
    vertical-align: middle;
    width: 110px;
}

table.tblGridFrm td {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 12px;
    background-color: #fff;
    vertical-align: middle;
    width: 110px;
    text-align: center;
}

table.tblGridFrm thead th {
    text-align: center;
}

table.tblGridFrm td input[type=checkbox] {
    vertical-align: middle;
}

table.tblGridFrm select {
    width: 105px;
}

/* #navbar {
    height: 20px;
    border-bottom: solid 1px #b3b9c7;
    border-left: solid 1px #000;
    background-color: #cedbec;
} */

div.pageNavigation {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #000;
    padding: 7px;
    margin-top: 15px;
}

div.pageNavigation a,
div.pageNavigation a:visited {
    color: #336699;
}

.vertical-align,
.abc {
    vertical-align: middle;
}

/*Table Report a call */
table.tblReportCall {
    border-spacing: 0px;
    border-collapse: collapse;
}

table.tblReportCall th {
    font-weight: normal;
    text-align: right;
    color: #000;
    padding: 5px;
    font-size: 12px;
    vertical-align: top;
    width: 110px;
}

table.tblReportCall td {
    padding: 5px;
    font-size: 12px;
    background-color: #fff;
    vertical-align: top;
    width: 410px;
}

/*Table Add New User */
table.tblAddNewUser {
    border-spacing: 0px;
    border-collapse: collapse;
}

table.tblAddNewUser th {
    font-weight: normal;
    text-align: right;
    color: #000;
    padding: 5px;
    font-size: 12px;
    vertical-align: top;
    width: 110px;
}

table.tblAddNewUser td {
    padding: 5px;
    font-size: 12px;
    background-color: #fff;
    vertical-align: top;
    width: 410px;
}

table.tblAddNewUser td input[type=text] {
    width: 200px;
}

.btnClose {
    width: 17px;
    height: 15px;
    background: url(../images/ico_close.png) no-repeat 0 0;
    border: solid 0px;
}

/* form classes */
div.frmRow {
    width: 650px;
    margin: 10px 0px;
}

div.frmRow span.label {
    display: block;
    float: left;
    padding: 2px;
    width: 130px;
    text-align: right;
    font-weight: bold;
}

div.frmRow span.labelValue {
    display: block;
    float: left;
    padding: 2px;
    width: 400px;
    margin-left: 5px;
}

div.frmRow span.labelValue2 {
    display: block;
    float: left;
    padding: 0px 0px;
    width: 400px;
    margin-left: 5px;
}

.cleaner {
    clear: both;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
}

/** add by designer on 17/09/2010 **/
table.tblDataGrid {
    width: 100%;
    border-collapse: collapse;
}

table.tblDataGrid th {
    background: #e0e8f3;
    padding: 5px;
    line-height: 20px;
    font-weight: bold;
    border: solid 1px #ccc;
}

table.tblDataGrid td {
    padding: 5px;
    line-height: 20px;
    border: solid 1px #ccc;
}

table.tblDataGrid tr:hover {
    background: #f2f2f2;
}

/*Table Grid */
table.tblHeaderForm {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin-top: 15px;
}

table.tblHeaderForm th {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    font-weight: normal;
    color: #000;
    padding: 5px;
    text-align: left;
    width: 13%;
}

table.tblHeaderForm td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    width: 37%;

}

.maincontent {
    margin: 0px 20px;
}

.seperator {
    color: #cecccc;
    font-size: 1px;
    background-color: #cecccc;
    width: 2px;
}

.subContent {
    padding: 20px;
}

#leftNav ul {
    margin: 15px 5px;
    padding: 0px;
}

#leftNav ul li {
    list-style-type: none;
    background: url(../images/bullet.gif) no-repeat 0 center;
    line-height: 27px;
    padding-left: 10px;
}

#leftNav ul li a {
    color: #515151;
    text-decoration: none;
}

#leftNav ul li a:hover {
    text-decoration: underline;
}

.w30p {
    width: 30% !important;
    text-align: center;
}

.w35p {
    width: 35% !important;
}

.w30pl {
    width: 30% !important;
}

.w25p {
    width: 25% !important;
}