﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color:white;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
#companyhd {
   text-align:center;
   font-weight:bold;
    
}
.audittbl
{
    width:100%
}
.boxsizehalf {
    width: 50%;
}
#dashalerts
{
    width:50%;
}
#dashmypolicies {
    width: 50%;
}
#dashallpolicies {
    width: 100%;
}
.highlight
{
    background-color:red;
}
#dropZone {
    background: gray;
    border: black dashed 3px;
    width: 200px;
    padding: 50px;
    text-align: center;
    color: white;
}
#loader {
    position: fixed;
    left: 50%;
    top: 35%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: 0px 0 0 0px;
    border: 16px solid #6c757d;
    border-radius: 50%;
    border-top: 16px solid #802a08;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
   display: none;
    
}
@keyframes spinner-line-fade-more {
    0%, 100% {
        opacity: 0; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25; /* minimum opacity */
    }

    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%, 100% {
        opacity: 0.22; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}
.certified 
{
    color:#62d2ed;
}
.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    background-color:white;
}
.ui-datepicker-header {
    color: white;
    /*background-color:#a10f2b;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+25,752201+58,bf6e4e+80;Brown+Gloss */
    background: rgb(240,183,161); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,183,161,1) 0%, rgba(140,51,16,1) 25%, rgba(117,34,1,1) 58%, rgba(191,110,78,1) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 25%,rgba(117,34,1,1) 58%,rgba(191,110,78,1) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 25%,rgba(117,34,1,1) 58%,rgba(191,110,78,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}
thead {
    /*background-color: #a10f2b;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+25,752201+58,bf6e4e+80;Brown+Gloss */
    background: rgb(240,183,161); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,183,161,1) 0%, rgba(140,51,16,1) 25%, rgba(117,34,1,1) 58%, rgba(191,110,78,1) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 25%,rgba(117,34,1,1) 58%,rgba(191,110,78,1) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 25%,rgba(117,34,1,1) 58%,rgba(191,110,78,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
    color: white;
    font-weight: bold;
}
.fa {
    /*background-color: #a10f2b;*/
    font-weight: bold;
}
.fa-times {
    color: red;
    font-weight: bold;
}
.toolbarcell 
{
   border:1px solid red;
}
.imgbox {
    display: grid;
    height: 80%;
    margin: 0;
    padding: 0;
}

.center-fit {
    max-width: 80%;
    max-height: 80vh;
    margin: auto;
}

#pagei {
    background-repeat: no-repeat;
    background-image: url('../../img/option 3.png');
    background-position:center;
    background-size:100% 100%;
    
}
.login-pos {
    margin-left:55%;
    margin-bottom:15%
}
.form-login
{
    background-color:transparent;
}
.toolicon 
{
    color:white;
  
}
.buttonicon {
    background-color:lightgray;
   
}
.header-label
{
    font-size:larger;
    width:50%
}
.roundtopleft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.roundtopright {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#offcanvas-sidebar {
    width: 20%;
    z-index: 991;
}
.submenucus
{
    margin:0;
    padding:0;
    padding-left:10px;
    width:100%;
    height:45px;
}
.submenucus li {
    display: block;
    float: left;
    padding: 0 1px;
    margin-top:10px;
        
}
.btn-cus
{
    position:static;
    
}
#hdlogo
{
    width:55%;
    padding-top:10px;
    padding-bottom:10px;
}
.submenubar
{
    width:70%;
    margin-left:30px;
}

.topname {
    margin-top: 35px;
    margin-left:10px;
}
.logoutbut {
    margin-right: -10px;
    margin-top: 35px;
    text-align: right;
}
.rcborder {
    border-color: #ba6949;
    border: 1px #ba6949 solid;
    border-radius: 25px;
    padding-right: 2px;
    margin-right: 15px;
}
.grouphd {
    margin-top: -42px;
    border-color: red;
    border: 1px #ba6949 solid;
    border-radius: 18px;
    padding-right: 8px;
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    margin-bottom: 5px;
    font-size: 16pt;
    font-weight: bold;
    position: absolute;
    min-width: 105px;
    text-align: center;
}

