@charset "UTF-8";

/*  CAS (Customer Assistance System) - Alesig Consulting  */

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Source+Sans+Pro:400,600,700");
@import url("ionicons.css");
@import url("materialdesignicons.css");
@import url("base.css");

/* =========================
  		Sidebar Menu
=========================*/

.sidebar.left {
	bottom: 50px;
	height: 100%;
	margin-bottom: -70px;
	margin-top: 0;
	padding-bottom: 70px;
	position: fixed;
}
.sidebar {
	bottom: 0;
	top: 0;
	width: 240px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #263238;
	position: absolute;
	z-index: 99;
}
.sidebar .header {
	padding-left: 30px;
}
.logo {
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 70px;
	text-transform: uppercase;
}
.nav-title {
	padding: 1rem 1.5rem !important;
	letter-spacing: .035em;
	pointer-events: none;
	cursor: default;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px !important;
}
.sidebar-inner {
	height: 100%;
}
.sidebar .header {
	padding-left: 15px;
	background: #384984;
}
ul ul .nav-title {
	background: #191f21; 
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#sidebar-nav, #sidebar-nav ul, #sidebar-nav li, #sidebar-nav a {
	border: 0;
	font-weight: normal;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
}
#sidebar-nav {
	background-color: #263238;
	padding-bottom: 50px;
	width: 100%;
}
#sidebar-nav ul ul {
	display: none;
}
#sidebar-nav ul ul li {
	border-top: 0;
}
#sidebar-nav ul ul li.active a {
	color: rgba(255, 255, 255, .9);
}
#sidebar-nav ul ul a {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	padding: 12px 20px 12px 55px;
	font-size: 15px;
}
#sidebar-nav ul ul a:hover {
	color: rgba(255, 255, 255, .9);
}
#sidebar-nav ul ul a i {
	margin-right: 5px;
}
#sidebar-nav ul ul ul a {
	padding-left: 75px;
}
#sidebar-nav > ul > li > a {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	padding: 12px 20px;
	background-color: #263238;
}
#sidebar-nav > ul > li > a:hover {
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
}
#sidebar-nav > ul > li > a span i {
	font-size: 18px;
	line-height: 22px;
}
.has-sub.nav-active i.mdi-chevron-right:before {
	content: "\F140";
}
#sidebar-nav > ul > li.nav-active > a {
	background-color: #191f21;
	color: rgba(255, 255, 255, .9);
}
#sidebar-nav > ul > li > a > span {
	vertical-align: middle;
}
#sidebar-nav > ul > li > a > i {
	display: inline-block;
	font-size: 18px;
	line-height: 17px;
	margin-left: 3px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
