.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width:600px;
	height: auto;
	z-index: 200000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100000;
	opacity: 0;
	background: rgba(0, 0, 0, 0.50);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #000;
	background: #FFF;
	-webkit-box-shadow: 0 14px 19px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0 14px 19px rgba(0, 0, 0, 0.32);
	box-shadow: 0 14px 19px rgba(0, 0, 0, 0.32);
	position: relative;
	border-top: 3px solid #018b5c;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.md-close {
	position: absolute;
	top: 15px;
	right: 22px;
	line-height: 20px;
}

.md-close img {
	height: 20px;
	width: auto;
}

.popTxt {
	text-align:center;
	padding: 12px 16px;
	font-size:20px;
	line-height:23px;
}

.popTxt p {
	padding: 50px 0;
}

#reSchedulePopup .popTxt {
	padding: 0;
	background: #f0f0f0;
}

#reSchedulePopup .time-schedule-btn-group {
	padding: 12px 16px;
}

.popTxtPad {
	padding: 30px 0;
}

.popBtm {
	padding:10px 0 20px 0;
	text-align:center;
}

.popBtn {
	background: #42b1c5;
	text-align: center;
	width: 100px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:15px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.popupHeading {
	font-size: 20px;
	text-align: left;
	color: rgba(2, 2, 2, 0.70);
	line-height: 50px;
	background: #f0f0f0;
	padding-left: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.popupSubHeading {
	background: #f8f8f8;
	border-bottom: 1px solid rgba(217, 217, 217, 0.50);
	border-top: 1px solid rgba(217, 217, 217, 0.50);
	height: 32px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.popupSubHeadingLeft {
	float: left;
	padding-left: 17px;
}

.popupSubHeadingRight {
	float: right;
	padding-right: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.popAssignBtn, .popCancelBtn {
	width: 110px;
	display: inline-block;
}

.assignBtm {
	text-align: right;
	padding-right: 20px;
}

.cancelLnk {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 36px;
	margin-right: 20px;
}

.cancelLnk:hover {
	text-decoration: underline;
}

.popup-info {
	font-size: 18px;
	padding: 10px;
	min-height: 100px;
	color: rgba(2, 2, 2, 0.7);
}

#deviceActions {
	max-width: 75%;
}

#setGeoFence {
    height: 80%;
    max-width: 90%;
    width: 100%;
}

#setGeoFence .md-content, #setGeoFence .popTxt {
	height: 100%;
}

#setGeoFence #map_canvas {
	max-height: 70% !important;
	height: 100% !important;
}

#cookiePolicyPop .h4,#cookiePolicyPop h4 {
    font-size: 18px;
}
#cookiePolicyPop.d-block {
    display: block!important;
}
#cookiePolicyPop .d-block {
    display: block!important;
}
#cookiePolicyPop.d-none {
    display: none!important;
}
#cookiePolicyPop .d-none {
    display: none!important;
}
#cookiePolicyPop .p-3 {
    padding: 2rem!important;
}
#cookiePolicyPop .ml-4,#cookiePolicyPop  .mx-4 {
    margin-left: 2rem!important;
}
#cookiePolicyPop .p-2 {
    padding: 1rem!important;
}
#cookiePolicyPop .ml-auto,#cookiePolicyPop  .mx-auto {
    margin-left: auto!important;
}
#cookiePolicyPop .btn{
    line-height:30px;
}
#cookiePolicyPop .accordion>.card {
    overflow: hidden;
}
#cookiePolicyPop .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

#cookiePolicyPop .card-title {
    margin-bottom: 1rem;
}
#cookiePolicyPop .collapse.show {
    visibility: visible;
}
#cookiePolicyPop .collapse:not(.show) {
    display: none;
}
#cookiePolicyPop .collapse.in {
    display: block;
}
#cookiePolicyPop .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2rem;
}
#cookiePolicyPop .card-header {
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#cookiePolicyPop .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.50rem;
}
/*cookies policy*/
#cookiePolicyPop.cookie-overlay button.close{
    background: none !important;
    float: right;
}
#cookiePolicyPop.cookie-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
    /* cursor: pointer; */ /* Add a pointer on hover */
}

