/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.d-none {
  display: none;
}


.credit{
    font-weight: bold;
    font-size: 18px;
}

#calendar
{
	
	position: absolute;
	
	left: 10px;
	min-width: 1095px;
	
	
	margin-top: 45px;
	border: 1px solid #a4abc8 ;
	margin-right: 10px
}


#calendar-over-box
{
	position: absolute;
	margin-left : 55px;
	z-index: 10;
	min-width: 	1040px;
	
	min-height: 1200px;
	top: 10px;
	


	
}

.box-sms .row{

    display: flex;

    justify-items: start;

    font-size: 10px;
    margin-left: 0;
    margin-right: 0;
}

.row-c1{

}

.row-c2{
    padding-left: 5px;
}
.row-c3{
    padding-left: 5px;
}

.calendar-status{

    display: none;
    margin-top: 10px;
    margin-bottom: 5px;

}



.box-sms{
    background-color: #f0f0f0;

    /* border-top: 1px solid #ddd;*/
    padding-left: 0px;
}

.box-sms-answer{
    background-color: #fff7d3;

   /* border-top: 1px solid #ddd;*/
    padding-left: 0px;
}

.box-sms-answer .row{
    display: flex;

    justify-items: start;

    font-size: 10px;

    margin-left: 0;
    margin-right: 0;
}


#main {
  overflow-x: none;
}


.free-time-holidays
{
    background-color: #ffad00;
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    -khtml-opacity: 0.92;
    opacity: 0.92;
}

.free-time-i
{
	background-color: #fff;
	   filter: alpha(opacity=92);  
     -moz-opacity: 0.92;  
     -khtml-opacity: 0.92;  
     opacity: 0.92; 
}

.free-time-o
{
	background-color:  #fbfbfb;
	   filter: alpha(opacity=92);  
     -moz-opacity: 0.92;  
     -khtml-opacity: 0.92;  
     opacity: 0.92; 
}

.free-time-nowork
{
	background-color: #BCC4DA;
	   filter: alpha(opacity=92);  
     -moz-opacity: 0.92;  
     -khtml-opacity: 0.92;  
     opacity: 0.92; 

}

.move-ff{
    cursor: move;
}




.move{
  position: absolute;
  cursor: pointer;
  margin-left: 0px;
  margin-top: 17px;
  padding: 0px 4px;
  background: #ccc;
 
}

.move, i{
  font-size: 12px;
 
}


