

/*****************/
/*** MENU
/*****************/

.other {
    width: 70%;
    display: inline-block;
    position: relative;
    margin: 60px 0 0 0px;
}

#wrapper .other {
    min-height: 500px;
    margin: 60px 0 70px 210px;
}

.qtip_mouse {
    max-width: 175px;
    background-color: #ddd;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*
#menu {
	background: #3ec4c7;
    position: relative;
    width: 170px;
    margin: 0 10px 0 5px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
*/

#menu {
    background: #3ec4c7;
    width: 170px;
    margin: 0 10px 0 0;
    padding: 0 14px 0 0;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 9999;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

#menu .items {
    margin: 15px 0 0 0;
}

#menu button {
    float: none;
    text-align: center;
    display: block;
    color: #b6b7b8;
    background-color: #474747;
    padding: 13px 13px 10px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin: 15px auto 3px auto;
    font-weight: 100;
}

#menu button:hover {
    background-color: #373737;
}

.row {
    width: 100%;
    max-width: 900px;
    min-width: 750px;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
}

#menu a:first {
    margin: 0 0 0 100px;
}
/*
#menu a {
	margin: 0px 1px;
	padding: 11px 10px 7px 5px;
	text-decoration: none;
	font-size: 17px;
	color: #008487;
    font-weight: normal;
    display: block;
}

#menu a i {
    font-size: 150%;
    width: 28px;
} */
/*
#menu a:hover {
    color: #109497;
}
*/
#menu a span {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    font-weight: normal;
    font-family: "Arial";
}

/*
#menubtm {
	height: 0px;
	margin-top: -5px;
	background: #b7dcf2;
}
*/

.messages_ i.fa-certificate {
    font-size: 195%;
    line-height: 20px;
}

.mess_number_wrapper {
    position: relative;
    display: inline-block;
}

.mess_number_wrapper i {
    position: absolute;
    line-height: 20px;
    bottom: 0;
}

.mess_number, .mess_number_wrapper {
    height: 18px;
    width: 20px;
}

.mess_number {
    z-index: 99999;
    font-size: 12px;
    text-align: center;
    color: #3ec4c7;
    position: absolute;
}

.mess_number_lot {
    font-size: 11px;
}

#menu a.current {
    /*
	color: #fff;
	background: #b7dcf2;

    color: #dfdfdf;
    /* font-family: "Raleway-ExtraBold"; */
}

.button_header {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    padding: 0 10px 0 0;
}

#tabList {
	margin: 5px 0 10px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: solid 5px #ccc;
    font-size: 14px;
}

.resultPageList {
	border-top: solid 3px #aaa;
}

#tabList .currentPage, .resultPageList .currentPage {
	display: block;
	padding: 8px 20px 6px 20px;
	border-right: solid 2px #ffffff;
	background: #ccc;
	color: #555;
    font-family: Arial;
	text-transform: uppercase;
}

button i, table td button i {
    font-size: 135% !important;
}

table td i {
    font-size: 150% !important;
}

.minheight {
    min-height: 40px;
    vertical-align: middle;
    width: 1px;
    display: inline-block;
}

#tabList li a{
	display: block;
	padding: 8px 15px 6px 15px;
    border-right: 2px solid #ffffff;
}

#tabList li {
	float: left;
	list-style: none;
	background: #3ec4c7;
}

.resultPageList li {
	float: left;
	padding: 2px 5px 3px 5px;
	list-style: none;
	background: #3ec4c7;
}

#tabList a, .resultPageList a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
    color: #fff;
}

p.tabdescription{
	font-size: 11px;
	color: #555;
	background-color: #ccc;
	padding: 4px 0px 0px 10px;
	display: none;
}

#separatorSelect option {
	padding: 0 2px;
}

.clear {
	clear: left;
}

/*****************/
/*** HEADER
/*****************/

#wrapper {
	margin:0 auto 0 auto;
	text-align:left;
	width: 100%;
}

