.paid_calls-menu {
    background-color: #10a2e9;
    color: white;
}
.phone {
    margin: 0 auto;
    width: 335px;
    height: 601px;
    background: url('/public/images/phone-bg.png');
    position: relative;
    border: 0;
}

.phone .phone-main-wrap{
    position: absolute;
    top: 72px;
    left: 19px;
    width: 297px;
    height: 459px;
}

.phone .top {
    height: 128px;
    background-color: #19b0d5;
    color: #fff;
}

.phone .top .sel-country{
    position: absolute;
    top: 45px;
    left: 15px;
    font-size: 14px;
}

.phone .top .phoneNumber{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    height: 25px;
    border: 0px;
    width: 265px;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    outline: none;
}

.phone .top .phoneNumber::-webkit-input-placeholder {color:#fff;}
.phone .top .phoneNumber::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.phone .top .phoneNumber:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.phone .top .phoneNumber:-ms-input-placeholder      {color:#fff;}

.phone .phoneButton{
    height: 293px;
    background-color: #fff;
    position: relative;
}

.phone .phoneButton a {
    height: 60px;
    width: 60px;
    background: url('/public/images/phone-btn.png');
    display: inline-block;
    position: absolute;
}
.phone .sel-country{
    cursor: pointer;
}

.phone .sel-country:hover{
    text-decoration: underline;
}

.phone .phoneButton a span{
    display: none;
}

.phone .phoneButton a.one {
    background-position: 0 0;
    top: 10px;
    left: 44px;
}

.phone .phoneButton a.two {
    background-position: -60px 0;
    top: 10px;
    left: 119px;
}

.phone .phoneButton a.three {
    background-position: -120px 0;
    top: 10px;
    left: 194px;
}

.phone .phoneButton a.one:hover {
    background-position: 0 60px;
}

.phone .phoneButton a.two:hover {
    background-position: -60px -60px;
}

.phone .phoneButton a.three:hover {
    background-position: -120px -60px;
}

.phone .phoneButton a.four {
    background-position: -180px 0;
    top: 80px;
    left: 44px;
}

.phone .phoneButton a.five {
    background-position: -240px 0;
    top: 80px;
    left: 119px;
}

.phone .phoneButton a.six {
    background-position: -300px 0;
    top: 80px;
    left: 194px;
}

.phone .phoneButton a.four:hover {
    background-position: -180px 60px;
}

.phone .phoneButton a.five:hover {
    background-position: -240px -60px;
}

.phone .phoneButton a.six:hover {
    background-position: -300px -60px;
}

.phone .phoneButton a.seven {
    background-position: -360px 0;
    top: 150px;
    left: 44px;
}

.phone .phoneButton a.eight {
    background-position: -420px 0;
    top: 150px;
    left: 119px;
}

.phone .phoneButton a.nine {
    background-position: -480px 0;
    top: 150px;
    left: 194px;
}

.phone .phoneButton a.seven:hover {
    background-position: -360px 60px;
}

.phone .phoneButton a.eight:hover {
    background-position: -420px -60px;
}

.phone .phoneButton a.nine:hover {
    background-position: -480px -60px;
}

.phone .phoneButton a.star {
    background-position: -600px 0;
    top: 220px;
    left: 44px;
}

.phone .phoneButton a.zero {
    background-position: -540px 0;
    top: 220px;
    left: 119px;
}

.phone .phoneButton a.aster {
    background-position: -660px 0;
    top: 220px;
    left: 194px;
}

.phone .phoneButton a.star:hover {
    background-position: -600px 60px;
}

.phone .phoneButton a.zero:hover {
    background-position: -540px -60px;
}

.phone .phoneButton a.aster:hover {
    background-position: -660px -60px;
}

.phone .call-btn{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 39px;
    text-align: center;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.phone .call-btn.call{
    background: #71c92f;
}

.phone .call-btn.hang{
    background: #e44044;
}

.phone .infoMessage {
    position: absolute;
    top: 70px;
    left: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    padding: 0;
    padding-right: 9px;
    text-align: left;
}

#sel-country-list{
    background: white;
    position: absolute;
    top: 72px;
    left: 19px;
    height: 460px;
    width: 297px;
}

#sel-country-list ul, #sel-country-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sel-country-list ul{
    overflow-y: hidden;
    height: 406px;
}

#sel-country-list li{
    border-bottom: 1px solid #eee;
    padding: 10px;
    color: #414141;
    cursor: pointer;
    overflow: hidden;
}

#sel-country-list li:hover{
    background-color: #eee;
}

#sel-country-list li span.cname {
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: inline-block;
    width: 170px;
    white-space: nowrap;
    margin-top: 5px;
    float: left;
    text-align: left;
}

#sel-country-list li .code{
    float: right;
    display: inline-block;
    margin-top: 5px;
}

#search-country-wrap{
    height: 53px;
    border-bottom: 1px solid #eee;
}

#search-country{
    border: 0;
    background: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 200px;
    height: 34px;
    outline: none;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    margin-top: 3px;
    box-shadow: none;
}

#search-country:focus {
    outline: none;
    box-shadow: none;
}

#search-country-wrap img#search-icon {
    margin: 10px;
    margin-top: 14px;
    display: inline-block;
}

#search-country-wrap img#close-icon {
    margin: 10px;
    margin-top: 13px;
    display: inline-block;
    cursor: pointer;
}

#c2fCallerObject {
    position: absolute;
    top: 188px;
}

.cssload-container {
    width: 100%;
    height: 49px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border: 3px solid rgb(216,223,229);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
        -o-animation: cssload-spin 575ms infinite linear;
        -ms-animation: cssload-spin 575ms infinite linear;
        -webkit-animation: cssload-spin 575ms infinite linear;
        -moz-animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}