@-webkit-keyframes alertii {
    0% {   background: red;
        color: #fff;}
    50% {   background: #fff;
        color: red;}

    100% {   background: red;
        color: #fff; }
}

.no-save{
    display: block;


    font-size: 16px;
    margin-left: 5px;

    background: red;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;

    animation: alertii 5s linear infinite;


}

.d-none{
    display: none !important;
}



.spacial-save{
    display: flex;
    justify-content: center;
    align-items: center;

}

.hide-2{
  position: absolute;
  cursor: pointer;
  margin-left: 0px;
  margin-top: 2px;
  padding: 0px 4px;
  height: 35px;
  color: #000;
  z-index: 200;
}

.hide-2> i{
  padding-top: 8px;
  font-size: 13px;
  color: #000;
 
}

.btn-edit{

    margin-top: 10px;
    margin-left: 10px;
}


.list-day-user-i
{
	background-color: #BCC4DA;
	float:left;
	
	   filter: alpha(opacity=90);  
     -moz-opacity: 0.9;  
     -khtml-opacity: 0.9;  
     opacity: 0.9;  
    
  
     border-top: 1px solid #a4abc8; 
	
	 border-bottom: 1px solid #a4abc8; 
}

.list-day-user-o
{
	float:left;

	background-color: #BCC4DA;
	   filter: alpha(opacity=90);  
     -moz-opacity: 0.9;  
     -khtml-opacity: 0.9;  
     opacity: 0.9;  
      
	
	border-top: 1px solid #a4abc8; 

	 border-bottom: 1px solid #a4abc8; 
}

.li-line{
 border-right: 2px solid #000;
}

.x:after{
    content: ' ';
    position: absolute;
    top: 0;
    margin-left: -2px;
    height: 950px;
    width: 3px;
    background: red;
    z-index: 20000;


}

.changed{
    background: green;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 100;



}

.user-bold
{

	text-align: center;
    cursor: move;
}

.space-bar{
  float: left;
  width: 10px;
  height: 100%;
  background: red;
}


.timwd{
    color:#000;
    font-size: 12px;
    line-height: 12px;
}

.a-black
{
	color:#000;
	font-size: 13px;
    line-height: 12px;
	
}

.lh-visit{
    float: left;
    width:100%;
    height: 34px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    font-size: 13px;
    background: #d6dfff;
    padding: 3px 10px;
}

.lh-visit a{

    display: block;
        font-size: 12px;
    padding: 0;
}

.lh-visit .time {
    display: block;
    font-size: 9px;
    margin-top: -3px;
    padding:0;
}

.waiting-list{
    float: left;
    background: #BCC4DA;
    padding: 1px 2px 4px 2px;

}

#history-box{
    position: absolute;
    width: 200px;
    top: 48px;
    right: 0px;
    z-index: 690;



}
.since-until-i
{
	font-size: 11px;
	background: none;
    position: absolute;
    margin-left: 2px;
    margin-top:0px;
    border-right: 2px solid #000;
    z-index:500;

}

#new_visits a {

    margin-top: -15px;
    margin-left: 10px;
}

.week-left{
    cursor: pointer;
    background-color: #D6A848;
    border-color: #C09844;

    position: absolute;
    left: -50px;
    margin-top: -10px;
    border-radius: 5px;
    height: 40px;
    width: 45px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top: 8px;
}


.week-left:hover, .week-right:hover, .week-right-2:hover{
    color: #fff;
}

.week-right{
    cursor: pointer;
    background-color: #D6A848;
    border-color: #C09844;

    position: fixed;
    right: 17px;
    margin-top: -10px;
    border-radius: 5px;
    height: 40px;
    width: 45px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top: 8px;
}

.week-right-2{
    cursor: pointer;
    background-color: #D6A848;
    border-color: #C09844;

    position: fixed;
    right: 17px;
    margin-top: -10px;
    border-radius: 5px;
    height: 40px;
    width: 45px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top: 8px;
}

.since-until-o
{

    font-size: 11px;
    background: none;
    position: absolute;
    margin-left: 2px;
    margin-top:0px;
    border-right: 2px solid #000;
    z-index:500;

}

.search-box-x{
    display:none;
}

@media (min-width: 1024px) {

    .search-box-x{
        display:block;
        position:absolute;
        z-index: 400;
        right: 10px;
        width: 800px;
        height:50px;
        top: 57px;
        background: red;

    }


}

.mr-5{
    margin-right: 15px;
    margin-top: 5px;
}

.note-xx{
    float:left;
    width:100%;
    margin-bottom: 15px;
    margin-top: -20px;
    padding: 4px;
    background: #fafafa;
    border-bottom: 2px solid #92a2a8;
    border-left: 2px solid #92a2a8;
    border-right: 2px solid #92a2a8;
}

.border-xx{
    border-left: 3px solid #92a2a8;
    border-right: 3px solid #92a2a8;
}

.border-xxb{
    border-left: 3px solid #92a2a8;
    border-right: 3px solid #92a2a8;
    border-bottom: 3px solid #92a2a8;
}

.textarea-d{
    float: left;
    width:100%;
    min-width:100%;
    font-size: 11px;
    height: 120px;
    min-height:120px;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    padding: 2px

}

.calendar-fix
{
	float:left;
	width: 100%;
	color: #000;
	z-index: 5;
}

.time-line {
  
  font-size: 9px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-top: 2px;
  height: 19px;
  overflow: hidden;
 
  
}