#logo {
	margin: -5px 0px 0px 25px;
	float: left;
	padding-bottom: 0px;
    display: none;
}

.user {
	margin: 0;
    padding: 0 0 0 10px;
	width: 100%;
    height: 50px;
    background-color: #484848;
    color: #b6b7b8;
    font-size: 12px;
    position: fixed;
    z-index: 999;
    top: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.user i {
    font-size: 175%;
}

.user i.arrow_select {
    position: absolute;
    top: 15px;
    right: 10px;
}

.user a {
    display: inline-block;
    margin: 0;

}

.user .item {
    padding: 13px 10px 5px 8px;
    display: inline-block;
    height: 32px;
    border-left: 1px #595959 solid;
    cursor: pointer;
    position: relative;
    margin: 0;

}

.user .item.item_select {
    padding: 13px 28px 5px 8px;
}

.user .item.item_select#menu_messages_from {
    padding: 13px 8px 5px 8px;
}

.user .item.item_select.selected {
    background-color: #3ec4c7;
    color: #474747;
}

.user .item:hover {
    background-color: #3ec4c7;
    color: #474747;
}

.user span.item_data {
    padding: 2px 5px 8px 5px;
    font-size: 12px;
    font-family: Arial;
}

select.pagnumber {
    width: 60px;
}

.user span.con {
    display: inline-block;
    font-family: Raleway-Medium;
   /* height: 20px; */
}

.user .item span.dest {
    color: #575757;
    background-color: #ffffff;
    padding: 4px;
    font-family: Montserrat, Verdana;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 0 2px;
    font-size: 13px;
}

.goto_link {
    cursor: pointer;
    text-decoration: underline;
}

.user span.item_data i {
    margin-top: 10px;
}


#menu_recharge {
    width: 220px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    right: 0;
    top: 50px;
    position: absolute;
    display: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    background-color: #ffffff;
}

#menu_account {
    width: 320px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    right: 0;
    top: 50px;
    position: absolute;
    display: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    background-color: #ffffff;
}

#menu_help {
    width: 220px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    right: 0;
    top: 50px;
    position: absolute;
    display: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    background-color: #ffffff;
}

#menu_messages {
    width: 350px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    top: 50px;
    position: absolute;
    display: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    background-color: #ffffff;
}

#menu_account li, #menu_recharge li, #menu_help li, #menu_messages li {
    list-style-type: none;
}

#menu_account li.inverse a {
    background-color: #3ec4c7;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 1em 8px 1em;
    text-align: center;
}

#menu_account li.identity a {
    font-size: 13px;
    cursor: default;
    height: 33px;
}

#menu_account li.identity a .label {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

#menu_account li.identity a:hover {
    background-color: #fff;
}

#menu_account li.identity .space {
    width: 22px;
    display: inline-block;
}

#menu_account li a i {
    font-size: 125%;
    width: 15px;
    text-align: right;
    margin: 0 6px 0 0;
}

#menu_help li a i {
    font-size: 125%;
    width: 15px;
    text-align: right;
    margin: 0 6px 0 0;
}

#menu_recharge li a i {
    font-size: 125%;
    width: 15px;
    text-align: right;
    margin: 0 6px 0 0;
}

#menu_account li.inverse a:hover {
    background-color: #1ca4a7;
}

#menu_account li a {
    display: block;
    color: #555;
    padding: 12.5px 1em 10.5px 1em;
    font-size: 13px;
    text-decoration: none;
}

#menu_messages li a {
    display: block;
    color: #555;
    padding: 13.5px 1em;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

#menu_messages li a:hover {
    background-color: #eaeaea;
}

#menu_messages li a i {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
}

#menu_messages li a .text {
    display: inline-block;
    width: 88%;
    vertical-align: middle;
}

#menu_help li a {
    display: block;
    color: #555;
    padding: 13.5px 1em;
    font-size: 13px;
    text-decoration: none;
}

#menu_account li a:hover {
    background-color: #eaeaea;
}

#menu_help li a:hover {
    background-color: #eaeaea;
}

