﻿@font-face {
    font-family: Calibri;
    src: url(calibri.ttf), url(calibri.eot);
}

@font-face {
    font-family: MerchantCopy;
    src: url(MerchantCopy.ttf);
}

@font-face {
    font-family: Calibri;
    src: url(calibrib.ttf);
    font-weight: bold;
}

::-ms-clear {
    display: none;
}

html { height: 100%; }

* {
	margin: 0;
	padding: 0;
	outline: none;
}


form{
	/*font: 10.5pt/18pt Calibri, Verdana, Arial, Tahoma, Verdana, sans-serif;*/
	width: 100%;
	/*background-color:white;	*/
	min-height: 100%;
	height: 100%;
}


body {
	font: 10.5pt Calibri, Verdana, Arial;
	width: 100%;
	/*background-color:white;	*/
	min-height: 100%;
	height: 100%;
}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

A:link	{	
	text-decoration:	none;
	/*color:	#474747;*/
	color:	#000000;
}	

A:active	{	
	text-decoration:	none;
	color:	#474747;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#474747;
}
	
A:visited	{	
	text-decoration:	none;
	color:	#474747;
}	
	
p {
	margin: 0 0 0 0
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapper {
	/*min-width: 1280px;*/
	width:100%;
	margin: 0;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
}

.NormalText {
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    border-spacing: 0px;
    /*color: Black; */
}

.companyLogo
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	white-space: nowrap;
	overflow: hidden;
	padding: 1px;
	text-overflow:ellipsis;
	padding: 1px;
	width:340px;
	border: 1px solid #9F9F9F;
	
}

/* Header MainMenu
-----------------------------------------------------------------------------*/
#header_mainmenu 
{
    height: 44px;
    position:relative;
    background-color:#F9F9F9;
    width:100%;
    float:left;
    overflow: hidden;
}

ul.MainMenu 
{
    float: left;
    list-style-type:none;
    height: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    background-color:#F7F7F7;
    width: 100%;
    overflow: hidden;
}

ul.MainMenu li.Home 
{
    list-style-type: none;
    height:100%;
    width:45px;
    float: left;
    cursor:pointer;
    position: relative;
}

ul.MainMenu li.Selected 
{
    background-color:#5CBDFF;
    color:#ffffff!important;
}
    
ul.MainMenu li.Item 
{
    list-style-type:none;
    margin: 0px;
    height: 100%;
    float: left;
    color: #667E8E;
    padding-left:0px;
    padding-right:11px;
    padding-top: 2px;
    position: relative;
    cursor:pointer;
}

ul.MainMenu li.Item:hover
{
    cursor: pointer;
    background-color: #FFFFFF;
}

ul.MainMenu .Selected:hover
{
    cursor: pointer;
    background-color: #5CBDFF!important;
}

ul.MainMenu span.ItemTitle
{
    float: left;
    height:100%;
    padding:13px 4px 0 0;
}

ul.MainMenu img.ItemTitleImg
{
     float:left;
     /*width:16px;
     height:16px;*/
     padding:9px 11px 0 9px;
}

ul.MainMenu li.Home div.Separator {
    position: absolute;
    padding: 0px;
    margin: 0px 0 0 0;
    height: 30px;
    width: 1px;
    background-color: #6C94AE;
    right: 0px;
    top: 6px
}

ul.MainMenu li.Item div.Separator {
    position: absolute;
    padding: 0px;
    margin: 0px 0 0 0;
    height: 30px;
    width: 1px;
    background-color: #6C94AE;
    right: 0px;
    top: 6px
}

#topMenuMoreButton
{
      margin: 0px;
      height: 100%;
      float: right;
      color: #f7f7f7;
      background-color: #667E8E;
      padding-left: 0px;
      padding-right: 11px;

      padding-top: 2px;
      cursor: pointer;
      display: none;
      position: absolute;
      /*right:110px;*/
}

#topMenuMoreButton span.ItemTitle
{
    float: left;
    height:100%;
    padding:11px 4px 0 0;
}

#topMenuMoreButton img.ItemTitleImg
{
     float:left;
     /*width:16px;
     height:16px;*/
     padding:12px 8px 0 14px;
}