.time-line>label{
  display: none;
}


.time-line:hover>label{
  display: block;
  margin-left: 3px;

  position: absolute;
  right: 0px;
  color: #fff;
  background: #2C3742;
  border-radius: 3px;
  padding: 1px 3px;

  width: 30px;
}

.view-time {
  
}
.time-line-x{
    position: absolute;
    width: 100%;
    background: rgb(66,66,66);
    background: linear-gradient(180deg, rgba(66,66,66,0) 0%, rgba(51,175,81,0.8) 100%);

    border-bottom: 4px solid rgb(10, 175, 87);
    height: 0px;

    margin-top: 0px;
    z-index: 0;
}


.day-hours-2-i
{
	font-size: 12px;
	

	width: 100%;
	background-color: #d8b2b2;
	padding-left: 2px;
}

.day-hours-2-o
{
	font-size: 12px;
	
	width: 100%;
	background-color: #fff;
	padding-left: 2px;
	text-align: left;
	
}

.visit-part-work{
   display: block;
  position: absolute;
  z-index: 2;
  top: 35px;
   border-right: 2px solid #000;
}

.visit-part-c{
  display: block;
  position: absolute;
  z-index: 4;
  top: 35px;
   background-color: #BCC4DA;
 
}

.border-left-x2 {
    border-left: 1px solid #333;
}

.visit-box{
  position: absolute;
  cursor: pointer;
  z-index: 30;
  font-size: 10px;
  overflow: hidden;
  border-top: 1px solid #333;

  
}

.visit-box:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
 z-index: 100;
 
 background: red;
}

.visit-box-inner{
  width: 100%;
  height: 150px;
  margin-right: 5px;
}


.list-time-camen
{
    color:red;
    border: 1px solid #ffadad;
    background-color: #ffeeee;


    text-align: center;
    font-size: 10px;


}

.list-time-came
{
    color:#000;

    text-align: center;
    border: 1px solid #ace8a1;
    background-color: #fff;

    font-size: 10px;

}

.list-time-jeden
{

	text-align: left;
	border: 1px solid #e76bf6;
	background-color: #f4e7f6;
	color: #000;
	font-size: 10px;
}


.list-time-qig
{

	text-align: left;
	border: 1px solid #BD79F0;
	background-color: #F1E6FB;
	color: #000;
	font-size: 10px;
}

.list-time-vst
{

	text-align: left;
	border: 1px solid #FF8811;
	background-color: #FFD7AE;
	color: #000;
	font-size: 10px;
}

.list-time-vst2
{

	text-align: left;
	border: 1px solid #ff80b9;
	background-color: #ffddec;
	color: #000;
	font-size: 10px;
}

.list-time-dva
{

	text-align: left;
	border: 1px solid #ebeb3e;
	background-color: #ffffd6;
	color: #000;
	font-size: 10px;
}

.time-s{
	position: absolute;
	width: 60px;

}

.time-s.f-small
{
    font-size: 9px;
}

.time-s.f-medium
{
    font-size: 10px;
}

.time-s.f-big
{
    font-size: 11px;
}


.list-name-service-2
{
    margin-left: 50px;
    right: 0px;
    text-align: right;
    text-transform: capitalize;
    font-weight: bold;

}

.list-name-service-2.f-small{
    font-size: 9px;
}


.list-name-service-2.f-medium
{
    font-size: 11px;
}

.list-name-service-2.f-big
{
    font-size: 12px;
}


.time-s-2{

    font-weight: bold;
    font-size: 9px;
    text-align: center;
    width: 100%;
    height:10px;

}

.warning-1 {
    color: red;padding-left:1px; padding-right:1px;
}

.list-name
{

	text-align: left;
	color: #000;
	text-transform: capitalize;

	position: absolute;
	top: 12px;
	margin-left: 2px;
    width: 100%;

    height: 17px;
    overflow: hidden;
	
}

.list-name.f-small
{
    font-size: 10px;
}

