.editable tbody tr {
  cursor: pointer;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

table th, td {
  word-break: break-word;
}

table th {
  font-size: 15px;
}



@media screen and (max-width: 900px) {
  .responsible {
    border: 0;
  }

  .responsible caption {
    font-size: 1.3em;
  }

  .responsible td, th:first-child {
    width: auto;
  }

  .responsible td, th:nth-child(2) {
    width: auto;
  }

  .responsible td, th:nth-child(3) {
    width: auto;
  }

  .responsible thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsible tfoot {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsible tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .responsible td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
  }

  .responsible td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .responsible td:last-child {
    border-bottom: 0;
  }
}

.preview_img {
  width:100%;
  border:1px solid rgb(179, 179, 179);
  border-radius: 10px;
}

div.dom_wrapper {
  position: sticky;  /* Fix to the top */
  top: 200;
  padding: 5px;
  z-index: 100;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #07416b;
	color: #fff;
}

table tr {
  cursor: pointer;
}
.table-hover tbody tr:hover td {
  background:#6a8da6;
  color:white;
}

.table>tbody>tr.active>td {
  background: #07416b;
  color: #fff;
}


tr.selected {   
  background-color: #07416b;
  color:white;
}

.table tbody tr.highlight td {
  background-color: #07416b;
  color:white;
}

mark {
  padding: 5px;
  border-radius:5px;
  color:#fff;
  background: #07416b !important;
}


/* For mobile phones: */
.control-sidebar, .control-sidebar::before {
  right:-250px;
  width: 250px;
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .control-sidebar, .control-sidebar::before {
    right:-600px;
    width: 600px;
  }
}

.control-sidebar-content {
  overflow-y: scroll;
}

.card-primary.card-outline-tabs .card-header a.active {
	border-top: 3px solid #07416b;
}

.callout.callout-primary {
	border-left-color: #07416b;
}

.card-primary.card-outline {
	border-top: 3px solid #07416b;
}



.btn-primary {
	color: #fff;
	background-color: #07416b;
	border-color: #07416b;
	box-shadow: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: #032035;
	border-color: #032035;
	box-shadow: none;
}
.clickable {
  cursor:pointer;
}

.mb-3, .my-3 {
	margin-bottom: 0.5rem !important;
}

.centered {
  text-align:center;
}
.mediumtext {
  font-size:20px;
}
.smalltext {
  font-size:13px;
  font-weight: bold;
}

.callout {
	margin-bottom: 0.5rem;
	padding: 0.7rem;
}

.left {
  float:left;
}

.right {
  float:right;
}

.dt-buttons {
  margin-bottom:-70px;
}

.scrollable-medium {
  height:300px;
  overflow-y:auto;
  overflow-x:hidden;
  padding:15px;
}
.scrollable-small {
  height:180px;
  overflow-y:auto;
  padding:15px;
  overflow-x:hidden;
}

.centered-content {
  height: 100%;
}

.icon-anagr-red {
  font-size:22px;
  
}
.icon-anagr-green {
  font-size:22px;
}

.icon-anagr-red i {
  color:#dc3545;
}
.icon-anagr-green i {
  color:#28a745;
}

.elements {
  height:100px;
  display: table-cell;
  vertical-align: middle;
}

.grid {
  border:1px solid #cacaca;
  border-radius: 10px;
  padding:10px;
}

.deletable {
    position: absolute;
    top: -30px;
    right: -10px;
}

#tree > svg {
  background-color: #cacaca !important;
}

.img-anag {
  border-radius: 50%;
  width:100%;
  max-width:110px;
}

.table-avatar {
  border-radius: 50%;
  display: inline;
  width: 2.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
  width: 100% !important;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0d79c5;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
  width: 100px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 40px  !important;
}

.mirrored {
  -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.badge-primary {
	background-color:  #07416b;
}

.img-circle {
  border-radius: 7px;
}

.brand-link .brand-image {
  float: left;
	line-height: .8;
	margin-left: .5rem;
	margin-right: .5rem;
	margin-top: -3px;
	max-height: 33px;
	width: 100%;
  max-width: 40px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.imageoverlay:hover .overlay {
  opacity: 0.6;
}

.form-control.is-copied {
	border-color: #ffc107;
	padding-right: 2.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input[type="number"] {
  /* enlarge by 16/12 = 133.33% */
  border-radius: 6.666666667px !important;
  font-size: 16px !important;
  line-height: 26.666666667px !important;
  padding: 6.666666667px !important;
  width: 133.333333333%;

  /* scale down by 12/16 = 75% */
  transform: scale(0.75);
  transform-origin: left top;

  /* remove extra white space */
  margin-bottom: -10px;
  margin-right: -33.333333333%;
}


.inputprice {
  /* enlarge by 16/12 = 133.33% */
  border-radius: 6.666666667px !important;
  font-size: 16px !important;
  line-height: 26.666666667px !important;
  padding: 6.666666667px !important;
  width: 133.333333333%;

  /* scale down by 12/16 = 75% */
  transform: scale(0.75);
  transform-origin: left top;

  /* remove extra white space */
  margin-bottom: -10px;
  margin-right: -33.333333333%;
}


.progress-bar {
	font-weight: bold;
}


.legend-item {
  margin-left: 20px;
}

.navbar {
  display:grid;
}

.countryFlag {
  border-radius: 50%;
}

.goUpBtn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  opacity: 0.5;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #6a8da6;
	border-color: #6a8da6;
}

.rightborder {
	border-right: 1px solid #cacaca;
	width: 100%;
}

.colored {
  color: #07416b;
}


.text-courier {
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
}


.customcontainer {
  border: 1px solid #07416b;
  border-radius: 7px;
  padding:10px;
}


.bg-primary {
	background-color: #07416b !important;
}

.img-flag {
  width:20px;
  border-radius:5px;
}

#calendariobody {

  height: calc(100vh - 100px);

  overflow-y: auto;
}
.scheduler table{
  table-layout: fixed;
  word-wrap: break-word;
}
.scheduler td{
  width: 40px;
  height: 15px;
  margin: 3px;
  padding: 5px;
  cursor: pointer;
}

.active-scheduler {
  background-color: #ffc107;
}

.free-scheduler {
  background-color: #28a745;
}

.nonactive-scheduler {
  background-color: #E74C3C;
}

.disabled-scheduler {
  background-color: #897c7b;
}

.canceled-scheduler {
  background-color: #000;
}

.delay-scheduler {
  background-color: #ca6410;
}

.customtooltip {
  text-align: left;

}

.tooltip-inner {
  max-width: 100%;
  width: 400px;
}

.event-detail {
  color:#044069;
  font-weight:bold;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
  width:100% !important;
}

.blink {
  animation: blinkMe 1s linear infinite;
 }
 @keyframes blinkMe {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 1;
  }
  100% {
   opacity: 0;
  }
 }
 

 .grided {
  border:1px solid #044069;
  border-radius: 7px;
  padding:7px;
 }