/*!
 * Zequel Technologies, Inc
 * DynamicPolicy Version #7.7
 * Copyright 2002-2022
 * Base css for app
 */
ul.indented,
ol.indented {
  list-style: none;
}
.dp-bgcolor {
    background-color: #f9fafd
}
.dp-content-win {
    overflow-y: auto;
    flex: 1 1 0%;
    height: 100vh;
}
.dp-sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    display: block;
    width: 100%;
    padding-right: 0;
    position: relative;
    padding-left: 0;
    border-right: 1px solid #dee2e6;
    scrollbar-color: #cfd6df transparent;
    scrollbar-width: thin;
}
.dp-sidebar .navbar-brand {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.dp-sidebar .navbar-nav .nav-link {
    align-items: center;
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    white-space: nowrap;
}
.dp-sidebar.active {
    min-width: 80px;
    max-width: 80px;
}
.dp-sidebar.active .navbar-brand {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.dp-sidebar.active .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 0;
    white-space: normal;
    text-align: center;
    font-size: 0.79em;
}
.dp-sidebar.active ul li a i {
    padding-right: 0.5rem !important;
    margin-left: 0 !important;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
.dp-sidebar.active ul li a i:nth-of-type(2){
    font-size: 1.3rem !important;
    padding-right: 0 !important;
}
.dp-sidebar.active ul ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.3em;
    margin-bottom: 5px;
}
ul.dp-sub-nav li.nav-item a.nav-link{
    padding-left: 3.213rem;
    font-size: .95rem;
}

@media (max-width: 768px) {
    .dp-sidebar {
        min-width: 80px;
        max-width: 80px;
        margin-left: -80px;
    }
    .dp-sidebar.active {
        margin-left: 0;
    }
    .dp-sidebar.active ul li a {
        padding-left: 1.5rem;
        padding-right: 0;
        font-size: 0.85em;
    }
    .dp-sidebar.active ul li a i {
        margin-right:  0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }
    .dp-sidebar.active ul ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.3em;
        margin-bottom: 5px;
    }
}
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #f5f9fc;
}
.scrollbar::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #cfd6df;
    border-radius: 10px;
    -webkit-box-shadow: none;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
    -webkit-box-shadow: none;
}
.dp-navbar {
    top: 0;
    z-index: 10;
    display: block;
    position: sticky;
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.form-control-clear, .form-control-clear:focus {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
}
.panel-group {
    margin-bottom: 0px;
}
.panel-group .panel {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.footer {
	padding-top: 0px;
	margin-top: -15px;
}
.nav-group {
  border: 1px transparent;
}
.nav-tab-admin {
  font-size: 1.1em;
  font-weight: bold;
}
.nav-tab-admin-small {
  font-size: 0.8em;
}
.viewer {
  padding: 30px 10px 20px 20px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
iframe {
	width: 100%;
	height: 700px;
	border: 1px solid #666;
	background-color: #ffffff;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}
.text-gray {
  color: #808080;
}
.text-16 {
  font-size: 16px;
}
.modal-backdrop {
  background-color: #ffffff;
}
.modal.large {
  width: 80%; /* desired relative width */
  left: 10%; /* (100%-width)/2 */
  /* place center */
  margin-left:auto;
  margin-right:auto;
}

/*Remove Text Shadow - Since computers without hardware font smoothing will render jagged text*/
.navbar-default .navbar-nav > li > a {
    text-shadow: none;
}
/*DynamicPolicy Nav text color*/
.navbar-default .navbar-brand {
    color: #999999;
}
/*DynamicPolicy Nav on-hover color*/
.navbar-default .navbar-brand:hover {
	color: #323232;
}
/* Legacy CSS from DynamicPolicy 5 */
/*Changed text color to #FFFFFF for accessibility - version 7.0.1*/
.selectedNav {
    background-color: #4B6F9C;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
}
p.small {
    font-family: Verdana;
    font-size: 10px;

}
.small {
    font-family: Verdana;
    font-size: 10px;
}
.regular {
    font-family: Verdana;
    font-size: 12px;
}
.index, .indent{
    margin-left: 32px;
    margin-top: 8px;
}
.dp {
    font-family: Times New Roman;
    font-size: 10px;
}
a.active_title:link {
    color: #FFFFFF;
}
a.active_title:visited {
    color: #FFFFFF;
}
/* End of legacy CSS */
/*Navbar date centering*/
@media (min-width: 768px) {
    .date-padding {
        left: 50%;
        position: absolute;
        transform: translatex(-50%);
    }
}
.outer-centered-div {
    text-align: center;
}
.inner-centered-div{
    display: inline-block;
    text-align: left;
    width: 60%;
}
.left-text {
    text-align: left;
}
.select-padding {
    margin-bottom: 10px;
}
.fullwidth-search{
    width: 100%;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.search-padding{
    margin-bottom: 5px;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}
.navbar-inner{
    filter: none!important;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
#file-info-list {
    text-align: initial;
}
.dropzone-dp{
    background-color: #F2F1EF;
    outline-offset: -10px;
    outline: 2px dashed #006dcc;
    box-shadow: 0 0 3px #666;
    border: none!important;
    border-radius: 5px;
    min-height: 300px;
}
.dropzone-dp.dz-drag-hover{
    outline: 2px solid #006dcc;
}
.dz-file-preview{
    display: none!important;
}
.btn-sq-lg{
    padding: 40px 44px;
    font-size: 20px;
    line-height: 29px;
    margin: 8px;
}
.btn-sq-lg i {
    font-size: 52px;
}

.btn-download {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #007AC6;
    *background-color: #007AC6;
    background-image: -moz-linear-gradient(top, #32A9F9, #007AC6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32A9F9), to(#007AC6));
    background-image: -webkit-linear-gradient(top, #32A9F9, #007AC6);
    background-image: -o-linear-gradient(top, #32A9F9, #007AC6);
    background-image: linear-gradient(to bottom, #32A9F9, #007AC6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32A9F9', endColorstr='#007AC6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download.active,
.btn-download.disabled,
.btn-download[disabled] {
    color: #FFFFFF;
    background-color: #007AC6;
    *background-color: #003bb3;
}
#badge_text{
    padding: 6px 6px;
    margin-top: 6px;
}
/*TODO: Complete Mobile CSS Update and fix iFrame scrolling on ios and android/*
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px){
    body,  .container-fluid, .doc-content-container {
        padding: 0;
    }
    .panel .panel-default, .complete-doc-container{
        border: 0px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body, .container-fluid, .doc-content-container {
        padding: 0px;
    }
    .panel .panel-default, .complete-doc-container{
        border: 0px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    body,  .container-fluid, .doc-content-container {
        padding: 0;
    }
    .panel .panel-default, .complete-doc-container{
        border: 0px;
    }

    #inputUsername, #inputPassword {
        height: 43px;
    }
    a {
        /*font-size:20px;*/
    }
    .btn {
        /*padding: 11px 19px;*/
        /*font-size: 17.5px;*/
        /*-webkit-border-radius: 6px;*/
        /*-moz-border-radius: 6px;*/
        /*border-radius: 6px;*/
    }
}
.pace .pace-activity, .pace .pace-activity:before  {
    border-color: #007AC6 transparent transparent;
}

/*Changed button background color to #008a00 for accessibility - version 7.0.1*/
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #008a00;
    *background-color: #008a00;
    background-image: -moz-linear-gradient(top, #008a00, #008a00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008a00), to(#008a00));
    background-image: -webkit-linear-gradient(top, #008a00, #008a00);
    background-image: -o-linear-gradient(top, #008a00, #008a00);
    background-image: linear-gradient(to bottom, #008a00, #008a00);
    background-repeat: repeat-x;
    border-color: #008a00 #008a00 #008a00;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/*Changed button background color to #008a00 for accessibility - version 7.0.1*/
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #008a00;
    *background-color: #008a00;
}

/*Changed button background color to #ba5910 for accessibility - version 7.0.1*/
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ba5910;
    *background-color: #ba5910;
    background-image: -moz-linear-gradient(top, #ba5910, #ba5910);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ba5910), to(#ba5910));
    background-image: -webkit-linear-gradient(top, #ba5910, #ba5910);
    background-image: -o-linear-gradient(top, #ba5910, #ba5910);
    background-image: linear-gradient(to bottom, #ba5910, #ba5910);
    background-repeat: repeat-x;
    border-color: #ba5910 #ba5910 #ba5910;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/*Changed button background color to #ba5910 for accessibility - version 7.0.1*/
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #ba5910;
    *background-color: #ba5910;
}

/*Changed button background color to #d64038 for accessibility - version 7.0.1*/
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d64038;
    *background-color: #d64038;
    background-image: -moz-linear-gradient(top, #d64038, #d64038);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d64038), to(#d64038));
    background-image: -webkit-linear-gradient(top, #d64038, #d64038);
    background-image: -o-linear-gradient(top, #d64038, #d64038);
    background-image: linear-gradient(to bottom, #d64038, #d64038);
    background-repeat: repeat-x;
    border-color: #d64038 #d64038 #d64038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/*Changed button background color to #d64038 for accessibility - version 7.0.1*/
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #d64038;
    *background-color: #d64038;
}

/*Changed text color to #737373 for accessibility - version 7.0.1*/
/*Color of DynamicPolicy Logo in Navigation Bar*/
.navbar-default .navbar-brand {
    color: #737373;
    text-shadow: none;
}

/*Color of text in Navigation Bar*/
.navbar-default .navbar-nav  > li > a,
.navbar-default .navbar-text {
    color: #737373;
}

/*Changed text color to #0076b3 for accessibility - version 7.0.1*/
/*Global color of links and also text within panels*/
a {
    color: #0076b3;
    text-decoration: none;
}

/*Changed text color to #926c00 for accessibility - version 7.0.1*/
.alert,
.alert h4 {
    color: #926c00;
}

.btn-default {
  color: #007bff;
  border-color: #007bff;
}

.btn-default:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}