#menu_help {
    display: none;
}

#menu_recharge li a {
    display: block;
    color: #555;
    padding: 13.5px 1em;
    font-size: 13px;
    text-decoration: none;
}

#menu_recharge li a:hover {
    background-color: #eaeaea;
}

#menu_recharge li a:hover {
    background-color: #eaeaea;
}

#menu .logo {
    margin: 10px 0 0 6px;
    max-width: 170px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mainform {
	padding: 0 30px;
}

.formlabelcolumn{

}

/*****************/
/*** HOME
/*****************/

.puff {
	height: 46px;
	margin: 15px 100px 0px 25px;
	padding: 6px 6px 6px 6px;
	background: #f8f8f8;
}

.puff, .pufftitle {
	min-height: 46px;
	margin: 10px 0px 10px 0px;
	padding: 8px 14px 8px 14px;
	background: #f2f2f2;
}

.puffdescription {
	margin: -7px 0px 0px 0px;
    color: #858585;
}

.puff_home {
    width: 95px;
    text-align: center;
    display: inline-block;
    height: 46px;
    background: #f2f2f2;
    margin: 6px 4px 6px 4px;
    color: #40d0d0;
    padding: 15px 5px 25px 5px;
    outline: none;

    cursor: pointer;
}

.puff_home:hover {
    color: #10a0a0;

}

.puff_home h2 {
    font-size: 11px;
    margin: 5px 0 0 0;
}

.puff_home i {
    font-size: 40px;
}

.home_stats {
    width: 100%;
    text-align: center;
}

.home_button {
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 1px solid red;
}

.home_button_wrapper {
    width: 97.1%;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    margin: 6px 0 10px 0.5%;
}

.chart_home {
    width: 23.2%;
    max-width: 300px;
    height: 220px;
    margin: 6px 0.5% 6px 0.5%;
    display: inline-block;
    border: 1px solid #ccc;
}

.chart_home2 {
    width: 47.8%;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 6px 0.5% 6px 0.5%;
}

.home_not{
    margin: 20px 0 5px 5px;
    padding: 15px 0 15px 0;
    background-color: #f0f0f0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.home_not .not_item {
    margin: 15px 0 5px 20px;
    color: #a0a0a0;
    font-size: 11px;
    position: relative;
    background-color: #fcfcfc;
    padding: 8px 18px 8px 8px;
    width: 89%;
}

.home_not .not_item i.type_mess {
    font-size: 140%;
}

.home_not .not_item i.fa-times {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #3b5151;
    cursor: pointer;
}

.home_not .not_item a.title {
    color: #40d0d0;
    font-size: 16px;
    text-decoration: none;
}

/*
div.puff:hover, div.pufftitle:hover {
	background: #f8f8f8;
}
*/

.puff img, .pufftitle img {
	float: left;
	height: 45px;
	margin: 0 20px 0 0;
}

.puff .icon, .pufftitle .icon {
    width: 50px;
    font-size: 40px;
    color: #40d0d0;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.pufftitle .icon i {
}

a .puff h1, a .pufftitle h1 {
	color: #40d0d0;
	margin: 2px 0px 0px 0px;
    font-size: 40px;
    display: block;
}

.puffText {
	display: inline-block;
    width: 100%;

}

.menu-level-1 {
    margin: 0px 2px 0px 0px;
    font-size: 13px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    padding: 7px 14px 0 0px;
    border-top: 1px solid #3ec4c7;
    border-bottom: 1px solid #4ed4d7;
}

.menu-level-1 .text {
    padding: 0 0 9px 0;
    display: inline-block;
}

.menu-level-1:hover {
    color: #0b2121;
    font-weight: bold;
    background-color: #1ca4a7;
}

.menu-level-1 .icon {
    display: inline-block;
    padding: 0 0 0 5px;
}

.menu-level-1 i {
    font-size: 145%;
    width: 25px;
    padding: 0 2px 0 0;
    text-align: right;
}

