/*
 *
 * Custom App styling
 *
 *
 */

.cm-frame {
    position:relative;
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
}

.cm-menu ul li  {
    display:inline-block;
}


.cm-menu ul li a {
    color:#fff;
    padding:19px 17px;
    display:inline-block;
    margin-left:-4px;
}

.cm-menu ul li ul.child-menu li {
	display:block!important;
	background:red!important;
}

.cm-menu ul li a:hover {
    background:#2a373d;
    text-decoration:none;
}

.active {
	background:#1e262a!important;
}


.child-menu {
	position:absolute;
	z-index:999;
	margin:0px;
	padding:0px;
	list-style:none;	
}

.child-menu.right {
	right:0px!important;
}

.child-menu li {
	display:block!important;
}

.child-menu li a {
	width:160px;
	background:#2a373d;
	
}

.child-menu li a:hover {
	background:#44545d!important;
}

.cm-logo {
    padding-top:14px;
}

.cm-logo a:hover {text-decoration:none;}

.cm-search {
    position:absolute;
    right:20px;
    top:6px;
}

.cm-search-bar {
	padding:2px;
	border-left:1px solid #c6d2e0;
	border-right:1px solid #c6d2e0;
	background:#fff;
	box-shadow: inset 0 7px 10px -7px rgba(56,71,79,.4);
	width:260px;
	z-index:9999;
}

input.cm-bar-input {
	background:none!important;
	border:0px;
	height:100%;
	width:260px;
}

.cm-content hr {
    background:#dcdcdc;
}

.cm-border { 
    border:1px solid #e6e6e6;
}

.round {
-webkit-border-radius: 2px!important;
-moz-border-radius: 2px!important;
border-radius: 2px!important;
}

.cm-cyan {
    border:1px solid #00afec;
    color:#00afec;
    background:#fff;
}

.cm-cyan:hover {
    text-decoration: none;
    background:#00afec;
    color:#fff;
}

.cm-red {
	border:1px solid #f1453d;
	color:#f1453d;
	background:#fff;
}

.cm-red:hover {
	text-decoration:none;
	background:#f1453d;
	color:#fff;
}

.cm-green {
	border:1px solid #4CAF50;
	color:#4CAF50;
	background:#fff;
}

.cm-green:hover {
	text-decoration:none;
	background:#4CAF50;
	color:#fff;
}

.cm-grey {
	border:1px solid #999;
	color:#999;
	background:#fff;
}

.cm-grey:hover {
	text-decoration:none;
	background:#999;
	color:#fff;
}

.cm-dash {
    height:240px;
}

.cm-dash h5 a:hover {
    color:#00afec!important;
}

.cm-last-order {

}

.cm-last-order li a {
    border-bottom:1px solid #dcdcdc;
    padding:14px;
    display:list-item;
    font-size:12px;
}

.cm-last-order li a:hover {
    text-decoration: none;
    background:#f5f5f5;
}

ul.cm-last-order li:last-child a {
    border-bottom:0px;
}

ul.cm-last-order li:first-child a {
    border-top:1px solid #dcdcdc;
}


.cm-drop-center li a {
	color:#666;
}

.cm-drop-center li a:hover {
	color:#666;
}

.cm-table-platform-logo {
    height:13px;
    margin-top:-4px;
}

.cm-table > tbody > tr:hover {
    background:#f9f9f9;
}


.cm-table td {
   padding:16px!important;
   padding-top:23px!important;
}

.cm-table th {
	padding:10px!important;
	border-bottom:1px solid #dcdcdc!important;
}

.cm-table td {
	margin-top:2px;
}

.cm-action {
    margin-top:0px;
    z-index:9999999;
}

td { z-index:-1;}

.toggle-pane {
    float:right;
}

.cm-supplier,
.toggle-pane {
	border:1px solid #dcdcdc;
    padding:7px;
    border-radius:2px;
    color:#bbb;
}

.cm-supplier:hover,
.toggle-pane:hover {
	text-decoration:none;
	border:1px solid #bbb;
}

.cm-action a {
    border:1px solid #00afec;
    background:none;
    padding:7px;
    border-radius:2px;
    color:#00afec;
}

