﻿#header nav {
    background: #002856;
}
.navbar-default {
    border-color: #002856;
}
.navbar-nav>li {
    background-color: #002856;
}
.menubar{
    background: #002856;
    border-bottom: #002856;
}
.container-fluid{
    background: #002856;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-nav > li:hover {
    background-color: #4c5a99;
    color: #fff;
}
.navbar-drawer-menu:hover, .navbar-drawer-menu:focus{
	background: #4c5a99 !important;
}
.mobile-unit {
    background:  #4c5a99;
}
.modal-body, .modal-footer{
    background:rgba(11, 136, 203, 0.03) 
}
.form-control{
    background: transparent;
}
.modal-header{
    background:rgba(11, 136, 203, 0.07)
}
.modal-backdrop.in {
    opacity: 0.05;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: black;
    background: #edf5ff;
    font-weight: 700;
}

.btn-primary {
    background-color: #002856;
    border: 1px solid #002856;
}
.btn-default{
    color: #002856;
    border: 1px solid #002856;
}
.btn-default:hover{
    color: #fff;
    background-color: #002856;
    border-color: #002856;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-default:focus, .btn-default.focus, .btn-default:active:focus {
    border-color: #0775bf;
    background-color: #4c5a99;
}

.tab-grid{
    background: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: black;
    background: #edf5ff;
}

#callin_button .list-callin-body{
    border-color: #002856;
}

