/*custom*/
@import url('https://fonts.googleapis.com/css?family=Poppins');

@font-face{
	font-family:'Poppins';
	font-weight: 400;
	font-style: normal;
}

@font-face{
	font-family:'Poppins';
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'MarkPro-Book';
	font-weight: normal;
	font-style: normal;
}

.navbar-brand,
.display-1,
.display-2,
.display-3,
.display-4,
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
	/*font-family: "Poppins", "Trebuchet MS", "PT Sans", "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;*/
	font-family: MarkPro-Book, sans-serif;
	letter-spacing: -0.04em;
	font-weight: bold;
}

body {
	font-family: MarkPro-Book, sans-serif;
	/*font-family: "Segoe UI", "Trebuchet MS", "PT Sans", "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;*/
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */



/* ----- Miscellaenous ----- */

/*.list-group li:hover {
	background: #DD2650;
	color: #f5f5f5;
	cursor: pointer;
}
.list-group .list-group-item {
	background: #DB2642;
	color: #f5f5f5;
}
.list-group .list-group-item a{
	background:transparent;
	color: #f5f5f5;
	text-decoration: none;
}
.list-group .list-group-item a:hover{
	background:#DD2650;
	color: #f5f5f5;
	text-decoration: none;
}*/
.dashboard_height_200{
	min-height: 200px;
}
.dashboard_height_480{
	min-height: 480px;
}
.list_sm_txt{
	font-size: 12px;
}
.overflowy_auto{
	overflow-y: auto;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.error-msg{
	font-size: 13px;
	width: 80%;
	margin: auto;
}
.card-border{
	border: 1px solid #e5e8ea;
	border-radius: 4px;
}
.card-border-round{
	border-radius: 4px;
}
.card-border-top{
	border-top: 1px solid #e5e8ea;
}
.card-border-bottom{
	border-bottom: 1px solid #e5e8ea;
}
.card-border-left{
	border-left: 1px solid #e5e8ea;
}
.card-border-right{
	border-right: 1px solid #e5e8ea;
}
.card-border-top-dark{
	border-top: 1px solid #6c757d;
}
.weight-900{
	font-weight: 900;
}
.weight-700{
	font-weight: 700;
}
.weight-600{
	font-weight: 600;
}
.sm_icon_txt i{
	font-size: 15px;
	font-weight: 600;
	color: #8d9ea7;
}
.sm_txt{
	font-size: 16px;
	font-weight: 600;
	color: #8d9ea7;
}
textarea .form_textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 200px;
    min-width: 100%;
    padding: 10px;
    resize: none;
}
.scrollable_h_350{
	max-height:350px; 
	max-height:350px; 
	overflow-y: scroll;
	overflow-x: hidden;
}
.scrollable_h_400{
	max-height:400px; 
	max-height:400px; 
	overflow-y: scroll;
	overflow-x: hidden;
}
.scrollable_h_450{
	max-height:450px; 
	max-height:450px; 
	overflow-y: scroll;
	overflow-x: hidden;
}
.scrollable_h_500{
	max-height:500px; 
	max-height:500px; 
	overflow-y: scroll;
	overflow-x: hidden;
}
.scrollable_h_550{
	max-height:550px; 
	max-height:550px; 
	overflow-y: scroll;
	overflow-x: hidden;
}
/* ----- // Miscillaenous ----- */



/* ----- Modal Left ----- */
.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	    -ms-transform: translate3d(0%, 0, 0);
	     -o-transform: translate3d(0%, 0, 0);
	        transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content{
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}
/* ----- // Modal Left ----- */



/* ==== Tables & datatables ==== */

.table > thead > tr > th {
	border-bottom: 1px solid #e6e7e8;
	vertical-align: middle;
	height: 25px; 
}
/*.table > tbody > tr > td {
	vertical-align: middle;
	height: 5px; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
}*/
.table {
	margin-bottom: 0;
	text-transform: uppercase;
}
.table thead th {
	border-top: 0;
	border-bottom-width: 1px;
	font-weight: 700;
	font-size: 11px;
}
.table tfoot th {
	font-size: 11px;
}
.table thead th i {
	margin-left: 0.325rem;
}
.table th,
.table td {
	vertical-align: middle;
	line-height: 1;
}
/*.table td {
	font-size: 11px;
}*/
.table td img {
	width: 36px;
	height: 36px;
	border-radius: 100%;
}
.table.table-borderless {
	border: none;
}
.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th 
{
	border: none;
}
.table.table-bordered {
	border-top: 1px solid #f3f3f3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0.5px;
	margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px transparent!important;
    background-color: transparent!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f5f5f5))!important;
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important;
    background: -ms-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important;
    background: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important;
    background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%)!important;
}




/* ==== marquee with hide tiles header ==== */
.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #EEEEEE; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #000;
}


/* ==== Scroll Bar ==== */
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}
.scrollbar::-webkit-scrollbar-button {display:none}

/* ==== Heart beat animation =====*/
@keyframes heartbeat
{
  0%{transform: scale( .75 );}
  20%{transform: scale( 1 );}
  40%{transform: scale( .75 );}
  60%{transform: scale( 1 );}
  80%{transform: scale( .75 );}
  100%{transform: scale( .75 );}
}
div i.heart_pump
{
  animation: heartbeat 1s infinite;
}

/* ==== Fadein Fadeout animation =====*/
.fadein, .fadeout {
	top: 0;
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.fadein {
    opacity: 1;
}

@keyframes delayedEntry {
	0% { transform: translateY(500%); }
	100% { transform: translateY(0%); }
}