html {
    overflow-y: scroll;
    min-height: 100% !important;
}

body {
    padding: 0 !important;
    min-height: 100% !important;
}
body,span {
	font-size: 88% !important;
}

body.wait *, body.wait
{
    cursor: progress !important;
}

.container {
    max-width: 100% !important;
    height: 100% !important;
}

#collapsibleNavbar > ul > li.nav-item.dropdown.show > .nav-link{
	background-color: #fff !important;
	color: #2870b1 !important;
}

.bg-dark-theme {
    background-image: linear-gradient(to bottom,#263238 0,#263238 100%);
    background-repeat: repeat-x;
}

.bg-dish{
	/*background-image: linear-gradient(to bottom,#2870b1 0,#2870b1 100%);
	background-repeat: repeat-x;*/
	background-image: linear-gradient(to bottom,#263238 0,#263238 100%);
	background-repeat: repeat-x;
}
.modal{ 
	overflow: auto !important;
}
.form-row.required .control-label:after {
		color: #d00 !important;
        position: absolute;
        top: 12px !important;
        font-family: 'FontAwesome';
        font-weight: normal;
        font-size: 6px;
        content: "\f069";
}
.readonly:hover {
    cursor:not-allowed
 }

.btn-ota {
    /*background-image: linear-gradient(to bottom,#2870b1 0,#2870b1 100%) !important;
    background-repeat: repeat-x !important;*/
		background-image: linear-gradient(to bottom,#263238 0,#263238 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #2870b1 !important;
    color: #fff !important;
	font-size:105% !important;
}

.btn-ota:hover, .btn-ota:focus{
		background-image: linear-gradient(to bottom,#2870b1 0,#2870b1 100%) !important;
    /*color: #333 !important;*/
		color: #fff !important;
    text-decoration: none !important;
}
.btn-ota:focus {
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) !important;
  outline: 0 none !important;
}

#loginmodal .modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,0.5) !important;
	font-weight: 600;
    font-size: 85%;
}

.modal-header {
	padding: 0.4rem !important;
	border-bottom: 1px solid #2870b1;
	/*background: #2870b1;*/
	background-image: linear-gradient(to bottom,#263238 0,#263238 100%);
	background-repeat: repeat-x;
	border-radius: 4px 4px 0px 0px;
	color: #fff;
}

.modal {
	overflow-y: auto !important; 
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  outline: 0 none;
}

.form-control {
	height: calc(2rem + 2px) !important;
}

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item :hover {
    border:0;
    font-weight: bolder;
    border-bottom: 2px solid #212529;
}

.nav-tabs > li {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 0;
}

.navbar-brand {
    width: 10%;
    overflow: hidden;
}

.navbar-brand img {
    width: 100%;
}

.nav-item:hover, .nav-item:focus,.nav-item .menu-active{
-moz-border-radius: 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
background-color:#fff !important;
}


.nav-link:hover, .nav-link:focus,.nav-item:active{
	color:#000;
}

.nav-link {
	color:#fff;
	padding-top: 0.3rem !important;
	padding-bottom: 0.3rem !important;
	font-weight: 600;
	font-size: 14px !important;
}

.no-data{
    text-align: center; 
    font-weight: 600;
    font-size: 16px;
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0; 
    top: 127px; 
    z-index: 20;
}

.table th, .table td {
	padding:0.4rem !important;
	font-size: 13.3px !important;
}

.table th {
	border: 0 !important;
	border-right:0.5px solid #fff !important;
	outline: 0 none;
	color: #fff;
}

div.dt-buttons {
		float: right !important;
}

@media screen and (max-width: 767px) {
	div.dt-buttons {
		float: none !important;
		display: inline-block !important;
	}
	.nav-item:hover, .nav-item:focus,.nav-item:active,.nav-item:visited {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px 0px 0px 0px !important;
		border-radius: 0px 0px 0px 0px !important;

	}
}
 .icon-color {
	 font-size:83% !important;
	 color:#2870b1 !important;
 }

 .odd-dropdown-menu { background: #f1f1f1 !important; }

 .settingtoggle:after {
	display: none !important;
 }

.page-item.active .page-link {
	background-color:#2870b1 !important;
  border-color: #2870b1 !important;
}


.disabled-icon{
opacity: 0.5 !important;
cursor : none !important;
}

footer {
    background: linear-gradient(#f8f8f8, #f8f8f8);
    /*background: url(../img/footer_bg.jpg) repeat-x #fff;*/
    padding-top: 10px;
    border-top: 1px solid #c2c2c2;
}

#privilegebtn, .fa-edit, .fa-trash {
	font-size: 14px !important;
	cursor : pointer;
}
.form-fields {
	font-size: 14px !important;
}

.menu-active {
		background-color: #fff !important;
		/*border-radius: 4px 4px 0px 0px;*/
		color: #000 !important;
}

.menu-active > .nav-link {
	color:#2870b1 !important;
}
.selected-tr {
	background-color: #acbad5 !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
	background-color: #acbad5 !important;

}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
			color:#000 !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}

/* styles related to OTA file upload progress bar */
.progress { 
	position: relative !important;
    width: 50% !important;
    border: 1px solid #ddd !important;
	border-radius: 0 !important;
    vertical-align: middle !important;
}
.bar { 
	background-color: #2870b1 !important; 
	width:0%; 
	border-radius: 3px; 
}
.percent { 
	position:absolute; 
	display:inline-block; 
	left:48%; 
}
	
.upload_status{
	display: none;
}

.NoDisplay {
	display: none !important;
}
.hide-element {
	display: none;
}

fieldset.legend {
	font-size: 1.2 rem !important;
}

.info, .info tr, .info td{
	background-color: transparent !important;
	border: 0 !important;
}

.info > tbody tr > td {
	font-size: 12px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.info {
	table-layout: fixed;
}

.tdbreak {
  word-break: break-all
}

.tdlength {
	width: 150px;
}

.odd-dropdown-menu:hover {
	background: #d3d3d3 !important;
}

.dropdown-menu a {
	font-weight: 600 !important;
}

.te-theme {
  /*background: #1e2229;*/
	background-color: #000000;
	background-image: linear-gradient(147deg, #000000 0%, #04619f 100%);
}

.te-theme .sidebar-wrapper {
    /*background: #263238;*/
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #04619f 100%);
    box-shadow: 0px -1px 5px #282c33;
    /* background-image: url('https://s4827.pcdn.co/wp-content/uploads/2014/09/papers.co-md49-wallpaper-nature-earth-dark-asleep-mountain-night-34-iphone6-plus-wallpaper.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.2; */
}

.close{
	color: #fff !important;
}

.dashboard-card-border {
	border:solid 1px #8d8d8d;
	width:98%;
}

.dashboard-card-pointer {
	cursor: pointer;
}

h6.dashboard-start {
	display:inline-block;
}

i.dashboard-start {
	display:block;
}

/****************************************************
SIDE NAV
****************************************************/

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
body {
    font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.sidebar-wrapper ul li a em,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a
{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    min-height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.btn-theme {
    background-image: linear-gradient(#0087C6, #2F5EA6);
}

.btn-theme:hover {
    background-image: linear-gradient(#0067A6, #0F3E86);
}

/*----------------toggeled sidebar----------------*/

/*.page-wrapper.toggled .sidebar-wrapper {
left: 0px;
}*/

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 100%;
    min-height: 100%;
    z-index: 19999 !important;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

.notifications:hover {
    color: #16c7ff !important;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

.sidebar-content .row {
    margin: 0 !important;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 10px 20px;
    overflow: hidden;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

.sidebar-wrapper .sidebar-header .user-info .notifications {
    position: absolute;
    top: 20px;
    right: 10px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-menu ul li a
{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 5px 20px 5px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i, .sidebar-wrapper .sidebar-menu ul li a em {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    float: right;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 20px;
    font-size: 12px !important;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {

}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.page-wrapper .page-content > div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------te-theme-------------------------------------------------*/
.te-theme {
  /*background: #1e2229;*/
	background-color: #000000;
	background-image: linear-gradient(147deg, #000000 0%, #04619f 100%);
}

.te-theme .sidebar-wrapper {
    /*background: #263238;*/
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #04619f 100%);
    box-shadow: 0px -1px 5px #282c33;
    /* background-image: url('https://s4827.pcdn.co/wp-content/uploads/2014/09/papers.co-md49-wallpaper-nature-earth-dark-asleep-mountain-night-34-iphone6-plus-wallpaper.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.2; */
}

.te-theme .sidebar-wrapper .sidebar-header,
.te-theme .sidebar-wrapper .sidebar-search,
.te-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #555555;
}

.te-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.te-theme .sidebar-wrapper .sidebar-brand>a,
.te-theme .sidebar-wrapper .sidebar-menu ul li a i, .te-theme .sidebar-wrapper .sidebar-menu ul li a em,
.te-theme .sidebar-footer>a {
    color: #16c7ff;
}

.te-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.te-theme .sidebar-wrapper .sidebar-menu ul li a,
.te-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a {
    color: #ffffff;
}

.te-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.te-theme .sidebar-wrapper .sidebar-header .user-info,
.te-theme .sidebar-wrapper .sidebar-brand>a:hover,
.te-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.te-theme .sidebar-wrapper ul li:hover a i,
.te-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.te-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i,
.te-theme .sidebar-wrapper .sidebar-menu .menu-active a i {
    color: #16c7ff !important;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5) !important;
}

.te-theme .sidebar-wrapper .sidebar-menu ul li a i, .te-theme .sidebar-wrapper .sidebar-menu ul li a em,
.te-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
    /*background: #3a3f48 !important;*/
    background: #000000;
}

.te-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.te-theme .sidebar-footer {
    /*background: #3a3f48;*/
    border-top: 1px solid #777777;
    color: #ffffff;
    font-size: 12px;
}

.te-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.te-theme .sidebar-footer>a:last-child {
    border-right: none;
}


.required-field::after {
    content: "*";
    color: crimson;
    margin-left: 2px;
    font-weight: bolder;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: calc(2rem + 2px) !important;
    font-size: 14px !important;
    padding-right: 5px;
    padding-left: 5px;
    /* flex: 0 0 91.666667% !important; */
    /* max-width: 91.666667% !important; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 4px !important;
}
.selected{
    color:#00008B;
}
 .popover-header button{
    display: none;
}
.site-select-all{
    font-weight: bold;
    cursor: pointer;
}
.site-check-mark {
    float: right;
    background: #f7f7f7;
    z-index: 100;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: -3px;
}

tr.inner-odd {
    background-image: linear-gradient(to bottom,#263238 0,#263238 100%);
    color: #fff;
}

tr.inner-even {
    background-color: #F1F1F1 !important;
}

table.versionTable {
	text-align: left;
    padding-left: 38px;
    vertical-align: middle;
    letter-spacing: 0px;
    opacity: 1;
	width: 100%;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:0 250px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.close:focus {
    outline: none;
    border: none;
}

#applicationsTable{
    width: 50%; 
    border-collapse: collapse; 
    margin-left: 160px;
    text-align: center;
}

#applicationsTable th{
    display: block;
    text-align: center; 
    padding: 10px; 
}

#applicationsTable td {
    min-width: 360px;
    display: block;
    text-align: center; 
    padding: 10px; 
}

 .scrollable-tbody {
    display: inline-block;
    max-height: 200px; 
    overflow-y: auto;
} 