.menu-level-1.current {
    background-color: #5Ee4e8;
    border-top: 1px solid #5Ee4e8;
}

.menu-level-1.current i.current {
    float: right;
    font-size: 110%;
    margin: 4px -14px 0 0;
}

.menu-level-2:not(.current) {
    display: none;
}

.menu-level-2 a {
    margin: 0px 0 0px 0px;
    text-decoration: none;
    display: inline-block;
    text-transform: none;
    clear: both;
    color: #0b2121;
    width: 100%;
    padding: 8px 0px 7px 14px;
}

.menu-level-2 a.current {
    background-color: #5Ee4e8;
}

.menu-level-2 a.current i {
    float: right;
    font-size: 110%;
}

.menu-level-2 a:hover {
    font-weight: bold;
    background-color: #2cb4b7;
}

/*****************/
/*** FOOTER
/*****************/

#footer {
	margin: 0 auto 0 auto;
	width: 100%;
    min-height: 50px;
    text-align: center;
    background-color: #eaeaea;
    border-top: 1px solid #d2d2d2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    font-size: 12px;
}

#footer a.sn {
    color: #555555;
    display: inline-block;
    text-decoration: none;
    margin: 14px 0 0 3px;
}

#footer a.sn:last-child {
    margin-right: 15px;
}

#footer .news_scroll {
    margin: auto;
}

#footer .social_networks {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
    vertical-align: top;
    float: right;
}

#footer .ln {
	color: #555555;
    display: inline-block;
    margin: 18px 0 10px 15px;
    text-decoration: none;
    float: left;
}

#footer .news_footer {
    display: inline-block;
    min-width: 400px;
    margin: 18px auto 10px auto;
    text-align: center;
    font-style: italic;
}

#footer a:hover {
    color: #444444;
    text-decoration: underline;
}

#footer .social_networks i {
    font-size: 20px;
    margin: 2px 0 0 0px;
    float: left;
}

/*****************/
/*** TEXT
/*****************/

.bold {
	color: #3ec4c7;
    font-family: 'Raleway-ExtraBold';
    font-size: 22px;
    vertical-align: top;
    display: inline-block;
    margin: -7px 0 0 0;
}

.hint {
	font: normal 12px 'Raleway-Medium';
	color: #d68f57;
	margin: 5px 0 0 0;
}

p.description {
	font-size: 12px;
	color: #777;
    font-family: Arial;
	margin-top: 5px;
	display: none;
    width: 85%;
    background-color: #ddd;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.puffText p.description {
    margin: 0;
}

.infook {
	font: normal 12px 'Raleway-Medium';
	background-color: #ace4e7;
	padding: 3px 0px 3px 10px;
	top: 50px;
	left: 180px;
	text-align: left;
	position: fixed;
	width: 100%;
	text-transform:none;
}

.infoko {
    font: normal 12px 'Raleway-Medium';
	background-color: #fbbd96;
	padding: 3px 0px 3px 10px;
    top: 50px;
    left: 180px;
    text-align: left;
    position: fixed;
    width: 100%;
	text-transform:none;
}

.highMargin {color: #3cc4c7;font-family: 'Raleway-ExtraBold';} .lowMargin {color: #cc9900;font-family: 'Raleway-ExtraBold';} .noMargin {color: #cc3300;font-family: 'Raleway-ExtraBold';}

ul.errors {
	margin: 0px 0px 0 25px;
	font: normal 12px 'Raleway-Medium';
	color: #d68f57;
}

#help {
	font: normal 10px 'Raleway-Medium';
	color: #888;
	width: 170px;
	display: none;
}

.paginationControl {
	margin: 0px 0 0 0;
	text-align: center;
    font-size: 13px;

}

table td .paginationControl i {
    font-size: 125% !important;
}

.maincontent {
	text-align: left;
	padding: 25px 0px;
    margin-bottom: 100px;
    background-color: #f5f5f5;
}

.maincontent h3 {
    margin-left: 15px;
}

