@font-face {
    font-family: 'GESSTwoLight-Light';
    src: url('../fonts/ge_ss_two_light.eot');
    src: url('../fonts/ge_ss_two_light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ge_ss_two_light.woff') format('woff'),
       url('../fonts/ge_ss_two_light.ttf') format('truetype'),
       url('../fonts/ge_ss_two_light.svg#ge_ss_two_light') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
@font-face {
    font-family: 'GESSTwoMedium-Medium';
    src: url('../fonts/ge_ss_two_medium.eot');
    src: url('../fonts/ge_ss_two_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ge_ss_two_medium.woff') format('woff'),
       url('../fonts/ge_ss_two_medium.ttf') format('truetype'),
       url('../fonts/ge_ss_two_medium.svg#ge_ss_two_medium') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
.bcak {
    color: #122859;
    font-family: GESSTwoLight-Light;
    background-color: #73D9F8;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover; /* Generic*/
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

@media screen and (orientation:portrait) {
    body {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-color: #f7f7f7;
    }
}
	
h1
{
    font-family: GESSTwoMedium-Medium;
    font-size: 17px;
    color: #122859;
    padding: 0 0 13px 0;
    border-bottom: 2px solid #999999;
}
h2{font-size:24px}
h3{font-size:17px}
h4{font-size:14px}
h5{font-size:12px}
h6{font-size:10px}
input,textarea{font-family:tahoma,arial;font-size:12px;color:#57595d;outline: none;}
a{text-decoration:none}
p{line-height:20px}

.float_left
{
    text-align:center;
}


#box_bg
{
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #d5d5d5;
    text-align: right;
    background: #f9f9f9;
    width: 846px;
    display: block;
    margin: -5px auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px #dadada,inset 0 -3px 0 #e6e6e6;
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#content
{
    padding: 13px 28px 13px 28px;
    padding-top:15px;
}
.button{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;float:left;margin-top:9px}
.button a
{
    padding:9px 26px 8px 26px;color:#fff;font-weight:700;font-size:14px;display:block

}

.button.green
{
    box-shadow: inset 0 1px 0 #a1daa0;
    text-shadow: -1px -1px 0 #369135;
    background-color: #800000;
    border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color: #B12107 #B12107 #122859 #B12107;
}
.button.green:hover{background:#B12107}
.button.green:active{margin-top:19px}

#login
{
 
    padding:8px 0 0 0;border-top:1px solid #e0e0e0 ;text-align:right;
    font-family: GESSTwoMedium-Medium;
    font-size: 15px;
    
    }
       
.login
{
    background-position: right;
    font-size: 18px;
    color: #8e8d8d;
    font-family: GESSTwoLight-Light;
    text-align: right;
    padding: 11px 50px 10px 15px;
    background-color: #fdfdfd;
    width: 90%;
    border: 1px solid #d8d8d8;
    margin: 13px 0 -3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 4px #8e8d8d;
    
}

.select
{
    background-position: right;
    font-size: 18px;
    color: #8e8d8d;
    font-family: GESSTwoLight-Light;
    text-align: right;
    padding: 11px 50px 10px 15px;
    background-color: #fdfdfd;
    width: 90%;
    border: 1px solid #d8d8d8;
    margin: 13px 0 -3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 4px #8e8d8d;
    direction: rtl;
    
}

.select:invalid {
box-shadow: none;
}

.select:focus {
    border-color: #017725;
}

.select {
		height: 3em;
		padding-right: 3em;
		text-overflow: ellipsis;
}

.select option {
    color: #017725;
    background: #D4D4D4;
    font-size: 18px;
    font-family: GESSTwoLight-Light;
    text-align: right;
    padding: 11px 50px 10px 15px;
}

.select:focus::-ms-value {
    background-color: #666666;
}

.select::-ms-expand {
			display: none;
}

.select {
		height: 3em;
	}

.user
{
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
}

.login:focus {
    border-color: #017725;
}


.password
{
    background-image: url('../images/password.png');
    background-repeat: no-repeat;
}
.femail
{
    background-image: url('../images/email.png');
    background-repeat: no-repeat;
}

.errortxt {
    color: #FF0000;
    font-size: 14px;
    font-family: "GESSTwoMedium-Medium" , "Tahoma";
    text-align: right;
}

#bottom_text a{color:#2d932b;font-weight:700;padding:0 8px 0 0;background:url(../images/bullet.png) no-repeat 100% 50%}
#bottom_text a:hover{color:#878787;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .3s linear;-transition:all .2s linear}

.back_22 {
    /*background-image: url(../images/back_2.png);*/
    background-image: url(../images/back_33.png);
    background-repeat: repeat;
    min-width: 850px;
    margin: 10px 20px 20px 20px;
    padding: 10px 20px 20px 20px;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: #136D23 5px solid;
    border: 5px solid #136D23;*/
}

.center2
{
	width:90%;
	display:block;
	margin:0px auto 0 auto;
	text-align:center;

}

.font_1
{
	font-size:28px;
	color:#017725 ;
    font-weight:bold;
	font-family: GESSTwoMedium-Medium;
    text-shadow: 0px 1px 1px rgba(0,0,0, 0.9);
}

.font_2
{
    font-size: 22px;
    color: #000099;
    margin-top: 8px;
    font-weight:bold;
	font-family: GESSTwoMedium-Medium;
    text-shadow: 0px 1px 1px rgba(0,0,0, 0.9);
}

.font_3
{
	font-size:16px;
	color:#000099;
	font-weight:bold;
	font-family: GESSTwoMedium-Medium;
}

.font_4
{
	font-size:16px;
	color:#000099;
	font-weight:bold;
	font-family: GESSTwoLight-Light;
}

.powered {
    font-family: GESSTwoLight-Light;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 0 5px;
    position: relative;
    top: 8px;
    margin: 5px auto 0 auto;
    text-shadow: 0px 1px 1px rgba(0,0,0, 0.9);
    text-align: center;
}



.linka
{
    font-family: GESSTwoLight-Light;
    color: #122859;
    font-size: 15px;
    text-decoration: none;
}
.linka:hover
{
    text-decoration: underline;
}

.linkad
{
    font-family: GESSTwoLight-Light;
    color: #FF0000;
    font-size: 15px;
    text-decoration: none;
}
.linkad:hover
{
    text-decoration: underline;
}

.modalupdateProgress
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.myLink {display: none}
.bill-input{padding:10px;display:block;border:1px 1px 1px 1px solid #ccc;width:300px ;font-family:GESSTwoLight-Light;}

.bill-input2 {
    padding: 2px 10px 2px 10px;
    display: block;
    width: 300px;
    border: 1px 1px 1px 1px solid #017725;
    font-family: GESSTwoLight-Light;
    font-size: 16px;
    color: #CC0000;
}

.bill-dark-grey,.bill-hover-dark-grey:hover,.bill-dark-gray{color:#fff!important;background-color:#616161!important;font-family:GESSTwoLight-Light;}
.bill-hover-dark-grey:hover,.bill-dark-grey:hover {
    color: #000000;
    background-color: #99CCFF;
    
    font-family: GESSTwoLight-Light;
}
.bill-btn{ border: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    width:25%;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:GESSTwoMedium-Medium;color:#000!important;background-color:#4EC6FA!important;border:none;display:inline-block;padding:10px 18px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}		
.bill-btn:hover{color: #fff!important;
    background-color: #4EC6FA!important;
    font-family: GESSTwoMedium-Medium;  box-shadow:0 8px 16px 0 rgba(0,0,0,0.31),0 6px 20px 0 rgba(0,0,0,0.4)}

.radioSTyle {
    height: 35px;
    font-size: 14px;
    font-family: "GESSTwoMedium-Medium" , "Tahoma";
    font-size: medium;
    text-align: right;
    padding-right:2px;
    margin-left: 1px;
    margin-right: 1px;
        width: 90%;
}

.txterrorprofile {
    border-style: none;
    border-width: medium;
    border-color: inherit;
    background-color: transparent;
    color: #FF0000;
    font-family: GESSTwoLight-Light;
    font-size: 16px;
    text-align: right;
}	

.MessageBoxPopupBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
   -moz-opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modalPopupe {
    background-color: #FFFFFF;
    width: 500px;
    height: 120px;
    border: 2px solid #4EC6FA;
    font-family: GESSTwoLight-Light;
}

.modalPopup2 {
    background-color: #FFFFFF;
    height: 100px;
    width:100px;
    border: 2px solid #4EC6FA;
    font-family: GESSTwoLight-Light;
    position: relative;
    top: 50%;
    left: 25%;
    right: 25%;
    flex-align:center;
}

.headerpop
{
    background-color: #4EC6FA;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.bodypop {
    min-height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}
.footerpop
{
    padding: 3px;
}
.yes, .no
{
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.yes {
    background-color: #4EC6FA;
    border: 1px solid #122859;
    color: #FFFFFF;
}
.no
{
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}	

.modalupdateProgress
{
 position: fixed;
 background-color: Black;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 opacity: 0.4;
 -moz-opacity: 0.4;
 filter: alpha(opacity=40);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  overflow-y: hidden;
 z-index: 10000;
  padding-right: 15px;
}

.Loading
{
    position: relative;
    top: 50%;
}

.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    font-family: GESSTwoLight-Light;
    font-weight:bold;
    font-size: 16px;
    color: #122859;

}
.center img
{
    height: 128px;
    width: 128px;
}

#menu {
  position: fixed;
  right: 0;
  top: 40%;
  width: 8em;
  margin-top: -2.5em;
  text-align: right;
}

.box_menu
{
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #d5d5d5;
    text-align: right;
    background: #f9f9f9;
    display: block;
    margin: -5px auto 0 auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 0 2px #dadada,inset 0 -3px 0 #e6e6e6;
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.box_menu:hover {
    /*border-style: solid solid solid solid;
    border-width: 2px;*/
    border-style: solid solid solid solid;
}