* {
	outline: none !important;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input.form-control,
select.form-control,
textarea.form-control {
    background: #fff;
    border: none;
    outline: 0;
    border: 1px solid #d2d8dd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
	vertical-align: middle !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

input.form-control:hover,
select.form-control:hover,
textarea.form-control:hover,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border: none;
    outline: 0;
    border: 1px solid #1b1b1b;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

input.error,
textarea.error,
select.error {
  border-color: #dc3545 !important
}

label.error {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  top: 5px;
    margin: 0 auto;
  line-height: 1.5em;
  float: right;
  z-index: 500;
  line-height: 1.5em;
  background-color: #dc3545;
  color: #fff;
  font-weight: normal;
  padding: 6px 8px;
}

label.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 0px 0px;
  border-color: transparent #dc3545;
  display: block;
  width: 0;
  z-index: 1;
  top: -6px;
  right: 10%;
}

textarea{
  resize: none !important;
}

.table thead > tr > th,
.table tbody > tr > td{
  vertical-align: middle !important;
  padding: 5px !important;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.table tbody > tr > td{
  font-weight: 400 !important;
  word-break: break-word;	
  color: #1b1b1b !important;
}

.table thead > tr > th{
  font-weight: 500 !important;
}

.btn-group{
	display: block;
}

.margin-bottom-40{
	margin-bottom: -40px;
	position: relative;
}

.top5{
	top: 5px;
	position: relative;
}

.margin-top-5{
	margin-top: 5px;
	position: relative;
}

.border-light{
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 1px #333;
	-moz-box-shadow: 0px 1px 1px #333;
	-ms-box-shadow: 0px 1px 1px #333;
	-o-box-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #333;
}

.text-orange{
	color: #ff7800;
}

.dataTables_length, .dataTables_filter,
.dataTables_info, .dataTables_paginate{
	font-family: "Montserrat", sans-serif !important;
	width: 50% !important;
}

.dataTables_length {
	float: left !important;
}

.dataTables_filter{
	float: right !important;
}

.dataTables_filter label{
	float: right !important;
}

.dataTables_length select {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7800), to(#ff7800)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
	background-image: -webkit-linear-gradient(#ff7800, #ff7800), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-image: -o-linear-gradient(#ff7800, #ff7800), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-image: linear-gradient(#ff7800, #ff7800), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	padding-bottom: 5px;
	outline: none;
}

.dataTables_filter input {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7800), to(#ff7800)), -webkit-gradient(linear, left top, left bottom, from(#383f48), to(#383f48));
	background-image: -webkit-linear-gradient(#ff7800, #ff7800), -webkit-linear-gradient(#383f48, #383f48);
	background-image: -o-linear-gradient(#ff7800, #ff7800), -o-linear-gradient(#383f48, #383f48);
	background-image: linear-gradient(#ff7800, #ff7800), linear-gradient(#383f48, #383f48);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-left: 10px;
	color: #747d8a;
	outline: none;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	margin-top: -30px;
}

.dataTables_wrapper .dataTables_paginate .pagination{
	padding-top: 25px;
	float: right;
}

.dataTables_wrapper .dataTables_paginate .pagination li.previous a,
.dataTables_wrapper .dataTables_paginate .pagination li.next a{
	background: #212121;
	color: #fff;
}

.dataTables_wrapper .dataTables_paginate .pagination li a{
	background: #ccc;
	color: #111;
}

.dataTables_wrapper .dataTables_paginate .pagination li a:hover,
.dataTables_wrapper .dataTables_paginate .pagination li.active a{
	background: #212121;
	color: #ff7800;
}

.dataTables_wrapper .dataTables_paginate .pagination li.active a:hover{
	background: #ff7800;
	color: #fff;
}

.pagination .page-item.disabled>.page-link{
	color: #212121;
}
/*
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #747d8a;
	border: 1px solid #ddd;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*

.dataTables_wrapper .dataTables_paginate .paginate_button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #747d8a;
	border: 1px solid #ddd;
}
*/

.dataTables_empty{
	text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #222 !important;
	border: 1px solid #ff7800;
	background-color: #ff7800;
}

.dataTables_wrapper input[type="search"] {
    border-bottom: none !important;
}

.label{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	margin: auto;
	position: relative;
	text-align: center;
}

.label-danger{
	background: #F44336;
}

.label-success{
	background: #4CAF50;
}

.height20{
	height: 20px;
}

.height35{
	height: 35px;
}

.height60{
	height: 60px;
}

.width50{
	width: 30px;
}
.btn-card{
	position: relative; 
	margin-bottom: -10px; 
	font-size: 12px !important; 
	width: 100%;
}

.division{
	background-color: #999;
	display: inline-block;
	height: 1px;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
    position: relative;
    width: 90%;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.btn-warning{
	background: #ff7800 !important;
}

.modal-content .modal-header {
    padding-top: 0px; 
}

.modal-header {
    padding: 0px;
}

#list-header.list-unstyled >li,
#list-footer.list-unstyled >li,
.list-unstyled >li.media{
	padding: 15px;
	cursor: pointer;
}

.table td, .table th{
	border-top: none !important;
}

.table > tbody tr:hover{
	border-left: 1px solid #333 !important;
}

tbody > tr > td,
tbody > tr > th {
	vertical-align: middle !important;
}

.img-attachment,
.img-icon-attachment{
	border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.img-icon-attachment{
    max-width: 100px;
}

.text-size10{
	font-size: 10px !important;
}

.text-size11{
	font-size: 11px !important;
}

.text-size12{
	font-size: 12px !important;
}

.text-grey{
	color: #444;
}

.swal2-image{
	height: auto;
	max-width: 150px !important;
}

.thumb-md {
	height: 48px;
	width: 48px
}

.img-circle {
	border-radius: 100%;
	top: -9px;
	position: relative;
}

.tooltip-effect-5 .tooltip-content{
	margin-left: -60px !important;
	width: 120px !important;
}

.tooltip-item{
	background: transparent !important;
}

.tooltip-item img{
	vertical-align: bottom !important;
	border: 2px solid #777;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.tooltip-effect-5 .tooltip-content {
	transform: rotate3d(0, 0, 1, -15deg);
	background-color: #333;
	height: 160px !important;
}

.tooltip-effect-5 .tooltip-content .img-tooltip{
	height: 110px !important;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100% !important;
}

.tooltip-effect-5 .tooltip-content .tooltip-text{
	display: block !important;
	color: #fff;
	margin-top: 110px !important;
	padding: 0 !important;
	height: 50px !important;
	position: relative;
	text-align: center;
	font-size: 12px;
}

.top2{
	top: 2px;
	position: relative;
}

.nowrap {
	white-space: nowrap
}

.left10{
	left: 10px;
	position: relative;
}

.left20{
	left: 20px;
	position: relative;
}

.left-5{
	left: -5px;
	position: relative;
}

.top43{
	top: 43px;
	position: relative;
}

.img-rectangular {
	border-radius: 10px;
	position: relative;
}

.thumb-xl {
	height: 100px;
	width: 100px
}

.bg-white {
	background-color: #fff
}

.padding-bottom20{
	padding-bottom: 20px;
}

.padding-top20{
	padding-top: 20px;
}

.top-15{
	top: -15px;
	position: relative;
}

.top-20{
	top: 20px;
	position: relative;
}

@media screen and (max-width: 769px) {
	.top43{
		top: 13px;
	}
}

.navigation {
  margin: 0;
  text-align: center;
  line-height: normal;
}

.navigation a,
.navigation .page-numbers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 5px 12px;
  font-size: 10px !important;
  margin-bottom: 3px;
  border: 1px solid #d7d7d7;
  color: #1b1b1b;
  background: #ccc;
  font-weight: 500;
  height: 35px;
}

.navigation .page-numbers {
  border-radius: 50%;
  width: 40px;
}

.navigation .next,
.navigation .prev,
.navigation .nav-next a,
.navigation .nav-previous a {
  width: auto;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation a:hover,
.navigation .current {
  	border-color: #ff7800;
	background: #212121;
	color: #ff7800;
}

.navigation .nav-links::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .nav-previous {
  float: left;
}

.navigation .nav-next {
  float: right;
}

.comment-navigation {
  margin: 30px 0;
}

.page-links {
  margin: 35px 0;
}

.page-links .page-number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 5px 12px;
  font-size: 10px !important;
  margin-bottom: 3px;
  border: 1px solid #d7d7d7;
  color: #8a8a8a;
  background: none;
  font-weight: 500;
  height: 35px;
}

.page-links .page-number:hover {
  border-color: #ff7800;
}

.page-links > .page-number {
  border-color: #ff7800;
  color: #ff7800;
  background-color: #212121;
}

.page-links > a:first-child,
.page-links > span:first-child {
  margin-left: 10px;
}