﻿/* DEFAULTS
----------------------------------------------------------*/
html
{
    overflow: scroll;
}

body {
    background: white; /*#b6b7bc;*/
    font-size: 12px;
    font-family: 'Open Sans', sans-serif !important;
    margin: 0px;
    padding: 0px;
    color: #696969;
    direction: ltr;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

a img
{
    border: 0px;
}
img
{
    border: 0px;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 1200px;*/
    background-color: #fff;
    margin: 0px auto 0px auto;
    /* border: 5px solid #496077; */
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 4px;
    /*margin: 12px 8px 8px 8px;*/
    min-height: 470px;
    clear: both;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.form
{
    width: 100%;
}

.formWindow {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    border: 2px solid gray;
    background-color: #f5f0f0;
    top: 0px;
    padding: 5px;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 8pt;
}

fieldset
{
    /* margin: 1em 0px; */
    /* padding: 1em; */
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login
{
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 6px #999999;
    background-color: #eeeeee; /*cceeff*/
    width: 300px;
    margin-left: 10px;
    height: 240px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
    font-weight: bold;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type=text], textarea, input[type=password] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid black;
    font-size: 8pt;
    font-family: 'Archivo Narrow', arial, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}

input[type=text]:focus, textarea:focus, input[type=password]:focus
{
    /*background:none repeat scroll 0 0 #ffffff;*/
    /*background:none repeat scroll 0 0 #99ccee;*/
    border: 2px solid #99ccee;
    box-shadow:0 0 10px grey;
    font-size: 8pt;
    font-family: 'Archivo Narrow' , arial, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}

input[type=text][disabled]
{
    background-color: #dcdcdc;
    cursor: default; 
    font-size: 8pt;
    font-family: 'Archivo Narrow' , arial, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
} 

/* commonButton */
input[type=button], input[type=submit], .commonButton {
    font-size: 9pt;
    font-family: 'Archivo Narrow', arial, sans-serif !important;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    border: solid 1px #eeeeee;
    text-decoration: none !important;
    font-weight: 600;
    background-color: burlywood;
    color: black !important;
}

.acceptButton {
    font-size: 9pt;
    font-family: 'Archivo Narrow', arial, sans-serif !important;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    border: solid 1px #eeeeee;
    text-decoration: none !important;
    font-weight: 600;
    background-color: #007809;
    color: white !important;
}

.cancelButton {
    font-size: 9pt;
    font-family: 'Archivo Narrow', arial, sans-serif !important;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    border: solid 1px #eeeeee;
    text-decoration: none !important;
    font-weight: 600;
    background-color: #e74c3c;
    color: white;
}

input[type=button]:hover, input[type=submit]:hover, .commonButton:hover
{
    background-color: gray;
}

.submitButton
{
    text-align: center;
    background-color: #027e86;
    width: 80px;
    color: White;
    font-weight: bold;
}

/* only used in register.aspx */
input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
    margin-top: 2px;
}

/* only used in register.aspx */
input.passwordEntry
{
    width: 220px;
    border: 1px solid #ccc;
    height: 20px;
}

div.accountInfo
{
    width: 42%;
}

.linkbutton {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #034af3;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    cursor:pointer;
}

.deletebutton
{
    background-color: #ff0000;
}

/* Telerik controls
----------------------------------------------------------*/
.RadComboBox_Default .rcbInput {
    font-size: 10px !important;
    font-weight: bold !important;
    margin-top: 1px;
    margin-bottom: 1px;
    height: 15px !important;
}

.rbButton {
    padding: 0px 4px !important;
    font-size: 10pt !important;
    font-weight: bolder !important;
    vertical-align: middle !important;
}
/* each cell content in RadTreeList */
.RadTreeList .rtlR > td, .RadTreeList .rtlA > td, .RadTreeList .rtlREdit > td, .RadTreeList .rtlRFooter > td {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

/* select button in upload file */
.RadUpload .ruButton {
    height: 26px !important;
}

/* RadMultiColumnComboBox */
.RadMultiColumnComboBox_Default .k-state-disabled
{
    color: black !important;
}

.RadMultiColumnComboBox_Default .k-input {
    /* for combobox height */
    padding: 0px 10px !important;
}

.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.dropdowncol1 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 30%;
    line-height: 14px;
    float: left;
}

.dropdowncol2 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 70%;
    line-height: 14px;
    float: left;
}

.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 193px;
}

