
	html {
		height: 100%;
		width: 100%;
		}

	body {
		z-index: 1;
		position: absolute;
		margin: 0;
		padding: 0;
		overflow: auto;
		-ms-overflow-style: scrollbar; /* stops ie10+ from displaying auto-hiding scroll bar on top of the body content (the domain selector, specifically) */
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		background: #0077c8;		background-repeat: no-repeat;
		background-attachment: fixed;
		webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		}

        pre {
		white-space: pre-wrap;
		}

	div#footer {
		display: inline-block;
		width: 100%;
		background: #0077c8;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 60px;
		padding: 8px;
				-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
		-khtml-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
				}

	div#footer_login {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #0077c8;
		text-align: center;
		vertical-align: middle;
		padding: 8px;
		}

	.footer {
		font-size: 11px;
		font-family: arial;
		line-height: 14px;
		color: rgba(255,255,255,0.3);
		white-space: nowrap;
		}

	.footer > a:hover {
		color: rgba(255,255,255,0.3);
		}
                
       .select2-container {
    	font-size:12px;
    	font-family:Arial;
    	text-align:left;
    }

/* MENU: BEGIN ******************************************************************/

	/* main menu container */
	.navbar {
					background: #0077c8;
				-webkit-box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 5px #000000;
		box-shadow: 0 0 5px #000000;
		border: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		}

	/* main menu logo */
	.navbar-logo {
		border: none;
		height: 27px;
		width: auto;
		margin: 11px 0 0 7px;
		padding-right: 13px;
		cursor: pointer;
		float: left;
		display: inline;
		}

	/* menu brand text */
	.navbar-header > div > a.navbar-brand {
		color: rgba(255,255,255,0.80);
		white-space: nowrap;
		}

	.navbar-header > div > a.navbar-brand:hover {
		color: rgba(255,255,255,1.0);
		}

	/* main menu item */
	.navbar .navbar-nav > li > a,
	.navbar .navbar-nav > li.current-menu-item > a {
		font-family: arial;
		font-size: 10.25pt;
		color: #ffffff;
		padding-right: 10px;
		padding-left: 10px;
		}
/*
	.navbar .navbar-nav > li:hover > a,
	.navbar .navbar-nav > li:focus > a,
	.navbar .navbar-nav > li:active > a {
		color: #002f6c;
		background: #0077c8		}
	*/

	.navbar .navbar-nav > li:hover > a,
	.navbar .navbar-nav > li:focus > a,
	.navbar .navbar-nav > li:active > a {
		color: #002f6c;
		background: #0077c8		}

	.navbar .navbar-nav > li > a > span.glyphicon {
		margin: 1px 2px 0 0;
		}
	.navbar .navbar-nav > li > a > i.fa .navbar .navbar-nav > li > a > i.material-icons{
		margin: 1px 2px 0 0;
		}

	@media(min-width: 768px) {
		.dropdown:hover .dropdown-menu {
			/*display: block;*/
			}
		}

	/* sub menu container */
	.navbar-nav > li > .dropdown-menu {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 10px;
		border: 0;
		background: #0077c8;
		-webkit-box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 5px #000000;
		box-shadow: 0 0 5px #000000;
				-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
		-khtml-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
				}

	/* sub menu item */
	.dropdown-menu > li > a {
		font-family: arial;
		color: #ffffff;
		font-size: 10pt;
		margin: 0;
		padding: 3px 15px;
		}

        /* bootstrap 5 changes */
        a.dropdown-toggle::after {
            content: none;
        }
        .top-wrapper .dataTables_paginate .previous:after {
            font-family:'Font Awesome 5 Pro';
            background: none;
        }
        .top-wrapper .dataTables_paginate .next:after {
            font-family:'Font Awesome 5 Pro';
            background: none;
        }
        i.fa.fa-refresh:before {
            content: "\f021";
        }
        
        .modal-lg, .modal-xl {
            max-width: 50%;
        }
        
        #similar-recordings .table td, #similar-recordings .table th{
            border-right: 1px solid rgba(0,0,0,.2);
        }
        #similar-recordings .modal-header {
            display:block;
        }
        #similar-recordings .modal-title {
            font-size:16px;
        }
        #similar-recordings .table {
            border:1px solid rgba(0,0,0,.2);
        }
        .navbar {
            display:block;
        }
        .navbar-collapse {
            padding-right: 15px;
            padding-left: 15px;
            overflow-x: visible;
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
            box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
            -webkit-overflow-scrolling: touch;
        }
        .dropdown-menu > li:nth-child(1) {
            padding-top:5px;
        }
        .btn-check:focus+.btn, .btn:focus {
            box-shadow: none;
        }
        .btn-check:active+.btn-primary:focus, 
        .btn-check:checked+.btn-primary:focus, 
        .btn-primary.active:focus, 
        .btn-primary:active:focus, 
        .show>.btn-primary.dropdown-toggle:focus,
        .btn-check:active+.btn-secondary:focus, 
        .btn-check:checked+.btn-secondary:focus, 
        .btn-secondary.active:focus, 
        .btn-secondary:active:focus, 
        .show>.btn-secondary.dropdown-toggle:focus {
            box-shadow: none;
        }
        .btn-secondary, .btn-primary {
            font-size:14px;
        }
        .navbar-fixed-bottom, .navbar-fixed-top {
            display: block;
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030;
        }
        
        .nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }
        
        .nav::before {
            display: table;
            content: " ";
        }   
        .navbar::after {
            clear:both;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 20px;
        }
        .nav>li>a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }
        
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
            box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        }
        
        .dropdown-menu>li>a {
            display: block;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            white-space: nowrap;
        }
        
        .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }
        
        .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #337ab7;
            outline: 0;
        }
        .navbar-nav .open .dropdown-menu>li>a {
            line-height: 20px;
        }
        @media (min-width: 768px) {
            .navbar-nav>li>a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }
        
/*
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a:active {
		color: #002f6c;
		background: #d9d9d6;
		outline: none;
		}*/

			.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a:active {
		color: #002f6c;
		background: #d9d9d6;
		outline: none;
		}

	.dropdown-menu > li > a > span.glyphicon {
		display: inline-block;
		font-size: 8pt;
		margin: 0 0 8px 8px;
		opacity: 0.30;
		text-align: top;
		}

	/* domain name/selector */
	a.domain_selector_domain {
		display: inline-block;
		white-space: nowrap;
		font-size: 9.5pt;
		color: rgba(255,255,255,0.8);
		padding: 16px 0 14px 0;
		}

	a.domain_selector_domain:hover,
	a.domain_selector_domain:focus,
	a.domain_selector_domain:active {
		color: rgba(255,255,255,1.0);
		text-decoration: none;
		}

	/* logout icon */
	a.logout_icon {
		display: inline-block;
		color: rgba(255,255,255,0.8);
		font-size: 11pt;
		padding: 16px 10px 13px 10px;
		margin-left: 10px;
		}

	a.logout_icon:hover,
	a.logout_icon:focus,
	a.logout_icon:active {
		color: rgba(255,255,255,1.0);
		text-decoration: none;
		}

	/* xs menu toggle button */
	.navbar-inverse .navbar-toggle {
		background: transparent;
		border: none;
		padding: 16px 7px 17px 20px;
		margin: 0 8px;
		}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:active {
		background: transparent;
		}

	.navbar-inverse .navbar-toggle .icon-bar {
		background: rgba(255,255,255,0.8);
		}

	.navbar-inverse .navbar-toggle:hover > .icon-bar {
		background: rgba(255,255,255,1.0);
		}

