#body {
    padding-bottom: 20px;
}

#login.login h1 {
    background: url(../images/logo.jpg) no-repeat;
    padding-left: 60px;
    font-size: 3em;
    line-height: 1em;
    height: 1.8em;
    padding-top: 4px;
    font-weight: normal;
    min-width: 500px;
    color: #777777;
}

.sidebar .nav > li > a {   
    padding: 16px;
}

.navbar-nav > li:first-child > a {
    padding-top:10px;
}

.navbar-nav > li > a {
    padding: 15px 8px 10px !important;
}

.navbar-nav > li > a.active {
    /*color:#459e00;*/
    color: #169fe6 !important;
    font-weight: bold;
}

.navbar-nav > li > a .link-name {    
    font-size: 15px;
    line-height:22px;
}

.navbar-nav > li > a .fa {    
    vertical-align: middle;
    margin-top:-2px;
}

.sidebar .fa-li {   
    left: -7px;
    margin-top: -7px;
    position: absolute;
    top: 50%;       
}

.sidebar .fa-li.fa-apple{
     color:#fff;
}

.sidebar .fa-li.fa-android{
     color:#a4c639;
}

.sidebar .nav.fa-ul {
    padding-left:10px;
    margin-left:10px;
}

.app-thumb{
    width:48px;
    height:48px;
}
.ui-widget-header {
    background-color: #ffffff;
    border-color: #385899;
    color: #169fe6;
    font-weight: bold;
}

.tree_view ul {
    padding-left: 0px;
}

.tree_view li {
    list-style: none;
}

/* tree structure in other sidebars*/
.tree_view a {
    display: block;
    line-height: 16px;
    width: 100%;
    color: rgba(200,200,200,1);
    white-space: nowrap;
    text-decoration: none !important;
    padding: 8px 10px;
    font-size: 13px;
}

/* jsTree*/
.jstree a {
    display:inline-block;
    line-height:16px !important;
    height: auto !important;
    color:rgba(200,200,200,1);
    white-space:nowrap;
    text-decoration:none;
    padding: 8px 4px 8px 0px !important;
    margin:0;
}

.jstree a:hover,
.tree_view a:hover{
    background:#404f69 !important; color:#fff !important;
}

.sidebar .tree_view a.active,
.jstree a.active, .tree_view a.active{
    background-color: #385899;
    color: #fff !important;
}

.jstree-default .jstree-clicked {
    background:#385899 !important;
    border:1px solid navy !important;
    padding:0 2px 0 1px;
    color:#fff !important;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999;
    font-weight: bold;
}

.jstree-default .jstree-hovered {
    background: #404f69 !important;
    border: 0;
    padding: 0 2px 0 1px;
}

.jstree-default li,
.jstree-default i {
    background:none;
    cursor:pointer;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .jstree-default li.jstree-last {
        background: transparent;
    }

.jstree-default .jstree-open > i:before {
    /*background-position: -72px 0;*/
    content: "\f056";
    font-family: FontAwesome;
    position: relative;
    top: 4px;
}

.jstree-default .jstree-closed > i:before {
    /*background-position: -54px 0;*/
    content: "\f055";
    font-family: FontAwesome;
    position: relative;
    top: 4px;
}

.jstree-default .jstree-leaf > i {
    /*background-position: -36px 0;*/
}

.jstree-default .jstree-hovered {    
    color:#fff;
}

.jstree-default .jstree-icon {
    /*background-position: -56px -19px;*/    
}

.jstree-default .jstree-leaf > .jstree-icon{
    display:none;
}

.jstree-default .groupNode a > .jstree-icon{
    display:none;
}

.jstree-default .jstree-leaf a > .jstree-icon {
    display:inline-block;   
}

.jstree-default a.jstree-loading .jstree-icon {
    background: url("throbber.gif") center center no-repeat !important;
}

.jstree-default .jstree-no-dots li,
.jstree-default .jstree-no-dots .jstree-leaf > i {
    background: transparent;
}

.jstree-default .jstree-no-dots .jstree-open > i {
    background-position: -18px 0;
}

.jstree-default .jstree-no-dots .jstree-closed > i {
    background-position: 0 0;
}

.jstree-default .jstree-no-icons a .jstree-icon {
    display: none;
}

.jstree-default .jstree-search {
    background: #169fe6;
    color: white;
    font-style: italic;
    border: 1px solid navy !important;
}

.jstree-default .jstree-no-icons .jstree-checkbox {
    display: inline-block;
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important;
}

.jstree-default .jstree-checked > a > .jstree-checkbox {
    background-position: -38px -19px;
}

.jstree-default .jstree-unchecked > a > .jstree-checkbox {
    background-position: -2px -19px;
}

.jstree-default .jstree-undetermined > a > .jstree-checkbox {
    background-position: -20px -19px;
}

.jstree-default .jstree-checked > a > .jstree-checkbox:hover {
    background-position: -38px -37px;
}

.jstree-default .jstree-unchecked > a > .jstree-checkbox:hover {
    background-position: -2px -37px;
}

.jstree-default .jstree-undetermined > a > .jstree-checkbox:hover {
    background-position: -20px -37px;
}

/* For jstree 3x custom icons */
.jstree-icon.jstree-themeicon.jstree-themeicon-custom {
    width: 20px !important;
    height: 20px !important;
}

/* For group open/close + - icons - making all icons same size */
.jstree-default .jstree-icon:empty {
    width: 20px !important;
    height: 20px !important;
}

/* for hiding the parent-child v icon */
.jstree-default .jstree-closed > .jstree-ocl {
    background-position: -132px -4px !important;
}

/* overrding i - italian styling */
.jstree-icon {
    font-style: normal !important;
}

/* For context menu to be visible over sidebar, navbar*/
.vakata-context {
    z-index: 99997 !important;
}

.vakata-context li > a{
    font-size: 12px !important;
}

.moveToContextMenu ul {
    max-height: 350px;
    overflow-y: auto;
}

/* ------ JS tree ends here -----------*/

/* jQuery UI Tabs */
#tabs > .ui-tabs-nav > .ui-state-default > a {
    /*background-color: #656565;
    color: #fff;*/
     border-bottom: 5px solid !important;
    border: 0;
}