#topMenuMoreSelected
{
    margin: 0px;
    float: right;
    color: #f7f7f7;
    background-color: #5CBDFF;
    padding-left: 0px;
    padding-right: 11px;
    padding-top: 2px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 194px;
    height: 42px;
}

#topMenuMoreSelected ul
{
    list-style-type: none;
}

#topMenuMoreSelected span.ItemTitle
{
    float: left;
    height:100%;
    padding:11px 4px 0 0;
}

#topMenuMoreSelected img.ItemTitleImg
{
     float:left;
     /*width:16px;
     height:16px;*/
     padding:9px 8px 0 14px;
}

#topMenuMore
{
    position: absolute;
    right: 0px;
    top: 44px;
    z-index: 999999;
    background-color: #f7f7f7;
    border: #667e8e solid 3px;
    padding: 0 4px 0 4px;
}

#topMenuMore ul
{
    list-style-type: none;
}

  
#topMenuMore li
{
    border-bottom: #667e8e solid 1px;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}

#topMenuMore li:hover
{
    cursor: pointer;
    background-color: #FFFFFF;
}

#topMenuMore img
{
    float: left;
    padding: 11px 10px 11px 5px;

}

#topMenuMore span
{
    color: #667E8E;
    padding: 13px 0 0 0;
    float: left;
}


#topMenuMore li:last-child
{
    border-bottom: #667e8e solid 0px;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}

.logoutbutton {
    -moz-box-shadow: inset 0px 1px 3px 0px #3A414B !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #3A414B !important;
    box-shadow: inset 0px 1px 3px 0px #3A414B !important;
    background-color: #3A414B !important;
    /*min-width: 110px !important;*/
    height: 44px !important;
    cursor: pointer !important;
    color: #ffffff !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    border: 0px none;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;

}

.logoutbuttonpressed {
    border-color: #3A414B !important;
    position: relative !important;
    top: 1px !important;
}

#header_username 
{
    background-color:#5CBDFF;
    float: left;
    height: 50px;
    width:100%;
    position:relative
}


#userName
{
    PADDING-LEFT: 14px; 
    padding-top: 8px;
    float:left;
    /*
    PADDING-LEFT: 15px; 
    padding-top: 16px;
    float:left;
    */
}

.userName
{
    font-family :Calibri ;
    font-size : 21pt;
    color:#ffffff;
}

.refresh
{
    float:right;
    background-color:#5CBDFF;
    padding-right:30px;
    padding-top:16px;
}

.currencySelect
{
    float:right; 
    padding-top:13px; 
    padding-right:30px;
}

.rateDate
{
    color:White;
    font-size:12px;
    line-height: 14px;
    vertical-align: top;
    padding-left:5px
}

.headLabel
{
    float:right; 
    padding-top:16px; 
    padding-right:5px;
}

#lowerGridHeader
{
    background-color:#5CBDFF;
    float: left;
    height: 30px;
    width:100%;
    position:relative
}

#lowerGridHeaderTitle {
   PADDING-LEFT: 15px; 
   padding-top: 1px;
}	

#refreshLowerGrid
{
    float:right;
    background-color:#5CBDFF;
    padding-right:30px;
    padding-top: 6px;
}

/* Loading Div
-----------------------------------------------------------------------------*/
.LoadingDivContainer
{
    display:none;
    margin: 0;
    padding: 0;
    background:url(../images/ghosted.png);
    Z-INDEX: 999; 
    LEFT: 0px; 
    top:0px;
    height:99.8%;
    width:99.9%;
    POSITION: absolute;
}

.LoadingDivContent
{
    width: 100px;
    height: 100px;
    position:absolute;
    left:0; 
    right:0;
    top:0; 
    bottom:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
    overflow:auto;
}

.loadingOverlay
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url("/App/images/loader_background.png") no-repeat center;
    opacity: 0.5; 
    z-index: 200000;   
    display: none;
}

.loading 
{
    background: url('/App/images/loading.gif') no-repeat center;
    width: 120px;
    height: 120px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200001;
    display: none;
}

.loadingSmallImage
{
    background: url('/App/images/thumbnailloading.gif') no-repeat center!important;
    width: 42px!important;
    height: 42px!important;
}

