.img-button-main {
    width: 60px;
    height: 87px;
    margin-right: 15px;
    display: block;
    float: left;
}

#purse-input {
    background: url(../img/deposit.jpg) no-repeat 0px 0px;
    background-size: 60px;
}

#monitor-statistics {
    background: url(../img/icon-head-open-ac.png) no-repeat;
    background-size: 60px;
}

#old-phone {
    background: url(../img/icon-head-open-sup.png) no-repeat 0px 0px;
    background-size: 60px;
}

#purse-output {
    background: url(../img/withdrawal.jpg) no-repeat 0px 0px;
    background-size: 60px;
}

#chat-contact {
    background: url(../img/contact.png) no-repeat 0px -29px;
}

#bell-contact {
    background: url(../img/contact.png) no-repeat 0px -58px;
}

.button-title {
    font-weight: 600;
    font-size: 17px;
    padding: 0;
}

.block .block-convex {
    width: 49%;
}

.block-convex {
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f8f8f8', GradientType=0);
   
    padding: 20px;
    height: auto;

    margin-bottom: 20px;
    position: relative;
    border: solid 1px #ccc;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    /*box-shadow*/    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2); 
}

.block.btn-block .block-convex:hover {
    text-decoration: none;
    background: #FFFAFF;
  
}

.block-convex h3 {
    margin-top: 0px;
}

.block-convex .add-money-form {
    margin: 0px;
}

.block-convex .b-c-left {
    width: 70%;
    float: left;
}

.equal-height-blocks .block-convex {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.no-display {
    display: none;
}

.warning-correct-email {
    margin-bottom: 10px;
    text-align: left;
}

.warning-email {
   margin-bottom: 10px; 
   text-align: left;
}
/*
.captcha_input span {
    padding: 1px;
}
.captcha_input input {
    height: 54px;
    font-size: 20px;
}

.input-group {
    width: 50%;
    float: right;
    margin-right: 30px; 
}

.input-group .form-control {
    width: 91%;
}

.input-group-addon:first-child {
    border-right: 0;
}

#captcha-refresh-btn {
    border: 0;
    background-color: #FFF;
    width: 30px;
    height: 50px;
    vertical-align: middle;
}
*/
.competition-buttons{
    display:inline-block;
    width:180px;
}

.competition-buttons img {
    width:100%;
}

.competition-buttons button {
    width:100%;
}

.main-button .tile-stats .count{
    font-size: 28px;
    margin-top: 18px;
}

.partner-banner img {
    max-width: 100%;
}
/*
.table-brokers {
    font-size: 13px;   
}

.table-brokers>tbody>tr>td, .table-brokers>thead>tr>th {
   vertical-align: middle;
   text-align: center;
}

.table-brokers .form-control {
    font-size: 13px;
}

.table-brokers .btn {
    font-size: 13px;
    border-color: #383D45;
}

.table-brokers .btn:hover {
    font-size: 13px;
    background-color: #aa0000;
    border-color: #aa0000;
}

.table-brokers img {
        width: 140px;
        heigth: 40px;
    }
*/
@media screen and (min-width:480px) and (max-width:1200px) {
    .table-brokers {
        font-size: 11px;   
    }
    .table-brokers img {
        width: 100px;
        heigth: 70px;
    }
    .table-brokers .form-control {
        font-size: 11px;
        padding: 0 1px;
    }
    .table-brokers .btn {
        font-size: 11px;
    }   
}
/* end table brokers */
/*
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, 
.pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
}
*/


/* end pagination */

.container .jumbotron {
padding-right: 30px;
padding-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
}

.jumbotron p {
    font-size: 17px;
}

/* captcha */
.input-group-addon {
    background-color: #fff;
}

#captcha-refresh-btn {
   border: 0;
   background-color: #FFF;
   width: 30px;
   vertical-align: middle;
}

.captcha_input input{
    height: 54px;
}
/*
.table-brokers td a{
   color: chocolate;	
}

.table-brokers td .btn-primary{
   color: #fff;	
}

.table-brokers td .fa{
    font-size: 15px;
}
*/
.promocode-get-info {
    font-size: 15px;
}

.promocode-get-info .warning {
    color: #FD3C00;
    font-weight: bold;
}

.promocode-get-info .email a{
    color: #FD3C00;
}

.vps-pay-rules {
    font-size: 15px;
    padding:20px;
}

.vps-pay-rules li{
    margin-bottom: 10px;
}

.pay-rules-agreement {
    font-weight: normal;
}

.pay-rules-agreement a {
    text-decoration: underline;
}
/*
.table-pay-orders td .fa {
       font-size: 13px; 
}
*/
@media (max-width: 1100px) and (min-width: 1000px) {
    .get-vps-button {
        /*font-size: 8px;*/
        padding-left: 2px;
    }
}

/* Стили для модальных всплывающих окон*/
.popupbox1, .popupbox2, .popupbox3, .popupbox4, .popupbox5, .popupbox6 {
	
	
	display: none; /* Скрыто по умолчанию */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	
}

#fade { 
	display: none; /* Скрыто по умолчанию */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.ticket_block
{   
    float: right;
    margin: 0 24px 20px 0px;  
}
.modal-content .vps-data{
    font-size: 20px;
}
ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0;
}