#sidebar-nav > ul > li > a > i.i-right {
	float: right;
	margin: 3px 0 0 0;
}
#sidebar-nav > ul > li > a.active {
	color: rgba(255, 255, 255, .9);
}
#sidebar-nav > ul > li.nav-active > ul {
	display: block;
}
.sidebar .waves-ripple {
	background-color: #191f21;
}
#wrapper.enlarged .left.sidebar {
	padding-top: 0;
	z-index: 5;
	margin-left: -100%;
}
#wrapper.enlarged .right-panel {
	margin-left: 0;
}
#wrapper.enlarged .footer {
	left: 0;
}
/* =========================
  		Right Panel
=========================*/
.right-panel {
	margin-left: 240px;
	overflow: hidden;
	background: #f5f5f5;
}
.right-panel > .right-panel-inner {
	margin-bottom: 60px;
	padding: 20px 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* =========================
  		Topbar
=========================*/
.topbar {
	position: fixed;
	left: 240px;
	right: 0;
	top: 0;
	z-index: 999;
}
.navbar-custom {
	background-color: #ffffff;
	border: none;
	margin-bottom: 20px;
	box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
	padding: 0 15px
}
.navbar-custom ul {
	margin-bottom: 0;
}
.navbar-custom .dropdown.show .nav-link {
	background-color: #f3f3f3;
}
.button-menu-mobile {
	background-color: #ffffff;
	font-size: 28px;
	width: 42px;
	border-radius: 3px;
	border: none;
	line-height: 70px;
	display: none !important;
}
.page-title {
	margin: 0;
	line-height: 70px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
.search-wrap {
	background-color: #ffffff;
	color: #1d1e3a;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 70px;
	padding: 0 18px 0 25px;
	transform: translate3d(0, -100%, 0);
	transition: .3s;
}
.search-wrap form {
	display: flex;
	width: 100%;
}
.search-wrap .searchbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.search-wrap .search-input {
	flex: 1 1;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	color: #1d1e3a;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	margin: .125rem 1rem 0 .5rem;
}
.search-wrap .close-search {
	width: 36px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: inherit;
	font-size: 28px;
		
}
.search-wrap .close-search:hover {
	color: #3498db;
}
.search-wrap.open {
	transform: translate3d(0, 0, 0);
}
.search-wrap .custom-control {
	margin-bottom: 0;
}
.search-wrap .custom-control-description {
	position: relative;
	top: 2px;
}
.search-wrap .submit-search, .search-wrap .advanced-search {
	width: 36px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: inherit;
	font-size: 28px;
	margin-right: 10px;
}
.search-wrap .submit-search:hover, .search-wrap .advanced-search:hover {
	color: #3498db;
}
.mobile-only, .mobile-logo {
	display: none;
}
.list-inline .nav-icon {
	font-size: 28px;
	vertical-align: middle;
	color: #707070;
}
.list-inline .nav-link {
	padding: 0 .5rem;
	line-height: 70px;
}
.topbar .dropdown-menu a:last-child {
	border-top: 1px solid #eeeeee;
}
.topbar .dropdown-menu i {
	font-size: 1.375rem;
	vertical-align: middle;
	margin-right: 5px;
}
.arrow-none:after {
	border: none;
	margin: 0;
	display: none;
}
.card td:not(.for-icons) a:hover, p a:hover {
	text-decoration: underline;
}
.card .for-icons a:hover
 /*, .card .pagination a:hover */ {
	border-bottom: none;
}
.text-divider {
	color: #cccccc;
	margin: 0 .5rem;
}
.pagination .custom-select {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-left: none;
}
.pagination .custom-select:focus {
	border-color: rgba(0,0,0,.15);
}
.select-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #464a4c;
	text-align: center;
	background-color: #eceeef;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.content-title {
	font-size: 24px;
	font-weight: 400;
	border-bottom: 2px solid #eceeef;
	margin-bottom: 5px;
	padding: .375rem 0;
}
.list-container {
	display: block;
    width: 100%;
	min-height: 90px;
	max-height: 180px;
	overflow: scroll;
    padding: .5rem .75rem;
    line-height: 1.25rem;
    color: #464a4c;
    background-color: #f8f8f8;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: .25rem;
}

/* =================================
  		    Report
=================================*/

.report-info .dark-bg {
	background: #8998a0;
	color: #ffffff;
	margin-left: 0;
	margin-right: 0;
}
.report-info > div {
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.report-info .left span {
	margin-right: 1.5rem;
	white-space: nowrap;
}
.report-info .right {
	text-align: right;
}
.report-info .right span {
	margin-left: 1.5rem;
}
.report-info span {
	font-weight: 500;
}
.report-info label {
	margin-right: .5rem;
	margin-bottom: 0;
	font-weight: 300;
}
/* =================================
  		 Rule Description
=================================*/

.rule-description {
	border-radius: 4px;
    border: 3px solid #dddddd;
    padding: 1.25rem;
    position: relative;
	top: -40px;
	background: #fafafa;
	height: 100%;
	min-height: 100px;
}   
.rule-description:before {
	content: '';
    position: absolute;
    top: 11px;
    right: 100%;
    height: 0;
    width: 0;
    border: 12px solid transparent;
    border-right: 20px solid #dddddd;
}
.rule-description h4 { 
	margin: 0 0 1.5rem;
}
.preview-btn {
    display: none;
	position: fixed;
	left: 0;
    top: 73px;
	width: 100%;
	height: 40px;
	border: none;
	background: #fff;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    z-index: 999;
}
.preview-btn a {
    display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
/* Target ie10,  ie11 */
.searchbar-filter .input-group input::-ms-clear {
    display: none;
}

/* Target iOS devices */

@supports (-webkit-overflow-scrolling: touch) {
	.button-menu-mobile i {
		position: relative;
		left: -15px;
	}
}

/* Target ie10,  ie11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search-wrap .search-input {  
		margin: 0 1rem 0 .5rem;
	}
}
/* =================================
  			  Tables
=================================*/
.table td, .table th {
	padding: .75rem;
	vertical-align: middle;
	line-height: 1rem;
}
.table th .c-checkbox {
	margin-bottom: -2px;
}
.table-sm td, .table-sm th {
	padding: 8px 6px;
}
.table-hover tbody tr:hover {
	background-color: #F0F0F0;
}
.table-striped tbody tr:nth-of-type(odd), .thead-default th {
	background-color: #fafafa;
}
.table thead th {
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #fafafa;
}
.table td {
	color: #1a1a1a;
}
.table th.primary {
	color: #384984;
	font-weight: 500;
	padding: 2.5rem .75rem .25rem;
	text-transform: uppercase;
	border-bottom: 3px solid #eceeef;
}
/*.table th.primary:before {
	font-family: FontAwesome;
	font-size: .5rem;
	color: #8998a0;
    content: "\f111";
	position: relative;
	bottom: .0625rem;
	left: 0;
	margin-right: 0.25rem;
}*/
th, tfoot td, tr.tfoot td {
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 0.9rem;
	color: #000;
}
tr tfoot td, tr.tfoot td {
	text-transform: uppercase;
}
th.sortable:after {
	position: relative;
	left: 0.25rem;
	color: #778890;
	cursor: pointer;
}
th.asc:after {   
	content: "\2193";
}
th.desc:after {
    content: "\2191";
}
th.disabled:after {
    color: #ddd;
}
th label {
	font-weight: 600 !important;
}
th i {
	font-size: 1.2rem;
	position: relative;
	top: 5px;
}
tr.selected td {
	background: #e1f7ff;
	border-top: 1px solid #c1dfea;
	border-bottom: 1px solid #c1dfea;
	margin-bottom: -1px;
}
table tr:last-child td {
	border-bottom: 1px solid #eceeef;
}
table tr.new td {
	background: #e6f8fe;
	border-color: #cfeaf6;
}
table tr.verified td, table tr.enabled td {
	background: #edfcd9;
	border-color: #d0efc4;
}
table tr.updated td {
	background: #fefae6;
	border-color: #f9e6b2;
}
table tr.closed td {
	background: #f8f8f8;
	border-color: #dddddd;
}
table tr.new td:first-child i {
	color: #0090ff;
}
table tr.verified td:first-child i,
table tr.enabled td:first-child i{
	color: #07b592;
}
table tr.updated td:first-child i {
	color: #f38b04;
}
table tr.released td:first-child i {
	color: #6b6b6b;
}
table tr.closed td:first-child i,
table tr.disabled td:first-child i{
	color: #b7b7b7;
}
.priority-legend ul.pagination {
    float: right;
	margin-bottom: 0;
}
.priority-legend ul.pagination i {
    color: #454545;
    margin: 0;
}
.priority-legend span {
	margin-right: 10px;
}
.priority-legend i {
	color: #ea553d;
	font-weight: 600;
	font-style: normal;
	margin: 1rem .25rem 1rem 0;
	padding: 0;
}
.table-responsive {
	margin-bottom: 3rem;
	-webkit-box-shadow: 0 8px 10px -10px #b2b2b2;
    -moz-box-shadow: 0 8px 10px -10px #b2b2b2;
     box-shadow: 0 8px 10px -10px #b2b2b2;
}
.table-responsive .table {
	margin-bottom: 0;
}
/*
.table-responsive tr:last-child td {
	border-bottom: 1px solid #eceeef;
}
*/
.table-responsive .for-icons {
	min-width: 50px;
	width: 80px;
}
.table-responsive .for-icons a {
	color: inherit;
	cursor: pointer;
}
.table-responsive .for-icons a:hover {
	color: #0275d8
}
.table-responsive i.mdi-printer {
	font-size: 1.25rem;
	position: relative;
	top: -1px;
}
.table-responsive i {
	font-size: 1.375rem;
}
.table-responsive td:first-child.for-icons {
	padding: 1.1875rem 0 .75rem 1.1875rem;
	text-align: right;
	width: 50px;
}
.table-responsive td:first-child i {
	position: relative;
	top: -2px;
}
.table-responsive td:first-child i.priority {
	font-size: 1rem;
	color: #ea553d;
	margin-right: .25rem;
	top: -4px;
}
form ul:not(.pagination) i {
	font-size: 20px;
	margin-right: .25rem;
}
/* .table-responsive td:first-child i.priority { */
/* 	font-size: 1rem; */
/* 	color: #ea553d; */
/* 	margin-left: .4rem;	 */
/* 	top: -4px; */
/* } */
.table-responsive td:first-child i.status {	
	font-size: 0.8rem;
	margin-left: .2rem;
	top: -4px;
	color: #ea553d;
	font-style: normal;
}
.rule-description {
		top: 20px;
	}
	.rule-description:before {
		border: none;
	}	
.required { 
	color: #ea553d;
	font-weight: normal;
}
article {
	border-top: .125rem solid #f5f5f5;
    padding-top: 1rem;
	padding-bottom: 1rem; 
}

article p {
	color: #454545; 
}
.publish-date {
	font-size: 2rem;
	line-height: 30px;
	color: #ffc727;
	padding: 1rem 0;
	margin: 0;
	background: url('../images/announcement.png') no-repeat right center;
}
.metadata {
	display: inline-block;
	background: #778890;
	border-radius: 3px;
	padding: .5rem;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.125rem;
}
.valign-top {
	display: flex;
    align-items: flex-start;
}
.valign-center {
	display: flex;
    align-items: center;
}
.valign-bottom {
	display: flex;
    align-items: flex-end;
}
.searchbar-filter {
	margin-top: .5rem;
	margin-bottom: 2rem;
	max-width: 730px;
}
.table.table-modal th, .table.table-modal td {
	padding: .5rem;
}
.table.table-modal.table-plain th {
	background: #f8f8f8;
}
.chip-container {
	min-height: 96px;
	background: #eceeef;
	border: 1px solid #dcdcdc;
}
.chip {
    display: inline-block;
    padding: 0 10px;
	margin: 0 5px 8px 0;
    height: 30px;
    font-size: 1rem;
    line-height: 30px;
    border-radius: 25px;
    background-color: #778890;
	color: #fff;
	cursor: default;
}
.chip:hover {
    background-color: #8198a3;
}
.chip i {
    font-size: 30px;
	float: left;
    margin: 0 10px 0 -10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.closebtn {
    padding-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 1.25rem;
    cursor: pointer;
}
.closebtn:hover {
    color: #fff;
}
/* =================================
  			  Login
=================================*/

.login-bg {
	background: url('../images/abstract-dark.png');
	background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.login-page {
    margin: 7.5% auto;
    max-width: 380px;
    position: relative;
	box-shadow: 0 2px 7px rgba(0,0,0,.35);
	border-radius: .25rem;
}
.login-page .card {
    border: none;
}
.login-page .logo {
    background: #384984;
	height:100px;
	line-height: 100px;
	width: 100%;
	text-align: center;
	border-radius: .25rem .25rem 0 0;
}
.login-page span.logo span {
	display: block;
	float: left;
	box-sizing: border-box;
}
.login-page .logo img {
    margin-top: .75rem;
}
.login-page .card-block {
    padding: 2.25rem;
}
.login-page label {
    font-weight: 600;
}
.login-page button {
    padding: .5rem 2rem;
}
.admin-nav a {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.admin-nav i {
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 1.25rem;
	margin-right: .5rem;
	position: relative;
	top: 2px;
}
.admin-nav i.ion {
	margin-top: .375rem;
}
.tab-content {
	padding-top: 2rem;
}
.bottom-nav {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.bottom-nav .btn {
	padding: .5rem 3rem;
}
.bottom-nav .btn.release {
	background: #6b6b6b;
	border: #6b6b6b;
}
.bottom-nav .btn.release:hover {
	background: #454545;
}
/* =================================
  		    Drag & Drop
=================================*/

#drag-drop .instructions {
	order: 2;
	margin-top: 40px;
}
@media (max-width: 768px) {
	#drag-drop {
		flex-direction: column-reverse;
	}	
	#drag-drop .instructions {
		margin-top: 0;
		margin-bottom: 15px;
	}
}
#sortable { 
	list-style-type: none; 
	margin: 20px 0 0; 
	padding: 0; 
	width: 100%; 
}
#sortable li { 
	position: relative;
	Width: 100%;
	height: 2.4em;
	margin: 0 5px 5px 0; 
	padding: 0 15px;
	font-size: 1em; 
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}
#sortable li:not(.ui-state-highlight):after { 
	position: absolute; 
	font-family: 'Ionicons';
  	top: 0;
  	right: 10px;
  	content: "\f263";
	color: #707070;
}
html>body #sortable li { 	
	line-height: 2.4em; 
}
#sortable li.ui-state-highlight { 
	background-color: #f1fbe4;
	border: 1px solid #a1cf8e;
}