/* BUTTONS ********************************************************************/

	/* buttons */
	input.btn,
	input.button,
        button.btn,
        button.button{
		height: 28px;
		padding: 5px 8px;
		border: 1px solid #242424;
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
						background: #4f4f4f;
		background-image: -ms-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -moz-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -o-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f4f4f), color-stop(1, #000000));
		background-image: -webkit-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: linear-gradient(to bottom, #4f4f4f 0%, #000000 100%);
				font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
		vertical-align: middle;
		}

	input.btn:hover,
	input.btn:active,
	input.btn:focus,
	input.button:hover,
	input.button:active,
	input.button:focus,
	button.btn:hover,
	button.btn:active,
	button.btn:focus,
	button.button:hover,
	button.button:active,
	button.button:focus
        {
		cursor: pointer;
		border-color: #000000;
				background: #000000;
		background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -moz-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #000000));
		background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
				color: #ffffff;
		}

	/* default bootstrap buttons - not currently used */
	button.btn-default {
		font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		padding: 4px 8px;
		color: #fff;
		font-weight: bold;
		font-size: 8pt;
		border: 1px solid #26242a;
		background: #3e3e3e;
		background-image: -moz-linear-gradient(top, #000 0%, #3e3e3e 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #000), color-stop(1, #3e3e3e));
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
		opacity: 0.9;
		-moz-opacity: 0.9;
		}

	button.btn-default:hover,
	button.btn-default:active,
	button.btn-default:focus {
		cursor: pointer;
		color: #ffffff;
		border: 1px solid #26242a;
		box-shadow: 0 0 5px #cddaf0;
		-webkit-box-shadow: 0 0 5px #cddaf0;
		-moz-box-shadow: 0 0 5px #cddaf0;
		opacity: 1.0;
		-moz-opacity: 1.0;
		}

	/* control icons (must be defined after the default bootstrap buttons) */
	button.list_control_icon,
	button.list_control_icon_disabled {
		width: 24px;
		height: 24px;
		padding: 2px;
		margin: 1px;
		border: 1px solid #242424;
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
						background: #4f4f4f;
		background-image: -ms-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -moz-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -o-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f4f4f), color-stop(1, #000000));
		background-image: -webkit-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: linear-gradient(to bottom, #4f4f4f 0%, #000000 100%);
				color: #ffffff;
		font-size: 10.5pt;
		text-align: center;
		-moz-opacity: 0.3;
		opacity: 0.3;
		}

	button.list_control_icon:hover,
	button.list_control_icon:active,
	button.list_control_icon:focus {
		cursor: pointer;
		border-color: #000000;
				background: #000000;
		background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -moz-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #000000));
		background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
				color: #ffffff;
		-moz-opacity: 1.0;
		opacity: 1.0;
		}

/* ICONS *********************************************************************/

	span.icon_glyphicon_body {
		width: 16px;
		height: 16px;
		color: rgba(0,0,0,0.25);
		border: 0;
		}

	span.icon_glyphicon_body:hover {
		color: rgba(0,0,0,0.5);
		}

/* DOMAIN SELECTOR ***********************************************************/

	#domains_container {
		z-index: 99990;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 360px;
		overflow: hidden;
		display: none;
		}

	#domains_block {
		position: absolute;
		right: -300px;
		top: 0;
		bottom: 0;
		width: 340px;
		padding: 20px 20px 100px 20px;
		font-family: arial, san-serif;
		font-size: 10pt;
		overflow: hidden;
		background-color: #fff;
		-webkit-box-shadow: 0 0 10px #888888;
		-moz-box-shadow: 0 0 10px #888888;
		box-shadow: 0 0 10px #888888;
		}

	#domains_header {
		position: relative;
		width: 300px;
		height: 55px;
		margin-bottom: 20px;
		text-align: left;
		}

	#domains_list {
		position: absolute;
		overflow: auto;
		width: 300px;
                bottom:0;
		padding: 1px;
		background-color: #fff;
		border: 1px solid #a4aebf;
                
		}

	div.domains_list_item {
		text-align: left;
		border-bottom: 1px solid #c5d1e5;
		padding: 5px 8px 8px 8px;
		white-space: nowrap;
		cursor: pointer;
                min-width:600px;
		}

	div.domains_list_item span.domain_list_item_description {
		color: #999;
		font-size: 11px;
		}

	div.domains_list_item:hover a,
	div.domains_list_item:hover span {
		color: #5082ca;
		}

/* DOMAIN SELECTOR: END ********************************************************/

	#default_login {
		position: fixed;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0 0 25px 0;
				background: #ffffff;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
										-webkit-box-shadow: 0 1px 20px rgba(140,140,140,0.3);
		-moz-box-shadow: 0 1px 20px rgba(140,140,140,0.3);
		box-shadow: 0 1px 20px rgba(140,140,140,0.3);
		}

	#login_logo {
		width: 250px;
		height: auto;
		}
	#login_welcome {
		color: #0077C8;
		font-size: 24px;
	}
	#login_text {
		color: #a7a8aa;
		font-weight: bold;
		padding-bottom: 20px;
}
        #login_text a {
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            text-decoration:none;
        }

	a.login_link {
		color: #004083;
		font-size: 11px;
		font-family: Arial;
		text-decoration: none;
		}

	a.login_link:hover {
		color: #5082ca;
		cursor: pointer;
		text-decoration: underline;
		}

	
	#main_content {
		display: inline-block;
		width: 100%;
		padding: 5px 10px 10px 10px;margin-top: 65px;		text-align: left;
		color: #5f5f5f;
		font-size: 12px;
		font-family: arial;
		}

	/* default body padding */
	.container-fluid {
		width: 90%;
		}

	/* maximize viewport usage on xs displays */
	@media(min-width: 0px) and (max-width: 767px) {
		.container-fluid {
			width: 100%;
			}

		#main_content {
			padding: 8px;
			}
		}

