.order_cont{
	margin: 0 25px;
}

.uppercase {
    text-transform: uppercase;
}


.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }
  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
  }
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  

.daterangepicker {
	color: blue !important;
}

body{margin-top: 70px; margin-bottom: 70px;}
em {color: red;}
.panel-heading-info{
	float: right !important;
	
}
.panel-heading-info small {
color: red;
}
.footer{font-size: 10px;}

header, section, footer {
    padding-top: 30px;
    padding-bottom: 30px;
}


 header {
        background-image: url(../img/img.jpg);
         background-position: center center;
          background-repeat: no-repeat;
          background-attachment: scroll;
          background-size: cover;
          min-height: 430px
    }

    .icon-operator {
        float: none;
        margin-top: 0px;
    }
    .icon-operator {
        width: 16px;
       /* float: left; 
        margin: -3px 5px 0 5px; */
        margin: -3px 5px 1px -22px;
        align-self: center;

    }

    .flag-icon {
      margin-left: -20px !important;
    }


    .main_up {
      margin-top: 12px;
    }

    .main_li li {
      margin-left: 15px;
    }

  

    .cp {
      width: 17px !important;
      margin-left: 2px !important;
    }

    .order_num {
      font-size: 1.25em;
    }

    .bsumm{
      
    }



/* Orders */

.serv_btn1 {
    margin-top: 65px; position: absolute; right: 1px; z-index: 15
}

.serv_btn2 {
    margin-top: 95px; position: absolute; right: 1px; z-index: 15
}



/* Календарь */

.calendar-table table {
  background-color: transparent !important;
  border: 1px solid black !important;
}

.daterangepicker td {
  font-weight: 550;
}

/* Медиазапросы */

@media (max-width: 767px) {
 /* Small devices (mobile, <767px ) */  
   
}

@media (min-width: 768px) {
 /* Small devices (tablets, 768px and up) */
 
}


@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
  .main_li:first-child {
    margin-left: 55px;
  }
  
}


@media (min-width: 1200px) {
/* Large devices (large desktops, 1200px and up) */

}