#tabs > .ui-tabs-nav > .ui-state-active > a {
    /*background-color: #169fe6;
    color: #fff;*/
     border-bottom: 5px solid !important;
    border: 0;
}

#tabs > .tab_container {
    border-color: #169fe6;
}

.ui-tabs
{
     background: transparent; 
    border: none;      
}

.ui-tabs .ui-tabs-nav li {
    border: 0;
}

.ui-tabs .ui-widget-header{
    background: transparent; 
    border: none;     
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
}

.ui-tabs .ui-tabs-nav{
    overflow:hidden;    
}

.ui-tabs .ui-tabs-nav a {
    border-bottom: 5px solid;
    border-color: #656565;
    background-color:#fff;
}


.ui-tabs .ui-tabs-nav .ui-state-default a { 
    color: #656565;             
    padding:7px 11px;
} 

.ui-tabs .ui-tabs-nav .ui-state-active {
    
}

.ui-tabs .ui-tabs-nav .ui-state-active a { 
    color: #169fe6;
    font-weight: 400;
    border-color: #169fe6;
}

.ui-tabs .ui-tabs-nav .ui-state-default a:hover {     
    border-color: #169fe6;
} 

.ui-tabs .tab_container {
    background-color:#fff;
    overflow:hidden;
    padding: 1em;
        border: 1px solid #656565;
}


.ui-.tabs > div.none {
        clear: both;
        padding: 0em;
        border: none;
}


/* Progressbar */
.ui-progressbar{
    background:#e6e8eb;
}

.ui-progressbar .ui-progressbar-value{
    background: #169fe6;
}

.has-feedback .form-control-feedback {
    display: block;
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
}

footer {
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}

.panel-heading .fa {
    color: #fff;
}

.modal{
    z-index:1100;
    top:90px;
}

.modal-backdrop{
    position:absolute;
}

[input="number"].anpCheck{
    width:40px;
}

.white-box{
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #eee #d1d2d3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    padding: 0 10px 20px;
}

.alert-info{
    background:#00afd1;
    color:#fff;    
}

.alert-info .alert-link{
    color:#fff;
    text-shadow:1px 1px #00849e;
}

.table > thead > tr > th {
    color: #fff;
    padding: 8px;
    vertical-align: middle;
}

.table thead th,
.table thead td {
    font-weight: bold;
    background-color: #169fe6;
    color: #fff;
}

.table tbody {
    border: 1px solid #e6e6e6;
}

.ui-dialog-content td {
    padding-bottom: 10px;
}

.sbDialog {
    display: none;
}

.btn-primary {
    background-color: #169fe6 !important;
    color: #ffffff !important;
    border-color: #169fe6 !important;
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #1aa0e8 !important;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
    min-height: 20px;
    padding: 0 0 7px 20px;
    overflow: hidden;
}

.checkbox label .fa {
    float: left;
}

.checkbox label label {
    float: left;
    overflow: hidden;
    padding-left: 7px;
}

.c-checkbox span, .c-radio span {
    margin-right: 0;
}

.checkbox:after {
    clear: both;
}

.panel-body.policies-panel {
    padding: 10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control {
    height: 32px;
    padding: 5px 12px;
}

.btn, input.btn {
    line-height: 1.3;
    padding: 6px 10px;
    color: #0094ff;
}

.btn-danger, input.btn-danger {    
    color: #ffffff;
}

.btn-md {
    font-size: 13px;
    line-height: 1.5;
    padding: 7px 12px;
}

.btn-sm {
    font-size: 13px;
    line-height: 1.2;
    padding: 4px 9px;
}

.panel-body h3 {
    color: #fff;
}

.apps_details {
    display: none;
}

.ui-dialog-content {
    max-height: 400px;
}

.ui-widget {
    font-size: 14px;
}
.ui-widget .ui-widget {
    font-size: 14px;
}

.nav li > a.btn-primary{
    padding:10px;
    margin-top:5px;
    color:#fff;
    background-color:#0094ff;
}

.nav li > a.btn-primary:hover{
    color:#fff;
    background-color:#0094ff;
    opacity:0.7;
}

.ui-dialog-titlebar-close::before{
    content: "x";    
    font-size:15px;
    color:#000;
    padding:3px 5px;
    border:1px solid #ccc;
    border-radius:4px;
}

/* Loading container */
.cssload-container {
    display: none;
	width: 100%;
	text-align: center;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    z-index: 1000000;
}

.cssload-zenith {
	width: 60px;
	height: 60px;
	margin: 20% 45%;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: 3px 3px 1px rgb(79,129,255);
	animation: cssload-spin 960ms infinite linear;
		-o-animation: cssload-spin 960ms infinite linear;
		-ms-animation: cssload-spin 960ms infinite linear;
		-webkit-animation: cssload-spin 960ms infinite linear;
		-moz-animation: cssload-spin 960ms infinite linear;
}



@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

.mt-20-px {
    margin-top: 20px !important;
}