.list-name.f-medium
{
    font-size: 12px;
}

.list-name.f-big
{
    font-size: 14px;
}



.list-name-came
{
    margin-top: 0px;

    text-transform: capitalize;
    font-weight: bold;
    font-size: 11px;
    padding: 0px;
    width: 100%;
    overflow: hidden;




}

.list-name-note-2{

    font-size: 9.5px;
    padding: 2px 2px;
    margin-top: 0px;
    text-align: left;
    margin-left: 1px;
}

.list-name-note{

    font-size: 9.5px;
    padding: 2px 2px;
    margin-top: 10px;
    text-align: left;
    margin-left: 1px;
}


#hide-menu{
    display: none;
}
@media (max-width: 768px) {
    #hide-menu{
        display: block;
    }

    #history{
        display: none;
    }

}


.list-name-pauza
{

    font-weight: bold;
    text-align: left;
    color: #fff;
    font-size: 10px;
    width: 100%;
    position: absolute;
    float: left;
    margin-top: 12px;
}




.all-hour
{
	position: absolute;
	
	left: 13px;
	font-size: 22px;
	font-weight: lighter;
	width: 25px;
	text-align: center;
    z-index: 1;

}
.all-hour-right
{
	position: absolute;
	
	right: 35px;
	font-size: 22px;
	font-weight: lighter;
    z-index: 1;
}
.all-min
{
	position: absolute;
	left: 43px;
	font-weight: lighter;
	font-size: 9px;
    z-index: 1;
}

.all-min-right
{
	position: absolute;
	right: 18px;
	font-weight: lighter;
	font-size: 9px;
    z-index: 1;
}
	


.link {
  text-decoration: underline;
  
  
}

.kont-l {
  line-height: 10px;
  width: 50px;
}

.send_login_x{
  display: none;
}

.w-80{
  width: 80px;
}
.text-bold{
  
  font-weight: bold;
  
}

.link-file{
  margin-right: 5px;
}

.pt2{
  padding: 2px;
}


.cursor {
  cursor: pointer;
}

.td-x1{
  width: 80px;
  font-size: 10px;
}

.td-x2{
    width: 100px;
    font-size: 15px;
}

.td-x3{

}


.btn-service{
  
  width: 46%; 
  margin: 2% 2%;
 
}

.subtotal{
  font-weight: bold;
}

#notice-box{

  opacity: 0;
  position: fixed;
  right:25px;
  bottom:30px;

}

.storno-note{
    width: 100%;
    font-size: 10px;
    padding: 1px;
    color: #0d0f12;
}
#bill-box-view{

    opacity: 0;
    position: fixed;
    right:30%;
    top: 500px;
    width: 300px;
    cursor: move;
    display: none;



}

#bill-box-view-inner {
    padding: 10px;
    float: left;
    width:100%;
    display: block;
    font-size:11px;
    background:#fff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    border: 2px solid #ddd;
    cursor: move;
}


.page-title-2 {
  display: block;
  margin-top: 12px;
 
  font-size: 16px;
}

.text-white {
  color: #fff;
}

.padding-right-5 {
  padding-right:  5px;
}

.flex-x2{
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.phonex{
    display: block;
    position: absolute;
    right: 3px;
}
.phonex-2{

    display: inline-block;
    font-size: 10px;
    margin-left: 5px;

}
.date-ss{
    display: inline-block;

}


.checkbox-a:hover {
    background: rgba(0,255,78,0.18);
}

.ta-ft {
  font-size: 23px;
}

.margin-right-5 {
  margin-right:  5px;
}


.margin-left-10 {
    margin-left: 10px;
}

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

.margin-left-5 {
  margin-left: 5px;
}

.padding-bottom-0{
  padding-bottom: 0px;
}

.padding-top-2 {
  padding-top: 2px;
}

.bg-fafafa {
    background: rgba(255, 229, 85, 0.7);
}

.bg-fafafa-2 {
    background: rgba(255, 229, 85, 0.45);
    font-size: 14px;
}

#notice-box-inner{


  right: 0px;
  bottom: 0px;
  position: absolute;
  padding: 13px 15px 13px 15px;

  border-radius: 10px;
  background: #fff;
  color: #fff;
   border: 1px color #ccc;
   -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.47);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.47);