#cookiePolicyPop.cookie-overlay .bg-white {
    position: fixed;
    bottom:0rem;
    left: 0%;
    right: 0%;
    background: #fff;
    z-index: 9999;
    line-height: 20px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-align: left;
    width: auto;
}

#cookiePolicyPop.cookie-overlay a {
    text-decoration: underline;
    color: #212529 !important;
}

#cookiePolicyPop.cookie-overlay .bg-warning {
    background-color: #fff1c6 !important;
}
#cookiePolicyPop.cookie-overlay .close-cookies {
    cursor: pointer;
}

#cookiePolicyPop.cookie-overlay h4 {
    color: #ef6000;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}
#cookiePolicyPop.cookie-overlay .btn {
    font-size: 0.9rem;
}


#cookiePolicyPop .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}

#cookiePolicyPop .modal-backdrop.show {
    opacity: 1;
    background: none;
}


#cookiePolicyPop.cookie-overlay .bg-white .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

#cookiePolicyPop.cookie-overlay .bg-white .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 2rem 0px;
    border: 0px;
}

#cookiePolicyPop.cookie-overlay .bg-white .modal-body {
    padding: 0rem 4rem 2rem;
}

#cookiePolicyPop.cookie-overlay .bg-white .modal-body h5 {
    color: #ef6000;
    font-size: 20px;
    font-weight:600;
}

#cookiePolicyPop.cookie-overlay .bg-white .modal-content {
    background: rgba(255, 255, 255, .90);
    height: 100%;
    right:-17px;
}
#cookiePolicyPop.cookie-overlay .bg-white .modal-content .card-body{
    overflow-y: auto;
    scroll-behavior: smooth;
    font-size: 13px;
    line-height: 18px;
}
#cookiePolicyPop.cookie-overlay .bg-white .modal-footer {
    padding: 2rem;
    border-top: 0px solid #e9ecef;
}

#cookiePolicyPop.cookie-overlay .bg-white .modal .modal-dialog {
    max-width: 600px;
    margin: 0px 0px;
    float: right;
    height: 100%;

}

#cookiePolicyPop.cookie-overlay .bg-white .btn-orange {
    background: #ef6000;
    color: #fff !important;
    margin: auto;
    display: inline-block;
    font-weight: 700;
    width: 165px;
    height: 45px;
    font-size: 15px;
    text-align : center;
}
#cookiePolicyPop.cookie-overlay .bg-white .btn-success {
    background:none !important;
    color: #212529;
    margin: auto;
    display: inline-block;
    font-weight: 700;
    width: 150px;
    height: 45px;
    border:none !important;
    text-decoration: underline;
    font-size: 15px;
}

#cookiePolicyPop .btn-success.focus,#cookiePolicyPop .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(33,37,41,.5);
}

#cookiePolicyPop.cookie-overlay .bg-white #cookieModal .btn-orange {
    background-color: #ef6000;
    padding: 0px 10px;
    color: #fff;
    margin: auto;
    display: block;
    font-weight: 700;
    width: auto;
    height: 45px;
}

#cookiePolicyPop.cookie-overlay .bg-white .modal-body .accordion .card-header::after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
    font-size:15px;
    margin-right: 20px;
    font-weight: 400;
    color: #585858;
}

#cookiePolicyPop.cookie-overlay .bg-white .modal-body .accordion .collapsed::after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    font-family: 'FontAwesome';
    color: #585858;
}
#cookiePolicyPop.cookie-overlay .modal-header{
    background : #ffffff00;
}
#cookiePolicyPop.cookie-overlay .bg-white #cookieModal{
    width: 100%;
    background-color: rgba(0,0,0,0.50); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    /* cursor: pointer; */ /* Add a pointer on hover */
}

#cookiePolicyPop .cookies-policy h5 {
    color: #005293;
    font-weight: 700;
}
#cookiePolicyPop .cookies-policy h5 b {
    color: #ef6000;
    font-weight: 500;
}

#cookiePolicyPop .cookies-policy hr {
    margin: 30px auto;
}

