body, td {
  font-size: 1em;
  line-height: 1.3;
  font-family: sans-serif /*{global-font-family}*/;  
  /*text-shadow: 0 {a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #EEE /*{a-body-shadow-color}*/;
  /*color: black;*/
}
/* screen management for mobile app on desktop */
html { background-color: #2b2b2b /*{b-page-background-color}*/; }
/*
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
@media only screen and (min-width: 600px){
    .ui-page{
        width: 600px !important;
        margin: 0 auto !important;
        position: relative !important;
        border-right: 1px solid #3A3A3A !important;
        border-left: 1px solid #3A3A3A !important;
        /*
        border-right: 5px #666 outset !important;
        border-left: 5px #666 outset !important;
        */
    } 
    .ui-header-fixed, .ui-footer-fixed {
        width: 600px !important;
        margin: 0 auto !important;      
    }
}

a {
}

a:hover {
}
.anchr {
  color: #0088cc;    /*008acc*/
  text-decoration: none;
  cursor : pointer;  /* Use for ie bug on :hover*/
}
.anchr:hover {
  color: #005580;
  text-decoration: underline;
  cursor : pointer;
}
.my_form{
  margin:0px !important;
  padding:0px;  
}
/**** Login page ****/
#blackout{
  z-index:2000000;
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: black; 
  color: white;
}   
#wrapper{
  height:100%;
  width:100%;
  display:table;
  vertical-align:middle;
}
#outer{
  display:table-cell;
  vertical-align:middle;
}
#messwrap{
/*
  position:relative;
  left:50%;
  float:left;*/
}
#mess{
  padding:20px 20px;
  position:relative;
  text-align:center;
  /*left:-50%;*/
}
.logindiv{
  width: 70%;
  margin: auto;
}
.logindiv .ui-input-text{
  max-width: 400px;
  margin: auto; 
}
.logindiv .ui-input-text:nth-child(n+1){
  margin-top: 10px;  
}
.logindiv button{
  width:150px;
  margin: auto;
}
h2.benact{
  margin: 10px 0 10px 0;
}
/**** Switch page ****/
#switchPage{width: 100%; height: 85%;}
#switch{}
#switch_title{margin-top: 0px;}
#messages{
  margin-top: 10px;
  padding: 5px;
  color: black;
  height: 24%;
  overflow: auto;
}  

/* My Account Page*/
#myAccountPage{width: 100%; height: 85%;}
.itm_info{
  table-layout: fixed;
  width: 100%;
}
.itm_info .hdr{
  width: 130px;
  height: 49px;
  font-weight: bold;
}
.td_det{
  height: 90px;
  padding-top: 10px;
  vertical-align: top;  
}
.td_det label{
  font-weight: bold;
}
/**** My Interest Page ****/
#myInterestPage{width: 100%; height: 85%;}
#scrollInt{height: 30%;}
.CollapseSet .ui-collapsible-content{
  padding: .5em .5em;
}
.CollapseSet .ui-collapsible-content, .ui-body-inherit{
  background-color: #1D1D1D /*{a-body-background-color}*/;  
  color: white;
  text-shadow: none;
}  
/**** My request Page ****/
.CollapseSet .ui-collapsible-content{
  padding: .5em .5em;
}
.CollapseSet .ui-body-a{
  background-color: #1D1D1D /*{a-body-background-color}*/;  
  color: white;
  text-shadow: none;
}  
/**** My offer summary Page ****/
#off_det_set .ui-collapsible-content{
  padding: .5em .5em;
  background-color: #1D1D1D /*{a-body-background-color}*/;  
  color: white;
  text-shadow: none;
}
/**** My Commitment Page ****/
#myCommitmentPage{width: 100%; height: 85%;}

.ui-content {
 padding: 4%; 
}
/* Map page  */
#mapPage, #map-canvas { 
  width: 100%; 
  height: 85%; 
  padding: 0; 
  overflow: hidden;
}

#map{
  height: 50% !important;
  width: 100% !important;
}
#scrollMap{height: 42%;}

/* Google map */
.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{
  font-weight:400
}
.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{
  font-size:10px
}
@media print {  
  .gm-style .gmnoprint, .gmnoprint {
      display:none  
  }
}
@media screen {  
  .gm-style .gmnoscreen, .gmnoscreen {
      display:none  
  }
}
.gm-style{
  font-family:Roboto,Arial,sans-serif;
  font-size:11px;
  font-weight:400;
  text-decoration:none
}
.gm-style img{max-width:none}
        
