    /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/07/2014, 22:44:48
    Author     : MC001
*/  

@charset "UTF-8"; 
 

/*			BUTTONS			*/
.nOl:not(a){
	position:relative;
}
.nOl,
.nOl a{
	display:inline-block;
	outline:0;
	border-radius:inherit;
}
a.nOl:focus:before,
.nOl a:focus:before{
	content:'';
	position:absolute;
	left:3px;
	right:3px;
	top:3px;
	bottom:3px;
	border-radius:inherit;
	border:2px dotted white;
}
.btn-arrow{
	width:30px !important;
	margin-left:10px;
	text-align:center !important;
	cursor:pointer;
}
.btn-arrow i{
	margin:0 !important;
}
.btn-arrow i:before{
	font-size:40px !important;

}
.btn-link {
	color: #788288;
	cursor:pointer;  
}
.btn-link:hover {
	color: #428bca;
}
.hover,
.btnLnk{
    cursor:pointer;
}

.inactive[class*="btn-"]{
	border-color:#cdcdcd !important;
	background-color:grey !important;
	color:#cdcdcd !important;
	pointer-events:none;
}

.btn.null,
.btn-gray:not(:hover) {
	color: #999 !important;
	border-color: #999 !important; 
}
.btn.null:hover,.btn.null:focus,.btn.null:active,.btn.null:checked,
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray:checked, .btn-gray[data-num]:before  {
  color: #fff !important;
  background-color: #666 !important;
  border-color: #666;
}
.btn-gray[data-num]:hover:before{
	background-color:white !important;
	color:#666 !important;
}


.btn-lightgray1:not(.oH) {
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
}

.btn-lightgray1:hover, 
.btn-lightgray1:focus, 
.btn-lightgray1:active {
  cursor:pointer;
  background-color: #ccc !important;
  border-color: #808080 !important;
}
.btn-lightgray1:not(.oH):hover, 
.btn-lightgray1:not(.oH):focus, 
.btn-lightgray1:not(.oH):active,
.btn-lightgray1:hover *.active,
.btn-lightgray1:hover *{
	color: #000 !important;
}
.btn-lightgray1.disabled{
	pointer-events:none;
	background-color:#f5f5f5 !important;
	color:#ccc;
	border-color:#e0dbdb !important;
}

.btn.true,
.btn-green:not(:hover):not([disabled]):not(.vDisabled):not(.inactive) {
	color: #1aae88;
	border-color: #1aae88; 
}
.btn.true:not([disabled]):not(.vDisabled):not(.inactive):hover,.btn.true:focus,.btn.true:active, 
.btn-green.active,.btn-green:checked,.btn-green:not([disabled]):not(.vDisabled):not(.inactive):hover, .btn-green:focus, .btn-green:active, .btn-green.btnConfirm,.btn-green[data-num]:before {
  color: #fff !important;
  background-color: #14876A !important;
  border-color: #14876A  !important;
}
.btn-green[data-num]:hover:before {
	background-color:white !important;
	color:#14876A !important;
}
.btn.false,
.btn-red {
    color: #e33244 !important;
    border-color: #e33244 !important;
}
.btn.false:hover,.btn.false:focus,.btn.false:active,
.btn-red:checked,.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.activeConfirm .btn-red, .btn-red[data-num]:before {
  color: #fff !important;
  background-color: #C01B2C !important;
  border-color: #C01B2C; 
}
.btn-red[data-num]:hover:before{
	background-color:white !important;
	color:#C01B2C !important;
}


.btn-blue {
  color: #fff !important;
  color: #428bca !important;
  border-color: #428bca !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue[data-num]:before {
  color: #fff !important;
  background-color: #146ca4 !important;
  border-color: #428bca !important;
}
.btn-blue[data-num]:hover:before{
	background-color:white !important;
	color:#146ca4 !important;
}
.btn-blueh:hover{
	color: #146ca4 !important;
}

.btn-lightblue1:not(.oH) {
  background-color: #DBE2E8 !important;
  border-color: #428bca !important;
}

.btn-lightblue1:hover, 
.btn-lightblue1:focus, 
.btn-lightblue1:active {
  cursor:pointer;
  background-color: #B5C4D0 !important;
  border-color: #428bca !important;
}
.btn-lightblue1:not(.oH):hover, 
.btn-lightblue1:not(.oH):focus, 
.btn-lightblue1:not(.oH):active,
.btn-lightblue1:hover *.active,
.btn-lightblue1:hover *{
	color: #fff !important;
}


.btn-lightblue2:not(.oH) {
  background-color: #ffffff !important;
  border:1px solid #d1e0ed !important;
}
.btn-lightblue2{
	color:#428bca;
}

.btn-lightblue2:hover, 
.btn-lightblue2:focus{
  cursor:pointer;
  background-color: #8dc4ef !important;
  border-color: #b0d0eb !important;
}
.btn-lightblue2.active {
  cursor:pointer;
  background-color: #2a8edc !important;
  border-color: #b0d0eb !important;
}

.btn-lightblue2:not(.oH):hover, 
.btn-lightblue2:not(.oH):focus, 
.btn-lightblue2:not(.oH):active,
.btn-lightblue2:hover *.active,
.btn-lightblue2:hover *,
.btn-lightblue2.active{
	color: #fff !important;
}

.btn-lightblue2.disabled{
	pointer-events:none;
	background-color:#f5f5f5 !important;
	color:#ccc;
	border-color:#e0dbdb !important;
}