#cookiePolicyPop .cookies-policy .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-bottom: 20px;
}

#cookiePolicyPop .cookies-policy .nav-tabs .nav-item {
    margin: 0px 10px 0px;
}

#cookiePolicyPop .cookies-policy .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

#cookiePolicyPop .cookies-policy .nav-tabs .nav-item.show .nav-link,#cookiePolicyPop .cookies-policy .nav-tabs .nav-link.active {
    color: #ef6000;
    background-color: #fff;
    border-bottom: 3px solid #ef6000;
}

#cookiePolicyPop .close {
    opacity:1;
}

.cookies-btn {
    background-color: #ef6000;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 46px;
    right: 25px;
    cursor: pointer;
    border:solid 1px #dcdcdc;
    padding: 3px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
    -moz-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
    box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
}

#cookiePolicyPop .cookies-policy .table-bordered thead th {
    color: #ef6000;
}


@media (max-width: 560px) {

    #cookiePolicyPop.cookie-overlay h4 {
        font-size: 0.85rem !important;
        margin: 10px 0px 0px 25px !important;
    }
    #cookiePolicyPop.cookie-overlay .bg-white {
        font-size: 12px;
    }
    #cookiePolicyPop.cookie-overlay .bg-warning {
        margin-bottom: 10px;
    }
    #cookiePolicyPop .bg-white.p-4 {
        padding: 10px 0px !important;
    }
    #cookiePolicyPop.cookie-overlay .bg-white .modal-content {
        background: rgba(255, 255, 255, .90);
        height: 100%;
        right: 0;
    }
    #cookiePolicyPop.cookie-overlay .bg-white .modal-header img {
        width: 70%;
    }
}
#cookiePolicyPop .accordDiv{
    position: relative;
}
#cookiePolicyPop .cookiesSwitch.on-off-switch {
    position: absolute;
    right: 7px;
    top: 12px;
}

#cookiePolicyPop .cookiesSwitch.on-off-switch .switchCok {
    top: -2px;
    left: -3px;
    text-align: left;
    width: 51px;
    height: 22px;
    background: #e5e5e5;
    z-index: 0;
    margin: 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius:11px;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
}

#cookiePolicyPop .cookiesSwitch.on-off-switch .switchCok:before {
    content: '';
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    position: absolute;
    left: 5px;
    top: 1px;
    width: 45px;
    height: 20px;
    background: #b7b7b7;
    z-index: 1;
    border-radius:11px;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
}

#cookiePolicyPop .cookiesSwitch.on-off-switch .switchCok:before {
    content: 'OFF';
    padding-left: 17px;
    font-size: 11px;
    width: 45px;
    height: 20px;
}

#cookiePolicyPop .cookiesSwitch.on-off-switch .switchOn:before {
    content: 'ON';
    padding-left: 0;
    text-align: left;
}

#cookiePolicyPop .cookiesSwitch.on-off-switch .switchCok:after {
    content: ' ';
    height: 19px;
    width: 19px;
    border-radius: 18px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    text-align: left;
    /*-webkit-box-shadow: 0 2px 5px #999999;
    box-shadow: 0 2px 5px #999999;*/
}

#cookiePolicyPop .cookiesSwitch .switchOn,.cookiesSwitch .switchOn:before {
    background: #3598db !important;
}

#cookiePolicyPop .cookiesSwitch .switchOn:after {
    left: 30px !important;
}
#cookiePolicyPop table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}
#cookiePolicyPop ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#cookiePolicyPop ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#cookiePolicyPop ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#cookiePolicyPop ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#cookiePolicyPop td, #cookiePolicyPop th {
    border: 1px solid #ddd;
    padding: 8px;
}

#cookiePolicyPop tr:nth-child(even){
    background-color: #f2f2f2;
}

#cookiePolicyPop tr:hover {
    background-color: #ddd;
}

#cookiePolicyPop th {
    text-align: left;
    background-color: #ef6000;
    color: white;
    padding: 12px 8px;
}
#cookiePolicyPop .accordDiv .checker{
    opacity: 0;
}