/* All Radgrid
----------------------------------------------------------*/
.rgMasterTable {
    /*font-size: 12px !important; replaced in TelerikGrid.cs */
    font-family: 'Open Sans', sans-serif !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td {
    padding: 1px !important;
    padding: 1px !important;
    padding: 1px !important;
}

.RadGrid input[type=text] {
    height: 21px !important;
}

.RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td, .RadGrid_Bootstrap .rgEditRow > td {
    padding: 1px 1px !important;
}
.rgFilterBox {
    height: 18px !important;
}
.rbSkinnedButton .rbDecorated
{
    line-height: 14px !important;
}
/* Messages Area
----------------------------------------------------------*/
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 7px 5px 7px 48px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/Styles/Images/Messages/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/Styles/Images/Messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FFFF00;
    background-image: url('/Styles/Images/Messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Styles/Images/Messages/error.png');
}
.validation
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/messages/validation.png');
}

caption.rgCaption
{
    font-weight: bold;
    text-align: left;
    border-top: 1px solid black;
    padding-top: 5px;
}


table.fullWidthTable
{
    width: 100%;
}
table.fullWidthTable tr
{
    width: 100%;
}
td.halfWidthCell
{
    width: 50%;
}
table.inlineGrid
{
    float: left;
    width: 50%;
    margin-left: 2px;
}
div.inlineGrid
{
    display: inline-block;
    vertical-align: top;
}

/* Users Page
----------------------------------------------------------*/
.createUser
{
    margin: 10px 10px 10px 10px;
}

.nestedView
{
    padding: 7px;
    background-color: #B6B7BC;
    border: 1px solid black;
}
.collapsibleContainerTitle
{
    cursor: pointer;
    width: 100%;
    height: 25px;
    background-image: url('images/bg.png');
    background-repeat: repeat-x;
    color: white;
    padding: 1px;
    height:25px;
    font-weight: bold;
    margin-bottom:5px;
}

/* Filtering DropDown Column
------------------------------------------*/
.filterDropDownColumn
{
    height: 20px;
}


div.dashboardBox
{
    border: 1px solid gray;
    padding: 5px;
    margin: 5px;
    width:580px;
    
}

.alignRight
{
    direction: rtl;
    text-align: right;
}

table.rgMasterTable td a img
{
    border: 0px !important;
}
.hiddenCell
{
    visibility: collapse;
}
.yesNoHovered .rbText
{
    color: White !important;
}


/* Info.png Icon
------------------------------------------*/
.hidden_infoicon
{
    vertical-align: middle;
    display:none;
}
.visible_infoicon
{
    vertical-align: top;
}

/* bootstrap
----------------------------------------------------------*/
.row_used {
    height: 30px;
}
.glyphicon {
    top: 6px !important;
}

/*-------- Tables --------------*/
table.FormTable {
    width: 100%;
}

td.titleCell50
{
    font-weight: bold;
    width: 50px;
    /*padding: 2px;*/
    vertical-align: middle;
}
td.titleCell80 {
    font-weight: bold;
    width: 80px;
    /*padding: 2px;*/
    vertical-align: middle;
}
td.titleCell100 {
    font-weight: bold;
    width: 100px;
    /*padding: 2px;*/
    vertical-align: middle;
    text-align: left;
}
td.titleCell150 {
    font-weight: bold;
    width: 150px;
    /*padding: 2px;*/
    vertical-align: middle;
    text-align: left;
}
td.titleCell200 {
    font-weight: bold;
    width: 200px;
    /*padding: 2px;*/
    vertical-align: middle;
    text-align: left;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding-right: 20px;
    color: Black;
}

.loginDisplay a:link
{
    color: Black;
}

.loginDisplay a:visited
{
    color: Black;
}

.loginDisplay a:hover
{
    color: Navy;
}

.logoutIcon {
    vertical-align: bottom;
}

.failureNotification
{
    color: Red;
}

.logoImage {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

.commandBar
{
    background-color: #ffffcc;
    text-align: left;
    padding: 5px;
    border: 1px solid gray;
    min-height: 21px;
}

.commandBar TD {
    vertical-align: middle;
}

.pageView
{
    border: 1px solid silver;
}

.divwaiting {
    position: fixed;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    width: 164px;
    height: 64px;
    z-index: 9999;
    background: url(/Styles/Images/loading1.gif) center no-repeat #fff;
    border: 2px navajowhite solid;
    display: none;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

/* TOOLBAR MENU
----------------------------------------------------------*/
.MenuToolbar {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 30px;
    padding-top: 6px;
}

.MenuButton {
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
    border: solid 2px #eeeeee;
    width: 80px;
    height: 80px;
}

.MenuButtonText {
    font-size: 8pt;
    font-family: 'Archivo Narrow', arial, sans-serif;
    text-decoration: none;
    font-weight: 300;
    line-height: 1em;
    margin-top: 3px;
}

.MenuButtonContent img {
    vertical-align: top;
}

.toolbarButton {
    background-color: lightgrey;
    border-radius: 5px;
    padding: 5px;
}

/* NAVIGATION/SLIDING MENU
----------------------------------------------------------*/
#ctl00_RadPanelBar1 {
    transition: 0.3s;
}