
body {
	font-size: 16px;
	min-width: 480px;
	position: relative;
	line-height: 1.65;
	overflow-x: hidden;
	color: #47535f;
	background-color: #f8f8f8;
}

img,
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

a {
	text-decoration: none;
	transition: all 0.25s;
	color: #47535f;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	font-weight: 400;
}

p {
	margin-top: 0;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}


/* sidebar-menu */
.animate-menu-push {
    left: 0;
    position: relative;
    transition: all 0.3s ease; }
.animate-menu-push.animate-menu-push-right {
    left: 200px; }
.animate-menu-push.animate-menu-push-left {
    left: -200px; }

.animate-menu {
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    transition: all 0.3s ease; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    width: 200px; 
    height: 100vh;
}

.animate-menu-left {
    left: -200px; }
.animate-menu-left.animate-menu-open {
    left: 0; }

.animate-menu-right {
    right: -200px; }
.animate-menu-right.animate-menu-open {
    right: 0; }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #222d32; }
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0; }
.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    border-left: 3px solid transparent;
    color: #b8c7ce; }
.sidebar-menu > li > a > .fa {
    width: 20px; }
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc; }
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px; }
.sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226; }
.sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px; }
.sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg); }
.sidebar-menu li.active > .sidebar-submenu {
    display: block; }
.sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none; }
.sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 5px;
    margin: 0 1px;
    background: #2c3b41; }
.sidebar-menu .sidebar-submenu .sidebar-submenu {
    padding-left: 20px; }
.sidebar-menu .sidebar-submenu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    color: #8aa4af; }
.sidebar-menu .sidebar-submenu > li > a > .fa {
    width: 20px; }
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
    width: auto; }
.sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
    color: #fff; }

.sidebar-menu-rtl {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #222d32; }
.sidebar-menu-rtl > li {
    position: relative;
    margin: 0;
    padding: 0; }
.sidebar-menu-rtl > li > a {
    padding: 12px 15px 12px 5px;
    display: block;
    border-left: 3px solid transparent;
    color: #b8c7ce; }
.sidebar-menu-rtl > li > a > .fa {
    width: 20px; }
.sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc; }
.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
    margin-top: 3px;
    margin-right: 5px; }
.sidebar-menu-rtl li.sidebar-header {
    padding: 10px 15px 10px 25px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226; }
.sidebar-menu-rtl li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px; }
.sidebar-menu-rtl li.active > a > .fa-angle-left {
    transform: rotate(-90deg); }
.sidebar-menu-rtl li.active > .sidebar-submenu {
    display: block; }
.sidebar-menu-rtl a {
    color: #b8c7ce;
    text-decoration: none; }
.sidebar-menu-rtl .sidebar-submenu {
    display: none;
    list-style: none;
    padding-right: 5px;
    margin: 0 1px;
    background: #2c3b41; }
.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
    padding-right: 20px; }
.sidebar-menu-rtl .sidebar-submenu > li > a {
    padding: 5px 15px 5px 5px;
    display: block;
    font-size: 14px;
    color: #8aa4af; }
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
    width: 20px; }
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
    width: auto; }
.sidebar-menu-rtl .sidebar-submenu > li.active > a, .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
    color: #fff; }



.wrapper {
	margin-left: 200px;
	transition: all 0.3s;
}

.wrapper .container {
	margin-left: 0;
	padding-left: 0;
}


.btn-primary {
	color: #fff;
	background-color: #4e5d9d;
	border-color: #4e5d9d;
}

.btn-primary:hover {
	color: #fff;
	background-color: #47558f;
	border-color: #47558f;
}

.btn-primary:active {
	color: #fff;
	background-color: #47558f !important;
	border-color: #47558f !important;
}

.btn .fa {
	margin-right: 5px;
}


.page-header-wrapper {
	background-color: #fbfbfb;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 -1px 0 0 #e5e8eb;
	position: fixed;
	z-index: 10;
	width: calc(100% - 200px);
	top: 0;
	left: 200px;
	right: 0;
	transition: all 0.3s;
}

