@charset "utf-8";
/* CSS Document */ 
/* latin-ext */
/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');
 
table.dataTable thead tr {
     background: #fff;
}

.fixed-table thead tr {
    position: sticky !important;
    top: 0;
    z-index: 999;
}


.user_drop {
    float: right;
    width: auto;
    max-width: 200px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}
 .user_drop:hover {
    color:#06A1A5;
    font-weight: 700;
}
.user_drop:hover .user_drop_menu {
    display: block;
}
.user_drop_menu {
    display: none;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: 50px;
    width: auto;
    min-width: 150px;
    right:0; 
    padding: 20px 10px; 
    z-index: 999999999999999;
}
.user_drop_menu a {
    color:#333;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
}
.user_drop_menu a:hover {
    color:#FE5F73;
}
.user_drop td {
    font-size: 12px;
}

#page_name {
    float: left;
    width: auto;
    padding: 15px;
    font-size: 20px;
}


.top_nav_bar {
    position: fixed;
    top:0;
    z-index: 10 ;
    left:240px;
    right: 0;
    height: 60px;
    background: #fff;
    font-size: 12px;
    color: #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.panel-title span {
    margin-right: 15px;
}
.panel-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.panel-body .button {
    margin-left: 15px;
}
.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.radius {
    border-radius: 6px;
    overflow: hidden;
}
.login-right {
    /*
    background: #f7595a;
    background: -moz-linear-gradient(-45deg,  #f7595a 1%, #f35586 100%);
    background: -webkit-linear-gradient(-45deg,  #f7595a 1%,#f35586 100%);
    background: linear-gradient(135deg,  #f7595a 1%,#f35586 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7595a', endColorstr='#f35586',GradientType=1 );*/
     background: #404e68;
background: -moz-linear-gradient(-45deg,  #404e68 1%, #cc475d 100%);
background: -webkit-linear-gradient(-45deg,  #404e68 1%,#cc475d 100%);
background: linear-gradient(135deg,  #404e68 1%,#cc475d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404e68', endColorstr='#cc475d',GradientType=1 );
    
    
    color: #fff;
    text-align: center;
    padding: 25px;
    
    display: table;
}
.login-right div {
    display: table-cell;
    vertical-align: middle;
}

.login-left {
    background: #fff; 
    color: #333;
    text-align: left;
    padding: 25px;
}



body { font-family: 'Ubuntu', sans-serif !important;font-size:15px;background:#F3F5F5; }
body a, a:visited, a:hover { text-decoration:none !important; }


body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
	background:#ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

 

.progressbar {
    position: relative;
    border: 1px solid #00A9A9; 
    overflow: hidden;
    background:#ccc;
}
.progressbar div {
    background: #00A9A9;
    background: -moz-linear-gradient(-45deg, #00A9A9 0%, #e55b2b 50%, #f07146 100%);
    background: -webkit-linear-gradient(
-45deg, #00A9A9 0%,#e55b2b 50%,#f07146 100%);
    background: linear-gradient(
135deg, #00A9A9 0%,#e55b2b 50%,#f07146 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A9A9', endColorstr='#f07146',GradientType=1 );
    width:auto;
    padding: 15px;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    white-space: nowrap;
}




#barcode_div img { width:100%; } 
#flip { padding:10px; }


@media screen and (min-width:1000px) {
    .modal-lg {
        width: 86%;
    }
}

.topbar {
	position:fixed;
    text-align: left;
	top:0;
	left:0; 
	z-index:1;
	width:240px;
	height:60px;	
	padding:5px;
	//background:#2E384B;
    
    background: #404e68;
background: -moz-linear-gradient(-45deg,  #404e68 1%, #cc475d 100%);
background: -webkit-linear-gradient(-45deg,  #404e68 1%,#cc475d 100%);
background: linear-gradient(135deg,  #404e68 1%,#cc475d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404e68', endColorstr='#cc475d',GradientType=1 );

	 
 }
 .profile-img {	width: 96px;height: 96px;margin: 0 auto 10px;display: block;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.orar {	width:100%;	border:1px solid #ccc;}	
.orar th {	padding:4px;color:#666;	border-right:1px solid #ccc;background:url(../images/Layout/gradient.png) repeat-x;	width:12.5%;}
#contentDiv { 
	width:auto;
	padding:10px;	
	background:#fff;
	border:1px solid #eee;
	margin:20px;
	position:relative;
}
.medic { height:31px; padding:5px; color:inherit; text-transform:uppercase;margin-top:0; }
.fc-event { padding:2px !important;font-size:13px !important;border-radius:0 !important; } 
.fc-bgevent { overflow:hidden;padding:0 !important; }



.navHide { display:none; }
.navShow { display:block; }

.navSmall { 
    width:auto !important; 
    transition: all .2s ease-in-out; 
    height: 40px; 
    overflow: hidden !important; 
    top:10px !important;
    background: transparent !important;
    box-shadow: none !important;   
}

.pageContentLarge { margin-left:0 !important; }
.logo {  padding:4px; transition: all .2s ease-in-out; }
.align-right { padding-left: 25px; }
#pageContent { margin-left:260px;padding:10px; }
.nav { 
	position:fixed;
	top:60px;
	left:0;
	bottom:0;
	width:240px;
	   
	color:#fff;
	z-index:2; 	
	vertical-align:top; 
	overflow-x:hidden;
	overflow-y:auto;
	//background:#404E68;
    background: #404e68;
background: -moz-linear-gradient(-45deg,  #404e68 1%, #cc475d 100%);
background: -webkit-linear-gradient(-45deg,  #404e68 1%,#cc475d 100%);
background: linear-gradient(135deg,  #404e68 1%,#cc475d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404e68', endColorstr='#cc475d',GradientType=1 );

    
}

.nav::-webkit-scrollbar {
    width: 10px;
	visibility:collapse;
}

.nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    border-radius: 2px;
}

.nav::-webkit-scrollbar-thumb {
	background:#00A9A9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
}

.nav:hover::-webkit-scrollbar {
	visibility:visible;
}

.navIndent { height:2px; }
.popover { z-index:999; }
.previousWeek { position:absolute; top:10px; right:150px;}
.nextWeek { position:absolute; top:10px; right:10px;}
.orar td {	text-align:center; padding:7px; position:relative; font-size:11px;}
.orar tbody tr:nth-child(odd) { background-color:#eee; }
.orar tbody tr:nth-child(even) { background-color:#fff; }

.day {	font-size:10px;	position:absolute;top:1px;right:1px;color:#000;	}
.cell {	position:relative;}

#datePacient { display:none; }
#e_datePacient { display:none; }
.popover{ max-width: 100%;  }
 .fc-bg td:hover{background: #f0f0f0; cursor:pointer;}
 .navbar-brand { position:relative;margin-top:-10px; }
.popover { z-index:999; }
.clear { clear:both; }
#container { float:left; width:100%; height:auto; }
#teethMap { width:700px; height:192px; float:left; } 

.dropDownDiv { width:auto;box-sizing:border-box;border:1px solid #ccc;height:200px; overflow:auto; display:none; }
.dropDownItem {  padding:4px;  width:auto; height:auto; cursor:pointer; }
.dropDownItem:nth-child(odd) {background:#eee; } 
.dropDownItem:nth-child(even) { background:#fff; }
.dropDownItem:hover { background:#09f; color:#fff;}
.products { width:auto; height:140px; border:1px dotted #ccc; overflow:auto; box-sizing:border-box; margin:7px;}
.products table td { padding:4px; }
.products table tr:nth-child(odd) { background:#eee; }
.products table tr:nth-child(even) { background:#fff; }
input[type=checkbox] { padding:5px; border-radius:5px; border:1px solid #ccc; }
.table thead tr { background:#ccc; }
.table td { padding:4px; }
.table tbody tr:nth-child(odd) { background:#C0E1FA; }
.table  tbody tr:nth-child(even) { background:#DAEDFC; }
.badge { margin:2px; }
.fa {  width:25px; }

.button {
  	border:none;
 	width:auto;
	font-size:12px;
	color:#fff;
	padding:5px 5px 5px 10px;
	line-height: 1.6em;
	text-align:left;
	margin-left:0px;
    font-weight: 700;
    text-transform: uppercase;
	border-left: 3px solid transparent;
    transition: all .2s ease-in-out;
 }
.button a, .button a:visited { color:#000; }

.buttonselected { 
   
    background: #F3F5F5; 
    color:#000;
	border-right: 6px solid #FF1E3A;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    color:#000;
}
.button:hover {
	cursor:pointer; 
	color:#FE5F73;
}
.button:hover a { color:#fff; }
.button:active {
	cursor:pointer;
	background:#3C799D;	
} 
h4 { margin-left:10px; margin-top:20px;} 
.fc-day-header { background:#666; color:#fff; }
.fc-widget-content  { overflow:visible !important; }
.fc-day-top { cursor:pointer; }
.fc-v-event { min-height:25px; }

.pr_std { background:#0099FF !important; color:#000 !important; border:none !important; box-shadow:1px 1px 4px #555 !important; }
.pr_urg { background:#FF0000 !important; color:#FFF !important; border:none !important; }
.pr_nrp { background:#111 !important; color:#FFF !important; border:none !important; }
.pr_conf { background:#6DD900 !important; color:#000 !important; border:none !important; }

#balloonHolder {
	position:fixed;
	bottom:10px;
	right:70px;
	width:auto;
	height:auto;
	z-index:9999;
  }
.balloon {
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:10px;
	border:2px solid #000;
	border-radius:6px;	
}

.panou {
	background:#fff;
	box-shadow:1px 1px 5px #ccc;
	padding:15px 10px;
	margin:10px;
	border-radius:2px;	
}
 
.separator { 
	border-bottom:2px dotted #eee;
	margin-top:10px;
	margin-bottom:10px;
}
.form-control {
	padding:3px 5px 3px 5px !important;
	font-size:14px !important;
	border-radius:2px !important;
	margin-bottom:0 !important;
}
.form-group { margin-bottom:4px !important; }
.modal-body { font-size:12px !important;}
.products_content, .e_products_content {
	width:auto;
	padding:1px;
	height:250px;
	border:1px solid #eee;
	box-shadow:0 0 1px #ccc;	
	margin:0 5px 0 5px;
	overflow:auto;
}
.add_btn {
	font-size:20px !important;
	cursor:pointer;
	margin:5px;
	color:#3C0;	
}
.add_btn:hover {
	color:#693;	
}
.tbl1 {
	width:100%;	
}
.tbl1 th {
	padding:4px;
	text-align:center;
	background:#eee;
	color:#000;
	text-transform:uppercase;	
    position: sticky;  top:0;
}
 
.tbl1 tbody tr:nth-child(even) {
	background:#eee;
}
.tbl1 tbody tr:nth-child(odd) {
	background:#fefefe;
}

.tbl1 tbody td {
	border-right:1px solid #eee;
	padding:4px;	
	text-align:center;
}
.small { width:120px;text-align:center; }
.pnl { 
	background:transparent !important;
	border:none !important;
	color:#fff !important;
	
}
.panelRight {
	position:absolute;
	top:80px;
	height:90px;
	overflow:hidden;
	right:10px;
	background:#CDDBE7;
 	border:1px solid #A5BED3;
	padding:10px;
	color:#000;
	font-size:100%;
	border-radius:4px;
	 
}

#sold_initial {
	margin-top:10px;
	padding-top:10px;
	font-size:27px;
	margin-bottom:10px;
	font-weight:bold;
	border-top:1px dotted #ccc;
}
#sold_final {
	margin-top:10px;
	padding-top:10px;
	font-size:27px;
	margin-bottom:10px;
	font-weight:bold;
	border-top:1px dotted #ccc;
}

.input_small {
	width:100%;
	box-sizing:border-box;	
}
.green { background:#3C6; }
.red { background:#f00; }
.alert {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:15px 20px 15px 30px; 
	color:#000;
	text-align:left;
	font-size:16px;
    background: #f7595a;
 }
 
.tb {
	width:100%;
	box-sizing:border-box;	
}
.tb tr:nth-child(odd) {
	background:	#D9E3EC;
	color:#111;
}
.tb tr:hover {
	background:#999;	
	color:#fff;
	cursor:pointer;
}
.tb td { 
	padding:5px 10px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loading_outer {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999;
	background:rgba(0,0,0,0.5);	
}
.loading_innerouter {
	display:table;	
	width:100%;
	height:100%;
}
.loading_inner {
 
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;	
}

  
.message_outer {
    display: none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999;
	background:rgba(0,0,0,0.5);	
}
.message_innerouter {
	display:table;	
	width:100%; 
	height:100%;
}
.message_inner {
 
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;	
}
#message {
    width:auto;
    margin: 0 auto;
    border-radius: 4px;
    max-width: 450px;
    background: #fff;
    padding: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.dataTables_wrapper {
     overflow: auto;  
}
.logout_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}
 
.stoc_filter {
    max-width:150px;
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 1;
}

.label_selected {
    background: #D6FFB2;
    padding: 5px 10px;
    border: 1px solid #ccc !important;
}
#res_categorii div {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid transparent;
}





.reset, .select_all {
    position: absolute;
    top: -30px;
    left: 24px;
    font-size: 10px;
    padding: 2px 6px;
    background: #9A0104;
    color:#fff;
    border:none;
}
.select_all:hover, .reset:hover {
    background:#FF962F;
    color:#333;
}
.select_all {
    background: #126C08;
}

.hide_on_mobile {
    
}
@media screen and (max-width: 640px) { 
    .hide_on_mobile {
    display: none; 
}
    #page_name { display: none; }
    
    .user_drop > table >tbody > tr > td {
        display: none;
    }
    .user_drop > table >tbody > tr > td+td+td {
        display: block;
    }
    
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
     
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
    .dataTables_wrapper {
        font-size: 10px !important;
    }
    .dataTables_wrapper, table.dataTable td, table.dataTable  th {
        font-size: 10px !important;
        padding:2px !important;
    }
    .modal-body {
        overflow: auto;
        font-size: 10px;
    }
    .modal-body h4 {
        font-size: 12px;
    }
     
    h3 { font-size: 18px; }
    .form-control {
        min-width: 130px;
        font-size: 12px !important;
    }
    .logo { float: none; }
    
    .hide_on_mobile {
        display: none;
    }
}

.excel {
    background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
    color: #111;
}
.excel:hover {
    background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
    color: #111;
}
.saga_btn_import {
   background: rgb(157,213,58);
    background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
    background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );

    COLOR:#000;
}
.saga_btn_import:hover {
   background: rgb(0,110,46);
    background: -moz-linear-gradient(top,  rgba(0,110,46,1) 0%, rgba(0,110,46,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 );


}

.saga_btn_export {
    background: #1e5799;
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    COLOR:#fff;
}
.saga_btn_export:hover {
    background: rgb(239,197,202);
    background: -moz-linear-gradient(top,  rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(239,197,202,1) 0%,rgba(210,75,90,1) 50%,rgba(186,39,55,1) 51%,rgba(241,142,153,1) 100%);
    background: linear-gradient(to bottom,  rgba(239,197,202,1) 0%,rgba(210,75,90,1) 50%,rgba(186,39,55,1) 51%,rgba(241,142,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 );

}


.efactura-message {
    position: fixed;
    bottom:10px; 
    right:10px;
    background: #404e68;
    background: -moz-linear-gradient(-45deg, #404e68 1%, #cc475d 100%);
    background: -webkit-linear-gradient(-45deg, #404e68 1%,#cc475d 100%);
    background: linear-gradient(135deg, #404e68 1%,#cc475d 100%);
    
    color:#fff; 
    padding:5px 10px; 
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 12px; 
    display: none;
}
 
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}