#content {
	margin: 0 0 0 0;
	padding: 0;
	background: #ffffff;
	font-size: 12px;
    min-height: 550px;
}

.conf_0 {
	width: 10px;
	height: 10px;
	border: solid 1px #666;
	background-color: #fbbd96;
}

.conf_1 {
	width: 10px;
	height: 10px;
	border: solid 1px #666;
}

.conf_2 {
	width: 10px;
	height: 10px;
	border: solid 1px #666;
	background-color: #d8e8a5;
}


/*****************/
/*** LOGIN
/*****************/

#loginwrapper {
	width: auto;
	text-align:center;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 200px;
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: relative;
}

#condloginwrapper {
	padding-top: 370px;
	text-align: center;
}

#loginholder {
    width: 480px;
    margin-left: -240px;
    left: 50%;
    margin-top: 17%;
    margin-right: auto;
	border-top: solid 4px #666;
	border-bottom: solid 4px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	background: white;
	text-align: center;
	padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
}

#condlogin {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 500px;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 50px;
}

#conditions {
	display: none;
}

#loginform {
	text-align: left;
	padding: 5px 10px;
	margin: 10px 68px;
	background: #f0f0f0;
}

#loginform  input {
    width: 90%;
}

#loginform dd {
	text-align: center;
}

.formbuttonlogin {
	background-color: #666;
	color: #dfdfdf;
	border-style: solid;
	border-width: 0px;
	padding: 5px 15px 3px 15px;
}


.buttons {
margin: 10px 0 0 0;
}

.buttonlogin {
padding: 5px 5px;
}

/*****************/
/*** NEWACCOUNT
/*****************/

.newaccountwrapper {
	margin-top: 50px;
	text-align: center;
}

.newaccountform {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 500px;
	margin-top: 15px;
	padding-top: 5px;
	background: #f0f0f0;
}

.newaccountform .nainput {
	width: 250px;
}

.newaccountform tr {
	height: 60px;
	vertical-align: top;
}

.newaccountholder {
	margin: 0 auto 0 auto;
	padding: 25px 10px;
	border-top: solid 4px #666;
	border-bottom: solid 4px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	background: white;
	text-align: center;
	width: 550px;
}

.backna {
	text-align: right;
	margin: -15px 10px -20px 0;
}

.newaccountwrapper p.description {
	font-size: 12px;
	color: #777;
	margin-left: 10px;
	margin-top: 3px;
	display: block;
	width: 250px;
}

.formnatable {
	margin: 0 0 0 50px;
}

.formnatable td {
	text-align: left;
}

.msgsend {

}

.infookmsg {
	background-color: #ace4e7;
	text-transform: none;
	padding: 15px 90px;
	margin-top: 10px;
}

.infokomsg {
	background-color: #fbbd96;
	text-transform: none;
	padding: 15px 90px;
	margin-top: 10px;
}


/*****************/
/*** TABLE
/*****************/

table.msgwarn {
    width: 80%;
    max-width: 500px;
}

table.msgwarn td {
    vertical-align: middle;
}

table.msgwarn td:first-child {
    padding: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
 }