.page-header {
	padding: 10px 15px;
	min-height: 77px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-header h3 {
	font-size: 20px;
	margin-bottom: 0;
	padding: 10px 0;
}

.page-header .btn-group {
	padding: 10px 0;
}

.page-header .btn-outline-secondary {
	border-color: #ced4da;
}



.form-wrapper {
	padding: 100px 15px 20px;
	background-color: #f8f8f8;
	color: #47535f;
}

.select2-container .select2-selection--single {
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	color: #495057;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0.75rem;
}

.form-wrapper label {
	font-size: 14px;
}

label.required::after {
	content: " *";
	color: #f86b4f;
}

.users .form-wrapper .fa-question-circle {
	margin-left: 5px;
}

.tooltip {
	font-size: 12px;
}


/* Credentials */


.row-header {
	padding: 10px 0px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.row-header h4 {
	font-size: 18px;
	margin-bottom: 0;
	padding: 10px 0;
}

.row-header .btn-group {
	padding: 10px 0;
}

.row-header .btn-outline-secondary {
	border-color: #ced4da;
}


/* Login page */


body.login-page {
	color: #47535f;
	height: 100vh;
}

.login-form {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ebedf0;
	box-shadow: 0px 1px 1px #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.has-error input {
	border: 1px solid #a94442;
}

.has-error .input-group-text {
	border: 1px solid #a94442;
	border-right: none;
	background-color: #f2dede;
}

.has-error .fa {
	color:  #a94442;
}

.has-error label {
	color: #a94442;
}

.error-message {
	font-size: 13px;
	color: #a94442;
	text-align: center;
}

.success-message {
	font-size: 13px;
	color: #46aa5d;
	text-align: center;
}

.login-header {
	font-size: 50px;
	font-weight: 800;
	line-height: 0.7;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 20px;
	border: 2px solid #778796;
	border-radius: 3px;
}

.login-form button[type="submit"] {
	margin-top: 30px;
}

.login-copy {
	display: block;
	text-align: center;
	color: #8393a2;
	font-size: 13px;
}


/* sms server options */


.btn-wrapper .btn {
	margin-top: 5px;
	margin-bottom: 5px;
}

.emojies-wrapper {
	margin-top: 40px;
}

.emoji-item {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}




.table-wrapper {
	padding: 120px 0px 20px;
	background-color: #f8f8f8;
	color: #4e5d9d;
}


/* Custom table */

.table-custom {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}


.table-custom a {
	color:  #4e5d9d;
}

.table-custom a:hover,
.table-custom a:focus {
	color: #3d497b;
}

.col-actions {
	width: 80px;
}

.table-custom.table-bordered thead td, .table-custom.table-bordered thead th {
	border-bottom: 1px solid #ebedf0;
}

.table-custom.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fafafa;
}

.table-custom.table-hover tbody tr:hover {
	background-color: #fafafa;
}

.table-custom.align-middle tr > th,
.table-custom.align-middle tr > td {
	vertical-align: middle;
}

.table-custom th .fa,
.table-custom td .fa {
	margin-left: 5px;
	color:  #4e5d9d;

}

.table-footer {
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #fbfbfb;
	border-top: 1px solid #ebedf0;
}

.btn-input-group-text {
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.btn-input-group-text.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.table-dropdown-menu {
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 13px;
	color: inherit;
	background-color: #fff;
	border: 1px solid #ced4da;
}

.table-dropdown-menu .fa {
	margin-right: 5px;
}

.input-group-nowrap {
	flex-wrap: nowrap;
}


/* table description */

.table-descr {
	/*display: none;*/
}

.table-descr-tr {
	/*display: none;*/
}

.table-descr-row {
	display: flex;
}

.table-descr-left {
	padding: 10px 15px;
	width: 15%;
}

.table-descr-right {
	flex-grow: 1;
	padding: 10px 15px;
}


/* Custom pagination */

.table-footer .pagination {
	margin-bottom: 10px;
	font-size: 13px;
}

.pagination-custom {
	justify-content: center;
}

.pagination-custom .page-link {
	color: #4e5d9d;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination-custom .page-link:hover {
	color: #3d497b;
	background-color: #ebedf0;
	border-color: #ddd;
}

.pagination-custom .page-item.active .page-link {
	color: #3d497b;
	background-color: #ebedf0;
	border-color: #ddd;
	cursor: default;
}

.pagination-custom .page-item.disabled .page-link {
	cursor: not-allowed;
	pointer-events: auto;
	color: #a0acb8;
	background-color: #fff;
}

.table-footer .form-control {
	font-size: 13px;
}

.table-footer small {
	margin-right: 63px;
	text-align: center;
	display: block;
}

.pagination-limit-wrapper {
	float: right;
}

/* SMS */

.sms-text textarea {
	min-height: 100px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 0;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}



.file-numbers {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*margin-top: -4px;*/
}

.correct-incorrect-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.file-numbers-correct {
	padding: 5px 15px;
	color: #46aa5d;
}

.file-numbers-invalid {
	padding: 5px 15px;
	color: #a94442;
}


/* No results */

.no-results {
	margin-top: 200px;
	color: #47535f;
	padding: 40px 50px;
}

.no-results h1 {
	font-size: 28px;
	font-weight: 500;
}


/* Services */

.page-header .title-wrapper {
	display: flex;
	align-items: flex-start;
}

.status-block {
	display: inline-flex;
	margin-left: 10px;
	margin-top: 10px;
}

.status-item {
	padding: 1px 7px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 2px;
	text-align: center;
	color: #000;
}

.status-enabled {
	background-color: #46aa5d;
}

.status-disabled {
	background-color: #dc3545;
}

.status-process {
	background-color: #ffc107;
}

.service-options {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.service-options > span {
	position: relative;
	display: block;
	padding-left: 1.25rem;
	margin-right: 20px;
	margin-bottom: 10px;
}

.service-options > span label {
	margin-bottom: 0;
}

.report-item {
	margin-bottom: 15px;
}

.report-btn {
	margin-bottom: 10px;
}

.run-service-result h4 {
	display: inline-block;
	vertical-align: baseline;
}

.run-service-result span {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
	margin-left: 10px;
}




/* menu */

.header-logo,.header-logo-mobile {
	border-top: 3px solid rgba(0,0,0,.1);
	border-bottom: 2px solid rgba(0,0,0,.1);
	border-left: 3px solid rgba(0,0,0,.1);
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 10px;
	width: 200px;
	height: 80px;
}

.header-logo-mobile {
        line-height: 0.7;
	width: 70px;
	display: none;
	font-size: 30px;
}

.header-hr {
	border-top: 3px solid rgba(0,0,0,.1);
	margin: 0px
}

.animate-menu {
	height: 100%;
}

.sidebar-menu .animate-menu-bottom {
	position: absolute;
	width: 200px;
	bottom: 10px;
}

.animate-menu-bottom-left {
	color:white;
}

.animate-menu-bottom-right {
	width:auto; 
	height:auto; 
	padding:0; 
	margin-right:10px; 
	margin-top:3px;
}

/* modal table */

.modal .select2-container {
    width: 100% !important;
}

.daily-inner {
	display: flex;
}

.daily-inner span {
	align-self: center;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
}

.daily-btn-wrapper {
	align-self: center;
	flex-shrink: 0;
	margin-left: 15px;
}

.daily-btn-wrapper .fa {
	margin-right: 0;
}

.input-group-prepend label {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.875rem;
	margin-bottom: 0;
}

.modal-body {
	overflow-x: auto;
}

.modal-body-inner {
	min-width: 466px;
}

.modal-header .btn-group {
	min-width: 140px;
	margin-left: 10px;
}

.daily-schedule {
	display: flex;
	justify-content: flex-end;
}

.daily-schedule span {
	display: inline-block;
	margin: 0 5px;
	font-weight: 600;
}

.other-fields-wrapper {
  margin-left: 20px;
  margin-bottom: 20px;
}

.other-fields-wrapper .form-check {
  margin-bottom: 3px;
}

.form-check-input {
    margin-top: 0.45rem;
}

#container-actions .second-line {
    font-weight: 600;
} 

.action-card {
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    position: relative;
}
.action-card:hover {
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.action-plus-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: 40px;
}

.action-plus-btn i {
    margin:0 !important;
}

.action-delete-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
    color: #dc3545;
    font-size: 16px;
    cursor: pointer;
}
.action-delete-btn:hover {
    color: #a71d2a;
}

.action-btn-remove {
    color: #666;
    cursor: pointer;
    font-size: 1.3rem;
}
.action-btn-remove:hover {
    color: #d9534f;
}

.action-btn-open {
    color: #666;
    cursor: pointer;
    font-size: 1.3rem;
}
.action-btn-open:hover {
    color: #d9534f;
}

.fields-block, .filters-block {
    background-color: #f4f7fe;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #e0e6ed;
}

.is-label {
    padding-top: 6px;
    font-weight: 500;
}


.modal .id-field-action + .select2-container {
  flex-grow: 1;
  min-width: 0 !important;
}

.modal .id-field-value + .select2-container {
  flex-grow: 1;
  min-width: 0 !important;
}

/*========== MEDIA Desktop First  ========== */



@media only screen and (max-width: 1199px) {

}


@media only screen and (max-width: 991px) {
	.no-results {
		padding: 30px 20px;
	}
	.header-with-button-and-icon .page-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.header-with-button-and-icon .form-wrapper {
		padding-top: 130px;
	}
}


@media only screen and (max-width: 767px) {
	.header-with-button .page-header {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
	}
	.header-with-button .form-wrapper,
	.header-with-button .table-wrapper {
		padding-top: 130px;
	}
	.table-custom .custom-hidden-sm {
		display: none;
	}
	.pagination-custom {
		justify-content: flex-start;
	}
	.pagination-limit-wrapper {
		float: none;
		max-width: 70px;
		margin-bottom: 15px;
	}
	.table-footer small {
		margin-right: 0;
		text-align: left;
	}
	.correct-incorrect-wrapper {
		width: 80%;
	}
	.header-with-button-and-icon .form-wrapper {
		padding-top: 150px;
	}
	.header-logo-mobile {
		display: block;
	}
	.header-logo {
		display: none;
	}

	.animate-menu {
		width: 70px;
		z-index: 100;
	}
	.sidebar-menu .animate-menu-bottom {
		width: 70px;
		bottom: 20px;
	}
	.sidebar-menu .animate-menu-bottom .animate-menu-bottom-left {
		display: none;
	}
	.sidebar-menu .animate-menu-bottom .animate-menu-bottom-right {
		display: block;
	}
	.sidebar-menu span {
		display: none;
	}
	.sidebar-menu > li > a {
		text-align: center;
		padding: 12px 15px 12px 15px;
	}
	.sidebar-menu > li > a .fa {
		font-size: 20px;
	}
	.sidebar-menu > li > a > span + .fa {
		display: none;
	}
	.wrapper {
		margin-left: 70px;
	}
	.page-header-wrapper {
		left: 70px;
		width: calc(100% - 70px);
	}
	.sidebar-menu .sidebar-submenu {
		position: absolute;
		left: 100%;
		top: 0;
		width: 200px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: -1px;
	}
	.header-logo {
		width: 70px;
	}

}

@media only screen and (max-width: 576px) {
	.header-with-button-and-icon .form-wrapper {
		padding-top: 170px;
	}
}


@media only screen and (max-width: 480px) {
	.login-header {
		font-size: 40px;
	}
}