html,

body {

 

  min-height: 100%;

}

.admin_home .fa {margin-bottom: 5px;}



a {

  color: #3c8dbc;

}

a:hover,

a:active,

a:focus {

  outline: none;

  text-decoration: none;

  color: #72afd2;

}

/* Layouts */

.wrapper {

  min-height: 100%;

}

.wrapper:before,

.wrapper:after {

  display: table;

  content: " ";

}

.wrapper:after {

  clear: both;

}





.btn {

  font-weight: 500;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  border: 1px solid transparent;

  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);

  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);

  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);

}

.btn.btn-default {

  background-color: #fafafa;

  color: #666;

  border-color: #ddd;

  border-bottom-color: #ddd;

}

.btn.btn-default:hover,

.btn.btn-default:active,

.btn.btn-default.hover {

  background-color: #f4f4f4!important;

}

.btn.btn-default.btn-flat {

  border-bottom-color: #d9dadc;

}

.btn.btn-primary {

  background-color: #3c8dbc;

  border-color: #367fa9;

}

.btn.btn-primary:hover,

.btn.btn-primary:active,

.btn.btn-primary.hover {

  background-color: #367fa9;

}

.btn.btn-success {

  background-color: #00a65a;

  border-color: #008d4c;

}

.btn.btn-success:hover,

.btn.btn-success:active,

.btn.btn-success.hover {

  background-color: #008d4c;

}

.btn.btn-info {

  background-color: #00c0ef;

  border-color: #00acd6;

}

.btn.btn-info:hover,

.btn.btn-info:active,

.btn.btn-info.hover {

  background-color: #00acd6;

}

.btn.btn-danger {

  background-color: #f56954;

  border-color: #f4543c;

}

.btn.btn-danger:hover,

.btn.btn-danger:active,

.btn.btn-danger.hover {

  background-color: #f4543c;

}

.btn.btn-warning {

  background-color: #f39c12;

  border-color: #e08e0b;

}

.btn.btn-warning:hover,

.btn.btn-warning:active,

.btn.btn-warning.hover {

  background-color: #e08e0b;

}

.btn.btn-sm {

  font-size: 12px;

}

.btn.btn-lg {

  padding: 10px 16px;

}

.btn.btn-block {

  font-size: 15px;

  padding: 10px;

}

.btn.btn-block.btn-sm {

  font-size: 13px;

  padding: 7px;

}

.btn.btn-flat {

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  border-width: 1px;

}