#singleGridContent 
{
    height:100%;
    width:100%;
    background-color:white;
    overflow:auto;
    overflow-y:auto;
    overflow-x:auto;
    position: relative;
    float: left;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	/*width: 185px;*/
	width: 245px;
	margin-left: -100%;
	position: relative;
	height:100%;
	background-color: #3A414B;
	/*
	-webkit-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    -moz-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    */
}

/* Sidebar right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	/*width: 185px;*/
	width: 245px;
	margin-right: -100%;
	position: relative;
	height:100%;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 100%;
	position: relative;
	background-color:white;
	float: left;
	overflow: hidden;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
	height:100%
}

#content {
	padding: 0 0 0 245px;
	height:100%;
}

.contentLite {
	padding: 0 0 0 0px!important;
}

#sideMenuBar
{
    overflow:scroll;    
    overflow-x:hidden;
    overflow-y:hidden;
    position: relative ;
}

#sideMenuBarSettingManager
{
    overflow:scroll;    
    overflow-x:hidden;
    overflow-y:hidden;
    position: relative ;
}

.SideMenu 
{
    cursor:pointer;
    width:239px;
    background-color :#3A414B;
}

    .SideMenu li {
        list-style-type: none;

    }

.SideMenuHeader
{
    cursor:pointer;
    font-family: Calibri;
    font-size:10.5pt;
    font-weight:normal!important;
    background-color :#454f5c!important;
    border-bottom: 1px solid #3e4753!important;
    border-top-width: 0!important;
    border-left-width: 0!important;
    border-right-width: 0!important;
    height : 29px;
    padding :8px 13px 2px 11px!important;
    width: 215px;
    /*
    -webkit-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    -moz-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
*/
}


.SideMenuHeader .dxnb-img
{
    float: left;
}

.SideMenuHeader span {
    padding: 5px 0 0px 0px !important;
    vertical-align: bottom !important;
    font-weight: bold;
    margin-left: 2px;
    /*float: left;*/
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    width: 160px !important;
    margin-right:0px !important;
}


.SideMenuHeader .triangle img
{
    margin: 8px 6px 0 0;
}

.SideMenuHeaderSettingsMan {
    cursor: pointer;
    font-family: Calibri;
    font-size: 10.5pt;
    font-weight: normal !important;
    background-color: #454f5c !important;
    border-bottom: 1px solid #3e4753 !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    height: 29px;
    padding: 8px 13px 2px 11px !important;
    width: 215px;
    /*
    -webkit-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    -moz-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
*/
}


    .SideMenuHeaderSettingsMan .dxnb-img {
        float: left;
    }

    .SideMenuHeaderSettingsMan span {
        padding: 5px 0 0px 0px !important;
        vertical-align: bottom !important;
        font-weight: bold;
        margin-left: 2px;
        float: left;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        width: 160px !important;
        margin-right: 0px !important;
        height:15px
    }


    .SideMenuHeaderSettingsMan .triangle img {
        margin: 8px 6px 0 0;
    }

.SideMenuHeaderClone
{
    cursor:pointer;
    font-family: Calibri;
    font-size:10.5pt;
    font-weight:normal!important;
    background-color :#454f5c!important;
    border-bottom :0px!important;
    border-top :0px!important;
    border-right :0px!important;
    border-left:6px solid!important;
    height : 30px;
    padding :8px 13px 2px 11px!important;
    width : 215px;
    position:fixed;
    z-index: 0;
    /*
    -webkit-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    -moz-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    */
}

.SideMenuHeaderClone span
{
    padding: 5px 0 0px 0px!important;
    font-size: 10.5pt;
    font-weight: bold;
    margin-left: 2px;
    
}

.SideMenuHeaderClone .dxnb-img
{
    margin: 0 4px 0 0;
    float: left;
}

.SideMenuHeaderClone .dxnb-btn
{
    margin: 4px 2px 0 0;
}

.SideMenuContent
{
    cursor:pointer;
    font-family: Calibri;
    font-size:10.5pt;
    font-weight:normal!important;
    color:#ffffff;
    background-color :#454f5c!important;
    padding :0px 0px 0 0px!important;
    /*
    -webkit-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    -moz-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    */
    border:0px!important;
    /*max-height:500px;*/
}

