﻿#main_header {
    font-family: Verdana;
    font-size: 9px;
    height: 40px;
    width: 100%;
    background: white url('../Images/logo.png') no-repeat top left;
    background-size: contain;
}

.left {
    display: inline-block;
    float: left;
    width: 50%
}

.right {
    display: inline-block;
    float: right;
    width: 50%
}

.photo {
    float: left;
    height: 60px;
    width: 100%;
    background: white url('../Images/logo.png') no-repeat top left;
    background-size: contain;
}

#main_content {
    background-color: #F0FFFF;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Verdana;
    font-size: 9px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#dashboard {
    padding-left: 2px;
    padding-right: 2px;
    font-family: Verdana;
    font-size: 9px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main_content .wrapper {
    font-family: Verdana;
    font-size: 9px;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

#main_content .wrapperDashBoard {
    font-family: Verdana;
    font-size: 9px;
    width: 100%;
}
.tableTitle {
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0C1B66;
    height: 28px;
    padding-right: 5px;
    padding-left: 5px;
}

.tableTitleDashBoard {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0C1B66;
    height: 28px;
    padding-right: 5px;
    padding-left: 5px;
}

.tableTitleDescription {
    font-family: Verdana,;
    font-size: 9px;
    color: #666666;
    padding: 5px 6px 5px 6px;
}

.tableBorder {
    border: 1px solid #ccc;
}
.tableBorderDashBoard {
    border: 1px solid #ccc;
    height: 140px;
}

.datagrid {
    width: 99%;
    padding-left: 7px;
    font-size: 9px;
}
.datagrid50 {
    width: 50%;
    padding-left: 20px;
    font-size: 9px;
}
.datagridhalf {
    width: 49%;
    padding-left: 7px;
    font-size: 9px;
    float:left;
}

.pageTitle {
    font-family: Verdana;
    font-size: large;
    padding: 10px;
    margin-bottom: 10px;
}

.headerLabel {
    font-family: Verdana;
    font-size: medium;
    padding-top: 10px;
    padding-bottom: 10px;
}

.labelText {
    font-family: Verdana;
    font-size: 9px;
    padding: 5px 20px 5px 10px;
    vertical-align: top;
}


.labelTextDashBoard {
    font-family: Verdana;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    line-height: 20px;
}
.labelTextDashBoardBold {
    font-family: Verdana;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    font-weight: 600;
    line-height: 20px;
}
.labelTextBold {
    font-family: Verdana;
    font-size: 9px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.largeLabelTextBold {
    font-family: Verdana;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.button {
    width: 100px;
    height: 25px;
    font-family: Verdana;
    font-size: 9px;
    background-color: #0C1B66;
    color: white;
    align-content: center;
    margin-left: 10px;
    vertical-align: top;
}

input[type="submit" i]:disabled {
    width: 100px;
    height: 25px;
    font-family: Verdana;
    font-size: 9px;
    background-color: lightgray;
    color: black;
    align-content: center;
    margin-left: 10px;
}

.buttonRight {
    width: 140px;
    height: 30px;
    font-family: Verdana;
    background-color: #0c1b66;
    color: white;
    align-content: center;
    margin-left: 10px;
    float: right;
}

.right {
    float: right;
    margin-bottom: 10px;
}

.textbox {
    font-family: Verdana;
    font-size: 9px;
    width: 300px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.textboxctrl {
    font-family: Verdana;
    font-size: 9px;
    width: 300px;
    height: 28px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.emailTextbox {
    font-family: Verdana;
    font-size: 9px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.textboxdisable {
    font-family: Verdana;
    font-size: 9px;
    width: 300px;
    padding: 5px 5px;
    color: gray;
    border: 0px solid lightgray;
    background-color: #F0FFFF;
}

.emailTextboxDisable {
    font-family: Verdana;
    font-size: 9px;
    width: 500px;
    padding: 5px 5px;
    color: gray;
    border: 0px solid lightgray;
    background-color: #F0FFFF;
}

.textboxdisableBold {
    font-family: Verdana;
    font-size: 9px;
    width: 300px;
    padding: 5px 5px;
    color: black;
    border: 0px solid lightgray;
    font-weight: 600;
}

.hiddenbutton {
    display: none;
}

.hiddenfield {
    display: none;
}

html, body {
    height: 100%;
    margin: 0px;
}

.bgimg {
    background-image: url('../Images/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.rcbList {
    font-family: Verdana;
    font-size: 9px;
}

.RadInput input.riTextBox.customNumericStyle {
    border-radius: 4px;
    font-family: Verdana;
    font-size: 9px;
    width: 316px;
    padding: 5px 5px 5px 10px;
}

.RadGrid .t-button {
    line-height: 5px !important;
}

.RadControl .t-button-icontext .t-text, .RadGrid .t-button-icontext .t-text, .RadTreeList .t-button-icontext .t-text, .RadCalendar .t-button-icontext .t-text {
    display: table-cell;
    padding: 6px 6px 0 5px !important;
}
.labelAtt {
    font-family: Verdana;
    font-size: 11px;
    margin-left: 230px;
}
.labelAtt1 {
    font-family: Verdana;
    font-size: 11px;
}
.btnCross{
    width: 10px;
    height: 10px;
    margin-left: 20px;
}

.rgRow {
    height: 12px !important;
}

.rgAltRow {
    height: 12px !important;
}

/*.RadWindow .rwTitleBar {
    background-color: #0C1B66 !important;
    height: 30px !important;
    width: 300px;
}

.RadWindow .rwTitle {
    font-family: Verdana !important;
    font-size: 9px !important;
    color: white !important;
}*/
div.qsf-right-content .qsf-col-wrap {
    position: static;
}

.rgEditForm {
    width: auto !important;
}

* + html .rgEditForm.popUpEditForm {
    width: 800px !important;
}

.rgEditForm > div + div,
.RadGrid .rgEditForm {
    height: auto !important;
}

.rgEditForm > div > table {
    height: 100%;
}

.rgEditForm > div > table > tbody > tr > td {
    padding: 4px 10px;
}

.rfdSelectBoxDropDown {
    z-index: 100011;
}

/*.rgHeader {
    line-height: 0.5 !important;
}*/