/* ================= END D&D =================================*/
th.asc:after {   
	content: "\2193";
}
th.desc:after {
    content: "\2191";
}
th.disabled:after {
    color: #ddd;
}
th label {
	font-weight: 600 !important;
}
th i {
	font-size: 1.2rem;
	position: relative;
	top: 5px;
}
tr.selected td {
	background: #e1f7ff;
	border-top: 1px solid #c1dfea;
	border-bottom: 1px solid #c1dfea;
	margin-bottom: -1px;
}
/* table tr.new td { */
/* 	background: #f2fbfe; */
/* 	border-color: #dbedf5; */
/* } */
/* table tr.verified td, table tr.enabled td { */
/* 	background: #f1fbe4; */
/* 	border-color: #d9efd0; */
/* } */
/* table tr.updated td { */
/* 	background: #fdfbf1; */
/* 	border-color: #f9e9bd; */
/* } */
/* table tr.new td:first-child i { */
/* 	color: #0090ff; */
/* } */
/* table tr.verified td:first-child i, */
/* table tr.enabled td:first-child i{ */
/* 	color: #07b592; */
/* } */
/* table tr.updated td:first-child i { */
/* 	color: #f38b04; */
/* } */
/* table tr.released td:first-child i { */
/* 	color: #6b6b6b; */
/* } */
/* table tr.closed td:first-child i, */
/* table tr.disabled td:first-child i{ */
/* 	color: #b7b7b7; */
/* } */
table tr.enabled td {
	background: #f1fbe4;
	border-color: #d9efd0;
} 
table tr.enabled td:first-child i{
	color: #07b592;
}
table tr.disabled td:first-child i{
	color: #b7b7b7;
}
.priority-legend i {
	color: #ea553d;
	font-weight: 600;
	font-style: normal;
	margin: 1rem 0;
	padding: 0;
}
/*.table-responsive {
	margin-bottom: 1rem;
}
.table-responsive thead th {
	border-top: 1px solid #ddd;
	border-bottom: none;
}
.table-responsive tr:last-child td {
	border-bottom: 1px solid #eceeef;
}
.table-responsive .for-icons {
	min-width: 50px;
	width: 80px;
}
.table-responsive .for-icons a {
	color: inherit;
	cursor: pointer;
}
.table-responsive .for-icons a:hover {
	color: #0275d8
}
.table-responsive i.mdi-printer {
	font-size: 1.25rem;
	position: relative;
	top: -1px;
}
.table-responsive i {
	font-size: 1.375rem;
}
.table-responsive td:first-child.for-icons {
	padding: 1.1875rem 0 .75rem 1.1875rem;
	text-align: right;
	width: 50px;
}
.table-responsive td:first-child i {
	position: relative;
	top: -2px;
}
.table-responsive td:first-child i.priority {
	font-size: 1rem;
	color: #ea553d;
	margin-right: .25rem;
	top: -4px;
}*/
.required { 
	color: #ea553d;
	font-weight: normal;
}
.required { 
	color: #ea553d;
	font-weight: normal;
}
.elementBold { 
	color: #000;
	font-size: .75rem;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
.valign-top {
	display: flex;
    align-items: flex-start;
}
.valign-center {
	display: flex;
    align-items: center;
}
.valign-bottom {
	display: flex;
    align-items: flex-end;
}
.searchbar-filter {
	margin-top: .5rem;
	margin-bottom: .5rem;
	max-width: 730px;
}
.table.table-modal th, .table.table-modal td {
	padding: .5rem;
}
.table.table-modal.table-plain th {
	background: #f8f8f8;
}
.chip-container {
	min-height: 96px;
	background: #eceeef;
	border: 1px solid #ddd;
}
.chip {
    display: inline-block;
    padding: 0 10px;
	margin: 0 5px 8px 0;
    height: 30px;
    font-size: 1rem;
    line-height: 30px;
    border-radius: 25px;
    background-color: #90a4ae;
	color: #fff;
	cursor: default;
}
.chip:hover {
    background-color: #8198a3;
}
.chip i {
    font-size: 30px;
	float: left;
    margin: 0 10px 0 -10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.closebtn {
    padding-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 1.25rem;
    cursor: pointer;
}
.closebtn:hover {
    color: #fff;
}



/* ========================================================================

    							Responsive

 ========================================================================== */
 
 /* Target iOS devices */

@supports (-webkit-overflow-scrolling: touch) {
	.button-menu-mobile i {
		position: relative;
		left: -15px;
	}
}

/* Target ie10,  ie11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search-wrap .search-input {  
		margin: 0 1rem 0 .5rem;
	}
}

@media (min-width: 1025px) {
	.enlarged .left.sidebar  {
		margin-left: 0 !important;
	}
	.enlarged .content  {
		margin-left: 220px !important;
	}
}

@media (max-width: 1024px) {
	.sidebar.left {
		margin-left: -100%;
	}
	.right-panel {
		margin-left: 0;
	}
	.right-panel > .right-panel-inner {
		padding: 20px;
	}
	.topbar, .footer {
		left: 0;
	}
	.button-menu-mobile {
		display: inline-block !important;
	}
	.enlarged .sidebar.left {
		margin-left: 0 !important;
	}
	.content-title.mobile-only {
		border-bottom: 5px solid #384984;
		margin-bottom: 1rem;
	}
	.mobile-logo {
		display: block;
		margin-top: 1.5rem;
		margin-left: 1rem;
	}
	.valign-center {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.enlarged .left.sidebar {
		margin-left: -75px;
	}
	.right-panel {
		margin-left: 0 !important;
	}
	#wrapper.enlarged .footer, .footer {
		left: 0;
	}
	.page-title {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		left: auto;
		position: absolute;
		right: 0;
	}
	.navbar-custom {
		padding: 0 .5rem;
	}
	
	/* Navbar theme for mobile start */
	
	.navbar-custom, .search-wrap {
		background: #384984;
		padding: 0 8px 0 15px;
	}
	.navbar-custom button {
		background: transparent;
	}
	.navbar-custom .dropdown.show .nav-link {
		background: rgba(255, 255, 255, 0.35)
	}
	.navbar-custom i.mdi-menu:before, 
	.list-inline .nav-icon {
		color: #fff !important;
	}
	.search-wrap .search-input { 
		font-family: "Roboto", sans-serif;
		color: #fff;
	}
	.search-wrap .submit-search:hover, .search-wrap .advanced-search:hover, .search-wrap .close-search:hover {
		color: #fff;
	}
	input.search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    	color: rgba(0, 0, 0, 0.35) !important;
	}
	input.search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   	color: rgba(0, 0, 0, 0.35) !important;
	}
	input.search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
	   	color: rgba(0, 0, 0, 0.35) !important;
	}
	input.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   	color: rgba(0, 0, 0, 0.35) !important;
	}
	input.search-input::-ms-input-placeholder { /* Microsoft Edge */
	   	color: rgba(0, 0, 0, 0.35) !important;
	}
	.search-wrap .c-checkbox span, .c-radio span {
		border: 1px solid #000 !important;
	}
	.search-wrap input[type=checkbox]:checked + span, input[type=radio]:checked + span { 
    	background-color: #000 !important;
	}
	
	
	/* Navbar theme for mobile end */
	
	i.mdi-arrow-right-bold {
		display: inline-block;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	nav {
		width: 100%;
	}
	nav .pagination .page-item {
		flex: 1;
	}
	nav .pagination li:last-child, nav .pagination li:nth-last-child(2) {
		text-align: right;
	}
	.mobile-only {
		display: block;
	}
	.desktop-only, .mdi-printer {
		display: none;
	}
	.card {
		margin-left: -10px;
		margin-right: -10px;
	}
	.card-block {
		padding: .75rem;
	}
	.table-nav .btn-toolbar button {
		flex: 1;
	}
	.report-info .right  {
		text-align: left;
	}
	.report-info .right span {
		margin-left: 0;
	}
	.table-responsive tr td:first-child i {
		position: relative;
	 /* top: -.1875rem; */
	}
	.table-responsive tr td:first-child i.priority {
		top: -.375rem;
	}
}