.SideMenuContent li
{
    padding: 5px 0 4px 1px!important;
    margin-bottom:0px!important;
    border-left: 0px!important;
    width: 237px;
}

.SideMenuContent li img
{
    margin: 1px 10px 0px 13px!important;
    float: left;
}

.SideMenuContent li span
{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 197px;
    height:18px;
    margin-top:3px
}

/*
.SideMenuContent li:nth-last-of-type(1)
{
    border-bottom: 0px solid #5B6571!important;
    padding: 8px 0 9px 1px!important;
    margin-bottom:0px!important;
    border-left: 0px!important;
}
*/

/* leftmenu_shadow
-----------------------------------------------------------------------------*/
.leftmenu_shadow {
	float: left;
	/*width: 185px;*/
	width: 245px;
	position: relative;
	height:15px;
	border-style:none;
	-webkit-box-shadow: inset 0px 10px 9px -6px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 0px 10px 9px -6px rgba(0,0,0,0.45);
    box-shadow: inset 0px 10px 9px -6px rgba(0,0,0,0.45);
}

.leftmenu_shadow_clone {
	width: 245px;
	position: fixed;
	height:15px;
	border-style:none;
	z-index:0;
	background-color: #3A414B;
	-webkit-box-shadow: inset 0px 10px 9px -6px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 0px 10px 9px -6px rgba(0,0,0,0.45);
    box-shadow: inset 0px 10px 9px -6px rgba(0,0,0,0.45);
}

.sideMenuBarShadow {
  -webkit-box-shadow: inset -11px -1px 8px -8px rgba(0,0,0,0.70);
  -moz-box-shadow: inset -11px -1px 8px -8px rgba(0,0,0,0.70);
  box-shadow: inset -11px -1px 8px -8px rgba(0,0,0,0.70);
  height: 100%;
  position: absolute;
  width: 15px;
  top: 0px;
  left: 230px;
}

/* leftmenu_blank
-----------------------------------------------------------------------------*/
.leftmenu_blank {
	float: left;
	/*width: 185px;*/
	width: 245px;
    background-color:#454f5c;
	height:100%;

}


.popup 
{
    
    -webkit-box-shadow: 0px 0px 30px 0px rgba(17,17,17,0.65);
    -moz-box-shadow: 0px 0px 30px 0px rgba(17,17,17,0.65);
    box-shadow: 0px 0px 30px 0px rgba(17,17,17,0.65);
    
    width:100%;
    /*height:100%;
    position: absolute;*/
    display: inline-block;
}


.popupBanner 
{
    background-color: #5cbdff;
    /*background: -webkit-linear-gradient(#78c8ff, #ffffff); /* For Safari 5.1 to 6.0 */
    /*background: -moz-linear-gradient(#78c8ff, #ffffff); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#78c8ff, #ffffff); /* Standard syntax */
    /*margin-bottom:10px;*/
    height: 45px;
}

.popupMsgBanner 
{
    background-color: #5cbdff;
    height: 32px;
    color: #ffffff;
    text-align: left;
}

.popupMsgBannerTitle
{
    font-size: 10.5pt;
    font-weight:bold;
    margin: 7px 0 0 9px;
    float: left;
     font-family:Calibri
}

.popupMsgContent
{
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    min-height: 70px;
}

    .popupMsgContent span {
        text-align: left;
        color: #2c2c2c;
        font-size: 10.5pt;
        float: left;
        margin: 18px 22px 20px 17px;
        width: 288px;
        font-family: Calibri;
        overflow-wrap: break-word;
    }

.popupMsgContent img 
{
    float: left;
    padding: 25px 5px 15px 20px;   
    margin-bottom: 10px;
}

.popupBannerPart1
{
    background-color: #5cbdff;
    
    /*background: -webkit-linear-gradient(#78c8ff, #b7e1ff); /* For Safari 5.1 to 6.0 */
    /*background: -moz-linear-gradient(#78c8ff, #b7e1ff); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#78c8ff, #b7e1ff); /* Standard syntax */
    
    height: 45px;
}

