/*******************************
* U T I L 
********************************/
	.top-space{
		padding-top:15px;
	}
	.nopadd{
		padding:0;
	}
	.nosidepadd{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 5px;
	}
	.no-vertical-padding{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.noselect{
		-webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Firefox */
	        -ms-user-select: none; /* Internet Explorer/Edge */
	            user-select: none; /* Non-prefixed version, currently
	                                  supported by Chrome and Opera */
	}
	.requiredField{
		border:2px solid red !important;	
	}

	.center-cont *{
       margin:auto;
    }
    .noresize{
		resize: none;
	}

    /*tmp*/
	.input-file > [type="file"]{
		display:none;
	}
	.input-file > [type="text"]{
		cursor:pointer;
		background-color: white;
	}

/*	.display_image_uploader{
		cursor: pointer;
		position: relative;
	}
	.display_image_uploader:hover{
		
	}
	.display_hover{
		position: absolute;
		top:0;
		background: rgba(200,200,200,0.2);
		height: 100%;
		width : 100%;
		line-height: calc(100% - 50px);
		text-align: center;
		font-size : 15px;
		font-weight: bold;
		transition: opacity .3s ease;
		transition: line-height .3s ease;
	}
	.display_image_uploader > input[type="file"]{
		display:none;
	}
*/

	[range-display]{
		width 				: 30px;
		float 				: right;
		height				: 25px;
		padding 			: 3px 1px;
		text-align			: right;
		font-size			: 11px; 
	}
	[range-display] + input[type="range"]{
		height: 25px;
		width : calc(100% - 30px);
	}

/*******************************
* DIALOG_OVERRIDE 
********************************/
	/*THEMES*/
		.ui-dialog-preview{
			z-index: 2050;
			background: none;
		}
		.ui-dialog-preview > .ui-dialog-titlebar{
			height: 30px;
			border:none;
			padding: 0px 10px;
		}
		.ui-dialog-preview > .ui-dialog-titlebar > .ui-dialog-titlebar-close{
			border-color:transparent;
			border-radius: 5px;
			background-color: transparent;
		}
		.ui-dialog-preview > .ui-dialog-titlebar > .ui-dialog-titlebar-close:after{
			font-family: "FontAwesome";
			vertical-align: middle;
			text-align: center;
			content: "\f00d";
			font-size:18px;
		    position: absolute;
		    top: -5px;
		    left: 0;
		}
		.ui-dialog-preview > .ui-dialog-titlebar > button:hover{
			cursor: pointer;
			color:white;
		}

		.ui-dialog-preview-orange{
			background-color: #dd4b39;
		}
		.ui-dialog-preview-orange > .ui-dialog-titlebar{
			background-color: #dd4b39;
		}
		.ui-dialog-preview-blue{
			background-color: #3c8dbc;
		}
		.ui-dialog-preview-blue > .ui-dialog-titlebar{
			background-color: #3c8dbc;
		}
		.ui-dialog-preview-default{
			background-color: #333;
		}
		.ui-dialog-preview-default > .ui-dialog-titlebar{
			color:#eee;
			background-color: #333;
		}

		.ui-dialog-preview-default > .ui-dialog-content{
			background-color: #ccc;
		}
	/*CUST BTN*/
		.ui-dialog-preview > .ui-dialog-titlebar > .ui-dialog-custom-button{
		    position: absolute;
			right: .3em;
			top: 50%;
			width: 20px;
			margin: -10px 0 0 0;
			padding: 1px;
			height: 20px;
			border-color: transparent;
			border-radius: 5px;
			background-color: transparent;
		}
		.ui-dialog-preview > .ui-dialog-titlebar > .ui-dialog-btn-win{
			right: 25px;
		}
		.ui-dialog-preview > .ui-dialog-titlebar > .ui-dialog-btn-win:after{
			font-family: "FontAwesome";
			vertical-align: middle;
			text-align: center;
			content: "\f2d1";
			font-size:15px;
		    position: absolute;
		    top: -5px;
		    left: 0;
		}
		.ui-dialog-preview.dialog-minimized > .ui-dialog-titlebar > .ui-dialog-btn-win:after{
			content: "\f2d0";
			top:-3px;
		}
		.ui-dialog-preview.dialog-minimized > .ui-dialog-titlebar{
		    padding: .1em 1em;
		}

/*******************************
* L O A D E R 
********************************/
	.loader-container{
		margin-top:100px;
		position: relative;
	}
	.loader-spinner {
	    border: 16px solid #f3f3f3; /* Light grey */
	    border-top: 16px solid #3498db; /* Blue */	
	    border-radius: 50%;
	    width: 120px;
	    height: 120px;
	    animation: spin-colors 2s linear infinite;
	}
	.loader-container > .loader-text{
		color:#AAA;
		margin-top:10px;
		font-weight: 600;
		height: 50px;
		position: absolute;
		width: 100%;
		text-align: center;
	}
	.loader-container > .loader-text > .text:after{
		content: '';
		animation: dot 2s linear infinite;
	}
	.loader-container.floating{
		float:left;
		width: 100%;
	}


	.loader-container.small,
	.loader-container.medium{
		margin-top:10px;
	}

	.loader-container.medium > .loader-spinner{
	    border: 8px solid #f3f3f3;
	    border-top: 8px solid #3498db;
	    width: 60px;
	    height: 60px;
	}
	.loader-container.medium > .loader-text{
		margin-top:5px;
		font-size: 12px;
	}


	.loader-container.small > .loader-spinner{
		border: 5px solid #f3f3f3;
	    border-top: 5px solid #3498db;
	    width: 30px;
	    height: 30px;
	}
	.loader-container.small > .loader-text{
		margin-top:5px;
		font-size: 10px;
	}

	@keyframes spin-colors {
	    0% { transform: rotate(0deg);border-top-color:#3498db; }
	    25% {border-top-color:#34dba5; }
	    50% {border-top-color:#5cd666; }
	    75% {border-top-color:#34dba5; }
	    100% { transform: rotate(360deg);border-top-color:#3498db; }
	}
	@keyframes dot {
		0% { content: "."; }
	    50% { content: ".."; }
	    100% { content: "..."; }
	}

	.overlay_loader{ /*WRAPPER*/ 
		position: relative;
		min-height: 10px;
		min-width: 10px;
		float:left;
	}
	.overlay_loader > .loader-container{
		margin-top:50px;
	}

	.error_container{
		color:#ff3131;
		text-align: center;
		font-weight: bold;
		width: 100%;
		padding-top:40px;
		margin:auto;
	}
	.error_container .error_cross{
		width: 100%;
		font-size:120px;
		margin-bottom: -40px;
	}
	.error_container .error_text{
		color:#ff1515;
		font-size:20px;
		text-align: center;
		width:100%;
		cursor: pointer;
	}
	.error_container .error_text:hover{
		text-decoration: underline;
		font-weight: bold;
	}
	.error_container .error_text>.error_msg{
		color:#ff1515;
		font-size:10px;
		text-align: center;
		width:100%;
		display: none;
		padding:5px 15px 5px 15px;
		text-decoration: none;
	}
	.error_container .error_text:hover .error_msg,
	.error_container .error_text .error_msg:hover{
		text-decoration: none !important;
	}

/*******************************
* MY MAIN PANEL (BOOTSTRAP PANEL)
********************************/
	.my-main-panel{
		border-color:#999;
		overflow: hidden;
	}
	.my-main-panel > .panel-body{
		height: 500px;
		overflow-y:auto;
		float:left;
		width: 100%;
	}
	.my-main-panel > .panel-footer{
		height: 30px;
	}
	.my-main-panel > .panel-heading,
	.my-main-panel > .panel-footer{
		background-color: #999;
		border-color:#999;
		color:#efefef;
		float:left;
		width: 100%;
	}

	.my-main-panel.green-light > .panel-heading,
	.my-main-panel.green-light > .panel-footer{
		background-color: #0a5;
	}
	.my-main-panel.green-light > .panel-body{
		background-color: #fefefe;
	}


	.my-main-panel.gray-dark > .panel-heading,
	.my-main-panel.gray-dark > .panel-footer{
		background-color: #333;
		border-color: #fff;
		color: #fff;
	}
	.my-main-panel.gray-dark > .panel-body{
		background-color: #555;
		color: #fff;
	}

/*******************************
* MY - BOOTSTRAP - EXTENSIONS
********************************/
	.form-control-sm{
		height: 25px
	}

/*******************************
* F U L L   S C R E E N
********************************/
	.disabled_link2,
	.disabled_link{
		cursor: not-allowed;
	}
	.FULLSCREEN-MODE{
		position: fixed;
		top:50px;
		left:0;
		z-index: 1101;
		width: calc(100% - 80px) !important;
		margin-left:40px;
		margin-right:40px;
		background-color:#fff;
		box-sizing: border-box;
	}
	.FULLSCREEN-BACKDROP{
		z-index: 1100;
		position: fixed;
		top:0;
		left:0;
		height: 100%;
		width: 100%;
		background-color: rgba(33,33,33,0.8);
	}
			
	.swal2-container{
		z-index: 2000;
	}

/*******************************
* C H R O M E   S C R O L L S 
********************************/
	.chrome-scroll-3,
	.chrome-scroll-2,
	.chrome-scroll-1{
		overflow-y: overlay;
		-ms-overflow-style:-ms-autohiding-scrollbar !important;
	}

	.chrome-scroll-1::-webkit-scrollbar{
        width:.7em;
        height:.7em;
        z-index: 999999;
    }
    .chrome-scroll-1::-webkit-scrollbar-traco{
        -webkit-box-shadow: inset 0 0 1vw rgba(0,0,0,0.3);
    }
    .chrome-scroll-1::-webkit-scrollbar-thumb{
        background:#222d32;
    }

    .chrome-scroll-2::-webkit-scrollbar{
    	height:.4em;
        width:.4em;
    }
    .chrome-scroll-2::-webkit-scrollbar-traco{
        -webkit-box-shadow: inset 0 0 1vw rgba(0,0,0,0.1);
    }
    .chrome-scroll-2::-webkit-scrollbar-thumb{
        background:#444;
    }
    .chrome-scroll-2::-webkit-scrollbar-thumb:hover{
        background:#333;
    }
    .chrome-scroll-2::-webkit-scrollbar-thumb:active{
        background:#222;
    }

    .chrome-scroll-3::-webkit-scrollbar{
    	height:.3em;
        width:.3em;
    }
    .chrome-scroll-3::-webkit-scrollbar-traco{
        -webkit-box-shadow: inset 0 0 1vw rgba(0,0,0,0.1);
    }
    .chrome-scroll-3::-webkit-scrollbar-thumb{
        background:#999;
    }
    .chrome-scroll-3::-webkit-scrollbar-thumb:hover{
        background:#777;
    }
    .chrome-scroll-3::-webkit-scrollbar-thumb:active{
        background:#555;
    }
    
    .chrome-scroll-4::-webkit-scrollbar{
    	height:.3em;
        width:.3em;
    }
    .chrome-scroll-4::-webkit-scrollbar-traco{
        -webkit-box-shadow: inset 0 0 1vw rgba(0,0,0,0.1);
    }
    .chrome-scroll-4::-webkit-scrollbar-thumb{
        background:#53abe6;
    }
    .chrome-scroll-4::-webkit-scrollbar-thumb:hover{
        background:#029dc3;
    }
    .chrome-scroll-4::-webkit-scrollbar-thumb:active{
        background:#005367;
    }

/*******************************
* F O N T   B T N 
********************************/
	.fontBtn{
		border:none;
		height:30px;
		background:	 none;
		font-size:20px;
		padding: 0px;
		width: 30px;
		outline:none;
	}
	@media (max-width: 992px){
		.fontBtn{
			font-size:15px;
			width: 20px;
		}
	}

	.fontBtn:hover{
		cursor: pointer;
		color: #555;
	}
	.hidden{
		display:none;	
	}

	.fontBtn.Cancel,
	.fontBtn.Delete,
	.fontBtn[title="Cancel"]:not(.fontBtn-disable):hover,
	.fontBtn[title="Delete"]:not(.fontBtn-disable):hover{
		color:red;
	}


	.fontBtn.Save,
	.fontBtn.Edit,
	.fontBtn[title="Save"]:not(.fontBtn-disable):hover,
	.fontBtn[title="Edit"]:not(.fontBtn-disable):hover{
		color:green;
	}

	.fontBtn.Correct,
	.fontBtn[title="Correct"]:not(.fontBtn-disable):hover{
		cursor: pointer;
		color: #60dc5e;
	}

	.fontBtn.Incorrect,
	.fontBtn[title="Incorrect"]:not(.fontBtn-disable):hover{
		cursor: pointer;
		color: red;
	}

	.fontBtn.Lock,
	.fontBtn[title="Lock"]{
		color:#5ec36b;
	}

	.fontBtn.Lock:not(.loading):not(.temp):hover,
	.fontBtn[title="Lock"]:not(.loading):not(.temp):hover{
		color:red;
	}
	.fontBtn.Lock:not(.loading):not(.temp):hover:before,
	.fontBtn[title="Lock"]:not(.loading):not(.temp):hover:before{
		content:"\f023";
	}
	.fontBtn.Unlock,
	.fontBtn[title="Unlock"]{
		color:#f16251;
	}
	.fontBtn.Unlock:not(.loading):not(.temp):hover,
	.fontBtn[title="Unlock"]:not(.loading):not(.temp):hover{
		color:green;
	}
	.fontBtn.Unlock:not(.loading):not(.temp):hover:before,
	.fontBtn[title="Unlock"]:not(.loading):not(.temp):hover:before{
		content:"\f09c";
	}

	.fontBtn.fa-circle.red{
		color:red;
	}
	.fontBtn.fa-circle.green{
		color:green;
	}

	.fontBtn.temp{
		color:gray;
	}
	.fontBtn[disabled],
	.fontBtn-disable{
		color:#555;
	}


	.fontBtn.refresh-btn{
		display: none;
	}
	.fontBtn.loading{
		webkit-animation: fa-spin 2s infinite linear;
		animation: fa-spin 2s infinite linear;
		color:#555;
	}
	.fontBtn.loading:before{
		content : "\f021"; /* \f110*/
	}

/*******************************
* F O N T  B T N  T E X T E D
********************************/
	.fontBtn-texted{
		border:none;
		height:30px;
		background:	 none;
		font-size:15px;
		min-width: 30px;
		outline:none;
		margin-left:20px;
		position: relative;
		text-align: left;
		text-indent: 5px;
		cursor: pointer;
	}

	.fontBtn-texted:not(.loading):hover{
		color: #555;
		text-decoration: underline;
	}
	.fontBtn-texted:not(.loading).hover-1:hover{
		color:#fff;
	}

	.fontBtn-texted:hover:before{
		text-decoration: none !important;	
	}
	.fontBtn-texted.loading:hover{
		cursor:not-allowed;
	}

	.fontBtn-texted:before{
	    content: "\f128 ";
	    font-family: "FontAwesome";
	    font-weight: bold;
	    display: block;
	    position: absolute;
	    top:2px;
	    vertical-align: middle;
	    font-size: 20px;
		left:-20px;
	}

	.fontBtn-texted.medium{
    	height: 20px;
	    font-size: 13.5px;
	    min-width: 20px;
	    margin-left: 10px;
	}
	.fontBtn-texted.medium:before{
	    font-weight: bold;
	    top: 0px;
	    font-size: 15px;
	    left: -10px;
	}

	.fontBtn-texted.small{
    	height: 20px;
	    font-size: 12px;
	    min-width: 20px;
	    margin-left: 10px;
	}
	.fontBtn-texted.small:before{
	    font-weight: bold;
	    top: 0px;
	    font-size: 15px;
	    left: -11px;
	}


	.fontBtn-texted.loading:before{
		font-family: "Arial";
		content: " " !important;
		border-radius: 50%;
		border: 6px solid #f3f3f3; 
	    border-top: 6px solid #555; 
	    height:25px;
	    width: 25px;
        margin-top: 2px;
		color:#555;
	}


	.fontBtn-texted.medium.loading:before{
		border: 5px solid #f3f3f3; 
	    border-top: 5px solid #555; 
	    height:20px;
	    width: 20px;
        margin-top: 2px;
	}

	.fontBtn-texted.small.loading:before{
		border: 5px solid #f3f3f3; 
	    border-top: 5px solid #555; 
	    height:15px;
	    width: 15px;
        margin-top: 3px;
	}
	
	.fontBtn-texted.loading:not(.up):before{
		-webkit-animation: fa-spin 1s infinite linear;
		animation: fa-spin 1s infinite linear;
	}

	.fontBtn-texted.loading.up:before{
		color:#CCC;
		animation: fa-spin 2s infinite linear;
		-webkit-animation: fa-spin 2s infinite linear;
		animation-direction: reverse;    
		-webkit-animation-direction: reverse
	}

	.fontBtn-texted:disabled{
		color:#888;
	}
	.fontBtn-texted:disabled:hover{
		color:#888;
		text-decoration: none;
	}

	@media (max-width: 992px){
		.fontBtn-texted.responsive{
			font-size:12px;
		}
		.fontBtn-texted.responsive:before{
			font-size: 15px;
			left:-11px;
			top:5px;
		}
	}

	.report_process{
		position: absolute;margin-top: -18px;top: 0;display:none;
	}

/*******************************
* C O N T E X T   M E N U 
********************************/
	.ul-menu-context {
	    display: none;
	    z-index: 9999999;
	    position: fixed;
	    border: 1px solid #CCC;
	    white-space: nowrap;
	    background: #FFF;
	    color: #333;
	    border-radius: 2px;
	    padding: 0;
	    min-width: 100px;
	    font-size: 12px;
	}
	
	.ul-menu-context li {
	    padding: 4px 8px;
	    cursor: pointer;
	    list-style-type: none;
	    transition: all .3s ease;
	    user-select: none;
	    position: relative;
	}

	.ul-menu-context li:hover {
	    background-color: #DEF;
	}
	.ul-menu-context li.submenu{
		padding-right: 15px;	
	}
	.ul-menu-context li.submenu:after{
		content: "\f0da";
		position: absolute;
		right: 5px;
	    font-family: "FontAwesome";
	    font-weight: bold;
	    vertical-align: center;
	    padding-top: 2px;
	    margin-left: 5px;
	}
	.ul-menu-context.context-show-left li.submenu:after{
		content: "\f0d9";
	}

	.ul-menu-context li.hasIcon:before{
		content: "\f128";
	    font-family: "FontAwesome";
	    font-weight: bold;
	    vertical-align: center;
	    padding-right: 5px;
	}

/*******************************
* F A  -  U N I C O D E S
********************************/
	.fontBtn-texted.trash:before,
	.ul-menu-context li.trash:before{
		content: "\f1f8";
	}

	.fontBtn-texted.return:before,
	.ul-menu-context li.return:before{
		content: "\f060";
	}

	.fontBtn-texted.export:before,
	.fontBtn-texted.save:before,
	.ul-menu-context li.save:before{
		content: "\f0c7";
	}

	.fontBtn-texted.download:before,
	.ul-menu-context li.download:before{
		content: "\f019";
	}

	.fontBtn-texted.file-excel:before,
	.ul-menu-context li.file-excel:before{
		content: "\f1c3";
	}

	.fontBtn-texted.paper:before,
	.ul-menu-context li.paper:before{
		content: "\f016";
	}

	.fontBtn-texted.list:before,
	.ul-menu-context li.list:before{
		content: "\f03a";
	}

	.fontBtn-texted.list-ul:before,
	.ul-menu-context li.list-ul:before{
		content: "\f0ca";
	}

	.fontBtn-texted.list-ol:before,
	.ul-menu-context li.list-ol:before{
		content: "\f0cb";
	}

	.fontBtn-texted.database:before,
	.ul-menu-context li.database:before{
		content: "\f1c0";
	}

	.fontBtn-texted.table:before,
	.ul-menu-context li.table:before{
		content: "\f0ce";
	}

	.fontBtn-texted.list-ul:before,
	.ul-menu-context li.list-ul:before{
		content: "\f0cb";
	}
		
	.fontBtn-texted.add:before,
	.ul-menu-context li.add:before{
		content: "\f067";
	}

	.fontBtn-texted.minus:before,
	.ul-menu-context li.minus:before{
		content: "\f068";
	}

	.fontBtn-texted.plus-2:before,
	.ul-menu-context li.plus-2:before{
		content: "\f0fe";
	}

	.fontBtn-texted.expand:before,
	.ul-menu-context li.expand:before{
		content: "\f065";
	}

	.fontBtn-texted.disk:before,
	.ul-menu-context li.disk:before{
		content: "\f0c7";
	}

	.fontBtn-texted.times:before,
	.ul-menu-context li.times:before{
		content: "\f00d";
	}

	.fontBtn-texted.reset:before,
	.ul-menu-context li.reset:before{
		content: "\f021";
	}

	.fontBtn-texted.check:before,
	.ul-menu-context li.check:before{
		content: "\f00c";
	}

	.fontBtn-texted.cancel:before,
	.ul-menu-context li.cancel:before{
		content: "\f05e";
	}

	.fontBtn-texted.cog:before,
	.ul-menu-context li.cog:before{
		content: "\f013";
	}

	.fontBtn-texted.eye:before,
	.ul-menu-context li.eye:before{
		content: "\f06e";
	}

	.fontBtn-texted.window:before,
	.ul-menu-context li.window:before{
		content: "\f2d0";
	}

	.fontBtn-texted.window-multi:before,
	.ul-menu-context li.window-multi:before{
		content: "\f2d2";
	}

	.fontBtn-texted.arrow-up:before,
	.ul-menu-context li.arrow-up:before{
		content: "\f062";
	}

	.fontBtn-texted.arrow-down:before,
	.ul-menu-context li.arrow-down:before{
		content: "\f063";
	}

	.fontBtn-texted.arrow-left:before,
	.ul-menu-context li.arrow-left:before{
		content: "\f060";
	}

	.fontBtn-texted.arrow-right:before,
	.ul-menu-context li.arrow-right:before{
		content: "\f061";
	}

/*******************************
* D A T A T A B L E
********************************/
	.dataTable-body,
	.dataTable-header,
	.dataTable-body > table,
	.dataTable-header > table{
		width: 100%;
	}
	.dataTable-header{
		height: 40px;
	}
	.dataTable-header>table{
		height:100%;
	}
	.dataTable-body{
		height:calc(100% - 40px);
		overflow-x: hidden;
		overflow-y: auto;
		overflow-y: overlay;
		-ms-overflow-style:-ms-autohiding-scrollbar;
	}

	.dataTable-header > table> tbody > tr > th{
		border-bottom:1px solid black;
		height:35px;
		text-align: center;
		cursor:pointer;
		overflow:hidden;
	}
	.dataTable-header > table> tbody > tr > th:not(:last-child){
		border-right: 1px solid black;
	}

	.dataTable-header > table> tbody > tr > th.count,
	.dataTable-body > table> tbody > tr > td.count{
		width: 40px;
		text-align: center;
	}

	.dataTable-body > table> tbody > tr{
		border-bottom: 1px solid black;
		cursor:pointer;
	}
	.dataTable-body > table> tbody > tr:hover{
		font-weight: bold;
	}
	.dataTable-body > table> tbody > tr > td{
		overflow:hidden;
	}

	.dataTable-body > table> tbody > tr > td[align="left"]{
		padding-left: 10px;
	}

	.dataTable-header > table> tbody > tr > th:after{
		content: " ";
	    font-weight: bold;
	    display: block;
	    float:right;
	    margin-right: 10px;
	    margin-left: -20px;
	}
	.dataTable-header > table> tbody > tr > th.count:after{
		float:none;
		margin:auto;
		margin-top:-15px;
	}
	.dataTable-header > table> tbody > tr > th.sort-desc:after{
		content: "\25b2";
	}
	.dataTable-header > table> tbody > tr > th.sort-asc:after{
		content: "\25bc";
	}

	/* DEFAULT */
		.default.dataTable-header{
			background-color: #fff;
			color:black;
		    border-bottom: 2px solid #00c0ef;
		    height:30px;
		}
		.default.dataTable-header > table> tbody > tr > th{
			border-bottom: none;
			height:30px;
		}
		.default.dataTable-header > table> tbody > tr > th:not(:last-child){
			border-right: 1px solid #ddd;
		}
		.default.dataTable-body > table> tbody > tr,
		.default.dataTable-body > table> tbody > tr > th{
			border:none !important;
		}
		.default.dataTable-body > table> tbody > tr > td{
			height:30px;
		}

		.default.dataTable-body > table> tbody > tr.focus-selected > td{
			padding:5px;
			background-color:#85d3ff;
		}
		.default.dataTable-body > table> tbody > tr:hover{
			font-weight: normal !important;
			background-color:#85d3ff;
		}
		.default.dataTable-body > table> tbody > tr{
			background-color: #f7f7f7;
		}
		
	    .default.dataTable-body{
	    	height: calc(100% - 30px);
	    }

		.default.dataTable-body::-webkit-scrollbar{
	    	height:.3em;
	        width:.3em;
	    }
	    .default.dataTable-body::-webkit-scrollbar-traco{
	        -webkit-box-shadow: inset 0 0 1vw rgba(0,0,0,0.1);
	    }
	    .default.dataTable-body::-webkit-scrollbar-thumb{
	        background:#53abe6;
	    }
	    .default.dataTable-body::-webkit-scrollbar-thumb:hover{
	        background:#029dc3;
	    }
	    .default.dataTable-body::-webkit-scrollbar-thumb:active{
	        background:#005367;
	    }

	    /*#0684a2*/
	    .default.dataTable-header > table> tbody > tr > th:after{
	    	font-size:13px;
	    	margin-top:-5px;
	    	margin-right: 5px;
	    	margin-left:-20px;
	    	color:#999;
	    }


	/*DARK BLUE */
		.dark-theme.dataTable-header{
			background-color: #222d32;
			color:white;
		}
		.dark-theme.dataTable-header > table> tbody > tr > th:not(:last-child){
			border-right: 1px solid #656565;
		}

		.dark-theme.dataTable-body > table> tbody > tr,
		.dark-theme.dataTable-body > table> tbody > tr > th{
			border:none !important;
		}
		.dark-theme.dataTable-body > table> tbody > tr > td{
			height:40px;
		}
		.dark-theme.dataTable-body > table> tbody > tr:hover{
			font-weight: normal !important;
			background-color:#bac8cf;
		}

	/*BLACK*/
		.black-theme.dataTable-header{
			background-color: #555;
			color:white;
		}
		.black-theme.dataTable-header > table> tbody > tr > th:not(:last-child){
			border-right: 1px solid #656565;
		}

		.black-theme.dataTable-body > table> tbody > tr,
		.black-theme.dataTable-body > table> tbody > tr > th{
			border:none !important;
		}
		.black-theme.dataTable-body > table> tbody > tr > td{
			height:40px;
		}
		.black-theme.dataTable-body > table> tbody > tr:hover{
			font-weight: normal !important;
			background-color:#ccc;
		}

	/*BLUE*/
		.blue-theme.dataTable-header{
			background-color: #3dabfa;
			color:white;
		}
		.blue-theme.dataTable-header > table> tbody > tr > th:not(:last-child){
			border-right: 1px solid #1e313e;
		}

		.blue-theme.dataTable-body > table> tbody > tr,
		.blue-theme.dataTable-body > table> tbody > tr > th{
			border:none !important;
		}
		.blue-theme.dataTable-body > table> tbody > tr > td{
			height:40px;
		}
		.blue-theme.dataTable-body > table> tbody > tr:hover{
			font-weight: normal !important;
			background-color:#a3d9ff;
		}





