/*
	Estilos Customizados

*/


.alert-success {
    color: #ffffff;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88)
}
.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, 0.88);
    border-color: rgba(52, 152, 219, 0.88)
}
.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88)
}
.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}
.alert-dark {
    color: #040505;
    background-color: #D6D8D9;
    border-color: #0668CA;
}



.tooltip-inner {
    max-width: 500px !important;
    text-align: left!important;
}
 	


/* -------------------------------------------CND ------------*/

	.tile-stats .cndsparkline {
    margin: 2;
    width: 150px;
    height: 40px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    padding: 0
}

.tile-stats .cndsparkline i {
    margin: 2;
    font-size: 50px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}

.cndsparkline2 {
    margin: 2;
    width: 150px;
    height: 40px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    padding: 0
}


.dshdivsparklines{
    margin: 2;
    width: 180px;
    height: 50px;
    color: #BAB8B8;
    position: absolute;
    z-index: 99;
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 190px;
}

/*
style="padding-left: 0px;padding-right: 60px;padding-top:10px"

.dshdivsparklines{
    margin: 4;
    width: 150px;
    height: 50px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 99;
    padding-right: 60px;
    padding-left: 60px;
}

*/

/*
.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}
.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}
*/


	.table-borderless > tbody > tr > td,
	.table-borderless > tbody > tr > th,
	.table-borderless > tfoot > tr > td,
	.table-borderless > tfoot > tr > th,
	.table-borderless > thead > tr > td,
	.table-borderless > thead > tr > th {
    	border: none;
    	padding-top:0px;
    	padding-bottom:0px;
	}
	
    @media (min-width: 768px) {
      .modal-xl {
        width: 100%;
        height: 100%;
       max-width:1200px;
      }
    }	


/*	.modal { background: rgba(000, 000, 000, 0.8); min-height:1000000px; }*/
/*	.modal-backdrop {
    	z-index: 1020!important;
    	  display: none;
	}*/

/*.modal{
  position:fixed;
  z-index:9999; /* On top of everything 
  background: rgba(0,0,0,0.5);
}	*/

/*.modal {
  overflow-y:auto;
}

	.modal{
  position:fixed;
  z-index:9999; /* On top of everything 
}*/
.modal{
   background-color:rgba(0,0,0,0.5); /* To darken background */
}

/* ............... CKEDITOR .................*/
		/* Style the CKEditor element to look like a textfield */
		.cke_textarea_inline
		{
			padding: 10px;
			height: 200px;
			overflow: auto;

			border: 1px solid gray;
			-webkit-appearance: textfield;
		}
		
		#editable
		{
			padding: 10px;
			float: left;
		}
		div.editable
		{
			border: solid 2px transparent;
			padding-left: 15px;
			padding-right: 15px;
		}

		div.editable:hover
		{
			border-color: black;
		}
/*----------TOOLTIP ----------------*/

.tooltip-inner {
    text-align: left;
}	

/*----------BOOTGRID ----------------*/ 

 .cellBold { font-weight: bold; }
 .cellGreenBold { 
 				color: #008c00;
 				font-weight: bold; }
 .cellGreenBold { 
 				color: #008c00;
 				font-weight: bold; }	
 .cellRedBold { 
 				color: #FF0000;
 				font-weight: bold; }	


 
/*  https://stackoverflow.com/questions/11197671/use-css-to-automatically-add-required-field-asterisk-to-form-inputs  http://jsfiddle.net/erqrN/1/ */

   /* .required:after { content:" (*)"; }*/




.req label {
    font-weight: bold;
}
.req label:after {
    color: #e32;
    content: ' (*)';
    display:inline;
}






  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

.ui-autocomplete {
    z-index: 5000;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;

}



/* ---------------- JQUERY UI --------------*/ 
/*
https://bootsnipp.com/snippets/z8b8y   ---- CND BOOTSTRAP CHECKBOX 
*/

.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:30px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

/*
	zOOM IMAGE


*/
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}


.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

	
	.zoom:hover {
  transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*


*/


.panel_toolbox {
    float: right;
    min-width: 70px
}
.panel_toolbox>li {
    float: left;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    background: #F5F7FA
}


.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    /*
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    */
    /*column-break-inside: avoid;*/
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}


 
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #000000;
    color: #ffffff;
    font-size: 100%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}
	





