﻿/*
    coor changes:
    #c38100 = gold, new color
    #59029F = violet , orig


*/
html {height:100%; width: 100%; overflow-y:scroll; overflow: -moz-scrollbars-vertical;}
body {margin:0; padding: 0;}
img{border:none;}
a {
    padding: 0; 
    margin: 0;
}

/* HELPERS  
----------------------------------------------------------*/
.clear {clear: both;}
.clearfix {clear: both; height: 0;}
.clear5 {clear: both; height: 5px;}
.clear10 {clear: both; height: 10px;}
.clear15 {clear: both; height: 15px;}
.clear20 {clear: both; height: 20px;}
.clear25 {clear: both; height: 25px;}
.clear50 {clear: both; height: 50px;}
.clearbody {clear: both; height: 125px;}

sup {
 font-size: .5em
}

.fullwidth {width: 100% !important;}
.padtop-10 {padding-top: 10px !important;}
.padtop-20 {padding-top: 20px !important;}
.padtop-30 {padding-top: 30px !important;}

.padbottom-10 {padding-bottom: 10px !important;}
.padbottom-20 {padding-bottom: 20px !important;}
.padbottom-30 {padding-bottom: 30px !important;}

.martop5 {margin-top: 5px !important;}
.martop10 {margin-top: 10px !important;}
.martop20 {margin-top: 20px !important;}

.marbottom5 {margin-bottom: 5px !important;}
.marbottom10 {margin-bottom: 10px !important;}
.marbottom20 {margin-bottom: 20px !important;}