height: auto;
  width: 217px;
  
}

.payxx{
    font-size: 22px;
    line-height: 22px;
    padding-left: 2px;
}

#show-shortcut{
  color: #fff;
}

.smart-form .uploader {
  float: left;
  width: 100%;

}

.leftf {
  float: left;
}
.smart-form .files-box {
  float: left;
  width: 100%;

}
 .smart-form .input-lg2 {
  font-size: 20px;
  padding: 3px 3px;
  height: 36px;
}

.smart-form .select select.input-lg-2 {
  
  height: 36px;
}


.smart-form .textarea .texta-3 {
  padding: 3px 3px;
  font-size: 14px;
  line-height: 18px;
  height: 44px;
}


.smart-form .textarea .texta-2 {
  padding: 3px 3px;
  font-size: 14px;
  line-height: 18px;
  height: 45px;
}


.smart-form .textarea .texta-5 {
  padding: 3px 3px;
  font-size: 14px;
  line-height: 18px;
  height: 152px;
}


.smart-form .textarea .texta-7 {
  padding: 3px 3px;
  font-size: 14px;
  line-height: 18px;
  height: 121px;
}

.smart-form .textarea .texta-8 {
  padding: 2px 2px;
  font-size: 14px;
  line-height: 18px;
  height: 93px;
}

.smart-form .textarea .texta-10 {
    padding: 2px 2px;
    font-size: 12px;
    line-height: 18px;
    height: 96px;
}

.bg-cc{
  
  background: #fafafa;
  
}
.imgt {
  width: 30%;
  margin-left: 10px;
  margin-bottom: 10px;
 
}



.col-lx{
    margin-left: 15px;
    float: left;

}


.date_term{
    width: 100px;
}

.col-rx
{
    float: left;
    margin-left: 15px;

}

.p-5 {
  padding: 5px;
}
.mb-2 {
  margin-bottom: 3px;
}
.m-2 {
  margin: 2px;
}
.border-left-x {
  border-left: 1px solid #333;
}
.border-x2{
  border-left: 1px solid #333;
 border-right: 1px solid #333;
}

.bg-fa {
    background-color: #fafafa;

}

.bg-ccc {
  background-color: #eee;

}
.py-15{
  margin-left: 35px;
  margin-right: 35px;
}

.pppf {
    margin-top: 5px;
  margin-bottom: 10px;
   padding-bottom: 5px;
   padding-top: 5px;
}

.border-bb2 {

  border-bottom: 1px solid #333;
  
 
}
.d2-even {

    background: #fafafa;
}

.d-even {

    background: #FDFBDD;
}

.float-l {
    float: left !important;
}

.x0 {
    width: 100px; height: 28px;

}

.x0-1 {
    width: 80px; height: 28px;

}

.x1 {
    width: 190px; height: 28px;
    margin-left: 5px;
}

.x4 {
    width: 190px; height: 28px;
    margin-left: 5px;
}

.x5 {
    width: 105px; height: 28px;
    margin-left: 5px;
}

.x6 {
    height: 20px;
    width: 540px;
    max-width: 540px;
    min-width: 540px;
    margin-top: 5px;
    padding: 2px 4px;

}


.bg-white{
    background:#fff;
}

.x6-1 {
    height: 20px;
    width: 609px;
    max-width: 609px;
    min-width: 609px;
    margin-top: 5px;
    padding: 2px 4px;

}

.a-even{
    background:#fff;
    border-bottom: 1px dashed #ddd;
}

.a-odd{
    background: #fafafa;
}


.light-orange{
    background: #FFEAAA;
}


.float-r{
    float: right;
}
.d-block{

    display: block;
}