.btn:active {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.btn:focus {

  outline: none;

}

.btn.btn-file {

  position: relative;

  width: 120px;

  height: 35px;

  overflow: hidden;

}

.btn.btn-file > input[type='file'] {

  display: block !important;

  width: 100% !important;

  height: 35px !important;

  opacity: 0 !important;

  position: absolute;

  top: -10px;

  cursor: pointer;

}

.btn.btn-app {

  position: relative;

  padding: 15px 5px;

  margin: 0 0 10px 10px;

  min-width: 80px;

  height: 60px;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  text-align: center;

  color: #666;

  border: 1px solid #ddd;

  background-color: #fafafa;

  font-size: 12px;

}

.btn.btn-app > .fa,

.btn.btn-app > .glyphicon,

.btn.btn-app > .ion {

  font-size: 20px;

  display: block;

}

.btn.btn-app:hover {

  background: #f4f4f4;

  color: #444;

  border-color: #aaa;

}

.btn.btn-app:active,

.btn.btn-app:focus {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.btn.btn-app > .badge {

  position: absolute;

  top: -3px;

  right: -10px;

  font-size: 10px;

  font-weight: 400;

}

.btn.btn-social {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  opacity: 0.9;

  padding: 0;

}

.btn.btn-social > .fa {

  padding: 10px 0;

  width: 40px;

}

.btn.btn-social > .fa + span {

  border-left: 1px solid rgba(255, 255, 255, 0.3);

}

.btn.btn-social span {

  padding: 10px;

}

.btn.btn-social:hover {

  opacity: 1;

}

.btn.btn-circle {

  width: 30px;

  height: 30px;

  line-height: 30px;

  padding: 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}



/*Hide elements by display none only*/

.hide {

  display: none !important;

}

/* Remove borders */

.no-border {

  border: 0px !important;

}

/* Remove padding */

.no-padding {

  padding: 0px !important;

}

/* Remove margins */

.no-margin {

  margin: 0px !important;

}

/* Remove box shadow */

.no-shadow {

  box-shadow: none!important;

}

/* Don't display when printing */

@media print {

  

  .left-side,

  .header,

  .content-header {

    display: none;

  }

  .right-side {

    margin: 0;

  }

}

/* Remove border radius */

.flat {

  -webkit-border-radius: 0 !important;

  -moz-border-radius: 0 !important;

  border-radius: 0 !important;

}



.loader_{  background: rgba(0,0,0,0.1);  z-index: 99999999999 ; top: 0 ; bottom: 0 ; right: 0; left: 0; position: fixed; display: block;  background-image:url("data:image/gif;base64,R0lGODlhAwADAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEFBQkJBQjg1QzA0MTFFNEJDNzU5NkUxMUNCNDlFNkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEFBQkJBQjk1QzA0MTFFNEJDNzU5NkUxMUNCNDlFNkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MUI1NjcwOTVCQTQxMUU0QkM3NTk2RTExQ0I0OUU2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MUI1NjcwQTVCQTQxMUU0QkM3NTk2RTExQ0I0OUU2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAADAAMAAAIEBGKhUQA7");}

.loader_ .progress {   position: fixed; right: calc( 50% - 30px );    top: calc( 50vh  - 30px );}

.loader_ .progress {position: relative;height: 60px;width: 60px;-moz-border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;background-color: #dedede;}

.clip-1, .clip-2, .slice-1, .slice-2 {position:absolute;top:0;left:0;width:60px;height:60px;-moz-border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}

.slice-1, .slice-2 {   background-color:#5cb85c;  border-color:#5cb85c; -moz-transform:rotate(0); -webkit-transform:rotate(0); -o-transform:rotate(0); transform:rotate(0); }

.clip-1, .slice-2 { clip:rect(0px, 60px, 60px, 30px); }

.clip-2, .slice-1 { clip:rect(0, 30px, 60px, 0px); }

.loader_ .progress .label { position: absolute; margin:5px; background-color:#fff; height:50px;width:50px; line-height:50px; text-align:center; -moz-border-radius: 50%;-webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; color:#5cb85c; padding:0; font-size:15px;}

.word-wrap{ max-width: 150px; word-wrap: break-word}



.circle-loader {

    width    : 40px;

    height   : 40px;

    left     : 50%;

    top      : 50%;

    margin-left : -20px; /* half of the width  */

    margin-top  : -20px; /* half of the height */

    position: absolute;

    fill: transparent;

	stroke: #009688;

	stroke-width: 5;

	animation: dash 2s ease infinite,rotate 2s linear infinite;

}



@keyframes dash {

	0% {

		stroke-dasharray: 1,95;

		stroke-dashoffset: 0;

	}

	50% {

		stroke-dasharray: 85,95;

		stroke-dashoffset: -25;

	}

	100% {

		stroke-dasharray: 85,95;

		stroke-dashoffset: -93;

	}

}



@keyframes rotate {

	0% {transform: rotate(0deg); }

	100% {transform: rotate(360deg); }

}



.modal-body{ max-height: 80vh ! important; overflow: auto; }

.modal-header{min-height: 55px}

.transition{    -webkit-transition:  0.5s;   transition:  0.5s;}



.sidenav {  height: 100%;   width: 0; position: fixed;    z-index: 99999;   top: 0;  left: -3px;    overflow-x: hidden;   padding-top: 60px;  transition: 0.5s; background: #fff;}

 

.sidenav a:hover, .offcanvas a:focus{   color: #000; }

.closebtn {  font-size: 36px !important; position: absolute; right: 11px;  top: -7px; color: #666; }

.alert_toast{ width: 300px; z-index: 99999; opacity: 0.3;  position: absolute;  top: -300px; -webkit-transition: all 1s ; /* Safari */  transition: all 1s ; }

.alert_open{  top: 0px; opacity: 1; -webkit-transition: all 1s ; /* Safari */  transition: all 1s ; }

.modal-content { border-radius: 15px !important; } 

.modal-dialog { max-width: 800px; min-width: 150px;  }

#dataTable td { vertical-align: middle; word-wrap:normal }



@media screen and (max-width: 800px) {

  .modal-dialog { max-width: calc(93%);  }

}





a , button  { position: relative;  overflow: hidden; }

a:after  , button:after   { content:''; display: none;  position: absolute; left: 50%;top: 50%;width: 300px;height: 300px;margin-left: -150px; margin-top: -150px; background: #fff;border-radius: 100%;opacity: .6;transform: scale(0);}

@keyframes ripple {

  0% { transform: scale(0);  }

  100% {  opacity: 0;  transform: scale(1); }

}

a:not(:active):after , button:not(:active):after {

  animation: ripple 1s ease-out;

}

a:after  , button:after { display: none;}

a:focus:after , button:focus:after { display: block;}









.modal-body #search-toggle,.modal-body #search_area {  display: none}

.header {  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);    }



.tree_sel span{font-size: 14px ; margin: 0 11px !important  }



.sidenav  ,.shadow , .shad.small-box , .z-depth-1,   .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {

  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.card-panel { background-color: #f5f5f5; border-radius: 2px; margin: 0.5rem 0 1rem; padding: 20px; transition: box-shadow 0.25s ease 0s; }





 

.cmn-toggle  { position: absolute; margin-left: -9999px;   visibility: hidden; }

.cmn-toggle + label  { display: block; position: relative;   cursor: pointer;  outline: none;  -webkit-user-select: none;  -moz-user-select: none;   -ms-user-select: none;   user-select: none; }

input.cmn-toggle-round-flat + label {   padding: 2px; width: 45px;   height: 25px;  background-color: #dddddd;  -webkit-border-radius: 50px; -moz-border-radius: 50px;   -ms-border-radius: 50px;   -o-border-radius: 50px;   border-radius: 50px;  -webkit-transition: background 0.4s;  -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s;}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after  { display: block; position: absolute; content: ""; }

input.cmn-toggle-round-flat + label:before {  top: 2px; left: 2px; bottom: 2px; right: 2px; background-color: #fff;  -webkit-border-radius: 60px;   -moz-border-radius: 60px;  -ms-border-radius: 60px;   -o-border-radius: 60px;  border-radius: 60px;  -webkit-transition: background 0.4s;  -moz-transition: background 0.4s;  -o-transition: background 0.4s; transition: background 0.4s;}

input.cmn-toggle-round-flat + label:after {top: 4px;left: 4px;bottom: 4px;width: 18px;background-color: #dddddd; -webkit-border-radius: 52px; -moz-border-radius: 52px;-ms-border-radius: 52px;-o-border-radius: 52px;  border-radius: 52px;  -webkit-transition: margin 0.4s, background 0.4s;  -moz-transition: margin 0.4s, background 0.4s; -o-transition: margin 0.4s, background 0.4s; transition: margin 0.4s, background 0.4s;}

input.cmn-toggle-round-flat:checked + label { background-color: #27A1CA;}

input.cmn-toggle-round-flat:checked + label:after { margin-left: 18px;background-color: #27A1CA;}

.dropdown_sort .dropdown-menu  { margin:0 calc(50% - 40px)!important }

.dropdown_sort:hover  .dropdown-menu { display: block}

.dropdown_sort .dropdown-menu {  background-color: #f9f9f9!important;  min-width: 80px!important;   margin: 0;  border-radius: 0;   border: none; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)!important; }

.dropdown_sort .dropdown-menu a {  color: black!important;   padding: 12px 16px!important;     text-decoration: none!important;   display: block!important; }

.dropdown_sort .dropdown-menu a:hover {background-color: #f1f1f1!important; }

.table { margin-top: 12px }

.table > thead   {   background: #fafafa; }

.table > thead > tr > th { border-bottom: 1px solid #eee;    color: #565656;  line-height: 31px;  background: #fafafa; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {border-top: 1px solid rgba(0, 0, 0, 0.067); }