/* Scroll and arrow display on scroll element*/
.scrollCnt{
  position: relative;
  margin-top: 10px;
}
.goUp{
  position: absolute;
  right: 4px;
  top: 1px;
  z-index: 10;  
}
.goDown{
  position: absolute;
  right: 4px;
  bottom: 2px;
  z-index: 10;    
}
.scroll{
  height: 100%;
  overflow: auto;    
}
.scroll .ui-field-contain, .scroll-content .ui-field-contain{
  padding: 0;
}
.ui-select a{
  height: 18px;
}
/*  test   
.ui-checkbox label.ui-checkbox-on {
  background: #00b0eb !important;
}    
.ui-btn.ui-checkbox-off:after{
    background:#fff;
    opacity:1;
    background-repeat: none
}
.ui-btn.ui-checkbox-on:after{
    background:black;
    opacity:1;
}               */ 

.ui-checkbox-on .ui-icon {
    width: 32px!important; 
    height: 32px!important; 
    margin-left: -20px !important; 
    margin-top: -15px !important; 
    box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; 
    -webkit-border-radius: 0 !important; border-radius: 0 !important; 
    background: url(images/check-black.png) 50% 50% no-repeat;
}

.ui-icon-checkbox-off {
    background-image: none;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; 
    border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
}
.ui-state-disabled{
  opacity:0.6;  
}

#mbrPrefLang_usr-dialog  .ui-dialog-contain, #oLang_usr-dialog .ui-dialog-contain{
  width: 80%;
}

/*  Custom header and footer   */
.header .ui-btn-icon-left:after{
    left: 0.60em !important;
}  
.header{
  height: 47px;
}
.header a{
  height: 20px;
  width: 6px;
  padding-right: 0px;
  padding-left: 33px;
}
.ui-title{
  padding: .8em 0 !important;  
}  
.footer{
 height: 50px;
} 
.footer button{
  height: 40px;
  padding-right: 10px;
  margin-right: 10px !important;  
}
.footer button.ui-btn-icon-left:after{
  left: 1px;
}
.footer button.logoutBtn.ui-btn-icon-left:after{
  left: 9px;
}