table.msgwarn td:last-child {
    padding: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.formtable {
	margin: 0px 50px;
	font-size: 13px;
    color: #555;
}

.counters {
    margin: 0;
}

.formwtable {
    margin: 0px 50px;
    font-size: 13px;
    color: #555;
    width: 80%;
}

.formtable label {
    color: #555;
    font-size: 14px;
}

table.formtable td i.enable_toggle {
    font-size: 200% !important;
    cursor: pointer;
}

table.log {
	width: 100%;
    border: 1px solid #eee;
	font: 12px 'Raleway-Medium';
    margin: 10px auto 10px 0;
}

table.ping_table tr{
    height: 35px;
}

th.center {
	height: 24px;
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

th.lower {
    text-transform: none;
}

th.dest {
	background: #666;
}

td.dest {
	background: #666;
}

th.right {
	height: 24px;
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	text-align: right;
	text-transform: uppercase;
	color: #eee;
}

tr.alternativerow {
	background: #eee;
}

tr.bottomrow {
	padding: 0px 0px;
	background-color: #484848;
	vertical-align: middle;
	text-align: left;
	color: #b6b7b8;
    font-family: Arial;
    height: 68px;
    text-transform: uppercase;
    font-size: 10px;
}

tr.bottomrow a {
    color: #eee;
}

tr.selectedrow {
	background: #c3e1ea;
}

td.imagecell {
	text-align: center;
	vertical-align: middle;
}

td.centercolumn {
	padding: 3px;
}

.formtable td {
	vertical-align: top;
	padding: 12px 6px 4px 6px;
}

.formgroup td {
    font-family: 'Raleway-ExtraBold';
	padding-top: 15px;
}

.listpar td {
	height: 30px;
	padding-left: 15px;
}

.stats img {
    max-width: 100%;
}

/*****************/
/*** FORMS
/*****************/
/*
.formbutton {
	margin: 0px 30px 0px 0px;
	background-color: #d8e8a5;
	border-style: solid;
	border-width: 3px;
	padding: 1px 5px 0px 5px;
    border-bottom-color: #636d4f;
    border-right-color: #7c8863;
    border-left-color: #a9b785;
    border-top-color: #c3d298;
	width: 75px;
}
*/
.icon_pre_button{
    font-size: 140%;
}

.formbutton, button.formbuttonrow, input.formbuttonrow, .formbuttonrow, button {
    float: left;
    text-align: center;
    display: inline-block;
    color: #ffffff;
   /* background-color: #3cc4c7; */
    background-color: #3cc4c7;
    padding: 13px 13px 10px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 10px 4px 0;
    font-weight: 100;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
    vertical-align: middle;
}



.formbutton.nofloat {
    float: none;
    margin: 10px 0 0 5px;
}

.formbutton:hover, button.formbuttonrow:hover, input.formbuttonrow:hover, .formbuttonrow:hover, button:hover {
    background-color: #1ca4a7;
    text-decoration: none !important;
}

.formbutton:active, button.formbuttonrow:active, input.formbuttonrow:active, .formbuttonrow:active, button:active {
    vertical-align: middle;
    padding: 15px 13px 8px 13px;
}

.formbutton:focus, button.formbuttonrow:focus, input.formbuttonrow:focus, .formbuttonrow:focus, button:focus {
    outline:0 !important;
}

.formbutton.white, button.formbuttonrow.white, input.formbuttonrow.white, .formbuttonrow, button.white {
  background-color: #ffffff;
  color: #3cc4c7;
  border: 1px solid #3cc4c7;
}

.formbutton.white:hover, button.formbuttonrow.white:hover, input.formbuttonrow.white:hover, .formbuttonrow.white:hover, button.white:hover {
  background-color: #efefef;
  text-decoration: none !important;
}


.formimage {
	border: 0px;
}

.formradio {
	margin: 5px 0 0 20px;
}

#routeselect {
	width:300px;
}
#clientselect {
	width:110px;
}
#clientselect option {
	width:100px;
}

#gatewayselect {
	width:70px;
}

#gatewayselect option {
	width:60px;
}

select.special80{
	width: 80px;
}

select.special90{
	width: 90px;
}

select.special300{
	width: 300px;
}

select.special100{
	width: 100px;
}

.datepicker_es {
    cursor: pointer;
}

/*****************/
/*** STANDARD
/*****************/

* {
	margin: 0;
	padding: 0;
}

table {
	margin: 0 auto;
	padding: 0;

}

option {
	padding: 0 2px;
}

form {
	padding: 0 0px;
}

th {
	height: 34px;
	padding: 3px;
    background-color: #484848;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
    color: #b6b7b8;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial;
}

th:first-child {
    padding: 3px 3px 3px 6px;
}

th:last-child {
    padding: 3px 6px 3px 3px;
}

dt {
	margin: 5px 0px 0px 0px;
}

tr td {
	padding: 3px 3px;
}

