body {
	text-align: center;
	border: 1px solid #808080a8;
	font-family: Montserrat ;
}

.navbar-brand img {
	height: 74px;
}

input[type="button"],
button {
	min-width: 150px;
	/* background-color: #87155a; */
	background-color: #34548A;
	color: #ffffff;
	font-family: "Montserrat";
	border-width: 0px;
	box-shadow: 0px 2px 8px #35093b;
	font-weight: 600;
	border-radius: 25px;
	min-height: 38px;
	cursor: pointer;
	outline: none;
}

button:disabled {
	opacity: 0.5;
	cursor: default;
}

select {
	text-indent: 1px;
	text-overflow: "";
	width: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 2px 2px 2px;
	border: none;
	background: transparent url("../images/arrow-down-icon.png") no-repeat 95%
        center;
	border: solid 1px #ccc;
	height: 38px;
	padding: 8px 10px;
	width: 250px;
	border-radius: 25px;
	color: #000;
	margin-right: 15px;
}

input[type="text"] {
	padding: 11px 22px !important;
	letter-spacing: normal;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	background-color: #fff;
	font-size: 18px !important;
	color: #4e4e4e;
	font-family: "Montserrat";
	vertical-align: middle;
}

input[type="password"] {
	padding: 11px 22px !important;
	letter-spacing: normal;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	background-color: #fff;
	font-size: 18px !important;
	color: #4e4e4e;
	font-family: "Montserrat";
	vertical-align: middle;
}

input[type="radio"] {
	cursor: pointer;
	min-width: 18px;
}

input {
	border-radius: 4px;
}

.call-type-label {
	cursor: pointer;
}

.textlabel,
#model_msg {
	margin-bottom: 0px;
	/* color: #34548A; */
	color: #202020;
    font-size: 15px;
	font-family: "Montserrat";
	font-weight: 600;
	padding: 10px 0px;
}

.margin-top-bottom {
	margin: 10px 0;
}

.textlabel.menu-container {
	background-color: #f8f8f8;
	padding: 0;
}

.textlabel.menu-container::after {
	clear: both;
	content: " ";
	display: block;
}

a.menu-item {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	text-decoration: none;
	width: auto;
	text-align: center;
	max-width: 200px;
	float: right;
	margin-right: 15px;
	/* color: #000000; */
	color: #34548A;
	/* font-family: "Montserrat ", sans-serif; */
	font-family: "Montserrat ", sans-serif;
	font-weight: 600;
	min-height: 38px;
	cursor: pointer;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 15px;
}

a.menu-item:hover{
    color: #F9A035;
}

a.menu-item.menu-item-selected {
	/* border-bottom: 4px solid #34548A; */
	/* color: #34548A; */
	color: #F9A035;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	/* background-color: #87155a; */
    background-color: #34548A;
}

.selectize-dropdown [data-selectable].option.selected {
	color: #ffffff;
	/* background-color: #87155a; */
    background-color: #34548A;
}

.selectize-dropdown [data-selectable].option:hover {
	color: #ffffff;
	/* background-color: #87155a; */
    background-color: #34548A;
}
/* The Modal (background) */
.modal {
	display: none;
 /* Hidden by default */
	position: fixed;
 /* Stay in place */
	z-index: 1;
 /* Sit on top */
	padding-top: 100px;
 /* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
 /* Full width */
	height: 100%;
 /* Full height */
	overflow: auto;
 /* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
 /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
 /* Black w/ opacity */;
}
/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	border-radius: 10px;
}
/* The Close Button */
.close {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#loaderModal,
#messageModal {
	background-color: rgba(0, 0, 0, 0.8);
}

.loader-img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: auto;
}

.loader-text {
	color: #fff;
	font-size: 24px;
	padding: 5px;
}

#messageModal .loader-text {
	color: #000;
}

h2 {
	/* text-decoration: underline; */
	text-underline-position: under;
    font-size: 40px;
    font-weight: 700;
    color: #202020;
    font-family: nexa !important;
}

table {
	margin: 0 auto;
	border: 1px solid black;
	border-collapse: collapse;
    font-family: Montserrat;
}

td,
th {
	border: 1px solid black;
	padding: 10px;
}

.mc-row {
	border-bottom: 2px dashed #34548A;
	padding-bottom: 50px;
}

.mc-row:last-child {
	border-bottom-width: 0;
}

.mc-col {
	padding: 50px 0;
	display: inline-block;
	width: 40%;
	/* box-shadow: 0 0 10px #34548A; */
	box-shadow: 0 0 10px #34548A;
	border-radius: 5px;
	border: 1px solid #34548A;
}

.apply-coupon-parent .mc-col {
	width: 80%;
}

.apply-coupon-content .footer-cont {
	margin-top: 30px;
	font-size: 18px;
}

.activate-mapper-content.mc-col {
	margin-right: 20px;
}

h4 {
	font-size: 24px;
	margin-top: 0;
}

.select-date-lbl {
	font-weight: 600;
}

.input-date {
	width: 180px;
	min-width: 180px;
	outline: 0;
}

.select-date-btn {
	margin: 0px 0px;
	min-width: 120px;
	outline: 0;
}

.ui-datepicker {
	background: #fff;
	border: 1px solid #34548A;
	color: #eee;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #34548A;
	background: #34548A;
	color: #fff;
    font-family: "Montserrat";
}

.ui-widget-header {
	border: 1px solid #34548A;
	background: #34548A;
	color: #fff;
	font-weight: bold;
    font-family: "Montserrat";
}
/* .ui-datepicker th {
    color: #87155a;
} */
.ui-widget-header a {
	color: #34548A;
    font-family: "Montserrat";
}