.lng_btn{
  position:absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 55px !important;
  height: 55px !important;
}
#logoutBtn{
  height: 36px;
  padding-right: 1px;  
}
.grayrnd{
  margin-bottom: 5px;
  padding:4px;
  border: 1px solid gray;
  background-color: #B3B3B3;  /*#eeeeee*/
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.rcs {
  background-color: 313131;
  border: 2px solid #464545;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius:  0.5em;
    box-shadow: 0.3em 0.3em 0.3em black;
}
.rc {
  background-color: #2B2B2B;
  color: #4C4C4C;
  border: 2px solid #BBBBBB;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius:  0.5em;
  /*padding: 5px;*/
}
.rcs_nosh {
  padding-bottom: 4px;
  margin-bottom: 20px ;
  background-color: white;
  border: 1px solid #F0F0F0 ; 
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius:  0.5em;
}
.rcs_b_nosh { 
  padding: 10px;
  border: 1px solid #BBBBBB;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}
.mess_cntr{
  max-height: 300px;
  overflow: auto;
  padding: 5px;
}  
.mess_hdr{
  color: white;
  text-shadow: none;
  padding: 3px 10px;
  margin-bottom: 7px;
  background: #4E4E4E;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;  
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;  
}
/*content*/
.rcs .cnt, .rc .cnt {
  padding: 20px;  
  color: white;
  text-shadow: none;
}
.form_title {
  min-height: 30px;
  font-size:14pt;
  font-weight: bold; 
  color: white;
  border-bottom:1px solid #AAAAAA;
  line-height: 30px;
  /*margin-top: -5px;*/
}
/* Bypass jqm css */
.ui-input-text, .ui-select{
  margin: 0px;
}
.ui-header .ui-title {
  margin-right: 10%;
  margin-left: 10%;
}
.ui-collapsible-inset .hdr {
  background-color: #3A3A3A;
  padding: 5px 5px 5px 10px;
  border: 1px solid #BBBBBB;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
  
}
.ui-btn {
  background-position: 0px;
}
.ui-btn, .bg_btn{
  background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#2d2d2d));
  background-image: -webkit-linear-gradient(#444,#2d2d2d);
  background-image: -moz-linear-gradient(#444,#2d2d2d);
  background-image: -ms-linear-gradient(#444,#2d2d2d);
  background-image: -o-linear-gradient(#444,#2d2d2d);
  background-image: linear-gradient(#444,#2d2d2d); 
  color: white; 
} 
a.ui-btn {
  /*border: 0px;  */
  border-top: 1px solid #808080 !important;
}
@media (min-width: 28em){
  .ui-field-contain .ui-controlgroup-controls {
    width: 100% !important;
  }
}    
/* WINDOWS OR HERO ICON*/
.icon{
  margin-top: -10px;
  text-align: right;
  border: 0px;
  min-width: 32px;
  height: 32px;
  background-repeat: no-repeat;   
  margin-left: 5px;
}

.drag_icon{
  margin-right: -10px;
  margin-left: 20px;
  background-image: url('../img/handlew.png');
  border: 0px;
  width: 45px;
  height: 31px;
  cursor : move;
}
#dialog_pop button{
  border-color: #5D5D5D;                      
}
/*Manage modal form*/
.modal-backg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
.modal-backg.active {
    display: block;
}
/* Text alignment */
.tcent{text-align: center !important;}
.tleft{text-align: left !important;}
.tright{text-align: right !important;}
.tmidd{vertical-align: middle;}
.tdesc th{text-decoration: underline;}  

.mt-1{  margin-top: -1px !important;}
.mt-4{  margin-top: -4px !important;}
.mt0{  margin-top: 0px !important;}
.mt5{  margin-top: 5px !important;}
.mt6{  margin-top: 6px !important;}
.mt10{  margin-top: 10px !important;}
.mt20{  margin-top: 20px !important;}
.mb0{  margin-bottom: 0px !important;}
.mb10{  margin-bottom: 10px !important;}
.mb15{  margin-bottom: 15px !important;}
.mb20{  margin-bottom: 20px !important;}
.ml10{  margin-left: 10px !important;}
.mr5{  margin-right: 5px !important;}
.mr10{  margin-right: 10px !important;}
.mlr10{margin-left: 10px !important; margin-right: 10px !important;}
.mtb10{  margin-top: 10px; margin-bottom: 10px; }
.pt4{padding-top: 4px;}
.pb5{padding-top: 5px;}
.pl5{  padding-left: 5px !important; }
.bg_fnt{  font-size:12pt !important;  font-weight: bold !important; }
.fb{  font-weight: bold !important;   }
.fs13{font-size: 13px;}
.fs21{font-size: 21px;}
.ma{margin: auto;}
.prel{position: relative;}
.p{margin-top: 1em; margin-bottom: 1em;}
.w100pc{width:100% !important;}
.w30pc{width:30% !important;}
.w16{width:16px !important;}
.w30{width:30px !important;}
.w50{width:50px !important;}
.w55{width:55px !important;}
.w80{width:80px !important;}
.w86{width:86px !important;}
.w100{width:100px !important;}
.w150{width:150px !important;}
.w246{width:246px !important;}
.h20{height: 20px !important;}
.h30{height: 30px !important;}
.h40{height: 40px !important;}
.udrln{text-decoration: underline;}
.fleft{float: left !important;}
.fright{float: right !important;}
.noresize{resize: none !important;}  /*do not resize textarea*/
.clrb{clear: both !important;}

/* Use to let the right part fixed and 
   the left to take all remaining place */
.left_var { /* this item must be the secont defined to work */
  overflow: hidden;
  min-height: 30px;
}

.right_fix { /* this item must be the first defined to work */
  float: right;
  min-height: 30px;
  margin-left: 10px;
}

/*  POPUP FORM */
.cent_btn{
  margin-top: 20px;
  width:100% !important;
}
.cent_btn button{
  margin: auto;
}
.slc_btn{  
  color: #FFF !important;
  box-shadow: inset 1px 1px 4px 1px rgba(0, 0, 0, 0.5) !important;
}
.nslc_btn{  
  color: gray !important;
}

  /* Alert management */
.alert_pop_cnt {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 30px;
}
.alert_pop {
  font-weight: bold;
  padding: 5px;
  display: block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert_pop div{
  background-color: #434343;
  border-radius: 4px;
  padding: 0 1px 2px 1px;
  float: left;
  margin-right: 10px;
}  
.alert_pop i{
}
.invisible{ /* Don't put !important here*/
  display: none ;
}
.hlight{
  box-shadow: 0px 0px 10px 4px #fddbab;
}
}
.ui-icon.success{
  background-image: url(images/ui-icons_success_256x240.png);
}
.ui-icon.error{
  background-image: url(images/ui-icons_error_256x240.png);
}
.ui-icon.info{
  background-image: url(images/ui-icons_info_256x240.png);
}
.ui-icon.warning{
  background-image: url(images/ui-icons_warning_256x240.png);
}
.comp_name{
  /*margin-top: 20px;*/
  margin-left: 20px;
  color: black;
  font-size:30px;
  font-weight:bolder; 
}
.halo {
  text-shadow: 1px 1px 2px #fddbab, 0 0 1em #fddbab, 0 0 0.2em #fddbab;     /*#ff8200*/
}
.halo_b, .not-read{
  box-shadow: 0px 0px 5px 4px #FDDBAB !important;
}
.ui-field-contain{
  margin: 0;
}
#frmInt label{
  font-weight: bold;
}
/* Switch page icons */
.bg_btn{
  width: 100%;
  height: 50px;
  border: 1px solid #808080 !important;  
  text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #444 /*{b-bup-shadow-color}*/;
  border-radius: 7px;
  margin-bottom: 5px;
}
.bg_txt{
  font-weight: bold;
  margin-left: 50px;
  margin-top: 10px;
}
.bg_ico{
  height: 40px;
  width: 40px;
  float: left;
  margin: 5px 10px;
}
.title_bar{
  height: 40px;
  margin: 10px 10px 30px 0;
  width: 100%;
}
.title_bar_title{
  margin-top: 0;
  float: left;
}
.circ_ico{
  margin-right: 15px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: #2D2D2D;
  box-shadow: 0px 0px 10px 4px #fddbab; 
}
.circ_ico .bg_ico{
  margin-top: -1px;
  margin-left: 0px;
}
.circ_ico_nosh{
  margin-right: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #585858;
}
.acc_ico {
  background: url(../img/user.png) 5% 50% no-repeat;
}
.int_ico {
  background: url(../img/heartbeat.png) 5% 50% no-repeat;
  height: 40px;
  width: 40px;
  float: left;
}
.req_ico {
  background: url(../img/request.png) 5% 50% no-repeat;
  height: 40px;
  width: 40px;
  float: left;
}
.com_ico {
  background: url(../img/hand.png) 5% 50% no-repeat;
  height: 40px;
  width: 40px;
  float: left;
}
.fav_ico {
  background: url(../img/favorite.png) 5% 50% no-repeat;
  height: 40px;
  width: 40px;
  float: left;
}
.find_ico {
  background: url(../img/search.png) 5% 50% no-repeat;
  background-size: 38px 38px;
  float: left;
}
.fav_link{
  background: url(../img/eval_on_50.png) 5% 50% no-repeat;;
  margin-left: 2px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.req_link{
  background: url(../img/req_on_50.png) 5% 50% no-repeat;;
  margin-left: 6px;  
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.cmt_link{
  background: url(../img/hand_on_50.png) 5% 50% no-repeat;;
  margin-left: 1px;  
  width: 50px;
  height: 50px;
  cursor: pointer;  
}
.com_link{
  background: url(../img/com_on_40.png) 50% 50% no-repeat;;
  margin-left: 1px;    
  padding-top: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;  
}
.inv_link{
  background: url(../img/inv_on_40.png) 50% 50% no-repeat;;
  margin-left: 1px;  
  width: 50px;
  height: 50px;
  cursor: pointer;  
}
.eval_link{
  background: url(../img/eval_40.png) 50% 50% no-repeat;;
  margin-left: 1px;  
  width: 50px;
  height: 50px;
  cursor: pointer;  
}
.opp_icon{
  height: 40px;
}
.ui-icon-request::after{
  background: url(../img/request_sm.png) 9% 50% no-repeat;
  background-size: 20px 20px;
  background-color: #666 /*{global-icon-color}*/;
  background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.ui-icon-commit::after {
  background: url(../img/hand_sm.png) 9% 50% no-repeat;
  background-color: #666 /*{global-icon-color}*/;
  background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.ui-icon-eval::after {
  background: url(../img/eval_sm.png) 9% 50% no-repeat;
  background-color: #666 /*{global-icon-color}*/;
  background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.ui-icon-favorite {
  background: url(../img/favorite.png) 50% 50% no-repeat;
  background-size: 38px 38px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-find {
  background: url(../img/search.png) 50% 50% no-repeat;
  background-size: 38px 38px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-star, .ui-icon-comment, .ui-icon-plus, .ui-icon-minus,
.ui-icon-check, .ui-icon-delete{
  /*background-position: 0;*/
}
.ui-controlgroup, fieldset.ui-controlgroup {
  margin: 0;
}
/* dialog icons */
.dlg_ico{
  width: 32px;
  height: 32px;
  margin-right: 10px;
  float: left;
}
/* Dialog form icons */
.dia_info{
  background-image: url('../img/ico_info.png');  
}
.dia_quest{
  background-image: url('../img/ico_quest.png');    
}
.dia_warn{
  background-image: url('../img/ico_warn.png');  
}
.dia_error{
  background-image: url('../img/ico_error.png');  
}