@media (max-width: 620px) {
	.page-content-title {
		text-align: center;
	}
}

@media (max-width: 576px) {
	.nav-tabs.wrap {
		border-bottom: none;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: .75rem;
		border-bottom: 1px solid #384984;
	}
	.nav-tabs.wrap .nav-link.active, .nav-tabs.wrap .nav-link:hover {
		border-color: transparent;
	}
	.table-nav {
		flex-flow: column-reverse;
	}
}

@media (min-width: 576px) {
	.modal-lg {
		min-width: 560px;
	}
}

@media (max-width: 480px) {
	.login-page {
		margin-top: 0 !important;
	}
	h2 {
  		font-size: 1.5rem; 
	}
	.sidebar {
		z-index: 10;
	}
	.btn-toolbar.wrap {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.btn-toolbar.wrap button {
		margin-bottom: .5rem;
	}
	.btn-toolbar.wrap button.ml-2 {
		margin-left: 0 !important;
	}	
	.expandy {
	    margin-left: .75rem !important; /* remove !important if this moved to pulgins.css*/
	}
	.expandy-toggle.plusminus:before {
		font-size: .75rem !important;
		margin-right: .25rem !important;
	}
	.textarea-addon.spell-characters {
		position: relative;
		top: -.25rem;
		left: -1rem;
	}
	.bottom-nav button:last-child.mr-2 {
		margin-right: 0 !important;
	}
}

@media (max-width: 420px) {
	.advanced-search {
		display: none;
	} 
	.dropdown-menu-lg {
		width: 200px;
	}
	.textarea-addon button i {
		display: none;
	}
	label {
		margin-bottom: .25rem;
	}
	.bootstrap-filestyle .btn, #clear.btn {
		font-size: .875rem;
		padding: .5rem .25rem;
	}
	.custom-select {
		font-size: .875rem;
	}
	.bottom-nav .btn {
	padding: .5rem 2.5rem;
	}
}
@media screen {
  #printSection {
      display: none;
  }
}
@media print {
/*   body * { */
/*     visibility:hidden; */
/*   } */
 
  #printSection, #printSection * {
    visibility:visible;
  }
   #modal-footer * {
    visibility:hidden;
  } 
 
  #printSection {
            position:absolute;
            left:0;
            top:0;  
            margin:0px; 
            page-break-before: none;
            page-break-after: none;
            page-break-inside: avoid;      
        }
}
.modal-open {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.radio-inline input {
  vertical-align: middle;
  margin: 0px;    
}
.radio-inline+.radio-inline {
    margin-left: 12px;
}
table.report  td.highlight {
	background: #fdfcef;
}
table.report  td.highlight:first-child {
	padding-left: 10px;
	font-size: 14px;
}
table.report  td.highlight table {
	width: 50%;
}
table.report  td.highlight strong {
	font-weight: normal;
}
table.report  td.highlight td {
	vertical-align: middle;
}
table.report  td.highlight input {
	background: #FFF;
	border: 1px solid #CCC;
}
table.report  td.highlight .arrow {
	margin: 0 3px;
}

table.report  td.highlight label, table td.highlight span {
	margin-right: 20px;
	font-size: 14px;
	vertical-align: middle;
	margin-bottom: 0rem;
}

table.report td.noborder {
	border:none;
}

table.report td {
	vertical-align: middle;
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	padding: 10px 3px;
	line-height: 10px;
	font-family: OpenSans, sans-serif;
	font-size: 14px;
}
table.report  th.highlight {
	background: #fdfcef;
	border-top: 1px solid #E6E6E6;
	vertical-align: middle;
}
table.report  th.highlight:first-child {
	padding-left: 10px;
}
table.report  th.highlight table {
	width: 50%;
}
table.report  th.highlight strong {
	font-weight: normal;
}
table.report  th.highlight td {
	vertical-align: middle;
}
table.report  th.highlight input {
	background: #FFF;
	border: 1px solid #CCC;
}
table.report  th.highlight .arrow {
	margin: 0 3px;
}
table.report  th.highlight label, table th.highlight span {
	margin-right: 20px;
	font-size: 14px;
	vertical-align: middle;
	margin: 0rem;
}
table.report  td.text a {
	color: #008999; 
	font-size: 0.875em;
	vertical-align: middle;	
	font-size: 14px;
}
table.report  td.text font {
	font-size: 14px;
	vertical-align: middle;	
}

table.report  th.text a {
	color: #008999; 
	font-size: 14px;
}
table.report  th.text font {
	font-size: 14px;
}
table.report th.noborder {
	border:none;
}
table.report th {
	vertical-align: middle;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 3px;
	line-height: 10px;
	font-size: 14px;
	font-family: OpenSans, sans-serif;
		
}
table.report *{
	margin: 0;
	padding: 0;
	font-family: OpenSans, sans-serif;
}
table.report strong {
	color: #333;
	font-family: OpenSans, sans-serif;
	font-weight: bold;
    font-size: 14px;
}
table.report  td label, table td span {	
	font-size: 14px;
	font-family: OpenSans, sans-serif;
	vertical-align: middle;
	margin-bottom: 0rem;
}
table.report tr:last-child td {
	border-bottom: 1px solid #b2b2b2;
}
table.tableBorderless {
  border-collapse: collapse;
  width: 100% ;
}

table.tableBorderless tr:first-child td {
  border-top: 0;
}
table.tableBorderless tr td:first-child {
  border-left: 0;
}
table.tableBorderless tr:last-child td {
  border-bottom: 0;
}
table.tableBorderless tr td:last-child {
  border-right: 0;
}

********************************************

table.report tr.tableFotter  td.highlight:first-child {
	font-size: 12px;
}

table.report tr.tableFotter td{
	font-size: 12px;
}

table.report tr.tableFotter th{
	font-size: 12px;
}

table.report tr.tableFotter strong {
	font-size: 12px;
}

table.report tr.tableFotter  td.text a {
	font-size: 12px;
}

.short-form table.report tr.tableFotter  td.highlight a {
	font-size: 12px;
}