.ui-widget-header a:hover,
.ui-widget-header a:focus,
.ui-widget-header a:active {
	color: #fff;
	/* background-color: #87155a; */
    background-color: #34548A;
    font-family: "Montserrat";
}


html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #34548A;
	background: #fff;
	font-weight: normal;
	color: #34548A;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 1px solid #34548A;
	background: #fff;
	font-weight: normal;
	color: #34548A;
}

.ui-widget-content .ui-state-highlight {
	border: 1px solid #34548A;
	background: #34548A;
	font-weight: normal;
	color: #fff;
}

.ui-state-active {
	border: 1px solid #34548A;
	background: #34548A;
	font-weight: normal;
	color: #fff;
}

.ui-state-default:hover {
	border: 1px solid #34548A;
	background: #34548A;
	font-weight: normal;
	color: #fff;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	border: 1px solid #34548A;
	background: #fff;
	font-weight: normal;
	color: #34548A;
}

.ui-datepicker-current-day {
	border: 1px solid #34548A;
	background: #34548A;
	font-weight: normal;
	color: #fff;
}

.ui-datepicker-trigger {
	display: inline;
    /*padding:10px 10px;*/
	vertical-align: middle;
	align-items: center;
	position: relative;
	width: 26px;
	cursor: pointer;
	left: -45px;
	top: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default.ui-state-active {
	background: #34548A;
	color: #fff;
}

.addnumber-success-popup {
	display: none;
	position: fixed;
    /*bottom: 0;*/
	top: 50px;
	left: 0;
	right: 0;
	width: 100%;
	height: 43px;
	background: rgba(255, 255, 255, 0.8);
	background: rgba(255, 46, 46, 0.8);
	z-index: 1;
	padding: 10px 5px 10px;
	transition: all 0.5s;
	left: 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.addnumber-success-popup {
	top: 40%;
	margin: auto;
	width: 60%;
	background-color: #15ca7d;
	position: absolute;
	bottom: 0px;
}

.addnumber-error-popup {
	background-color: rgba(255, 46, 46, 0.8);
}

.close-addno-error-button {
	float: right;
	margin-right: 20px;
	padding: 5px 10px;
	margin-bottom: -5px;
	cursor: pointer;
	display: inline-block;
	top: 4px;
	position: absolute;
	right: 0;
	color: #fff;
}

.bottom-button {
	margin-top: 30px;
}

.cnamepage-submenus {
	margin-bottom: 50px;
}

.cnamepage-submenus .cnamepage-submenus-list {
	display: flex;
	width: 60%;
	flex-direction: row;
	margin: auto;
}

.cnamepage-submenus .cnamepage-submenus-list li {
	width: 50%;
	text-align: center;
	border-bottom: 3px solid #918c8c;
	background-color: #e3e3e3;
}

.cnamepage-submenus .cnamepage-submenus-list li a {
	text-align: center;
	float: initial;
	margin: auto;
	white-space: nowrap;
	width: 100%;
	outline: none;
}

.cnamepage-submenus-list li.menu-item-selected {
	border-bottom: 4px solid #F9A035;
	color: #F9A035;
}

.cnamepage-submenus-list li.menu-item-selected a {
	color: #F9A035;
}

.maintenance-device-dropdown-control {
	margin-bottom: 15px;
}

.fs-wrap {
	line-height: normal;
	width: 100%;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
	background-color: #f9f9f9;
	background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
	background-repeat: repeat-x;
	border-color: #b8b8b8;
	position: relative;
}

.fs-label-wrap {
	background-color: transparent;
	cursor: inherit;
	text-align: left;
	border-radius: 3px;
}

.fs-label-wrap .fs-label {
	padding: 10px;
}

.fs-arrow {
	right: 15px;
}

.fs-dropdown {
	left: 0;
	right: 0;
	width: auto;
}

.fs-search {
	padding: 8px;
}

.fs-search input {
	padding: 6px 22px !important;
	font-size: 16px !important;
}

.fs-option-label {
	text-align: left;
	padding-left: 10px;
}

.blink-text {
	color: #34548A;
	font-family: "Montserrat";
	font-size: 22px;
	display: none;
}

.blink-me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
/******************* CSS for Devices maintenance mode section on Home screen START **********************/
.maintenance-device-list-cont {
	margin-top: 10px;
}

.check-box-container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
	height: 25px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.check-box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-box-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box-container input:checked ~ .checkmark {
    /* background-color: #87155a; */
    background-color: #34548A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/******************* CSS for Devices maintenance mode section on Home screen END **********************/
/******************* CSS for Test Calling Queue Management Section *************************/
.text-calling-queue-buttons-section {
	display: flex;
    width: 70%;
	margin-bottom: 40px;
}
.text-calling-queue-buttons-section .col-one-half {
	width: 50%;
}
.col-one-half .margin-top-bottom label {
	margin: 0px 10px;
	/* color: #34548A; */
	color: #202020;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 600;
}
.text-calling-queue-buttons-section .col-one-half input[type="button"]:disabled {
	opacity: 0.8;
	cursor: default;
}
/*******************************************************************************************/
@media only screen and (max-width: 767px) {
    #reboot-device-confirmation-modal .modal-content {
        width: 90%;
    }
    .addnumber-success-popup {
        bottom: 10%;
        margin: auto;
        width: 90%;
        position: absolute;
        height: fit-content;
    }
    .cnamepage-submenus .cnamepage-submenus-list {
        display: block;
        width: 100%;
        flex-direction: row;
    }
    .cnamepage-submenus .cnamepage-submenus-list li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
	.text-calling-queue-buttons-section {
		width: 100%;
		display: block;
	}
	.text-calling-queue-buttons-section .col-one-half {
		width: 100%;
	}
	.text-calling-queue-buttons-section .col-one-half .margin-top-bottom {
		margin-bottom: 20px;
	}
}