.popupBannerPart2
{
    display: none;
    
    background-color: #FFFFFF;
    background: -webkit-linear-gradient(#b7e1ff, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(#b7e1ff, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#b7e1ff, #ffffff); /* Standard syntax */
    height: 25px;
    position: absolute;
    top: 0px;
    width: 100%;
    margin-bottom:10px;
    z-index: -1;
}



.popupTitle 
{
    float: left;
    font-family:Calibri!important;
    font-size:16.5pt!important;
    font-weight :bold;
    color:#ffffff!important;  
    padding-top :14px;
    padding-left :20px;
}

/*
.popupClose
{
    float: right;
    margin-top :15px;
    margin-right :15px;
    background: url(../images/icons/icon_close.gif);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    width:25px;
    height:25px;
    cursor:pointer;
}
*/

.popupClose
{
    float: right;
    background-size: 45px 20px;
    background-repeat: no-repeat;
    width:45px;
    height:20px;
}

.popupClose a
{
    vertical-align: bottom;
}

.popupLine
{
    float:left;
    height:0px;
    width:100%;
    background-color:#acb2bb;
}

.popupLine2
{
    float:left;
    height:0px;
    width:100%;
    background-color:#acb2bb;
    position: absolute;
    top:30px;
}

.popupButtonGreenDisabled {
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    color: #7f7f7f !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 70px !important;
    height: 30px;
    padding-bottom: 2px !important;
    width: inherit !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}


.popupButtonGreen {
    -moz-box-shadow: inset 0px 1px 3px 0px #00C90a !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #00C90a !important;
    box-shadow: inset 0px 1px 3px 0px #00C90a !important;
    background-color: #00C90a !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #008e07 !important;
    cursor: pointer !important;
    color: #ffffff !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 70px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

.popupButtonGreenPressed {
    border-color: #00C90a !important;
    padding: 2px 4px 2px 4px !important;
}

.popupButtonGreen:hover {
    background-color: #00aa08 !important;
}

.popupButtonGreen:active {
    position: relative !important;
    top: 1px !important;
}

.popupButtonRed {
    -moz-box-shadow: inset 0px 1px 3px 0px #e90006 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #e90006 !important;
    box-shadow: inset 0px 1px 3px 0px #e90006 !important;
    background-color: #e90006 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #a50004 !important;
    cursor: pointer !important;
    color: #ffffff !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    min-width: 70px !important;
    font-weight: bold !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

.popupButtonRedPressed {
    border-color: #e90006 !important;
    padding: 2px 4px 2px 4px !important;
}

.popupButtonRed:hover {
    background-color: #c30005 !important;
}

.popupButtonRed:active {
    position: relative;
    top: 1px;
}

.popupButtonGray {
    -moz-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    background-color: #f9f9f9 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #666666 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 70px !important;
    height: 30px ;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

.popupButtonGray:hover {
    background-color: #e9e9e9 !important;
}

.popupButtonGrayPressed {
    border-color: #f9f9f9 !important;
    padding: 2px 4px 2px 4px !important;
}

.popupButtonGray:active {
	position:relative;
	top:1px;
}
.popupButtonGrayFloatLeft 
{
    float: left;
}

.popupButtonDisabled {
    -moz-box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    background-color: #f9f9f9 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #999999 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 70px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    background-image: url('') !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.popupButtonYellow 
{
    -moz-box-shadow:inset 0px 1px 3px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 3px 0px #ffffff;
	box-shadow:inset 0px 1px 3px 0px #ffffff;
	background-color:#ffec64;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Calibri;
	font-size:10.5pt;
	font-weight:bold;
	width: 70px;
	height: 30px;
	text-decoration:none;
	padding-bottom: 2px;
}
.popupButtonYellow:hover {
	background-color:#ffab23;
}
.popupButtonYellow:active {
	position:relative;
	top:1px;
}

.popupButtonMarginLeft 
{
    margin-left: 8px;
}

.popupButtonGenerateReport {
	-moz-box-shadow:inset 0px 1px 3px 0px #32d35a;
	-webkit-box-shadow:inset 0px 1px 3px 0px #32d35a;
	box-shadow:inset 0px 1px 3px 0px #32d35a;
	background-color:#2ab74e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #209b41;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:10.5pt;
	font-weight:bold;
	width: 130px;
	height: 30px;
	text-decoration:none;
}
.popupButtonGenerateReport:hover {
	background-color:#209b41;
}
.popupButtonGenerateReport:active {
	position:relative;
	top:1px;
}

.popupButtonSwitchLayout {
	-moz-box-shadow:inset 0px 1px 3px 0px #32d35a;
	-webkit-box-shadow:inset 0px 1px 3px 0px #32d35a;
	box-shadow:inset 0px 1px 3px 0px #32d35a;
	background-color:#2ab74e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #209b41;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:10.5pt;
	font-weight:bold;
	height: 30px;
	text-decoration:none;
	padding: 0 10px 0 10px;
}
.popupButtonSwitchLayout:hover {
	background-color:#209b41;
}
.popupButtonSwitchLayout:active {
	position:relative;
	top:1px;
}

.blockContent
{
    font-family:Calibri;
    font-size:10.5pt; 
    font-weight:bold;
    color:#383838;
    padding: 0 20px 0 20px;
    float: left;
    width: 80%;
    text-align:left;
}

#contentHeaderSideMenu {

   
    /*
    -webkit-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    -moz-box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    box-shadow: inset -11px 0px 9px -8px rgba(0,0,0,1);
    */
}

#contentHeaderSideMenuLogo {
    background-color: #3A414B;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 74px;
    margin: 10px;
}

.SideMenuLogo {
    /*margin-bottom: 20px;*/
    max-height: 74px;
    max-width: 225px;
    object-fit: contain;
}

.mightOverflow 
{
    
}


/*Removes padding around the popupcontrol header*/
.dxpc-headerContent, .dxpc-footerContent {
    line-height: 100%;
    padding: 0px!important;
    white-space: nowrap;
}

.highZIndexPanel 
{
    z-index: 110000!important;
}

.dxtc-leftIndent
{
    border-top-width: 0px!important;
}

.dxtc-spacer
{
    border-top-width: 0px!important;
}

.dxtc-rightIndent
{
    border-top-width: 0px!important;
}

.dxtc-stripContainer .dxtc-link
{
    padding: 6px 13px 0px!important;
}

.altLabel 
{
    position: fixed;    
    border: 1px black solid;
    padding: 1px 3px;
    background: #f1f1f1;
    display: none;
}

.customCheckBox 
{
    display: none;
}

.customCheckBox + label
{
    background: url("!icons/square-w13-c2b2b2b.img") left center no-repeat;
    padding: 5px 0 4px 18px;
}

.customCheckBox:checked + label
{
    background: url("!icons/square-w13-c2b2b2b!icons/approve-w7.img") left center no-repeat;
    padding: 5px 0 4px 18px;
}

.dxEditors_edtDropDown_DevExCSS
{
	background: transparent url('!-w15-h11!icons/ComboBox-w9-c2b2b2b-alb-x2.img') no-repeat;
}

.dxEditors_edtDropDownDisabled_DevExCSS
{
	background: transparent url('!-w15-h11!icons/ComboBox-w9-c959595-alb-x2.img') no-repeat;
}


#back-to-top {
    position: fixed;
    top: 120px;
    right: 40px;
    z-index: 9999;
    width: 48px;
    height: 53px;
    text-align: center;
    line-height: 12px;
    background: #f5f5f5;
    color: #2b2b2b;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-weight: bold;
    font-size: 12pt;
    padding-top: 6px;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

#go-to-bottom {
    position: fixed;
    bottom: 20px;
    right: 33px;
    z-index: 9999;
    width: 48px;
    height: 53px;
    text-align: center;
    line-height: 12px;
    background: #f5f5f5;
    color: #2b2b2b;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-weight: bold;
    font-size: 12pt;
    padding-top: 6px;
}
#go-to-bottom:hover {
    background: #e9ebec;
}
#go-to-bottom.show {
    opacity: 1;
}