.pulse-icon .circle-outer {
    background: -webkit-linear-gradient(315deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: -o-linear-gradient(315deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: -ms-linear-gradient(315deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: -moz-linear-gradient(315deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: linear-gradient(315deg, rgb(58, 164, 226) 0%, #002856 100%);
}
.pulse-icon .circle-inner {
    background: -webkit-linear-gradient(135deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: -o-linear-gradient(135deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: -ms-linear-gradient(135deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: -moz-linear-gradient(135deg, rgb(58, 164, 226) 0%, #002856 100%);
    background: linear-gradient(315deg, rgb(58, 164, 226) 0%, #002856 100%);
    animation: grow-circles 4s linear infinite both;
}

.flowchart-node-body .box-border-content{
	background: #fff;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    margin-top: -9px;
    margin-left: -9px;
    border-radius: 5px;
}
.license-quick-sidebar:before{    
    background: url(../Images/icon20.png?v=4);
    left: 10px;
    top: 5px;
    background-repeat: no-repeat;
}
.license-quick-sidebar{
    padding-left: 50px !important;
}

.appdrawer-item-box .appdrawer-item .item-icon > div{
	background-color: #002856 !important;
    border-radius: 100%;
}

#SysProductLogo{
	display: none important;
}
.side-menu-open #SysProductLogo{
	display: block !important;
}

@keyframes blinking {
  50% {
    font-size: 17px;
  }
}

#SysTrialWarning{
	padding-right: 8px;
    cursor: pointer;
    background: red;
    padding-left: 8px;	
    border: 2px solid #209b00;
}
.trial-desc{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #ffc107;
    margin-bottom: 0px;	
	text-align: center;
    pointer-events: none;
	animation-name: blinking;
	animation-duration: 1s;
	animation-iteration-count: 100;	
    line-height: 20px;
}
.trial-date{
	display: block;
	font-size: 12px;
	color: #fff;
    margin-bottom: 0px;	
	text-align: center;
    pointer-events: none;
}
.trial-action-popup{
    width: 400px;
    height: 90px;
    position: absolute;
	display: none;
	padding-top: 4px;
}
.trial-action-popup .trial-body:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #fff;
    margin-top: 0;
    margin-right: 8px;
    position: absolute;
    left: 50%;
    top: -6px;
    transform: rotate(-90deg);
}
.trial-action-popup .trial-body{
    width: 100%;
    height: 100%;
    background: #fff;
    margin-left: -150px;
    -webkit-box-shadow: -1px -2px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -2px 10px -3px rgba(0,0,0,0.75);
    box-shadow: -1px -2px 10px -3px rgba(0,0,0,0.75);	
    border-radius: 4px;
    position: relative;
}
#SysTrialWarning:hover .trial-action-popup, #SysTrialWarning:focus .trial-action-popup{
    display: block;
}

.trial-body-content{
    padding: 10px 20px;
    font-size: 14px;
}

.trial-body-btn {
    float: right;
    margin-right: 20px;
    padding: 5px 10px;
    background: #4caf50;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: -1px -2px 3px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -2px 3px -3px rgba(0,0,0,0.75);
    box-shadow: -1px -2px 3px -3px rgba(0,0,0,0.75);	
    cursor: pointer;
}
.trial-body-btn:hover{
    opacity: 0.8;
    color: #fff;
    text-decoration: initial;
}
#SysAppDrawerTitle{
	display: none;
}
.navbar-side-menu:hover, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: #4c5a99 !important;
}

.quick-toolbar-list .quick-toolbar-item:not(.cancel):not(.filterCancel){
	background: #3aa4e2;
}
.quick-toolbar-list .quick-toolbar-item:not(.cancel):not(.filterCancel):hover{
	background: #0b87c9;
}
.divider-quick-sidebar{
	border-top-color: #4c5a99; 
}
.sys-loader{
	border-top-color: #4c5a99;
	border-bottom-color: #4c5a99;
}
@media only screen and (min-width: 768px) {  
	.top-menu-dropdown{
		background: #002856;
	}
	.menubar {
		background: linear-gradient(to right, #002856 250px, transparent 0px);
	}
	.item-quick-sidebar:hover:not(.item-header.item-disabled), .item-quick-sidebar.item-active{		
		background-color: #4c5a99;
	}
	.top-menu-search-item, .qsidebar-style .navbar-toggle.navbar-side-menu{
		background: #002856;
	}
	.top-menu-search-item .txt-search-menu, .top-menu-dropdown-item:hover .top-menu-header, .top-menu-dropdown-item:focus-within .top-menu-header{
		background: #4c5a99;		
	}
	.top-menu-search-item .txt-search-menu:focus{
		border-color: #4c5a99;
	}
	.footer-quick-sidebar{
		border-top-color: #4c5a99;
		background: #002856;
	}
}

@media only screen and (max-width: 767px) {
    .box-navbar-login, .quick-sidebar, .footer-quick-sidebar{
        background: #002856;
    }
    .item-quick-sidebar:hover:not(.item-header.item-disabled), .item-quick-sidebar.item-active{
        background: #4c5a99;
    }
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		background: #002856;
	}
}


.license-backdrop{
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9998;
    opacity: 0.2;
}
.license-content{
    width: 600px;
    min-height: 400px;
    height: auto;
    background: #fff;
    position: absolute;
    z-index: 9999;
    left: -50%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(124,116,116,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(124,116,116,0.75);
    box-shadow: 0px 0px 7px 0px rgba(124,116,116,0.75);
}
.license-header{
    width: 100%;
    height: 40px;
    background: #ff5722;
    top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding-left: 15px;
    line-height: 38px
}
.desc-remaining, .warning-remaining{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
}
.day-remaining{
    width: 130px;
    display: block;
    background: #fff;
    border: 5px solid #448c8c;
    border-top: 30px solid #448c8c;
    margin-left: calc(50% - 65px);
}
.day-remaining > label:first-child{
    font-size: 30px;
}
.day-remaining > label{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #0775bf;
    margin-bottom: 0px;
}
.warning-remaining-item{
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ddd;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
    float: left;
    width: calc(100% - 100px);
}
.warning-remaining-item > div:first-child{
    width: 70px;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    border-right: 1px solid #ddd;
    margin-top: 2px;
}
.warning-remaining-item > div:nth-child(2){
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 55px;
    padding-left: 10px;
    font-weight: 600;
}
.license-footer{
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
    padding-top: 14px;
}
.license-footer button{
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    background: #4caf50;
}
.license-footer button:hover{
    opacity: 0.8;
}
.btn-license-close{
    float: right;
    margin-right: 12px;
    cursor: pointer;
}
.btn-license-close:hover{
    opacity: 0.8;
}