.cm-action a:hover {
    text-decoration: none;
    background:#00afec;
    color:#fff;
}

.cm-this-month {
    border-radius:0px!important;
    box-shadow:0px 0px 0px 1px #00afec inset;
    border:-1px solid #00afec;
    color:#00afec!important;
}

.cm-this-month,.cm-this-month small {

    color:#fff!important;
    background:#00afec!important;
}

.left-cyan {
	border-left:5px solid #00afec;
	border-right:2px solid #dcdcdc;
}

.cm-table tr {z-index:-1;}
.cm-table td a {
    z-index:9999999999!important;
}

.cm-table {border-bottom:1px solid #dcdcdc;}

.table > tbody > .cm-line-rem > td {
    border-top:0px!important;
    -webkit-box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.4);
    box-shadow: inset 0 10px 12px -12px rgba(0,0,0,0.4);
}

.cm-flag {
	height:18px;
	margin-top:3px;
	margin-right:10px;
	display:block;
	float:left;
}

#note {
	display:none;
}

.cm-space {
        margin-bottom:34px;
    }
    
.line {
	border-radius:0px!important;
	border-right:1px solid #dcdcdc;
}


.cm-paginator li  {
    display:inline-block;

}

.cm-paginator li a {
    padding:4px 10px;
    margin:2px;
     display:inline-block;
}

.cm-paginator li a:hover {
    text-decoration:none;
    opacity:0.8;
}

.current {
    background:#999!important;
}

.cm-order-details-head {
    padding-bottom:25px;
    font-size:30px;
    text-align:center;
    border-bottom:1px solid #dcdcdc;
    color:#dcdcdc;
    margin-bottom:30px;
 }


.cm-order-details {
    font-size:12px;
    line-height: 23px;
    margin-top:20px;  
}

.cm-order-details label {margin-left:20px;}

.truncate{
 white-space:nowrap;
 overflow:hidden;
}

.truncate:after{
  content:'...';
}

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

input:focus {
    border-color:#00aeef;
}

.cm-supplier-detail {
    padding:4px 17px;
    height:20px;
    border-left:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
}

.cm-supplier-detail:hover {
    text-decoration:none;
    background:#00afec!important;
    color:#fff!important;
    border:0px!important;
}

.cm-platform-block {
    
    border:2px solid #dcdcdc;
    padding:10px;
    text-align:center;
    
}

.cm-platform-block img {
    height:18px;
}

.cm-platform-block:hover {
    border-color:#00afec;
    background:#f8f8f8;
    cursor:pointer;
}

.cm-platform-block.distactive {
    border-color:#00afec;
    background:#fff!important;
}

img.cm-dash-img {
    height:24px;
}

span.cm-stuks {
	
	background:green;
}

.cm-success-inputfield {
	border:1px solid #50ae55!important;
	background:#50ae55!important;
	color:#fff!important;
}


.cm-error-inputfield  {
	border:1px solid #f1453d!important;
	background:#f1453d!important;
	color:#fff!important;
}

.cm-lite-grey {
	border-bottom:1px solid #dcdcdc;
}

.cm-lite-grey:hover {
	background:#f8f8f8!important;
}

.cm-bar-year-view {
    height:340px;
}


.cm-label-tweak > label {
    margin-top:11px!important;
}

.legenda label:before {
	display:inline-block;
	padding:0px;
	margin-right:20px;
	content:'';
	background:inherit;
	border-radius:2px;
}

.legenda label span {
	background:#fff;
	padding:3px;
}

.legenda label {
	display:inline-block;
	margin-left:20px;
	font-weight:300;
	margin-right:5px;
}

.legenda{
	margin:20px;
}

.cm-but {
	background:#fff;border:1px solid;border-color:#dcdcdc;background-image:-webkit-linear-gradient(top, transparent, rgba(0,0,0,0.06));background-image:-moz-linear-gradient(top, transparent, rgba(0,0,0,0.06));background-image:-o-linear-gradient(top, transparent, rgba(0,0,0,0.06));background-image:linear-gradient(to bottom, transparent, rgba(0,0,0,0.06));-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.08);box-shadow:0 1px 1px rgba(0,0,0,0.08);
margin-top:3px;
padding:3px 7px 6px 7px;
color:#999;
}