/* GENERAL ELEMENTS *****************************************************************/

	img {
		border: none;
		}

	.title, b {
		color: #952424;
		font-size: 15px;
		font-family: arial;
		font-weight: bold
		}

	a {
		color: #004083;
		text-decoration: none;
		}

	a:hover {
		color: #5082ca;
		text-decoration: underline;
		}

	form {
		margin: 0;
		}

	/* style placeholder text (for browsers that support the attribute) - note: can't stack, each must be seperate */
		::-webkit-input-placeholder { color: #999999; opacity: 1.0; } /* chrome/opera/safari */
	::-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 19+ */
	:-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 18- */
	:-ms-input-placeholder { color: #999999; opacity: 1.0; } /* ie 10+ */
	::placeholder { color: #999999; opacity: 1.0; } /* official standard */

	select.txt,
	textarea.txt,
	input[type=text].txt,
	input[type=number].txt,
	input[type=password].txt,
	label.txt,
	select.formfld,
	textarea.formfld,
	input[type=text].formfld,
	input[type=number].formfld,
	input[type=password].formfld,
	label.formfld {
		font-family: Arial;
		font-size: 12px;
		color: #000000;
		text-align: left;
		height: 28px;
		padding: 4px 6px;
		margin: 1px;
		border-width: 1px;
		border-style: solid;
		border-color: #c0c0c0;
		background: #ffffff;
		-webkit-box-shadow: 0 0 3px #cddaf0 inset;
-moz-box-shadow: 0 0 3px #cddaf0 inset;
box-shadow: 0 0 3px #cddaf0 inset;
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
				vertical-align: middle;
		}

	textarea.txt,
	input[type=text].txt,
	input[type=number].txt,
	input[type=password].txt,
	textarea.formfld,
	input[type=text].formfld,
	input[type=number].formfld,
	input[type=password].formfld {
		transition: width 0.25s;
		-moz-transition: width 0.25s;
		-webkit-transition: width 0.25s;
		max-width: 500px;
		}

	select.txt,
	select.formfld {
		padding: 4px 2px;
		}

	textarea.txt:hover,
	input[type=text].txt:hover,
	input[type=number].txt:hover,
	input[type=password].txt:hover,
	label.txt:hover,
	textarea.formfld:hover,
	input[type=text].formfld:hover,
	input[type=number].formfld:hover,
	input[type=password].formfld:hover,
	label.formfld:hover {
		border-color: #c0c0c0;
		}

	textarea.txt:focus,
	input[type=text].txt:focus,
	input[type=number].txt:focus,
	input[type=password].txt:focus,
	label.txt:focus,
	textarea.formfld:focus,
	input[type=text].formfld:focus,
	input[type=number].formfld:focus,
	input[type=password].formfld:focus,
	label.formfld:focus {
		border-color: #c0c0c0;
		/* first clear */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
							-webkit-box-shadow: 0 0 5px #cddaf0;
			-moz-box-shadow: 0 0 5px #cddaf0;
			box-shadow: 0 0 5px #cddaf0;
				}

	input.login {
		font-family: Arial;
		font-size: 12px;
		color: #000000;
		border-width: 1px;
		border-color: #c0c0c0;
		background: #ffffff;
		/* first clear */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-box-shadow: 0 0 3px #cddaf0 inset;
-moz-box-shadow: 0 0 3px #cddaf0 inset;
box-shadow: 0 0 3px #cddaf0 inset;
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
				}

	input.login:hover {
		border-color: #c0c0c0;
		}

	input.login:focus {
		border-color: #c0c0c0;
		/* first clear */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
							-webkit-box-shadow: 0 0 5px #cddaf0;
			-moz-box-shadow: 0 0 5px #cddaf0;
			box-shadow: 0 0 5px #cddaf0;
				}

	/* style placeholder text (for browsers that support the attribute) - note: can't stack, each must be seperate */
		input.login::-webkit-input-placeholder { color: #999999; opacity: 1.0; } /* chrome/opera/safari */
	input.login::-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 19+ */
	input.login:-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 18- */
	input.login:-ms-input-placeholder { color: #999999; opacity: 1.0; } /* ie 10+ */
	input.login::placeholder { color: #999999; opacity: 1.0; } /* official standard */

	input[type=password].formfld_highlight_bad,
	input[type=password].formfld_highlight_bad:hover,
	input[type=password].formfld_highlight_bad:active,
	input[type=password].formfld_highlight_bad:focus {
		border-color: #aa2525;
		-webkit-box-shadow: 0 0 3px #aa2525 inset;
		-moz-box-shadow: 0 0 3px #aa2525 inset;
		box-shadow: 0 0 3px #aa2525 inset;
		}

	input[type=password].formfld_highlight_good,
	input[type=password].formfld_highlight_good:hover,
	input[type=password].formfld_highlight_good:active,
	input[type=password].formfld_highlight_good:focus {
		border-color: #2fb22f;
		-webkit-box-shadow: 0 0 3px #2fb22f inset;
		-moz-box-shadow: 0 0 3px #2fb22f inset;
		box-shadow: 0 0 3px #2fb22f inset;
		}

	/* removes spinners (increment/decrement controls) inside input fields */
	input[type=number] { -moz-appearance: textfield; }
	::-webkit-inner-spin-button { -webkit-appearance: none; }
	::-webkit-outer-spin-button { -webkit-appearance: none; }

	/* disables text input clear 'x' in IE 10+, slows down autosizeInput jquery script */
	input[type=text]::-ms-clear {
		display: none;
	}

	input.fileinput {
		padding: 1px;
		display: inline;
		}

	textarea {
		min-height: 75px;
		}

	label {
		font-weight: normal;
		vertical-align: middle;
		}

	label input[type=checkbox],
	label input[type=radio] {
		vertical-align: -2px;
		margin: 0;
		padding: 0;
		}

	span.playback_progress_bar {
		background-color: #b90004;
		width: 17px;
		height: 4px;
		margin-bottom: 3px;
		display: block;
		-moz-border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;
		-khtml-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		-webkit-box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		-moz-box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		}

	td.playback_progress_bar_background {
		padding: 0;
		border-bottom: none;
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), color-stop(1, transparent));
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, transparent 100%);
		overflow: hidden;
		}

	div.pwstrength_progress {
		display: none;
		}

	div.pwstrength_progress > div.progress {
		max-width: 200px;
		height: 6px;
		margin: 1px 0 0 1px;
		background: rgb(245, 245, 245);
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
				}

	div.pwstrength_progress_password_reset > div.progress {
		margin: 0 auto 4px auto;
		width: 200px;
		max-width: 200px;
		background: #ffffff;
		border-width: 1px;
		border-color: #c0c0c0;
		}

/* TABLES *****************************************************************/

	table {
		border-collapse: separate;
		border-spacing: 0;
		}

	th {
		padding: 4px 7px 4px 0;
		padding: 4px 7px;
		text-align: left;
		color: #3164ad;
		font-size: 12px;
		font-family: arial;
		background: none;
		border-bottom: 1px solid #a4aebf;
		}

	th a, th a:visited, th a:active {
		color: #3164ad;
		text-decoration: none;
		}

	th a:hover {
		color: #3164ad;
		text-decoration: underline;
		}

	td {
		color: #5f5f5f;
		font-size: 12px;
		font-family: arial;
		}

	table.tr_hover tr {
		cursor: default;
		}

	table.tr_hover tr:hover td,
	table.tr_hover tr:hover td a {
		color: #5082ca;
		cursor: pointer;
		}

	table.tr_hover tr.tr_link_void:hover td {
		color: #000;
		cursor: default;
		}

	table.tr_hover tr td.tr_link_void {
		cursor: default;
		}

	td.list_control_icons {
		width: 52px;
		padding: none;
		padding-left: 2px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		}

	td.list_control_icon {
		width: 26px;
		padding: none;
		padding-left: 2px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		}

	/* form: label/field format */
	.vncell { /* form_label */
		background: #e5e9f0;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-right: 3px solid #e5e9f0;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		vertical-align: top;
		}

	.vncellreq { /* form_label_required */
		background: #e5e9f0;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-right: 3px solid #cbcfd5;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		vertical-align: top;
		}

	.vtable { /* form_field */
		background: #ffffff;
				-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
				border-bottom: 1px solid #e5e9f0;
		padding: 6px;
		text-align: left;
		vertical-align: middle;
		color: #666666;
		font-family: Arial;
		font-size: 8pt;
		}

	/* form: heading/row format */
	.vncellcol { /* form_heading */
		background: #e5e9f0;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-bottom: 3px solid #e5e9f0;
		padding: 8px 8px 4px 8px;
		text-align: left;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		}

	.vncellcolreq { /* form_heading_required */
		background: #e5e9f0;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-bottom: 3px solid #cbcfd5;
		padding: 8px 8px 4px 8px;
		text-align: left;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		}

	.vtablerow { /* form_row */
				height: 36px;
		background: #ffffff;
				-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
				border-bottom: 1px solid #e5e9f0;
		padding: 3px 0;
		text-align: left;
		vertical-align: middle;
		color: #666666;
		font-family: Arial;
		font-size: 9pt;
		}

	.row_style0 {
		border-bottom: 1px solid #c5d1e5;
		background: #e8e8e8;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

	.row_style1 {
		border-bottom: 1px solid #c5d1e5;
		background: #cacbcc;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

	.row_style_slim {
		padding-top: 0;
		padding-bottom: 0;
		white-space: nowrap;
		}

	.row_stylebg {
		border-bottom: 1px solid #c5d1e5;
		background: #f0f2f6;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

/* RESPONSE MESSAGES *******************************************************/

	#message_container {
		z-index: 99998;
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-opacity:0;
		-khtml-opacity: 0;
		padding: 15px 0;
	}

	#message_text {
		z-index: 99999;
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-opacity:0;
		-khtml-opacity: 0;
		margin: 0 auto;
		vertical-align: middle;
		padding: 15px 0;
		text-align: center;
		font-family: arial, san-serif;
		font-size: 10pt;
	}

	.message_container_mood_default {
		background: #ccffcc;
		}

	.message_container_mood_negative {
		background: #ffcdcd;
		}

	.message_container_mood_alert {
		background: #ffe585;
		}

	.message_text_mood_default {
		color: #004200;
		}

	.message_text_mood_negative {
		color: #670000;
		}

	.message_text_mood_alert {
		color: #d66721;
		}

/* MESSAGES STACK *******************************************************/

	#messages_container {
		z-index: 99998;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 0;
		}

	.message_text {
		z-index: 99999;
		margin: 0 auto;
		padding: 0.5em 0;
		text-align: center;
		font-family: arial, san-serif;
		font-size: 10pt;
		display: block;
		border-bottom: solid 1px;
		}

	.message_mood_default {
		color: #004200;
		background: #ccffcc;
		border-bottom-color: #004200;
		}

	.message_mood_negative {
		color: #670000;
		background: #ffcdcd;
		border-bottom-color: #670000;
		}

	.message_mood_alert {
		color: #d66721;
		background: #ffe585;
		border-bottom-color: #d66721;
		}

/* OPERATOR PANEL ****************************************************************/

	div.op_ext {
		float: left;
		width: 235px;
		margin: 0px 8px 8px 0px;
		padding: 0px;
		border-style: solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 3px #e5e9f0;
		-moz-box-shadow: 0 0 3px #e5e9f0;
		box-shadow: 0 0 3px #e5e9f0;
		border-width: 1px 3px;
		border-color: #b9c5d8 #c5d1e5;
		background-color: #e5eaf5;
		cursor: default;
		}

	div.op_state_active {
		background-color: #baf4bb;
		border-width: 1px 3px;
		border-color: #77d779;
		}

	div.op_state_ringing {
		background-color: #a8dbf0;
		border-width: 1px 3px;
		border-color: #41b9eb;
		}

	table.op_ext {
		width: 100%;
		height: 60px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #e5eaf5;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

	td.op_ext_icon {
		vertical-align: middle;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

	img.op_ext_icon {
		cursor: move;
		width: 39px;
		height: 42px;
		border: none;
		}

	td.op_ext_info {
		text-align: left;
		vertical-align: top;
		font-family: arial;
		font-size: 10px;
		overflow: auto;
		width: 100%;
		padding: 3px 5px 3px 7px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #f0f2f6;
		}

	td.op_state_ringing {
		background-color: #d1f1ff;
		}

	td.op_state_active {
		background-color: #e1ffe2;
		}

	table.op_state_ringing {
		background-color: #a8dbf0;
		}

	table.op_state_active {
		background-color: #baf4bb;
		}

	.op_user_info {
		font-family: arial;
		font-size: 10px;
		display: inline-block;
		}

	.op_user_info strong {
		color: #3164AD;
		}

	.op_caller_info {
		display: block;
		margin-top: 4px;
		font-family: arial;
		font-size: 10px;
		}

	.op_call_info {
		display: inline-block;
		padding: 0px;
		font-family: arial;
		font-size: 10px;
		}

	#op_btn_status_available {
		background-image: -moz-linear-gradient(top, #8ec989 0%, #2d9c38 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ec989), color-stop(1, #2d9c38));
		background-color: #2d9c38;
		border: 1px solid #006200;
		}

	#op_btn_status_available_on_demand {
		background-image: -moz-linear-gradient(top, #abd0aa 0%, #629d62 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #abd0aa), color-stop(1, #629d62));
		background-color: #629d62;
		border: 1px solid #619c61;
		}

	#op_btn_status_on_break {
		background-image: -moz-linear-gradient(top, #ddc38b 0%, #be8e2c 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddc38b), color-stop(1, #be8e2c));
		background-color: #be8e2c;
		border: 1px solid #7d1b00;
		}

	#op_btn_status_do_not_disturb {
		background-image: -moz-linear-gradient(top, #cc8984 0%, #960d10 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cc8984), color-stop(1, #960d10));
		background-color: #960d10;
		border: 1px solid #5b0000;
		}

	#op_btn_status_logged_out {
		background-image: -moz-linear-gradient(top, #cacac9 0%, #8d8d8b 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cacac9), color-stop(1, #8d8d8b));
		background-color: #8d8d8b;
		border: 1px solid #5d5f5a;
		}

/* DASHBOARD **********************************************************************/

	/* login message */
	div.login_message {
		border: 1px solid #bae0ba;
		background-color: #eeffee;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 20px;
		margin-bottom: 15px;
		}

	/* hud boxes */
	div.hud_box {
		height: auto;
		vertical-align: top;
		text-align: center;
				background: #f9fbfe;
		background-image: -ms-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
		background-image: -moz-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
		background-image: -o-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
		background-image: -webkit-gradient(linear, left, right, color-stop(0, #edf1f7), color-stop(0.30, #f9fbfe), color-stop(0.70, #f9fbfe), color-stop(1, #edf1f7));
		background-image: -webkit-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
		background-image: linear-gradient(to right, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
						-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
				border: 1px solid #dbe0ea;
		overflow: hidden;
		margin: -1px;
		}

	div.hud_box:hover {
		border: 1px solid #cbd3e1;
		}

	span.hud_title {
		display: block;
		width: 100%;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		text-shadow: 0px 1px 2px #000;
		letter-spacing: -0.02em;
		color: #fff;
		font-size: 12pt;
				line-height: 26.25pt;
		text-align: center;
		background: #002f6c;
		border-bottom: 1px solid #005ad1;
		overflow: hidden;
		}

	span.hud_title:hover {
		color: #fff;
		text-shadow: 0px 1px 2px #000;
		background: #00357a;
		cursor: pointer;
		}

	span.hud_stat {
		display: block;
		clear: both;
		text-align: center;
		text-shadow: 0px 2px 2px #737983;
		width: 100%;
		color: #fff;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 60pt;
				line-height: 77pt;
		font-weight: normal;
		background: #cacbcc;
		border-top: 1px solid #ffffff;
		overflow: hidden;
		}

	span.hud_stat:hover {
		color: #fff;
		text-shadow: 0px 2px 2px #737983;
		background: #d2d3d4;
		cursor: pointer;
		}

	span.hud_stat_title {
		display: block;
		clear: both;
		width: 100%;
		height: 30px;
		cursor: default;
		text-align: center;
		text-shadow: 0px 1px 1px #737983;
		color: #fff;
		font-size: 14px;
		padding-top: 4px;
		white-space: nowrap;
		letter-spacing: -0.02em;
		font-weight: normal;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		background: #cacbcc;
		border-bottom: 1px solid #96999b;
		margin: 0;
		overflow: hidden;
		}

	span.hud_stat:hover + span.hud_stat_title {
		color: #fff;
		text-shadow: 0px 1px 1px #737983;
		background: #d2d3d4;
		}

	div.hud_details {
		-moz-box-shadow: inset 0 7px 7px -7px #737983, inset 0 -8px 12px -10px #737983;
		-webkit-box-shadow: inset 0 7px 7px -7px #737983, inset 0 -8px 12px -10px #737983;
		box-shadow: inset 0 7px 7px -7px #737983, inset 0 -8px 12px -10px #737983;
		padding-top: 3px;
		padding-bottom: 15px;
		}

	@media(min-width: 0px) and (max-width: 1199px) {
		div.hud_details {
			display: none;
			height: auto;
			}
		}

	@media(min-width: 1200px) {
		div.hud_details {
			height: 350px;
			display: block;
			}
		}

	th.hud_heading {
		text-align: left;
		font-size: 11px;
		font-family: arial		color: #3164ad;
		}

	td.hud_text {
		font-size: 11px;
		color: #000;
		text-align: left;
		vertical-align: middle;
		}

	span.hud_expander {
		display: block;
		clear: both;
		background: #e5e9f0;
		padding: 4px 0;
		text-align: center;
		width: 100%;
		height: 25px;
		font-size: 13px;
		line-height: 5px;
		color: #a4aebf;
		border-top: 1px solid #fff;
		}

	span.hud_expander:hover {
		color: #a4aebf;
		background: #ebeef3;
		cursor: pointer;
		}

/* PLUGINS ********************************************************************/

	/* bootstrap colorpicker  */
	.colorpicker-2x .colorpicker-saturation {
		width: 200px;
		height: 200px;
		}

	.colorpicker-2x .colorpicker-hue,
	.colorpicker-2x .colorpicker-alpha {
		width: 30px;
		height: 200px;
		}

	.colorpicker-2x .colorpicker-color,
	.colorpicker-2x .colorpicker-color div{
		height: 30px;
		}

	/* jquery ui autocomplete styles */
	.ui-widget {
		margin: 0px;
		padding: 0px;
		}

	.ui-autocomplete {
		cursor: default;
		position: absolute;
		max-height: 200px;
		overflow-y: auto;
		overflow-x: hidden;
		white-space: nowrap;
		width: auto;
		border: 1px solid #c0c0c0;
		}

	.ui-menu, .ui-menu .ui-menu-item {
		width: 350px;
		}

	.ui-menu .ui-menu-item a {
		text-decoration: none;
		cursor: pointer;
		border-color: #fff;
		background-image: none;
		background-color: #fff;
		white-space: nowrap;
		font-family: arial;
		font-size: 12px;
		color: #444;
		}

	.ui-menu .ui-menu-item a:hover {
		color: #5082ca;
		border: 1px solid white;
		background-image: none;
		background-color: #fff;
		}

/*-- ne navigation changes --*/
		.navbar-nav > li {
		float: none;
		}

		.navbar-nav > li a span.glyphicon{
			font-size:24px; float:left;
		}
		.navbar-nav > li a i.fa, .navbar-nav > li a i.material-icons{
			font-size:24px; float:left;
		}
		.navbar .navbar-nav > li > a{
			background-color:#006cb6;padding-left:15px;padding-right:15px;border-radius:5px; transition:all ease 300ms; float:left; margin-top:; width:100%;
		}
                a.dropdown-toggle.text-left.active-menu {
                    border-radius: 5px 0px 0px 0px;
                }
                .nav>li>a:focus, .nav>li>a:hover {
                    text-decoration: none;
                   
                }
                .nav>li>a:focus, .nav>li>a:hover {
                    text-decoration: none;
                    text-decoration-line: none;
                }
		.navbar .navbar-nav > li > a:hover{transition:all ease 300ms;background-color:#006cb6;}
		.navbar .navbar-nav > li:hover > a{transition:all ease 300ms;background-color:#006cb6; color:#fff;}
		.navbar .navbar-nav > li > a:hover span{color:#fff;}
		.dropdown-menu > li > a:hover{background-color:#009b77; color:#fff;}

		<!--.navbar .navbar-nav > li{ margin-top:5px;}-->
		.navbar{background:#fff; padding-top:0px;padding-bottom:0px;}
		.navbar-nav > li > .dropdown-menu{box-shadow:none; border-radius:0; margin-top:-5px; width:100%; transition:all ease 300ms;}
		.dropdown-menu{position:relative;transition:all ease 300ms;}
		.dropdown-menu{transition:all ease 300ms;}
		.navbar-nav > li > .dropdown-menu{padding-bottom: 3px; border-radius: 0 0 5px 5px;}
		.new-menu{width:200px;}
		.dropdown-menu > li{ border-bottom:1px solid #0066ac;}
		.dropdown-menu > li:last-child{ border-bottom:none;}
		.dropdown-menu > li > a{padding-top:5px; padding-bottom:5px;}
		.navbar-nav > .open > a{background-color:#00b74f!important;}
		#main_navbar {
    box-shadow: none;
    float: left;

		}
		#main_navbar + #main_content {
    float: left;
    width: calc(100% - 75px);
    box-shadow: none;
		}
		div.hud_box{background:#0077c8; background-image:none;}
		span.hud_stat_title{display:none;}
		span.hud_stat{
		position: absolute;
		background: transparent;
		bottom: 10%;
		border: none;
		right: 10%;
		display: table;
		width: auto;
		opacity: 0.6;border:none;
		font-weight: bold;
		font-size: 10em;
		}
		span.hud_title{
			position: absolute;
			bottom: 0px;
			z-index: 99;
		}
		.row_style1,.row_style0 {padding: 4px 15px;
    background: transparent;}
		.hud_text a,td.hud_text,.hud_text{color:#fff;}
		span.hud_title{background:#1a1a1a;}
		span.hud_title:hover{background:#1a1a1a;}
		th.hud_heading{color:#fff; text-transform:uppercase; padding-left:15px;}
		div.hud_box{border:none;}
		td.hud_text,th.hud_heading{font-size;14px;}

		.feature-box1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    box-shadow: 1px 1px 2px #ddd;
}
@media screen and (min-width:0px) and (max-width:1199px){
	div.hud_details{display:block; height:150px;}
}
.title, b {
    color: #333;
    font-size: 30px;
    font-family: arial;
    font-weight: 300;
}
#main_navbar{height: 100vh !important;
	background-color: #f3f3f3;
}
.feature-box .well{
	background-color:#fff;
	box-shadow: 1px 1px 2px #ddd;
}
.u-img {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-top: 5px;
}
.user-acc {
    float: right; margin-right:20px;
}
<!--/* TET-11574 (AP - Jump to records directly from toolbar (Shortcuts)) */--> 
.jump-to {
    float: left;
}
#sub-module-dropdown {
    min-width: 100px !important;
    max-width: 100px !important;
    margin-top: 10% !important;
}
.jump-to select{
    width:100px !important;
    margin-left:5px;
    margin-top:10px;
} 
.u-img + span {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.u-name a {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    color: #333;
}
.u-act {
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}
.u-act span, .u-act span a {
    color: #0077c8;
    margin-right: 10px;
}
.u-name {
    float: left;
}
.btn.btn-classic {
    float: right;
    padding: 6px 15px;
    border: 1px solid #0077c8;
    border-radius: 5px;
    margin-top: 9px;
    margin-right: 30px;
    color: #0077c8;
}
.u-img img{
	width:40px; height:40px; border-radius:50%; object-fit:cover;
}
.pagination1 {
    position: absolute;
    right: 5px;
    top: 3px;
}
.pagination1 a {
    padding: 5px;
}
.pagination1 a:hover{text-decoration:none;}
.pagination1 a:first-child {
    margin-right: 0px;
}
.new-menu{margin-top:86px;}
.dropdown-toggle span:nth-child(2) {
/* TET-10411 Changed margin-left from 20px to 5px */
    margin-left: 5px !important;
    float: left;
    margin-top: 5px;
}
.dropdown-toggle span:nth-child(3) {
    margin-left: 20px !important;
    float: left;
    margin-top: 5px;
}
.navbar .navbar-nav > li > a > span.glyphicon{float:left;}
.navbar .navbar-nav > li > a > i.fa, .navbar .navbar-nav > li > a > i.material-icons{float:left;}
#main_navbar {
    width: 70px;
    overflow-x: hidden !important;
}
div.hud_details {
    height: 265px;
	}
	.hud_box:hover{
		border:none!important;
	}
#myModal1 .modal-dialog{width:90%;}
.btn.btn-classic{float:left;}
.hud_details tr:hover{background-color:#3f98d6;}
.hud_details tr:hover td{color:#fff;}
div.hud_details{position:relative; z-index:2;}
span.hud_stat{z-index:0;}
table.tr_hover tr:hover td a{color:#fff; text-decoration:none;}
.row_style0,.row_style1 {
    border-bottom: 1px solid #036eb7;
	}
	table.tr_hover tr.tr_link_void:hover td{color:#fff;}
	.hud_title > span:nth-child(1) {
    float: left;
    margin-left: 16px;
}
a.domain_selector_domain,a.domain_selector_domain:hover{
	color:#0077c8;
}

.single-contact {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    float: left;
    cursor: default;
    list-style: none;
}
.audio-hide-volumne {
    width: 260px;
    overflow: hidden;
    direction: ltl;
    border-top-right-radius: .5em .5em;
    border-bottom-right-radius: 1em .7em;
}
.audioControls {
    width: 100%;
}
.lstExt {
    overflow: hidden;
    padding-bottom: 3px;
}
.lstExt, .search-input, body {
    font-size: 16px!important;
}
.tool-box {
    background-color: #0077c8;
    border-radius: 5px;
    color: #fff;
		float:left;
		width:100%;
}
.tool-box > ul {
    padding: 0;
}
.single-contact{
	padding-right:0; padding-left:0;
}
.tool-box audio
{
    color: #fff;
    background: #0077c8;
    opacity: .6;
}

.single-contact{
	border-bottom: 1px solid #005a97;
}

.call-phone {
    float: left;
    border: 1px solid #00cd57;
    width: 100%;
    color: #0d4b75;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #00cd57;
    box-shadow: #0d4b75 1px 1px 2px;
		 transition:all ease 300ms;
}
.call-phone:hover{
	color:#0d4b75;
	box-shadow: #032e4a 1px 1px 2px;
	 transition:all ease 300ms;
}
.tool-bo-title {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 5px 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 16px;
}
.tollbox-cont {
    height: 247px;
    overflow-y: scroll;
}
.tool-box{padding-top:15px; margin-bottom:15px;}
span.hud_title {
    position: absolute;
    bottom: -3px;
    z-index: 99;
}
div.hud_details {
    height: 257px;
}
div.hud_details{box-shadow:none;}
.call-log-box {
    font-size: 24px;}
.call-log-box i {
    padding-right: 15px;
}
.call-type {
    font-size: 24px;
}
.call-num {
    font-size: 18px;
    clear: both;
    display: block;
    font-weight: bold;
}
.call-date{
	clear:both;display:block;font-size:12px;
}
.call-type {
    font-size: 30px;
    padding-top: 5px;
}
.call-analytics-box{padding:15px; box-sizing:border-box;}
.tollbox-cont{overflow-x:hidden;}
.call-analytics-box .panel{
	background-color:#0d4b75;border-color:transparent;
}
.call-analytics-box .panel-default > .panel-heading {
    color: #fff;
    background-color: #04375b;}
.call-analytics-box td,.call-analytics-box th{border-top:1px solid #04375b!important; color:#fff;}
.call-analytics-box th{border-bottom:none;}
.call-analytics-box .table > thead > tr > th{border-bottom: 2px solid #04375b;}
.call-analytics-box .panel-default > .panel-heading{border-color: #04375b;}
.dash-heading {
    margin-left: 15px;
    margin-right: 15px;
}
.dash-heading > div {
    float: none;
}
.user2 {
    float: right;
}
.grp-mem {
    padding: 5px;
    float: left;
    margin-right: 15px;
}
.assigneee-feat {
    float: left;
    margin-right: 15px;padding:5px;
}
.user2 {
    float: right;
    display: none;
}

.desc2{
	display:block; clear:both;padding:5px; font-size:16px;
}
.message2{
	padding: 5px;
	float: left;
	margin-right: 15px; color:#0077c8;
}
.dash-heading div {
    display: block;
    clear: both;
}
.heading-sect {
    float: left;
    clear: none !important;
}
.dash-act {
    float: right;
    clear: none !important;
}
.message2 {
    padding: 5px;
    float: left;
    margin-right: 15px;
    color: #999;
    float: none;
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.dash-act {
    float: right;
    clear: none !important;
    font-size: 16px;
    color: #999;
}

.dash-act {
    float: right;
    clear: none !important;
    font-size: 16px;
    color: #999;
    border: 1px dashed #ccc;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: rgb(204, 204, 204);
    border-radius: 5px;
    padding: 5px;
    border-top: 4px solid #0077c8;
}
.caller-ids {
    float: right;
    margin-top: 15px;
    margin-right: 30px;
}


.call-log-box i {
    padding-right: 0;
}
.date1{}
.caller-ids {
    float: left;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 15px;
}

.u-name {
    float: left;
    height: 50px;
    background-color: #fff;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.btn.btn-classic {
    padding: 6px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 9px;
    color: #333;
}

.cid {
    padding-right: 10px;
    font-size: 14px;
}
.extn{
    font-size:14px;
}
#domains_list{top:110px;}
.btn.btn-classic{margin-right:0;}
td a:hover{color:#5082da!important;}
td:hover a{color:#5082da!important;}
tr:hover a{color:#5082da!important;}
td.row_style0 a,.row_style1 a{color:#333;}
.hud_details td.row_style0 a,.hud_details .row_style1 a{color:#fff;}
.hud_details td.row_style0 a:hover,.hud_details .row_style1 a:hover{color:#fff;}
td.hud_text:hover a,td.hud_text a:hover{color:#fff;}
tr:hover td.hud_text a,tr:hover td.hud_text {color:#fff;}

table.tr_hover tr:hover td.hud_text, table.tr_hover tr:hover td.hud_text a{color:#fff;}
#messages_container{background-color:#006cb6;}
.message_text{color:#fff;}
.pro-pic > div > span {
    float: none;
}
.pro-pic > div > span:first-child {
    min-width: 150px;
}
.pro-pic > div {
    clear: both;
    display: block;
    padding: 10px 0;
    float: none;
    min-height: 40px;
}
.pro-pic input[type="file"] {
    padding: 0;
}
.pro-pic {
    float: left;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
.del-pic {
    padding: 5px;
    margin-left: 10px;
    border: 1px solid #337ab7;
    float: right;
    border-radius: 3px;
}




.u-name a {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    color: #0077c8;
    font-size: 14px;
}
.u-act{font-size:14px;}
.domain_selector_domain {
    font-size: 14px !important;
}
.tool-box .pagination {
    position: absolute;
    color: #fff;
    right: 40px;
    bottom: 5px;
}
.user-box1 {
    float: left;
}
.user-box2 {
    float: left;
}
.pagination a {color:#fff;}
button.navbar-toggle{display:none;}
.domain-sel{float:right;}
.voicemail-list > li{
	height:40px; overflow:hidden;cursor:pointer;
}
.voicemail-functions span > a:hover{background-color:rgba(0,0,0,0.2); transition: all ease 300ms;}
.voicemail-functions span > button:hover{background-color:rgba(0,0,0,0.2); transition: all ease 300ms;}
.voicemail-functions audio{
	position:absolute; left:0; top:0; height:100%; display:none;opacity:1;
}
.call-stat {
    float: left;
}
.call-stat img {
    width: 20px;
    margin-right: 10px;
    margin-top: 10px;
}
th > small {
    display: block;
}
.call-analytics-box .panel {
    background-color: transparent;
	}
	.call-analytics-box {
    padding: 0;
	}
	.call-analytics-box .panel-default > .panel-heading {
    color: #fff;
    background-color: transparent;
    font-size: 18px;
}
.call-analytics-box thead {
    background-color: rgba(0,0,0,0.25);
    border-bottom: none;
}
.call-analytics-box th {
    border-bottom: none;
    font-size: 14px;
}
.call-analytics-box td, .call-analytics-box th {
    border-top: 1px solid #04375b !important;
    color: #fff;
    font-size: 14px;
}
.call-analytics-box .table > thead > tr > th {
    border-bottom: 1px solid #02528a;
    font-size: 14px;
    text-align: left;
}
.call-analytics-box .panel-default > .panel-heading {
    border-color: #02528a;
}
.voicemail-number {
    font-size: 14px;
    font-weight: bold;
    float: left;
    line-height: 40px;
}
.voicemail-time {
    float: right;
    line-height: 40px;
    margin-right: 15px;
}
.tool-bo-title{cursor:pointer;}
.voicemail-list > li {
    height: 50px;
    list-style: none;
    border-bottom: 1px solid #005a97;
		position:relative; padding-left:15px;
}
.voicemail-functions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #046bb1;
		left:0px;
		top:-50px;
}
.voicemail-functions span {
    float: left;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    margin-top: 7px;
    margin-left: 15px;
}
.voicemail-functions span > a {
    float: left;
    width: 35px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.voicemail-functions span > button {
    float: left;
    width: 35px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
		background-color:transparent;
}
.voicemail-functions i {
    line-height: 30px;
    font-size: 15px;
}
.voicemail-list {
    padding: 0;

}
.navbar-header{position:relative;}
.navigation-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    float: none;
    width: 30px !important;
    height: 30px !important;
    font-size: 24px;
		display:none;
}
.container-fluid2{padding:0 30px!important;}
.user-acc{margin-right:6px;}
.dash-heading {
    margin-left: 10px;
    margin-right: 10px;
}
.desc2{padding-left:0;}
#main_navbar{margin-top:0;}
.desc2,.dash-act,.voicemail-number,.call-analytics-box .table > thead > tr > th,.call-analytics-box td, .call-analytics-box th,.call-analytics-box .table > thead > tr > th{font-size:12px;}
.call-analytics-box .panel-default > .panel-heading{font-size:14px; font-weight:bold;}
.tool-bo-title{font-size:14px;}
.voicemail-list > li{height:30px;}
.tool-box{padding-top:5px;}
.tollbox-cont{height:310px;overflow:hidden;}
.sele1{height:40px!important;}
.voicemail-functions span > a,.voicemail-functions span > button{height:30px; width:30px; line-height:20px; transition:all ease 300ms;}
.voicemail-functions span > a i{line-height:30px;}
.voicemail-functions span{height:30px; margin-top:5px;}
.voicemail-list > li span {
    line-height: 30px;
}
.call-stat img{margin-top:5px;}
.dropdown-menu .glyphicon-minus {
    display: none !important;
}
.navbar-nav .open .dropdown-menu{background-color:#0077c8; color:#fff!important; float:left; width:100%;}
.vncell{vertical-align:middle;}
.row_style0, .row_style1{vertical-align:middle;}
.tool-bo-title{text-transform:capitalize;}
.voicemail-list.call-log-list > li{cursor:default;}
.message2{color:#0077c8;}
.tool-box {
    position: relative;
    margin-top: 25px;
}
.tool-bo-title {
    text-transform: capitalize;
    position: absolute;
    top: -25px;
    border-radius: 5px 5px 0 0;
}
.tool-bo-title > i {
    padding-left: 10px;
    font-size: 14px;}
#main_navbar + #main_content {
		float: left;
		width: calc(100% - 175px);}
/* TET-10411 Changed margin-left from 170px to 175px */
#main_navbar{width:175px;}
.tr_hover th{border-bottom: 2px solid #0077c8; font-size:14px; font-weight:500;}
.row_style0, .row_style1 {
    border-bottom: 1px solid #ccc;
}
.row_style0, .row_style1{padding-right:0;}
.tr_hover th+td.list_control_icon{border-bottom: 2px solid #0077c8;}
.row_style0+.list_control_icon{border-bottom: 1px solid #ccc;}
table.tbl-brdr{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top: 2px;
}
.voicemail-functions{opacity:1;background-color: rgba(0,0,0,0.4);}
.voicemail-play {
    margin-left: 45px!important;
}
.sele1 > span{line-height:40px!important; transition:all ease 300ms;}
.voicemail-functions span{margin-left:5px;}
.voicemail-functions span > a, .voicemail-functions span > button {
    height: 30px;
    width: 30px;
    line-height: 20px;
    transition: all ease 300ms;
    background-color: #046bb1;
    border: 1px solid #5795c0;
}
.voicemail-functions span > a:hover, .voicemail-functions span > button:hover{
	background-color:#074f80;
}
.call-log1 .tool-bo-title{cursor:default!important;}
.read{background-color: #1c609a!important;}
.domain_selector_domain1 {
    padding: 15px 0;
    float: left;
    font-size: 14px;
    color: #0077c8 !important;
    margin-left: 10px;
}
.active-menu{background-color: #00b74f !important;}
.opened-menu .dropdown-menu {
    display: block;
}

@media screen and (max-width:990px){
	.new-menu{margin-top:130px;}

	.f-nav .user-box2{
		height:0; opacity:0; overflow:hidden; transitions: all ease 200ms;
	}
	.user-acc{width: calc(100% - 220px);}
	.dash-act{float:left;}
	.user-box1 {
	    width:100%;
	}
	.user-box2 {
    width: 100%;
    margin-top: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-right: 10px;
	}
	#main_content{margin-top:111px;}
}

@media screen and (max-width:767px){
	.message2{clear:both; display:block;width:100%;}
	.dropdown.open .dropdown-menu{margin-top:-5px;}
	.user-acc{display:none;}
	.nav-expanded .user-acc{display:block;}
	.navigation-toggle{display:block;}
	.navbar-nav{margin-left:-5px;}
	.user-acc{width:auto; margin-right:0;}
	.navbar-header > a{float:left; width:100%;}
	.navbar-header > a > img{ margin:5px auto!important; margin-top:5px; float:none; display:table;}
	#main_content{margin-top:80px;}
	.new-menu {
    margin-top: 88px;
	}
	.new-menu .navbar-nav .open .dropdown-menu{
		background-color:#0077c8!important;
	}

}

@media screen and (max-width:479px){
	.user-box1 > a.btn-classic{margin:0 auto; float:none; margin-top:5px;}
	.caller-ids{float:none;margin:0 auto;}
	.u-name a{max-width:100px;}
	.u-name{border:none;}
	.domain-sel{float: none;
		display: block;
		margin: 5px auto;
		text-align: center;
		clear: both;
	}
	.user-box2{border-right:none;}
	.u-act{float:right;}
	.domain-sel {
	  float: none;
	  display: block;
	  margin: 5px auto;
	  text-align: center;
	  clear: both;
	  border-top: 1px dashed #ccc;
	}
}

.selectstyle { 

    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	
} 

.agents_category{
	
	float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.agents_category > a{
	clear: both;
    float: none;
    display: block;
    text-align: center;
}

.search_bar{margin-bottom:2rem;}
.btn.btn-grey{color:#555;background:#fff;border:1px solid #ddd;}
.btn.btn-grey:hover,
.btn.btn-grey:focus{background:#f1f1f1;border:1px solid #ccc;color:#555;}


.upload-elin{ display: flex;
justify-content: end;
margin-top: 15px;}
.upload-elin input{align-self:center}

.brk-wrd {
 
    float: left;
    width: 23px;
    height: 30px;
    white-space: initial;
    line-height: 15px;
    text-align: center;
	margin-right : 15px;
	font-weight : bold;
	font-size:12px;
 
}
.datetimepicker + .bootstrap-datetimepicker-widget {
    position: absolute;
}
.call-active.monitor td {
  vertical-align: middle;
}
.call-monitor {
    border-radius: 5px;
    padding: 0.35rem 0.5rem 0.1rem 0.5rem;
}
.call-monitor:hover {
    background-color: #00b74f !important;
    opacity: 1;
}
.call-monitor .material-icons {
  font-size: 18px !important;
  line-height: 1em !important;
  vertical-align: sub !important;
}
.call-monitor:hover .material-icons {
    color: white;
}
.manager-monitor-list th {
    font-weight: bold;
}
 
#accessSettings #user_visualizer_assignment input[type='radio'] {
    margin-right: 3px;
    margin-left: 10px;
    vertical-align: text-bottom;
}
#accessSettings .supervisor-permissions input[type='checkbox'] {
    vertical-align: text-top;
    margin-right: 8px;
    margin-bottom: 8px;
}
#accessSettings #agent_team_assignment input[type='radio'] {
    margin-right: 3px;
    margin-left: 10px;
    vertical-align: text-bottom;
}
#accessSettings #agent_queue_assignment input[type='radio'] {
    margin-right: 3px;
    margin-left: 10px;
    vertical-align: text-bottom;
}
#accessSettings #user_quality_review_scope input[type='radio'] {
    margin-right: 3px;
    margin-left: 10px;
    vertical-align: text-bottom;
}
.user-form .hide{
    display:none
}
.user-form input[type='checkbox'] {
    vertical-align: text-bottom;
    margin-right: 2px;
}

 /* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  /*background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));*/
  background: -webkit-radial-gradient(rgba(20, 20, 20,.5), rgba(0, 0, 0,.5));
  
}

.loading-menu:before {
    left: 175px;
    width: 90%;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

<!--#loading-page {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    top: 5%;
    left: 170px;
    opacity: 0.5;
    background-color: #e9dfdfc2;
    z-index: 99;
}

#loading-image {
  z-index: 100;
  height: 100px;
}-->

<!--TET-11560 (App based Two factor authentication for local users)
    for 2FA authentication-->

#authModal {
        text-align: center;        
    }
    #authModal .modal-content, #authModal .modal-content h4 {
        padding: 20px;
    }
    #authModal .modal-content, #authModal .modal-content h6{
            margin-top: -20px;
    }
    #authModal .modal-dialog .modal-content i:before {
        background-color: white;
        border-radius: 50%;
        border: 1px solid grey;
        padding: 10px;
    }
    .auth-qr-code {
        height: 200px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
/*    #register-app {
        border-radius: 30px;
        font-size: 12px;
        padding: 8px;
    }*/
    .otp-input-field input {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
        margin-left: 5px;
    }
    .otp-input-field input:focus {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }
    .otp-input-field input::-webkit-inner-spin-button,
    .otp-input-field input::-webkit-outer-spin-button {
        display: none;
    }
    .otp-input-field {
        padding-top: 5px;
        text-align: center;
    }
    
    input.authentication-btn {
        font-family: var(--bs-body-font-family);
    }
    
<!-- end 2FA authentication-->
    <!--style for user template profile-->
    .btn-group-style{

    }
    .btn-group-style>.btn{
        font-size:11px;
    }
    .status-badge {
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 500;
    }

    .status-registered, .status-enabled {
        background: #e6f4ea;
        color: #1e7e34;
    }

    .status-unregistered, .status-disabled {
        background: #feeced;
        color: #dc3545;
    }
    
    /* Apply word wrap to table headers */
    .dataTable thead th {
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    
    .action-icons {
        font-size: small;
        padding: 5px;
    }
    .action-icons .fa-trash {
        color:#dc3545;
    }
    .action-icons .fa-refresh {
        color:#1e7e34;
    }
    .dataTables_paginate .current {
        background: none !important;
    }
    .status-text {
        font-family: arial;
        font-weight: 500;
    }
    .vm-unread {
        font-weight: 800;
    }
    span.action-icons.unlock-user:hover {
        cursor: pointer;
    }