h1 {
	padding: 0 0 5px;
    color: #3ec4c7;
	font-size: 24px;
    font-weight: normal;
}

h2 {
	margin: 0 0 10px 10px;
	font: normal 18px 'Raleway-Medium';
	text-transform: uppercase;
}

h3 {
	margin: 0 0px;
    font-family: 'Raleway-ExtraBold';
    color: #3b5151;
    font-size: 20px;
}

h5 {
    margin: 0 0px;
    font-family: 'Raleway-ExtraBold';
    color: #3b5151;
    font-size: 13px;
    font-weight: normal;
}

th h3 {
    color: #ffffff;
}

select {
	width: 150px;
}

html {
    height: 100%;
}

body {
	text-align: center;
	background: #fff;
	color: #3b5151;
	font-family: 'Raleway-Medium';
	font-size: 14px;
    position: relative;
    min-height: 100%;
}

a {
    color: #3b5151;
}

.user a {
    color: inherit;
}

img {
	border: none;
}

fieldset {
	padding: 10px 20px 10px 20px;
	width: 65%;
}

input {
	font: normal 13px 'Arial';
    border: 1px solid #d7d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	white-space: nowrap;
	color: #4b4c4e;
    outline: none;
    font-size: 15px;
    padding: 10px;
}

button.search {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    float: none;
    position: relative;
    top: -5px;
    padding: 9px 13px 10px 13px;
    left: -1px;
}

button.insert {
    float: right;
}

input.searchtext {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
}

button.formbutton.search {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    float: none;
    position: relative;
    top: -5px;
    padding: 9px 13px 10px 13px;
    left: -4px;
}

input#search {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    margin: 10px 0 0 0;
}

button.search {
    box-shadow: none;
}

form.search_form {
    width: 300px;
    display: inline-block;
}

textarea {
    padding: 10px;
	  font: normal 13px 'Arial';
    border: solid 1px #d7d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	   color: #4b4c4e;
    outline: none;
    resize: none;
    overflow: auto;
    font-size: 15px;
    width: 80%;
}

textarea.warning {
  border: 1px solid #c30;
}

.hideform {
    display: none;
}

.hideformbutton {
    float: right;
    font-size: 200%;
    margin: 0 20px 0 0;
    cursor: pointer;
}

label {
    cursor: pointer;
}

input[type=submit], input[type=button] {
    cursor: pointer;
}

p {

}

b {
    font-family: 'Raleway-ExtraBold';
    font-weight: normal;
}

.layoutbd {
line-height: 125%;
}

a.payment {
	background-color: #b7dcf2;
	padding: 5px;
}

.labs_button1, .labs_button2 {
color:#eee;
background-color: #666;
border:0;
font-size:15px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 8px 20px 8px 20px;
cursor:pointer;
border-bottom: 3px solid #333;
}

.labs_button2 {
font-size:12px;
}

.labs_button1:active, .labs_button2:active {
padding: 8px 17px 8px 17px;
border-top: 3px solid #333;
border-left: 3px solid #333;
border-right: 3px solid #333;
border-bottom: none;
}


input[type=checkbox].cssch {
    display:none;
}

input[type=checkbox].cssch + label.cssla {
    padding-left:25px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:20px;
    vertical-align:middle;
    cursor:pointer;
    margin: 0 0 5px 0;

}