.x9 {
    width: 610px;
    padding: 4px 10px;
    font-size: 30px;
    margin-bottom: 5px;

}

.x9:hover {
    border: 1px solid #222;
}

.new-visists{
    float: left;
    width: 100%;

    margin-top: 10px;
}


#dialog-visits-history-bg{
    display: none;
    position: fixed;
    z-index: 699;
    width: 100%;
    height: 100%;


}

#dialog-visits-history-html{
    float: left;
    width: 100%;
    overflow:scroll; height:470px;
}

#dialog-visits-history{
    display: none;
    position: absolute;
    z-index: 700;
    width: 50%;
    left: 25%;
    top: 20px;
    height: 600px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px 20px 15px;


}

.xxc{
    float: left;

    width: 100%;
}

.border-radius-5{
    border-radius: 5px;
}

.border-radius-10{
    border-radius: 10px;
}

#dialog-visits{
    display: none;
    position: absolute;
    z-index: 700;
    width: 670px;
    min-height: 100px;
    right: 5%;
    top: 13%;
    border: 8px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 10px;
    background: #fff;
    padding: 10px 12px 15px 12px;


}

.margin-bottom-15 {
    margin-bottom: 15px;
}

#client-box-info{
    margin-top: 5px;
    width:640px;

}

.close-2{
    position: absolute;
    color: mediumvioletred;
    right: 10px;
    top: 5px;
    font-size: 22px;
    width: 20px;
    height: 40px;
    text-align: right;
    z-index: 2000;
}

.pointer{
    cursor: pointer;
}

.space-x{
    padding: 5px;
    float: left;
    width: 615px;
}

.active-date{
    background: #96BF48;
}


.active-border{
    border: 2px solid #3F9E34;
    background: #3F9E34;
}

.nodate {


}

.sfree_opt{
    font-weight: bold;
    background: #0aa66e;
    color: #fff;
}

.sfull_opt{
    background: #ccc;
}



.padding-5{
    padding: 5px 15px;
}

.d-odd {
    background: #E3E7F0;
}

.border-bottom-x {
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}


.border-bb2:hover {
  background: #ecf3f8;
}



.smart-form .title-form-1 {
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  min-height: 48px;
}

.padding-top-2 {
  
}

#notice-box .box-l{
  
  float: left;
  width: 25px;

}

#notice-box #notice-text {
  
  float: left;
  width: 160px;
 
  
}

#notice-cl{
  position: absolute;
  z-index: 1000;
  color: white;
  right: -5px;
  top: -10px;
  font-size: 18px;
  border-radius: 13px;
  cursor: pointer;
  background: #333;
  padding: 2px;
}

#notice-text {
  padding-left: 10px;
}


.notice-box table{
  width: 100%;
  display: block;
  margin: 2px;
  border: 1px solid blue;
}


.service-price{
  display: block;
  float: right;
  text-align: right;
  font-size: 9px;
}

.service-code{
   display: block;
  float: left;
  text-align: left;
  font-size: 12px;
}


.w-90p{
  width: 90%;
}

.orders-plan{
  display: none;
}

.orders-plan-next{
  display: none;
}

.pointer {
  cursor: pointer;
}

.cooking-plan{
  display: none;
}

.expedition {
  
  display: none;
  
}

#date-time {
  margin-left: 15px;
}
#today {
    color: #C5C6CA;
  
}

#time_span{
  
  color: #C5C6CA;
  
}

.system-dev{
  
  

   padding:15px 10px;
   
  
   height: 49px;

   background: red;
  color:#f2f2f2;
  font-size: 12px;
  font-weight: bold;
 
  
}

.fixed-date-order{
  
	left: 50%;
	margin-left: -200px;
   position: fixed;
   width: 400px;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
  z-index: 1200;
  top: 0px;
  height: 39px;
  background: #f2f2f2;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.57);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.57);
  
}

.vs-info {
  
  border: 1px solid red;
  color: red;
  padding: 5px;
}

