﻿a {
    text-decoration: none;
    color: #000000;
}

.roundBorder2 {
    behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

a.mouseover {
    text-decoration: underline;
    color: #006699;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 40px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #6598b7;
}

.title2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #006699;
    font-family: Verdana;
}

.subtitle {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 .46em;
    text-align: left;
    color: #006699;
}

.tabenabled {
    color: #6598B7;
    font-weight: bold;
}

.bodytext {
    color: Black;
    font-weight: bold;
    font-size: 12px;
}

.tabdisabled {
    color: #999999;
    font-weight: bold;
}

a:hover {
    color: #006699;
    text-decoration: underline;
}

.header {
    font-size: 18px;
    font-weight: bolder;
}

.browse {
    border: 1px solid #666666;
    font-family: Verdana;
}

.smaller {
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
}

.dgBox {
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #666666;
}

.txtborder {
    border: 1px solid #a0a0a0 !important;
    font-family: Verdana;
    padding: 3px;
    border-radius: 6px;
}

.headerbg {
    color: #FFFFFF;
    background-color: #6598b7;
    font-weight: bold;
    text-align: center;
    height: 20px;
}

.subheaderbg {
    background-color: #CCCCCC;
    font-weight: bold;
    text-align: center;
    height: 15px;
    font-size: medium;
}

.savebar {
    background-color: #AEC9D9;
    text-align: center;
}

.tblbg {
    background-color: #CAD9E6;
}

.leftbg {
    background-color: #e6eef8;
}

.dgaltbg {
    background-color: #edf1f4;
}

.bar {
    background-color: #d1dceb;
}

.button {
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0px;
}

.container {
    position: absolute;
    left: 145px;
    top: 10px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    width: 420px;
}

.text {
    position: absolute;
    left: -2px;
    top: -2px;
    color: #0066cc;
    font-size: 18px;
    font-weight: bolder;
    width: 400px;
}

.black {
    color: #000000;
}

.textright {
    text-align: right;
}

.hiddencol {
    display: none;
}

.DataGridFixedHeader {
    POSITION: relative;
    TOP: expression(this.offsetParent.scrollTop);
    BACKGROUND-COLOR: white;
}

.tbl_header,
thead {
    font-weight: bold;
    color: #006699;
    background-color: #D1DCEB;
    vertical-align: top;
}

.tableBorder td {
    border: 1px solid #CAD9E6;
}

.topAlign td {
    vertical-align: top;
}

.redColour {
    color: #ff0000;
    font-weight: bold;
}

.blueColour {
    color: navy;
    font-weight: bold;
}

.InnerTableTheme {
    font-size: 12px;
    font-weight: lighter;
}

.btnInline {
    display: inline-table;
    border: 1px solid #404040;
    font-size: 15px;
    border-radius: 6px;
    color: #595959;
}

.btnFloat {
    float: left;
}

