/*!
 * Zequel Technologies, Inc
 * DynamicPolicy Version #7.0.1
 * Copyright 2002-2020
 * Base css for app
 */
ul.indented,
ol.indented {
  list-style: none;
}
.well {
  padding: 5px;
}
.accordion {
  margin-bottom: 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 .nav > li > a {
    text-shadow: none;
}
/*DynamicPolicy Nav text color*/
.navbar .brand {
    color: #999999;
}
/*DynamicPolicy Nav on-hover color*/
.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 */
.date-padding {
    padding-left: 45%;
}
.outer-centered-div {
    text-align: center;
}
.inner-centered-div{
    display: inline-block;
    text-align: left;
}
.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);
    background-repeat: repeat-x;
    border-color: #007AC6;
    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='#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;
    }
    .accordion-group, .complete-doc-container{
        border: 0px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body, .container-fluid, .doc-content-container {
        padding: 0px;
    }
    .accordion-group, .complete-doc-container{
        border: 0px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    body,  .container-fluid, .doc-content-container {
        padding: 0;
    }
    .accordion-group, .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 .brand {
    color: #737373;
    text-shadow: none;
}

/*Color of text in Navigation Bar*/
.navbar .nav  > li > a,
.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;
}