input[type=checkbox].cssch:checked + label.cssla {
    background-position: 0 -20px;
}
label.cssla {
    background-image:url(/img/check.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



input[type=radio].cssra {
    display:none;
}

input[type=radio].cssra + label.cssba {
    padding-left:25px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:20px;
    vertical-align:middle;
    cursor:pointer;
    margin: 0 0 5px 0;

}

input[type=radio].cssra:checked + label.cssba {
    background-position: 0 -20px;
}
label.cssba {
    background-image:url(/img/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkpay{
    cursor: pointer;
}

.overlay{
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    opacity: .6;
    filter: alpha(opacity=60);
    display: none;
    position: fixed;
}

.overlay img{
    position: fixed;
    top: 50%;
    left: 50%;
}

.msg_ok{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    display: none;
    position: fixed;
    background-color:rgba(255,255,255,0.7);
    background-position: 50% 10%;
    padding: 0;
    margin: 0;

}

.msg_ok div {
    color: #3b5151;
    font-size: 20px;
    width: 500px;
    height: 200px;
    text-align: center;
    position: fixed;
    background-color: #40d0d0;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -250px;
    padding: 40px 0 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.msg_ok div i {
    font-size: 100px;
    padding: 0 0 10px 0;
}

.menu_icon {
    display: none;
    float: left;
}

.form-row  {
    display: inline-block;
}

.payment-errors {

}

/*** Responsive ***/

@media screen and (max-width: 1050px) {
    .user .item {
        padding: 13px 3px 5px 3px;
    }
    .user .item span.dest {
        margin: 0;
    }
}

@media screen and (max-width: 950px) {
    .button_header .txt_header1 {
        display: none !important;
    }
    .chart_home {
        width: 47.9%;
    }

    .chart_home2 {
        width: 98%;
    }

    .home_button_wrapper {
        width: 98%;
    }
}

@media screen and (max-width: 700px) {

    .user .item span.dest {
        margin: 0 0 0 2px;
    }

    .button_header {
        padding: 0;
    }

    .user .item.item_select {
        padding: 13px 28px 5px 4px;
    }

    .button_header .txt_header {
        display: none !important;
    }

    .user span.con {
        vertical-align: top;
    }
    .button_header .item i {
        font-size: 26px !important;
    }

    .mess_number, .mess_number_wrapper {
        height: 18px;
        width: 26px;
    }
}

@media screen and (max-width: 600px) {

    body {
        min-width: 400px;
    }

    #footer {
        padding: 12px 0 15px 0;
    }

    .txt_header {
        display: none !important;
    }

    #wrapper .other {
        margin: 60px 0 100px 0;
    }

    #menu {
        width: 100%;
        height: auto;
        display: none;
        margin: 0 auto 10px auto;
    }
    a .puff h1, a .pufftitle h1 {
        font-size: 36px;
    }
    #menu img {
        display: none;
    }

    #menu .items {
        padding: 0 0 10px 30px;
    }

    #menu .fa-chevron-right {
        display: none;
    }

    .menu-level-1 {
        width: 80%;
        font-size: 20px;
    }

    table.log th {
        width: auto !important;
        padding: 2px 3px 2px 3px;
    }

    .menu-level-1 .icon {
        width: 40px;
    }

    .menu-level-1 i {

    }

    .menu-level-2 a {
        width: 80%;
        margin: 5px 0 0 55px;
    }

    .menu_icon {
        display: block;
        position: fixed;
        left: 5px;
    }

    .user_icon {
        display: none;
    }

    .row {
        min-width: 100%;
        max-width: none;
    }

    .other {
        width: 98%;
        padding: 0 1% 0 1%;
        margin: auto;
    }

    .user i {
        font-size: 28px;
    }

    .button_header {
        margin: 0 10px 0 0;
    }


    .formtable {
        margin: 0;
    }

    .formtable textarea {
        max-width: 90% !important;
    }

    h2 {
        text-transform: none;
    }

    #footer {
        padding: 5px 0 10px 0;
    }

    #footer .social_networks {
        float: none;
        margin: 5px 0 0px 5px;
    }

    #footer .news_footer {
        float: none;
        margin: 12px 0 0px 5px;
    }

    #footer .ln {
        float: none;
        margin: 5px 0 0px 5px;
    }

    #footer a.sn {
        margin: 4px 0 0 3px;
    }

    .puffText {

    }

    .puffText p.description {
        margin: 10px 0 0 0;
    }

    .menu-level-1.current {
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .menu-level-2 a.current {
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    table {
        overflow-x: auto;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .button_header .item i {
        font-size: 22px !important;
    }
    .maincontent {
        margin-bottom: 150px;
    }
}
