.clearfix{
    clear:both;
}
.call-me-balance{
    width:55%;
    max-width:780px;
    margin-top: 75px;
	margin-left: auto;
    margin-right: auto;
    background-color:#FFF;
    border:1px solid #CCC;
    border-radius:5px;
    height:auto;
    z-index:1200;
}
.call-me-balance table{
    width:100% !important;
    min-height:200px;
    background-color:#f0f0f0;
}
.call-me-balance table td.td1{
    border-right:1px solid #CCC;
}
.call-me-balance table td img{
    padding:1px;
}
.call-me-balance table td > ul > li{
    padding:3px;
    border:1px solid #CCC;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:4px;
    font-size:13px;
	text-align: center;
}
.caller-name{
    padding:1%;
    text-align:center;
    color:#FFF;
    background:#6DD368;
    position:relative;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:18px;
	border-radius: 5px 5px 0px 0px;
}
.caller-name a{
    color:#FFF;
    padding:5px;
}
.btn-add-funds{
    margin-top:8px;
    background:#333333;
    border-radius:3px;
    color:#FFF;
    padding:8px 5px;
}
.btn-add-funds:hover{
    background:#f78606;
}

/* BEFORE LOGIN */
.call-me-login{
    max-width: 550px;
    margin:7% auto;
    background-color:#FFF;
    border:1px solid #CCC;
    height:auto;
    z-index:1200;
}
.call-me-login .login_page{
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.call-me-login table{
   width: 100%;
    min-height:225px;
    border: 1px solid #fff;  
    font-size: 10pt;
	}

.ist_login_title{
    color: #A8A8A8;
    font-weight: lighter;
    font-size: 16px;
    padding: 13px;
}

.ist_register_title{
    color: #3c90e8;
    font-weight: 700;
    font-size: 21px;
    padding: 12px;
}

.ist_register_header{
    padding: 12px 2px;
    display: flex;
    justify-content: space-between;
}

.register_texts{
    margin-bottom: 10px;
}

.register_text{
    margin-bottom: 10px;
}

.login_title{
    display: flex;
    justify-content: space-between;
}

.hr_login{
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

.text-center{
    text-align: center;
}

.login_field{
    margin-bottom: 15px;
}

.login_label{
    font-weight: bolder;
    margin-right: 15px;
    text-align: center;
    width: 25%;
}

.login_input{
    width: 74%;
    padding:10px 17px;
}

.input_login {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    resize: vertical;
}

.col-25 label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-weight: 600;
    float: right;
}

.container_login {
    padding: 0 10px;
}

.col-25 {
    float: left;
    width: 17%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 82%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    .col-25 label {
        padding: 12px 0;
    }

    label{
        width: 100%;
    }

    .ist_register_title{
        font-size: 19px;
    }

    .register_close{
        padding: 7px 33px;
    }

    .col-75 input[type=checkbox] {
        margin: 7px 0;
    }
}

.call-me-login table h2{
    color:#f87a05;
}
.call-me-login table td.td1{
    border-right:1px solid #CCC;
}
.call-me-login table td{
    padding:20px;
    position:relative;
}
.call-me-login table td span > a{
    font-size:12px;
    color:#333333 !important;
}

.call-me-login table td span > a:hover{
    text-decoration:underline;
    color:#f87a05;
}


.register_popup input[type='text']{
    padding:10px 17px;
    border: 1px transparent;
}

.register_popup input[type='password']{
    padding:10px 17px;
    border: 1px transparent;
}

.login_popup input[type='text']::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.login_icon{
    background: #eeeeee;
    padding: 9px 13px;
    border: 1px solid #d7d7d7;
    margin-right: -4px;
}

.register_wrapper .container_login{
    padding: 12px;
}

.register_button{
    background: darkorange;
    cursor: pointer;
    padding: 8px 15px;
    border: 1px transparent;
    color: white;
    width: 80%;
    margin-bottom: 15px;
    font-size: 18px;
}

.register_center{
    text-align: center;
    padding: 21px 0 30px;
}

.register_popup{
    padding: 10px;
}

.register_wrapper{
    background-color: #e2e2e2;
}
.login_popup input[type='password']::-webkit-input-placeholder {
    font-weight: 500;
}

.register_popup input[type='password']::-webkit-input-placeholder {
    font-weight: 500;
}

.login_popup input[type='submit']{
    cursor:pointer;
    background: #11a5db;
    padding: 8px 15px;
    border: 1px transparent;
    color: white;
    margin: 5% 0;
}

.register_popup input[type='submit']{
    cursor:pointer;
    background: darkorange;
    width: 100%;
    border: 1px transparent;
    color: white;
}

.login_error{
    color: red;
    text-align: center;
    font-weight: 700;
}
.login_close{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    opacity: .5;
    position: absolute;
    right: 0;
    padding: 7px 15px;
    cursor: pointer;
}

.register_close{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 9px;
    padding: 0 23px;
}

.login_close:hover{
    opacity: 1;
}

.login_popup input[type='submit']:hover{
    background-color:#FF6400;
    color:#FFF;
}

.login_link{
    float: right;
    color: #007bff;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: #eeeeee;
    color: #191919;
    min-width: 20px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.register_link{
    color: #007bff;
}

.close_popup{
    position:absolute;
    top: -15px;
    right: -20px;
    cursor:pointer;
    font-family: 'Verdana';
	margin-right: 5px;
    width: 35px;
    height: 35px;
    background: url(/wp-content/themes/phonesex/images/close.png);
    text-indent: -9999em;
    padding: 0 !important;
}
.close_popup:hover{
    opacity:0.7;
}

@media only screen and (max-width: 1028px) and (min-width:768px) {
.call-me-balance table td.td1 {
border-right: 1px solid #CCC;
display: none;

}
}

@media only screen and (max-width: 767px) and (min-width:640px) {
    .call-me-balance table td.td1 {
        border-right: 1px solid #CCC;
        display: none;

    }

}

@media (max-width: 800px) {
    .login_icon{
        display: none;
    }

    .call-me-login{
        width: 85%;
    }

    .login_field {
        max-width: 95%;
    }

}

@media only screen and (max-width: 639px) and (min-width:480px) {
.call-me-balance table td.td1 {
border-right: 1px solid #CCC;
display: none;

}
.caller-name{
    padding:1%;
    text-align:center;
    color:#FFF;
    background:#6DD368;
    position:relative;
    width:98%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:18px;
	border-radius: 5px 5px 0px 0px;
}
}

@media only screen and (max-width: 479px) and (min-width:320px) {
.call-me-balance table td.td1 {
border-right: 1px solid #CCC;
display: none;

}

.caller-name{
    padding:1%;
    text-align:center;
    color:#FFF;
    background:#6DD368;
    position:relative;
    width:98%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:18px;
	border-radius: 5px 5px 0px 0px;
}

}

.web-phone{
    margin-top:0px;
}
.web-phone > a,.web-phone > span{
    padding:8px 15px;
    background-color:#f78606;
    color:#FFF;
    text-decoration:none;
    cursor:pointer;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    position:relative;
    max-height:40px;
	max-width: 75%;
    float: none;
    display: block;
}

.drop_down_countries_list,.drop_down_rules_list{
    position:absolute;
    display:none;
    color: #333;
    width:99%;
    right:0;
    margin-top:5px;
     background-color: #FFFFFF;
     border: 1px solid #D4D4D4;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    -moz-border-bottom-right-radius:8px;
    -moz-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
	 box-shadow: 0px 9px 20px 4px rgba(204, 204, 204, 0.69);
}
.drop_down_countries_list li{
    padding:5px 15px;
    max-width:172px;

}
.drop_down_countries_list li a,.drop_down_rules_list li a{
      color: #333;
}

.drop_down_rules_list{
    z-index:999;
	box-shadow: 0px 10px 3px 5px rgba(204, 204, 204, 0.69);
}

.drop_down_rules_list li{
    padding:5px 15px;
    max-width:240px;
    z-index:999;
}

.showLoading{
    background-image : url('/wp-content/themes/phonesex/images/ajax_loader_orange_128.gif');
    background-repeat : no-repeat;
    background-position : center; 
}