.cm-but:hover {
	text-decoration:none;
	cursor:pointer;
}

.cm-under-sub-bar {
	border-bottom:1px solid #c6d2e0;
	/*background:#e4eaf1!important;*/
	background:#ecf8fd!important;
	box-shadow: inset 0 7px 10px -7px rgba(56,71,79,.9);	
}

.cm-under-sub li a {
  position: relative;
  width: 100%;
  margin-right: 20px;
  color: #b0bec6;
  font-weight: 600;
  font-size:13px;
}	

.cm-under-sub li a.sub-active {
	color:#38474f;
}
	
.cm-under-sub li a.sub-active:after,
.cm-under-sub li a.sub-active::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10%;
  content: '';
  width: 0;
  height: 0;
  border-bottom: solid 7px #f5f5f5;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

.cm-under-sub li a.sub-active:before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -10%;
  content: '';
  width: 0;
  height: 0;
  border-bottom: solid 8px #c6d2e0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

.cm-updown {
    background:#50ae55;
    color:#fff;
    font-size:10px!important;
    margin-top:4px;   
    position:absolute;
    right:0px;
}

.cm-downup {
    background:#f1453d;
    color:#fff;
    font-size:10px!important;
    margin-top:4px;  
    position:absolute;
    right:0px;
}

.cm-updownnone {
    background:#00afec!important;
    color:#fff;
    font-size:10px!important;
    margin-top:4px;  
    position:absolute;
    right:0px;
}

.cm-border-bottom {
    border-bottom:1px solid #dcdcdc;
}

.cm-order-right {
	float:right;
}


@media (max-width:767px) {
    
    .cm-order-details label {margin-left:20px!important;}
    
    .cm-mobile-menu {
        width:100%;
        position:absolute;
        top:59px;
        z-index:99;
        background:#263238;
        display:none;
    }
    
    .cm-mobile-menu li a {
        background:#263238;
        padding:17px;
        display:block;
        color:#7e9aa8;
        border-bottom:1px solid #2d3a41;
    }
    
    .cm-mobile-menu li a:hover {
        text-decoration:none;
    }
    
    .cm-content {
        margin:20px;
    }
    
    .cm-space {
        margin-bottom:24px;
    }
    
    .cm-frame {
    padding:0px;
    }
    
    .cm-logo {
        margin-left:20px;
    }
    
    .cm-search {
        right:0px;
    }
    
    .form-icon-flip {
        width:100%!important;
    }
    
    .cm-search {
        width:100%!important;
    }
    
    .cm-bar-year-view {
        height:220px!important;
    }

    .cm-micro {
        width:33%!important;
        
    }
    
    .cm-order-right {
	    float:left;
	    width:100%
    }

}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* LOADER */
.ytLoad {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 0%;
    height: 2px;
    background: #00aeef;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.ytLoad.error {
    background: #C20A47;
}

.ytLoad dd, .ytLoad dt {
    position: absolute;
    top: 0;
    height: 2px;
    -moz-box-shadow: #0092c8 1px 0 6px 1px;
    -ms-box-shadow: #0092c8 1px 0 6px 1px;
    -webkit-box-shadow: #0092c8 1px 0 6px 1px;
    box-shadow: #0092c8 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.ytLoad.error dd, .ytLoad.error dt {
    -moz-box-shadow: #C20A47 1px 0 6px 1px;
    -ms-box-shadow: #C20A47 1px 0 6px 1px;
    -webkit-box-shadow: #C20A47 1px 0 6px 1px;
    box-shadow: #C20A47 1px 0 6px 1px;
}

.ytLoad dt {
    opacity: .6;
    width: 180px;
    right: -80px;
    clip: rect(-6px,90px,14px,-6px);
}

.ytLoad dd {
    opacity: .6;
    width: 20px;
    right: 0;
    clip: rect(-6px,22px,14px,10px);
}

.cm-egg {
    background-color:#f7f4ef;
    height:3366px;
    background: url('../img/egg.jpg') no-repeat top center;
}