.notice-special{
  
  display: none;
  position: fixed;
  z-index: 1200;
  top: 0px;
  width: 100%;
  height: 39px;
  
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.57);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.57);
}

.white-bg{
  background: #fff;
}

.ui-menu .ui-menu-item a{
    font-size: 11px;
	width: 100%;
	overflow: hidden;
	display: block;
}

.border-x{
  
  
  
  margin-left: 2%;
}

.width-50{
  float: left;
  width: 48%;
}

.width-25{
   width: 24%;
}

.width-20{
   width: 19%;
}

.width-15{
    width: 14%;
}

.width-10{
    width: 10%;
}

.font-lg{
  
  font-size: 28px;
  line-height: 1.1;

}

.txt-color-warning{
    color:rgba(255,150,16,0.79);
}


#sendtask{
    
    display: none;
}

#extr-page{

  background: url(../inspirita-login.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
  }

  #login-base{
      padding-top: 120px;
  }

#extr-page #main{
    background: none;
    
}

 .cssload-loader {
	display: none;
	float: right;
	margin-right: -20px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 340px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 0.9s linear infinite;
		-o-animation: cssload-rotate-one 0.9s linear infinite;
		-ms-animation: cssload-rotate-one 0.9s linear infinite;
		-webkit-animation: cssload-rotate-one 0.9s linear infinite;
		-moz-animation: cssload-rotate-one 0.9s linear infinite;
	border-bottom: 1px solid rgb(255,255,255);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 0.9s linear infinite;
		-o-animation: cssload-rotate-two 0.9s linear infinite;
		-ms-animation: cssload-rotate-two 0.9s linear infinite;
		-webkit-animation: cssload-rotate-two 0.9s linear infinite;
		-moz-animation: cssload-rotate-two 0.9s linear infinite;
	border-right: 1px solid rgb(255,255,255);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 0.9s linear infinite;
		-o-animation: cssload-rotate-three 0.9s linear infinite;
		-ms-animation: cssload-rotate-three 0.9s linear infinite;
		-webkit-animation: cssload-rotate-three 0.9s linear infinite;
		-moz-animation: cssload-rotate-three 0.9s linear infinite;
	border-top: 1px solid rgba(255,255,255,0.92);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}



.er-box {
    
    border: 1px solid red;
}
#more {
    font-size: 20px;
}

.tr-green{
    
    color: green;
    background: red; 
}

.right{
    float: right;
    margin-right: 0px;
    
}

.bold{
    font-weight: bold;
}

.green{
     color: green;
}

.remove{
    display: none;
}

.center{
    text-align: center;
}


.left-bl {
     display: inline;
    text-align: left;
    float: left;
    
}
.center-bl {
    display: inline;
    text-align: center;
   
}

.center-bl2 {
     display: inline;
  margin-left: 20%;
   
}
.right-bl {
    display: inline;
    text-align: right;
    float: right;
}

.search-box{
  float: right;

  margin-top: 5px;
  width: 100%;
}

.inline-block {
  float: right;
  display: inline-block;
  padding: 5px;
  

}

.padding-top-6 {
  padding-top: 5px;
}
.inline-block .label {
  
  color: #2C3742;
  
}

.small-2 {
    font-size: 12px;
    padding-left: 3px;
    padding-bottom: 8px;
}
.small-i{
    font-size: 10px;
}
.padding-left-5 {
  padding-left: 5px;
}

.width-20{
    width: 20%;
}

.width-100p{
    width: 105px;
}

.width-40{
    width: 40%;
}
.select-xxs{

    padding: 4px;
    height: 23px;
    border: 1px solid #ccc;
    font-size: 13px;
    width: 100px;

}




.width-30{
    width: 30%;
}

.width-65{
  width: 60%;
}


.width-80{
    width: 80%;
}

.width-70{
    width: 70%;
}

.mikro {
    
     font-size: 9px;
    color: green;
    
}