.bordertopgrey {border-top: 1px solid #cccccc;}


.width95percent {width: 95%}
.width90percent {width: 90%}
.width85percent {width: 85%}
.width80percent {width: 80%}

.colinput span {
    display: none;
}

.NormalRed {
    color: #cc0000;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
}

.NormalGreen {
    color: #156f1a;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase
}

.EULAViolation {
    color: #cc0000;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
}

.index-l {
    z-index: 12000;
}
.index-xl {
    z-index: 20000;
}

.index-xxl {
    z-index: 30000;
}


.table {
    position: relative;
}

 /* BASE CONTAINER & GRID WIDTH
----------------------------------------------------*/
.basecontainer {
    clear: both; 
    position: relative;
    font-size: 12px; 
    font-family: Arial, sans-serif; 
    background-color: #ffffff;
    color: #666679;
    }

.basesectionwidth {
    clear: both; 
    position: relative; 
    }

.basegridwidth {
    position: relative;
    margin: 0 auto;
    }
    
.contentwidth {
    position: relative;
    margin: 0 auto;
    }

/* head2ER 
----------------------------------------------------*/
.header {
    background-color: #F7F7F8;
    }

.logo {
}


/* GLOBAL STANDARD WIDTHS 
----------------------------------------------------*/
.width75 {
    width: 75% !important;
}

.width50 {
    width: 50% !important;
}

.width25 {
    width: 25% !important;
}

/* UTILITY NAV 
----------------------------------------------------*/
.utilitynavbar {
    background-color: #EFEFF1;
}

.utilitynav a {
    display: inline-block;
    font-size: 10px;
    color: #c38100;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 32px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.utilitynav a:hover {
    color: #666679;
}

.mainnavbar {
    position: relative;
    clear: both;
    height: 32px;
    background-color: #c38100;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 40000;
}

.mainnav {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* PLACE HOLDER 
----------------------------------------------------*/
.placeholderarea {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    _height: 850px;
    min-height: 850px;
    margin: 0 auto;
    text-align:center;
}

/* PAGE TITLE
----------------------------------------------------*/
.pagetitle {
    clear: both;
    width: 100%;
    padding-top:12px;
    text-align:center;
    border-bottom: 1px solid #E5E5E5;
}

.pagetitle .title {
    color: #c38100;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

/* PAGE CONTROLS 
----------------------------------------------------*/
.pagecontrolarea {
    clear: both;
    padding: 6px;
    min-height: 54px;
    _height: 54px;
    background-color: #F7F7F8;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    color: #c38100;
    letter-spacing: .01em;
}

.tabpagecontrolarea {
    width: 97% !important;
    margin: 0 auto;
    box-sizing: border-box;
}

.pagecontrolareasingle {
    min-height: 40px !important;
    _height: 40px !important;
}

.pagecontrolarea .pageinstructions {
    clear: both;
    padding: 12px 0;
    width: 40%;
    color: #666679;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
}

.viewpageinstructions {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
}

.viewpageinstructions a {
    clear: both;
    display: block;
    text-align: center;
    padding: 6px 0 6px 0;
    width: 55%;
    color: #c38100;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.viewpageinstructions a:hover {
    color: #FE9900;
}

.pagecontrolarea .pageinstructionslong {
    clear: both;
    text-align: left;
    padding: 12px 0 12px 0;
    width: 55%;
    color: #666679;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
}

.displayoff {
    display: none;
}

.pagecontrolarea .pageinstructionslong p {
    text-align: left;
    margin: 0;
    padding: 0;
}

.pagecontrolarea .pagecontrols {
    display:table; 
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.pagecontrolarea .pagecontrols .selectelement {
    clear: both;
    display:table-row; 
    position: relative;
    margin: 0 auto;
    margin-top: 2px
}

.pagecontrolarea .pagecontrols .selectelement .label {
    display:table-cell; 
    vertical-align: top;
    width: 25%;
    min-width: 170px;
    text-align: left;
    padding: 2px 2px 3px 2px;
    line-height: 28px;
}

.pagecontrolarea .pagecontrols .selectelement .control {
    width: 100%;
    padding: 0 2px;
    text-align: left;
    min-height: 28px;
}

.pagecontrolarea .pagecontrols .selectelement .control .multipleelements {
    display: inline-block;
    width: 49%;
    min-height: 28px;
}

.drilldownselect {
    background-color: #F9F9F9;
    border: 1px solid #DCDCDC;
    margin-bottom: 5px;
}


/* PAGE RESULTS 
----------------------------------------------------*/
.pageresultsarea {
    clear: both;
    min-height: 100px;
    _height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #E5E5E5;
}

/* PAGE GRID VIEW
----------------------------------------------------*/
.pageheight {
    width: 100%;
    min-height: 800px;
    _height: 800px;

}

.fullwidthgridshell {
    position:relative;
    width: 100%;
    background-color: #ffffff;
}

.tabbedgrid.gowidepushleft .dxpnlControl_TelibidMaterialTheme:first-child {
    text-align: left !important;
}

.pagetableareaonly, .pagegridview {
    position: relative;
    clear: both;
    width: 97%;
    min-height: 644px;
    _height: 644px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 144px;
    z-index: 5;
    overflow: visible !important;
}

.pagegridview.widetable {
    min-height: 400px;
    _height: 400px;
    text-align: left !important;
}

.widetable .dxgvTable_TelibidMaterialTheme {
    position: relative;
    clear: both;
    width: 4000px !important;
    overflow: hidden;
    overflow-x: scroll;
    text-align: left !important;
    margin-left: 0;
}

..widetable .dxtcLite_TelibidMaterialTheme > .dxtc-content {
    overflow: hidden;
    padding: 16px 0 16px 0 !important;
    text-align: left !important;
}


.pageresponseview {
    clear: both;
    width: 70%;
    min-height: 500px;
    _height: 500px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.pagegridviewlowertab {
    clear: both;
    width: 100% !important;
    height: auto;
    background-color: #F7F7F8 !important;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.forceminheight {
    min-height: 500px;
    _height: 500px;
}

/* TABLE HEADER CONTROL TITLE
----------------------------------------------------*/
.pagegridview .tabletitle {
    position: relative;
    clear: both;
    padding: 10px 0 0 0;
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

.pagegridview .tabletitle .title {
    color: #c38100;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .05em;
}

/* CREATE THEMED TABLE
----------------------------------------------------*/
.creatthemetable {
    width: 97%;
    background-color: #ffffff;
    margin: 0 auto;
    border: none;
}

.gridtablefullwidth {
    width: 100%;
}

.creatthemetable table {
    width: 100%;
    background-color: #ffffff;
    border: 1px #dddddd solid;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

.creatthemetable table th {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
    background-color: #F7F7F8;
    color: #c38100;
    font-size: 10.5px;
    letter-spacing: .05em;
    font-family: 'Roboto Medium';
}

.creatthemetable table td {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; 
    font-size: 14px; 
    line-height: 20px; 
    padding: 4px 10px;
    color: #484848;
    background-color: #ffffff;
}

.creatthemetable table td label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px; 
    padding: 0 5px;
}

.creatthemetable table td span input[type="checkbox"]  {
    margin: 7px 3px 3px 4px !important;
}


.creatthemetable table tr:nth-child(even){
    background-color: #ffffff !important;
}

.creatthemetable table tr:nth-child(odd){
    background-color: #F7F3FC !important;
}

.tableoddout table tr:nth-child(odd){
    display: none;
}

.createchecklist {
    margin-top: 10px;
}

.createchecklist td { 
    text-align: left; 
    font-weight: normal; 
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important; 
    font-size: 14px; 
    line-height: 20px; 
    padding: 10px 10px !important;
    color: #484848;
    background-color: #ffffff;
}


/* TABBED GRID 
----------------------------------------------------*/
.tabbedgrid {
    clear: both;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 0 0;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    overflow-x: scroll
}

.tabbedgrid ul {
    width: 100% !important;
    max-width: 1900px !important;
    margin: 0 auto;
}

.callback {
    clear: both;
    padding: 12px;
    display: block;
}

.matrix .instructions {
    clear: both;
    padding: 0 0 20px 0;
    width: 55%;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.matrix .survey {
    clear: both;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 55%;
}

.surveyform {
    position: relative;
    display: table;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    z-index: 1000;
}

.surveyform .textboxlabel .dxeEditArea_TelibidMaterialTheme.dxeDisabled_TelibidMaterialTheme {
    color: #8341B7;
    font-weight: bold;
}

.surveyform .controlnotes .dxeEditArea_TelibidMaterialTheme.dxeDisabled_TelibidMaterialTheme {
    color: #777777;
}

.surveyform .surveyelement {
    display:table-row; 
    position: relative;
    margin: 0 auto;
    z-index: 1000;
}

.surveyform .surveyelement .textboxlabel {
    width: 89%;
    float: left;
    font-size: 20px !important;
    color: #c38100 !important;
}

.surveyform .surveyelement .editcontrol {
    width: 10%;
    float: right;
    padding-bottom: 3px;
    border: none;
    border-width: 0;
}

.surveyform .surveyelement .controlnotes {
    clear: both;
    margin-top: 3px;
    border: none;
    border-width: 0;
    border-top: 1px solid #cccccc;
}

.matrix .centerpanelbutton {
    position: relative;
    text-align: center;
    padding: 10px 5px 10px 0;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    width: 55%;
}

.matrix .centerpanelbutton .inlinepanel {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
}


/* TAB PAGE HEADER CONTROL TITLE
----------------------------------------------------*/
.tabpagetitle {
    position: relative;
    clear: both;
    padding-top:0;
    text-align:left;
    width: 97%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

.tabpagetitle.widetable {
    text-align: left;
    width: 100%;
    margin-left: 0;
}

.tabpagetitle .title, .tabpagetitle .title span {
    color: #c38100;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .05em;
}

/* TAB PAGE BUTTON PANEL
----------------------------------------------------*/
.tabpagebuttonpanel {
    position: absolute;
    top: 1px;
    right: 20px;
    z-index: 100;
}

.tabpagebuttonpanel.lower {
    top: 30px;
}

.tabpagebuttonpanel .inlinebutton {
    display: inline-block;
}


/* TAB PAGE FILTER
----------------------------------------------------*/
.tabpagefilter {
    width: 97%;
    display: block;
    margin-top: 5px;
    padding: 10px 5px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    margin: 0 auto;
}

.tabpagefilter .inlinetext {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    text-align: left;
    padding: 2px 5px;
    line-height: 30px;
}

.tabpagefilter .inlinebutton {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
    padding-left: 8px !important;
}

.tabpagefilter .inlinebutton span {

}

/* TITLE PANEL
----------------------------------------------------*/
.divider {
    clear: both;
    height: 1px;
    background-color: #cccccc;
    margin: 0 auto;
    margin: 5px 12px;
}

.centerdivider {
    clear: both;
    height: 1px;
    background-color: #cccccc;
    margin: 10px auto;
}

.fulldivider {
    clear: both;
    height: 1px;
    background-color: #cccccc;
    margin: 0 auto;
    margin: 5px 0;

}

.divider80percent {
    width: 80%;
    clear: both;
    height: 1px;
    background-color: #cccccc;
    margin: 0 auto;
    margin: 5px 0;

}

/* TITLE PANEL
----------------------------------------------------*/
.titlepanel {
    position: relative;
    width: 100%;
    text-align: left;
}

.titlepanel .inlinepanel {
    display: inline-block;
    position: relative;
}

.titlepanel .inlinepanel span {
    padding-right: 10px !important;
}


/* BUTTON PANEL
----------------------------------------------------*/
.buttonpanel {
    position: relative;
    text-align: left;
    padding: 6px 5px 6px 0;
    margin: 0 auto;
}

.tabbededitorbuttonpanel {
    background-color: #F7F7F8 !important;
    margin: 0 !important;
}

.rfprates .buttonpanel {
    padding-left: 18px !important;
}

.controlbuttonpanel {
    padding: 2px 2px 2px 0 !important;
}

.controlbuttonpanel .inlinepanel {
    margin-right: 2px !important;
}

.buttonpanel .panelspacer {
    width: 100%;
    margin: 0 auto;
}

.buttonpanel .inlinepanel {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
}

.buttonpanel .abovegrid, .abovegrid {
    margin-left: 0 !important;
}


.buttonpanel .textinlinepanel {
    padding-left: 20px !important;
}

.buttonpanel .textinlinepanel span {
    color: #c38100 !important;
}

.buttonpanel .textinlinepanel .dxeTAR.dxeBase_TelibidMaterialTheme .dxichTextCellSys, .dxeTAL.dxeBase_TelibidMaterialTheme[dir='rtl'] .dxichTextCellSys {
    padding: 8px 3px 5px 5px;
}


/* ?
----------------------------------------------------*/
.rightabsolutebuttonpanel {
    position: absolute;
    top: -25px;
    right: 0px;
}

.rightabsolutebuttonpanel .inlinepanel {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
}



/* ABSOLUTE RIGHT BUTTON PANEL
----------------------------------------------------*/
.exportbuttonpanel {
    position: absolute;
    top: 12px;
    right: 20px;
}

.exportbuttonpanel .inlinebutton {
    display: inline-block;
}


/*NESTED TABLE
----------------------------------------------------*/
.nestedtableheader {
    position: relative;
    text-align: left;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    width: 90%;
}

.nestedtableheader .inlinepanel {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
}

.nestedtableheader .inlinepanel .dxeBase_TelibidMaterialTheme {
    color: #c38100;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
}

.tablecolcontainer {
    clear: both;
    display: block;
    margin: 0 auto;
}

.fullcol {
    width: 100%;
    padding-top: 10px;
}

.twocol {
    float: left;
    width: 48%;
    padding-top: 10px;
}

.threecol {
    float: left;
    width: 32%;
    padding-top: 10px;
}

.colgrid table {
    width: 95%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}


.colgrid table th {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal;
    padding: 6px 10px 2px 10px;
}

.colgrid table th span {
    color: #c38100;
    font-size: 10.5px;
}

.colgrid table td {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd; 
    font-size: 16px; 
    line-height: 20px; 
    padding: 4px 10px;
    color: #333333;
    background-color: #ffffff;
    vertical-align: top;
}

.colgrid table tr:nth-child(odd) td{
    background-color: #F7F3FC !important;
}


.colgrid table td:last-child {
    text-align: right;
}

.colgridinput table {
    width: 95%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.colgridinput table th {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal;
    padding: 6px 10px 2px 10px;
}

.colgridinput table th span {
    color: #c38100;
    font-size: 10.5px;
}

.colgridinput table td {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd; 
    border-right: 1px solid #dddddd;
    color: #333333;
    background-color: #ffffff;
    vertical-align: top;
}

.colgridinput table tr:nth-child(odd) td{
    background-color: #F7F3FC !important;
}


.colgridinput table td:last-child {
    text-align: right;
}


.colgridinput table table {
    width: 100%;
    border: none !important;
    border-collapse: collapse;
    margin-bottom: 0 !important;
}

.colgridinput table table td {
    border: none !important;
}

/*ROW DETAILS
----------------------------------------------------*/
.detailrowlabel {
    position: relative;
    clear: both;
    text-align: left;
    color: #c38100;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #cccccc;
}

/*EDIT FORM
----------------------------------------------------*/
.editonly {
    padding: 10px 20px 4px 20px;
    width: 97%;
    margin: 0 auto;
}

.editonlybottombutton {
    padding: 0 !important;
}

.buttonoutsidepanel {
    text-align: left;
}

.editformlabel, .grideditform .editformlabel {
    position: relative;
    clear: both;
    text-align: left;
    color: #c38100;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    width: 52.5%;
    z-index: 1000;
}

.editformlabelfullwidth {
    width: 80% !important;
    max-width: 1600px;
    min-width: 720px;

}

.grideditform {
    clear: both;
    position: relative;
    display:table; 
    width: 40%;
    max-width: 1400px;
    min-width: 720px;
    text-align: left;
    padding-top: 5px;
    overflow: visible;
}

.grideditform .xl {
    width: 80%;
}

.smallergrid {
    width:30%;
}

.grideditform .editelement {
    display:table-row; 
    position: relative;
    margin: 0 auto;
    min-height: 0;
}

.grideditform .editelement .label {
    display:table-cell; 
    vertical-align: middle;
    width: 17%;
    min-width: 170px;
    max-width: 170px;
    text-align: left;
    padding: 2px 0;
    line-height: 20px;
    color: #c38100 !important;
    empty-cells: hide;
}

.grideditform .editelement .label label {
    text-align: left;
    padding: 2px 0;
    line-height: 30px;
    color: #c38100 !important;
}


.grideditform .editelement.hide {
    min-height: 0;
}

.grideditform .editelement.hide .control {
    min-height: 0;
}

.grideditform .editelement.hide .label span {
    min-height: 0;
}




/* TABLET EDIT FORM
----------------------------------------------------*/
.tableeditform {
    clear: both;
    position: relative;
    display: table;
    width: 90%;
    text-align: left;
    padding-top: 8px;
    z-index: 1000;
}

.tableedit {
    clear: both;
    display: block !important; 
}

.tableedit .fulllabel {
    display: block !important; 
    vertical-align: top;
    width: 100% !important;
    text-align: left;
    padding: 0;
    line-height: 10px !important;
    color: #c38100 !important;
}

.tableedit .fulllabel label {
    width: 15%;
    min-width: 205px;
    padding-right: 5px;
    line-height: 10px !important;
    display: inline-block;
    font-size: 14px;
}

.tableedit .fulllabel input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.tableedit .label {
    float: left;
    width: 15%;
    min-width: 210px;
    text-align: left;
    padding: 2px 0;
    line-height: 30px;
    color: #c38100 !important;
}

.tableedit .control {
    float: left;
    width: 55%
}

.tableedit .control input[type="text"].editinput{
    padding: 6px 8px 7px 7px !important;    
    background-color: white;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    width: 97%;
}


.editelement .control input[type="text"].editinput {
    width: 45% !important;
}

.grideditform .editelement .control {
    display:table-cell;
    vertical-align: middle; 
    position: relative;
    width: 100%;
    padding: 2px;
    text-align: left;
    min-height: 30px;
}

.grideditform .editelement .control span {
    line-height: 30px;
}

.editelement .control a {
    display: inline-block !important;
    margin-right: 2px !important;
}

.fullwidthlabel {
    clear: both;
    text-align: left;
    color: #c38100;
    padding-top: 22px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
}

.fullwidthcontrol {
    display:table-row; 
    position: relative;
}

.fullwidthcontrol .label {  
    vertical-align: top;
    display:table-cell; 
    width: 17%;
    min-width: 170px;
    max-width: 170px;
    text-align: left;
    padding: 2px 0;
    line-height: 30px;
    vertical-align: middle;
}

.fullwidthcontrol .label.checkbox { 
    width: 30px;
    min-width: 30px;
}

.fullwidthcontrol .control {
    width: 82%;
    display:table-cell; 
    padding: 2px 0;
    text-align: left;
    min-height: 30px;
    vertical-align: middle;
}

.fullwidthcontrol .dxdvItem_TelibidMaterialTheme {
    padding: 2px 0 2px 0 !important;
    height: 50px !important;
}


.fullwidthcontrol .dxdvEmptyItem_TelibidMaterialTheme {
    padding: 2px 0 2px 0 !important;
    height: 50px !important;
}



/* TWO COLUMN GRID FORM
----------------------------------------------------*/
.twocolgrideditform {
    position: relative;
    display:table; 
    width: 80%;
    max-width: 1400px;
    text-align: left;
}

.twocolgrideditform-50percentwidth {
    position: relative;
    display:table; 
    width: 50%;
    max-width: 875px;
    text-align: left;
}

.forcetwocolwidth {
    width: 80% !important;
}

.twocoleditgrid {
    position: relative;
    width: 48%;
    float: left;
    text-align: left;
    margin-right: 5px;
}

.twocolgrideditform .editelement {
    display:table-row; 
    position: relative;
    margin: 0 auto;
}

.twocolgrideditform .editelement .label {
    display:table-cell; 
    position: relative;
    vertical-align: top;
    width: 20%;
    min-width: 170px;
    text-align: left;
    padding: 2px 0;
    line-height: 30px;
    color: #c38100 !important;
}

.twocolgrideditform .editelement .control {
    display:table-cell; 
    position: relative;
    width: 100%;
    padding: 2px;
    text-align: left;
    min-height: 30px;
}

.twocolgrideditform-50percentwidth .editelement {
    display:table-row; 
    position: relative;
    margin: 0 auto;
}

.twocolgrideditform-50percentwidth .editelement .label {
    display:table-cell; 
    position: relative;
    vertical-align: top;
    width: 20%;
    min-width: 170px;
    text-align: left;
    padding: 2px 0;
    line-height: 30px;
    color: #c38100 !important;
}

.twocolgrideditform-50percentwidth .editelement .control {
    display:table-cell; 
    position: relative;
    width: 100%;
    padding: 2px;
    text-align: left;
    min-height: 30px;
}

/* SELECT PANEL
----------------------------------------------------*/
.selectpanel {
    clear: both;
    padding: 12px;
    margin: 0 auto;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.selectpanel .panelspacer {
    width: 100%;
    margin: 0 auto;
}


.selectpanel .selectelement {
    display:table-row; 
    position: relative;
    margin: 0 auto;
}

.selectpanel .selectelement .label {
    display:table-cell; 
    vertical-align: top;
    width: 17%;
    min-width: 170px;
    text-align: left;
    padding: 2px 0;
    line-height: 30px;
}

.selectpanel .selectelement .control {
    display:table-cell; 
    width: 100%;
    padding: 2px;
    text-align: left;
    min-height: 30px;
}


/* CREATE LINKS TO THEME BUTTONS
----------------------------------------------------*/
.selectelement .control input[type="text"].editinput, .editelement .control input[type="text"].editinput {
    padding: 6px 8px 7px 7px !important;    
    background-color: white;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    width: 97%;
}

.editelement .control input[type="text"].editinput {
    width: 45% !important;
}

.selectelement .control select.editinput {
    padding: 6px 8px 7px 7px !important;    
    background-color: white;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 2px;
}

.selectelement .control a.backlink, .backbutton a  {
    color: #FE9900;
    text-decoration: none !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: .05em;
    margin-right: 10px;
}

.selectelement .control .NormalRed  {
    visibility: hidden !important;
    display: none;
}

.selectelement .control a.backlink:hover, .backbutton a:hover  {
    color: #c38100;
}

.selectelement .control a.CommandButton, .inlinepanel a.CommandButton, .inlinebutton a.CommandButton {
    display: inline;
    color: white;
    background: #c38100;
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding: 1px;
    font: 14px 'Roboto Medium',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
    -webkit-transition-property: box-shadow, background-color;
    -moz-transition-property: box-shadow, background-color;
    -o-transition-property: box-shadow, background-color;
    transition-property: box-shadow, background-color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-tap-highlight-color: transparent;
    -webkit-border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.forcepad .inlinepanel, .forcepad .inlinebutton {
    padding: 6px 0;
}

.selectelement .control a.CommandButton:hover, .inlinepanel a.CommandButton:hover {
    color: white;
    background-color: rgba(89, 2, 159, 0.85);
    box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
}

.selectelement .control a.CommandButton[disabled=disabled], .inlinepanel a.CommandButton[disabled=disabled], .inlinebutton a.CommandButton[disabled=disabled], .selectelement .control a.CommandButton[disabled=disabled]:hover, .inlinepanel a.CommandButton[disabled=disabled]:hover, .inlinebutton a.CommandButton[disabled=disabled]:hover {
    color: #cccccc;
    background: #F7F7F8;
    cursor: not-allowed;
}

.sessiontabletemplate table {
    border-collapse: collapse;
    margin-bottom: 5px;
}

.sessiontabletemplate table {
    width: 100%;
    border: 1px solid #dddddd;
    border-top: none;
    border-collapse: collapse;
}


.sessiontabletemplate table td {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd; 
    border-right: 1px solid #dddddd; 
    font-size: 14px; 
    line-height: 20px; 
    padding: 4px 10px;
    color: #333333;
    background-color: #ffffff;
    vertical-align: top;
}

.sessiontabletemplate table tr td:nth-child(odd){
    width: 10%;
    color: #c38100;
}

.sessiontabletemplate table tr td:nth-child(even){
    width: 20%;
    font: normal;
}

.sessiontabletemplate table tr:nth-child(odd) td{
    background-color: #F7F3FC !important;
}


.sessiontabletemplate table td:last-child {
}





/* BROWSE PANEL
----------------------------------------------------*/
.browsepanel {
    clear: both;
    padding: 12px;
    margin: 0 auto;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.browsepanel .browsegrid {
    width: 40%;
    margin: 0 auto;
    padding: 12px;
}

.browsepanel .browsegridalignleft  {
    width: 40% !important;
    text-align: left;
    margin-left: 0;
}

.browsegrid .browselabel {
    clear: both;
    display: block; 
    text-align: left;
}

.browsegrid .browselabel span {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #c38100 !important;
}

.browsegrid .browselabelinstructions {
    clear: both;
    display: block;
    width: 100%;
    padding: 4px 0;
    text-align: left;
}

.browsegrid .browselabelinstructions span {
    font-size: 12px !important;
    text-align: left;
}

.currentimage {
    padding: 10px 0;
    clear: both;
    display: block;
    width: 100%;
}


.uploadcontrol {
    clear: both;
    display: block;
    width: 100%;
}

.uploadbutton {
    clear: both;
    display: block;
    padding: 5px 0;
    text-align: left;
}

.uploadupdate {
    clear: both;
    display: block;
    padding: 5px 0;
    text-align: left;
}

.uploadmessage {
    clear: both;
    display: block;
    padding: 10px 0;
}


/* RFP RATES SECTION
----------------------------------------------------*/
.ratestabletemplate {
    display: block;
    margin: 0 auto;
}

.ratestabletemplate table {
    width: 100%;
    margin: 0 auto;
}

.ratestabletop {
    display: block;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2px;
}

.ratestabletop .dxgvHeader_TelibidMaterialTheme {
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
}

.ratestabletop table .dxgvTable_TelibidMaterialTheme {
    display: block;
    border-collapse: collapse;
    margin-bottom: 2px;
    overflow: hidden !important;
}

.ratestabletop .dxeTextBox_TelibidMaterialTheme td.dxic {
    padding: 2px 4px 2px 4px;
}

/* SESSION SECTION
----------------------------------------------------*/
.sessiontabletemplate {
    width: 100%;
    margin: 0 auto;
}

.sessiontabletemplate table {
    border-collapse: collapse;
    margin-bottom: 5px;
}

.sessiontabletemplate table {
    width: 100%;
    border: 1px solid #dddddd;
    border-top: none;
    border-collapse: collapse;
}


.sessiontabletemplate table td {
    text-align: left; 
    font-weight: normal; 
    border-bottom: 1px solid #dddddd; 
    border-right: 1px solid #dddddd; 
    font-size: 14px; 
    line-height: 20px; 
    padding: 4px 10px;
    color: #333333;
    background-color: #ffffff;
    vertical-align: top;
}

.sessiontabletemplate table tr td:nth-child(odd){
    width: 10%;
    color: #c38100;
}

.sessiontabletemplate table tr td:nth-child(even){
    width: 20%;
    font: normal;
}

.sessiontabletemplate table tr:nth-child(odd) td{
    background-color: #F7F3FC !important;
}


.sessiontabletemplate table td:last-child {
}


/* EDIT DOCUMENT TABLES SECTION
----------------------------------------------------*/
.editdoctables {
    width: 100%;
    margin: 0 auto;
}

.editdoctables table {
    border-collapse: collapse;
    margin: 5px;
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.editdoctables table th {
    font-weight: normal; 
    border-bottom: 1px solid #dddddd; 
    border-right: 1px solid #dddddd; 
    font-size: 12px; 
    line-height: 20px; 
    padding: 4px 10px;
    color: #c38100;
    background-color: #ffffff;
    vertical-align: top;
}

cli
.editdoctables table td {
    font-weight: normal; 
    border-bottom: 1px solid #dddddd; 
    border-right: 1px solid #dddddd; 
    font-size: 16px; 
    line-height: 20px; 
    padding: 4px 10px;
    color: #333333;
    background-color: #ffffff;
    vertical-align: top;
}


.editdoctables table tr:nth-child(odd) td{
    background-color: #F7F3FC !important;
}





/* CALLBACK PANEL
----------------------------------------------------*/
.callbacksection {
    padding: 15px;
    width: 90%;
    margin: 0;
}

/* RESPONSE PANEL
----------------------------------------------------*/
.responselabel {
    clear: both;
}

.responsetitle {
    clear: both;
    text-align: left;
    color: #c38100;
    padding-top: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
}

.responsetitletop  {
    padding-top: 20px !important;
}

.responsetext {
    clear: both;
    text-align: left;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

.responsetable {
    width: 100%;
}

.responsetable table.makewider {
    width: 90%;
    text-align: left;
}



/* POPUP PANEL
----------------------------------------------------*/
.popupview div.dxpcLite_TelibidMaterialTheme {
    width: 85% !important;
    margin: 0 auto;
}


/* REPORT VIEWER
----------------------------------------------------*/
.pagecontrolviewer {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.pagecontrolviewer .editcontrol {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pagecontrolviewer .reporttoolbar {
    align-items: center;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    overflow-x: visible;
}

.pagecontrolviewer .reportview {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    overflow-x: visible;
}

.pagecontrolviewer .reportview div {
    align-items: center;
    width: 95% !important;
    margin: 0 auto !important;
    overflow: visible;
}

.pagecontrolviewer .reportview div iframe {
    text-align: center;
    width: 100% !important;
    margin: 0 auto !important;
    overflow-x: visible;
    overflow-y: visible;
    margin-bottom: 20px;

}

/* GRIDS 
----------------------------------------------------*/

/* GRIDS - FULL WIDTH - 2 COLUMNS */

.fullwidthgrid {
    width: 100%;
    position: relative;
}

.fullwidthgrid .twocolleft {
    position: relative;
    float: left;
    width: 49%;
}

.fullwidthgrid .twocolright {
    position: relative;
    float: right;
    width: 49%;
    text-align: right;
}


/* FOOTER 
----------------------------------------------------*/
.footer {
    background-color: #F7F7F8;
    text-transform: uppercase;
    }

.copyright {
    display: block;
    padding: 16px 0 0 20px;
}

.logoprocurelogix {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 206px;
    height: 39px;
}

.logoprocurelogix img {
    position: absolute;
    top: 5px;
    right: 16px;
    width: 206px;
    height: auto;
}

.verrsioning {
    position: absolute;
    top: 16px;
    right: 125px;
    width: 102px;
}

.head2 {
    padding: 5px;
    color: #c38100;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .05em;
}