.btn-purple {
    color: rgba(85, 14, 160, 0.84) !important;
    border-color: rgba(85, 14, 160, 0.84) !important;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple[data-num]:before {
  color: #fff !important;
  background-color: #5603c5 !important;
  border-color: #5603c5;
}
.btn-purple[data-num]:hover:before {
	background-color:white !important;
	color:#5603c5 !important;
}

.btn-yellow:not(.inactive) {
	border-color: rgba(189, 147, 25, 0.84) !important;
	color: #bd9319 !important;
}
.btn-yellow:not([disabled]):not(.vDisabled):not(.inactive):hover, .btn-yellow:focus, .btn-yellow:active,.btn-yellow[data-num]:before {
  color: #fff !important;
  background-color: #dfb946 !important;
  border-color: #dfb946 !important;
}
.btn-yellow[data-num]:hover:before {
	background-color:white !important;
	color:#dfb946 !important;
}


.btn-orange {
   
    color: #fd9034 !important;
    border-color: rgba(253, 144, 52, 0.84) !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange[data-num]:before {
  color: #fff !important;
  background-color: #fd9034 !important;
  border-color: #fd9034;
}
.btn-orange[data-num]:hover:before{
	background-color:white !important;
	color:#fd9034 !important;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}



.btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 100 !important;
    line-height: 20px;
    min-height:26px;
    /*line-height: 1.42857143;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 24px !important;
    opacity:0.8;
    cursor:pointer;
}
.btn:not(.iconOnOff){
    border-width:1px;
    border-style:solid;	
}

.btn.dataNum[data-num]:before{
	margin-left:5px;
	margin-right:5px;
}

.btn.nHover{
	cursor:initial !important;
}
.btn.mH{
	margin:0 5px;
}
.btn.iconTop i{
	float:none !important;
	display:block;
	font-size:20px;
	margin:10px;

}
.btn i{
	margin:0 6px;
	pointer-events:none;
}
.btn.iconOnly i{
	margin:0 8px!important;
}
.btn100:hover/*,.btn:hover*/ {
    opacity:1;
}
.btnAct {
	cursor:pointer;
}
.btn2x{
    font-size: 1.5em;
}
.btn3x{
    font-size: 3.0em;
}
.btn100 {
	width:100%;
	padding:3px;
	margin-bottom:2px;
	opacity:0.8;
	cursor:pointer;
}
.btn100 i{
	margin:0 10px;
}

a {
    color:#FFF;
    text-decoration: none;
}

.btn-simple {
    font-size:12px;
    cursor:pointer;
}
.btn-simple:hover {
    text-decoration:underline;
}
.btn-comp{
	width:100%;
	text-align:center;
	line-height:30px;
}

.btnEdit{
	width:auto !important;
	position:relative;
	padding:5px 10px 0 25px !important;
} 
.btnEdit:before{
	position:absolute; 
	left:8px;
	top:8px;
}


.btnReduce{
	position:absolute;
	width:12px;
	height:60px;
	background-color:var(--color-3);
	top:50%;
	margin-top:-30px;
	border-radius:0 30px 30px 0;
	cursor:pointer;
	z-index:11;
}
.btnReduce.right{
	right:0;
	border-radius:30px 0  0  30px;
}
.btnReduce.top,
.btnReduce.bottom{
	top:0;
	width:60px;
	height:12px;
	margin:0;
	margin-left:-30px;
	left:50%;
	border-radius:0 0 30px 30px;
	z-index:10;
}
.btnReduce.bottom{
	top:auto;
	bottom:0;
	border-radius:5px 5px 0 0;
}
.btnReduce.left:hover,
.btnReduce.right:hover{
	width:15px;
}
.btnReduce.top:hover,
.btnReduce.bottom:hover{
	height:15px;
}

.btnReduce.left:before,
.btnReduce.right:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #ffffff;
	position:absolute;
	left:2px;
	top:50%;
	margin-top:-5.5px;
}
.btnReduce.right:before{
	border-width: 5.5px 7px 5.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.btnReduce.left.active:hover:before,
.btnReduce.right:hover:before{
	left:4px;
}
.btnReduce.left:hover:before,
.btnReduce.right.active:hover:before{
	left:3px;
}

.btnReduce.left.active:before{
	border-width: 5.5px 7px 5.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.btnReduce.right.active:before{
border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #ffffff;	
}


.btnReduce.bottom:before,
.btnReduce.top:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #ffffff transparent transparent transparent;
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-5.5px;
}
.btnReduce.bottom.active:hover:before,
.btnReduce.top.active:hover:before{
	top:6px;
}
.btnReduce.bottom:hover:before,
.btnReduce.top:hover:before{
	top:5px;
}

.btnReduce.bottom.active:before,
.btnReduce.top.active:before{
	border-width:  0 5.5px 7px 5.5px;
	border-color: transparent transparent #ffffff transparent;	
}
.btnReduce.bottom:before{
	border-width:  0 5.5px 7px 5.5px;
	border-color: transparent transparent #ffffff transparent;
}
.btnReduce.bottom.active:before{
	border-width: 7px 5.5px 0 5.5px;
	border-color: #ffffff transparent transparent transparent;
}

.btnReduce.bline:after{
	content:'';
	width:auto;
	height:15px;
	border-bottom:1px solid #e8e8e8;
	position:absolute;
	bottom:0px;
	left:-700px;
	right:-700px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 702px, rgba(255,255,255,0) 700px, rgba(255,255,255,0) 760px, rgba(255,255,255,1) 760px, rgba(255,255,255,1) 100%);
	pointer-events:none;
}


/* SYS MESSAGE */



.sysMessage{
	width:auto;
	background: rgb(241, 188, 47);
	position:fixed;
	z-index:100;
	left:50%;
	top:-40px;
	height:auto;
	color: black;
	overflow:hidden;
	padding:10px;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	opacity:1;
	order: 1px solid #e1e2e6;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	
	z-index:1000000000;
}
.sysMessage i{
	margin-right:10px;
}
.sysMessage.active{
	top:10px;
	opacity:1;
}

 