Table.borderRadiusLeft {
    border-style: solid;
    border: 1px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.borderRadiusRight {
    border-style: solid;
    border: 1px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#mainContentBg {
    border: 20px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px #888888;
    /* For Safari */
    background: -webkit-linear-gradient(#FAFCFF, #E3E4FF);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(#FAFCFF, #E3E4FF);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(#FAFCFF, #E3E4FF);
    /* Standard syntax (must be last) */
    background: linear-gradient(#FAFCFF, #E3E4FF);

}

.roundBorder {
    border: 2px solid #A6A67B;
    padding: 5px;
    width: 95%;
    border-radius: 25px;
    box-shadow: 1px 2px 5px 3px #A6A67B;
    /* For Safari */
    background: -webkit-linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);
    /* Standard syntax (must be last) */
    background: linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);

}

.rectBorder {
    padding: -5px;
    grid-column-align: stretch;
    width: 100%;
    border-top: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    background: #DBDBDB;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    box-shadow: inset 0 0 5px #888;
}

.headerBorder {
    width: 100%;
    padding: 10px 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: #6598b7;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #FFFFFF;
}

.searchBtnBorder {
    width: 100%;
    background: #D1E0E9;
}

.bottomBorder {
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #AEC9D9;
}

hr {
    border: 0;
    height: 2px;
    margin: 8px 0;
    position: relative;
    /* FF3.6+ */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(10%, rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0.65)), color-stop(90%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    background: linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#f9f9f9', GradientType=1);
    background-color: #DBDBDB;
}

hr:before {
    content: "";
    display: block;
    border-top: solid 3px #f9f9f9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 60%;
    z-index: 1;
    background-color: #DBDBDB;
}

.calBg {
    padding: -5px;
    grid-column-align: stretch;
    width: 100%;
    border: 1px solid #A4A4A4;
    border-radius: 20px;
    /* For Safari */
    background: -webkit-linear-gradient(#FDFDFD, #DBDBDB);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(#FDFDFD, #DBDBDB);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(#FDFDFD, #DBDBDB);
    /* Standard syntax (must be last) */
    background: linear-gradient(#FDFDFD, #DBDBDB);
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    box-shadow: inset 0 0 5px #888;
}

.amtInnerTableTheme {
    text-align: right;
    font-size: 12px;
    font-weight: lighter;
}

.devExpressLinkBreakFix {
    display: inline-table;
}

.subTabBg {
    /* For Safari */
    background: -webkit-linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);
    /* Standard syntax (must be last) */
    background: linear-gradient(#FFFFFF, #F0F4FC, #FFFFFF);
}

.control-Inline {
    display: inline-table;
    vertical-align: middle;
}

.padding-left {
    padding-left: 10px;
}

.field-left {
    text-align: left;
}

.wrapper {
    margin-left: initial;
}

.PreviewButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 0px;
    color: blue;
}

div.navbar-form {
    padding-top: .5em;
}

.dxeListBoxEmptyHeader .dxeHD {
    /* to remove ASPxCombobox's header. */
    display: none;
}

.dxgvFilterBarButtonEdit .dxeButtonEdit_eTeamsV5 {
    /* to style "form-control" to ASPxGridView's FilterBar's "TextBox". */
    display: inline-block;
    padding: 4px;
}

.dxeMemo_eTeamsV5,
.dxeTextBox_eTeamsV5 {
    /* in future remove this and inject into eTeamsV5_Theme. */
    /* added by kka, SAASPRO-9377- Try not to use important. Otherwise it can't be overwrite. */
    /*border: 1px solid #a0a0a0 !important;*/
    border: 1px solid #a0a0a0;
}

.dxp-pageSizeItem {
    float: right !important;
}

.grey-button {
    color: #595959;
}

.button-width-150 {
    width: 150px;
}

.grey-background {
    background-color: #DBDBDB;
}

.textcenter {
    text-align: center !important;
}

/* Added by kka, SAASPRO-9377 */
.removeborder {
    /*border:hidden !important;*/
    border: none !important;
}

/*Control for Radio button & Checkbox*/
/* Customize the label (the container) */
.ctrl-container {
    display: block;
    position: relative;
    padding-left: 25px;
    /*35*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.ctrl-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 1px solid black;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid rgb(129, 126, 126) !important;
}

.checkmark-chkbox {
    border-radius: 0%;
    border: 1px solid rgb(129, 126, 126);
}

/* On mouse-over, add a grey background color */
.ctrl-container:hover input~.checkmark {
    background-color: #ccc;
}

.ctrl-container input:disabled~.checkmark {
    background-color: #eee;
    cursor: not-allowed;
    border: 1px solid #ccc !important;
    color: #eee;
}

.ctrl-container input:disabled~.checkmark+p {
    cursor: not-allowed;
    color: #ccc;
}

.ctrl-container input:checked~.checkmark-chkbox {
    background-color: #5ea1c8 !important;
}

/* When the radio button is checked, add background */
.ctrl-container input:checked~.checkmark {
    background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.ctrl-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.ctrl-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff8800;
}

.ctrl-container .checkmark-chkbox:after {
    left: 3px !important;
    top: 0px !important;
    width: 6px !important;
    height: 10px !important;
    border-radius: 0%;
    background: none;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0%;
}