.img-circle {
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 30px;
    margin-left: 10px;
}
.status-label {
    width: 100% !important;
    display: block !important;
    padding:3px !important;
    text-align: center !important;
}
.select-currency-unit {
    width: 70px;
}
.label-slider {
    width: 75px !important;
    display: block !important;
    padding-top: 7px;
    font-weight: bold;
}
.table-input {
    border: none;
    background-color: transparent !important;
    cursor: text;
}
.cost {
    width: 80px !important;
}
.label-bold {
    font-weight: bold;
    margin-right: 10px;
}
.step-content {
    background-color: white;
    min-height: 80px;
}
.hash-image {
    width: 25px;
    height: 25px;
}
.data-name {
    font-weight: bold;
}
.balance-btn {
    padding: 3px 12px !important;
    font-size:12px;
}
.withdraw-form {
    width: 700px;
    height: 300px;
}
.label-title {
    font-weight: bold;
}
.radio-crypto-img {
    width:25px;
    height:25px;
    margin-right: 5px;
}
.row-bold {
    font-weight: bold;
}
.column-status {
    width: 100px;
    text-align: center;
}
.roi-percent {
    width: 90px;
    text-align: center;
    display: block !important;
}
.big-number {
    font-size: 2.5em !important;
}
.hash-slider {
    cursor: pointer;
    margin-top: 5px;
}
.hash-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background-color: #5cb85c !important;
    cursor: pointer;
}
.hash-slider .ui-slider-range {
    background: #5cb85c !important;
}
.errors-body {
    margin-bottom: 0 !important;
}
#reinvest-slider {
    cursor: pointer;
    margin-top: 5px;
}
#reinvest-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background-color: #1d92af !important;
    cursor: pointer;
}
.loader {
    display: none;
    height: 35px;
    width: 35px;
}
.center-align {
    text-align: center !important;
}
.button-plus {
    float: right;
    margin-top:  -10px;
    font-weight : bold;
    cursor: pointer;
    width: 18px;
    padding-left: 13px;
}
/*@media and (-webkit-min-device-pixel-ratio:0) {
    .button-plus {
        margin-top:0;
    }
}*/
.button-minus {
    float: left;
    font-weight: bold;
    cursor:pointer;
}
.error-span {
    color: #ff0000;
    font-weight: bold;
    display:none;
    font-size:10px;
}
.page-auth .logo {
    margin-bottom: 7px !important;
}
.deposit-card {
    text-align: center;
    padding-top:21px;
    padding-bottom: 21px;
    margin-right: -7px;
}
.deposit-indicator {
    float:right;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    display: none;
}
.inv-blue {
    color: #1D92AF;
}
.icons {
    color: #5e5e5e;
    cursor: pointer;
}
.icons2{
    color: #ff0000;
    cursor: pointer;
    background: #337ab7;
}
.large-icons {
    font-size: 17pt;
    vertical-align: middle;
}
.navbar, .modal-header {
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
    background-image: -o-linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee), to(#e4e4e4));
    background-image: linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #d5d5d5;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.total-icons {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    top: 0.15em;
    right: 0.1em;
    font-size: 5em;
}
.total-info {
    display: block;
    position: relative;
    background-color: #555;
    color: #fff;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}
.input-error {
    border-color: red;
}
.medium-icon {
    font-size: 1.3em;
}
.row-icon-block {
    padding:3px;
    text-align: center;
    width: 100%;
}
.info-block {
    padding: 10px;
    border: 1px solid #E0E0E0;
    background-color: #F3F3F3;
}
.dataTables_filterinput { width: 150px }
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.file-info-block {
    padding: 7px;
    width: 350px;
    margin-top: -34px;
    margin-left: 100px;
    border-color: #337ab7
}
#variables_chosen {
    width: 100%;
}