html,
body {
    height: 100%;
    color: rgba(80, 78, 78, 0.96);
    /* overflow-x:auto; */

}

.rotate-60 {
    transform: rotate(-60deg);
}

#toolBarsForUsers {
    height: 50px;
      left: 74%;
      position: fixed;
      top: 150px;
      width: 100px;
      z-index: 9999999;
}
.btn-rainbow {
    background: #000 url('https://code.divshot.com/geo-bootstrap/img/rainbow.gif') top left;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 150px 15px 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);

}

@media (max-width: 767px){.wrap > .container {
    padding: 95px 15px 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}}

.footer {

    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.error {
    color: #a94442;
    font-size:22px;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-left-dist {margin-left: 40px;}
/*.navbar-header {width: 200px;}*/

.btn-dashboard {width: 250px; height: 170px; margin: 15px; }

.btn-on {
    color: #fff;
    background-color: #5cb85c;

}

.btn-off {
    color: #fff;
    background-color: lightgrey;
    border-color: grey;
     position: relative;
    overflow: hidden;
    cursor: not-allowed;

 /*   filter: gray;  IE6-9
    -webkit-filter: grayscale(100%);  Chrome 19+, Safari 6+, Safari 6+ iOS */
    }
.axgreen{color:rgb(92,184,92);}
li[class="active"] a{color:rgb(92,184,92) !important;
        font-weight:bold !important;}

.btn-voip{
text-align:center;
width:274px;
height:190px;
margin: 10px 10px;

 border: 1px solid #ddd;
     -webkit-border-radius: 0  !important  ;
     -moz-border-radius: 0       !important ;
      border-radius:0 !important ;
      overflow:visible;

}

.btn-conf-voip{
position:absolute;
bottom:25px;
right:25px;
}

@media (max-width:600px){

.col-xxs{
width:100% !important;
margin-left:0;
}
}
a.big-a
{color:black;
}
a.big-a:hover
{text-decoration:none;
}
.pagination li.active a {color:white !important;}
#loadingBack{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
min-height:100%;
background:rgba(0,0,0,0.3);
z-index:1037;
}

#loading{
display:none;
 position: fixed;
width: 200px;
height: 200px;
top: 50%;
left: 50%;
margin-top: -100px; /* Negative half of height. */
margin-left: -100px; /* Negative half of width. */
z-index:1038;
}
#voipBtn{background-image:url('../images/buttons/btn_VOIP.png');color:black; text-align:left;}
#smsBtn{background-image:url('../images/buttons/btn_SMS.png');color:black; text-align:left;}
#voipGsm{background-image:url('../images/buttons/btn_GSM.png');color:black; text-align:left;}
#nrd37Btn{background-image:url('../images/buttons/btn_N37.png');color:black;text-align:left;}
#internetBtn{background-image:url('../images/buttons/btn_ADSL.png');color:black;text-align:left;}
#sslBtn{background-image:url('../images/buttons/btn_SSL.png');color:black;text-align:left;}
#vpsBtn{background-image:url('../images/buttons/btn_VPS.png');color:black;text-align:left;}
#paymentsBtn{background-image:url('../images/buttons/btn_faktury.png');color:black;}
#cardBtn{background-image:url('../images/buttons/btn_account.png');color:black;}
.btnTextDash{position:relative;
                 top:25px;}
.btnTextDashDown{position:relative;
                 top:124px;}
.my-glyphicon-credit{background-image:url('../images/buttons/icon_credit.png');background-size: auto;width:23px;height:12px;}
.my-glyphicon-credit-card{background-image:url('../images/buttons/icon_buy.png');background-size: auto;width:21px;height:15px;}

@media (max-width:767px){
.text-left-xs{
text-align:left;
width:100%;
}
.right-side-toolbar{
width:100%;
}
}
@media (max-width:991px){
.right-side-toolbar{
width:13%;
}
.text-left-xs{width:87%;}
}
textarea {
    resize: none;
}
.preparing{width: 320px;
    height: 45px;
    background-color: rgba(180,180,180,0.5);
    -ms-transform: rotate(-32.3deg);
    -webkit-transform: rotate(-32.3deg);
    transform: rotate(-32.3deg);
    position: absolute;
    top: 56.5px;
    left: -27.5px;
    color:rgb(90,90,90);
    text-align:center;
          }
.preparing-text{
    font-size:25px;
    text-transform:uppercase;
    margin-right:18px;
    position:relative;
    top:5px;
}
.preparing2{width: 320px;
    height: 40px;
    background-color: rgba(180,180,180 ,0.8);
        -ms-transform: rotate(-32.8deg);
    -webkit-transform: rotate(-32.8deg);
    transform: rotate(-32.8deg);
    position: absolute;
    top: 59.5px;
    left: -27.5px;
    color:black;
    text-align:center;
    border: 1px solid #5cb85c;
          }
.preparing-text2{
    font-size:20px;
    text-transform:uppercase;
    margin-right:18px;
    position:relative;
    top:5px;
}
.create-sip-div{
    border: 1px solid black;
    border-radius:5px;
    -webkit-border-radius:5px;
     -moz-border-radius: 5px;
    position: absolute;
    padding:10px;

    left:0;
    margin:0 10px;
    z-index: 1020;
    overflow:hidden;
    color:white;
    background: #5cb85c; }
.create-sip-div .hint-block{color:white;}
.visible-text-sip{text-align:center;}
.visible-text-sip > h4{


padding-top:10px;
padding-bottom:3px;
    margin-top: 0;
    border-bottom:1px solid white;
    }
@media (min-width:1200px){
.create-sip-div,#createsiprow{
min-height:180px;
}
}
@media (max-width:1199px){
.create-sip-div,#createsiprow{
min-height:220px;
}
}
@media (max-width:991px){
.create-sip-div,#createsiprow{
min-height:240px;
}

}
@media (max-width:767px){
.create-sip-div{
position:relative;
width:350px;
margin:15px auto;
min-height:180px;
}
}
.togglebtnsip{
 margin: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    }
.btn-fixwidthdash{width:270px;    margin-left: -10px;}
.filters td input {min-width:100px;}

.btn-vps {
    width: 220px;
    margin: 15px 5px;
}
.axfonegrid .table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 70vh;

}

html body {
overflow-x: hidden;

}
/*.export-full-excel5,.export-full-excel2007{display:none !important;}*/
a.excel2007export{cursor:pointer}

.select2-search__field:first-child {
     width: 100% !important;
}