.btnclearcss .dx-vam  
{
    vertical-align: middle!important; 
    text-decoration:none!important; 
}

.dxeListBoxItem_DevExCSS em, .dxeListBoxItemSelected_DevExCSS, .dxeListBoxItemHover_DevExCSS
    {
        background-color:#459dd8!important;
        color:white!important;
    }

.filterLoading {
    position: fixed;
    background-color: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
    top: 94px;
    z-index: 100000;
}

.filterLoading .img {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: url(../images/loader_background.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
    text-align: center;
}

    .filterLoading .img img {
        padding-top: 40px;
    }

.hide {
    display: none;
}

.conditionButtonGrayDisabled {
    -moz-box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    background-color: #f9f9f9 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: default !important;
    color: #999999 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 120px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    background-image: url('') !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}


.conditionButtonGray {
    -moz-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    background-color: #f9f9f9 !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #666666 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 120px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

.conditionButtonGray:hover {
    background-color: #e9e9e9 !important;
}

.conditionButtonGrayPressed {
    border-color: #f9f9f9 !important;
    padding: 2px 4px 2px 4px !important;
}

.holidayButtonGrayDisabled {
    -moz-box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    box-shadow: inset 0px 1px 3px 0px #ffffff !important;
    background-color: #f9f9f9 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: default !important;
    color: #999999 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 96px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    background-image: url('') !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.holidayButtonGray {
    -moz-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    background-color: #f9f9f9 !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #666666 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 96px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

.holidayGray:hover {
    background-color: #e9e9e9 !important;
}

.holidayButtonGrayPressed {
    border-color: #f9f9f9 !important;
    padding: 2px 4px 2px 4px !important;
}

.conditionButtonOrange {
    -moz-box-shadow: inset 0px 1px 3px 0px #fedb72 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #fedb72 !important;
    box-shadow: inset 0px 1px 3px 0px #fedb72 !important;
    background-color: #fedb72 !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #666666 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    max-width: 96px !important;
    min-width: 96px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

.btnGeneratePolicyName {
    -moz-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    background-color: #f9f9f9 !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #666666 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 178px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

.btnGeneratePolicyName .dx-vam {
    width: 160px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.btnGeneratePolicyName:hover {
    background-color: #e9e9e9 !important;
}

.btnGeneratePolicyNamePressed {
    border-color: #f9f9f9 !important;
    padding: 2px 4px 2px 4px !important;
}

.btnSaveReportName {
    -moz-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    box-shadow: inset 0px 1px 3px 0px #f9f9f9 !important;
    background-color: #f9f9f9 !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #666666 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    height: 30px;
    min-width: 100% !important;
    text-decoration: none !important;
    background-image: url('') !important;
}

.btnSaveReportName .dx-vam {
    width: 114px!important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.btnSaveReportName:hover {
    background-color: #e9e9e9 !important;
}

.btnSaveReportNamePressed {
    border-color: #f9f9f9 !important;
    /*padding: 2px 4px 2px 4px !important;*/
}

.dxbButton div.dxb {
    padding: 2px 1px 3px 1px !important;
    /*border: 1px dotted transparent;*/
}

.dxeListBoxItemRow_DevExCSS:nth-child(even) {background: #f5f5f5}
.dxeListBoxItemRow_DevExCSS:nth-child(odd) {background: #FFF}

#poweredByExpensePointLogo {
    margin-left:8px;
    opacity: .50;
}

#knowledgeCenter {
    margin-left: 5px;
    margin-right: 5px;
    border: double 2px transparent;
    border-radius: 5px;
    background-image: linear-gradient(#0000, #0000), linear-gradient(45deg, rgb(255, 208, 0), rgb(0, 174, 239));
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 0px;
}




.popupButtonBlue {
    -moz-box-shadow: inset 0px 1px 3px 0px #0096fb !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #0096fb !important;
    box-shadow: inset 0px 1px 3px 0px #0096fb !important;
    background-color: #0096fb !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    cursor: pointer !important;
    color: #dee0e4 !important;
    font-family: Calibri !important;
    font-size: 10.5pt !important;
    font-weight: bold !important;
    min-width: 70px !important;
    height: 30px;
    text-decoration: none !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    background-image: url('') !important;
}

    .popupButtonBlue:hover {
        background-color: #0096fb !important;
    }

.popupButtonBluePressed {
    border-color: #0096fb !important;
    padding: 2px 4px 2px 4px !important;
}