.icon-fs {
    font-size: 20px;
}


.alert-u1 {


    animation: colorchange 2s 2 both;
    -webkit-animation: colorchange 2s 2 both;
    padding: 2px;
}

.alert-uu {


    animation: colorchange 2s 3 both;
    -webkit-animation: colorchange 1s 3 both;
    padding: 2px;
}


.green-i{
    background: #fff;
    color: #000;
}

.orange-i{
    color:#fff;
    background: orange;
}

.red-x {
    color: red;
    padding-left: 5px;
    font-size: 10px;
}

.orange-x {
    color: orange;
    padding-left: 5px;
    font-size: 10px;
}

.black-i {
    color:#fff;
    background: #000;
}

.red-i{
    color: #fff;
    background: red;
}



.float-left{
    float: left;
}

.input-price{
    float: left;
    padding: 2px 3px;
    border: 1px solid #ccc;
    width: 40px;

}
.xl-select-users{
    font-size:13px;
    padding: 4px 4px;
    border: 1px solid #aaa;

}
.input-note {
    float: left;
    padding: 4px 3px;
    border: 1px solid #ccc;
    width: 192px;
    font-size: 11px;
}
.input-time{
    float: left;
    padding: 2px 3px;
    border: 1px solid #ccc;
    width: 30px;
    margin-right: 5px;
}


.input-time-select-unwidth{
    float: left;
    padding: 3px 2px;
    border: 1px solid #ccc;

    font-size: 11px;

}

.t-task td:hover {

    background: rgba(248, 14, 227, 0.17);
    cursor: pointer;
}

.t-task .td-b {
    border-right: 1px solid #ddd;
}

.trt-info {
    background: rgba(189, 189, 189, 0.1);
}

.trt-danger {
    background: rgba(213, 123, 12, 0.12);
}

.trt-success{
    background: rgba(96, 213, 12, 0.12);
}

.tdl-info{
    border-right: 5px solid #d53b0c;
}

.tdl-danger {
    border-right: 5px solid #ff8e00;
}

.tdl-success {
    border-right: 5px solid #60d50c;
}

.box-task{
    display: block;
    float: left;
    width: 100%;

    background: #fff;
    margin-top: 4px;
    padding: 1px 1px;

}


.num-task-alert{
    display: block;
    float: right;

    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    background: red;
    margin-top: -2px;
    padding-top: 2px;
    text-align: center;
}

.box-task .row{
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

.box-task .row-c11 {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    margin-left: 3px;

}

.box-task .row-c22 {
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
}


.input-time-select{
    float: left;
    padding: 3px 2px;
    border: 1px solid #ccc;
    width: 145px;
    font-size: 11px;

}

.link-cal-c{
    font-size:11px;
    padding:1px 3px 2px;

}

.link-cal-c:hover{
    text-decoration: underline;
    color: #ff0600;
}

@keyframes colorchange
{

    0%  {color: #333; background: red;}
    40%  {color: #333; background: red;}
    100%   {color: red; background: #fafafa;}

}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
    0%  {color: #333; background: red;}
    40%  {color: #333; background: red;}
    100%   {color: red; background: #fafafa;}

}
@-o-keyframes changecolor /* Opera */
{
    0%  {color: #333; background: red;}
    40%  {color: #333; background: red;}
    100%   {color: red; background: #fafafa;}

}




.white{
  color: #fff;
}
.white:hover, .white:after
{
  color: #fff;
}

.title-2 {
  font-size: 15px;
  color: #fff;
}

.mikro-white {
  font-size: 12px;
  color: #fff;
}


.right-text{
    text-align: right;
}


.mikro-2 {
    
     font-size: 11px;
   
    
}

.note-edit-x{
    width: 100%;
    height: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 11px;
    border-radius: 5px;
}

.mikro-3
{
   font-size: 9px;
}

.red {
    color: red;
}

.green{
  color: green;
}

.orange{
  color: orange;
}
.bold {
  font-weight: bold;
}
