@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

a.text-info {
	color: #0f6674 !important;
}

/* a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
  border-color: #80bdff;
} */

.btn:focus, .btn.focus {
	border-color: #4d90fe;
    outline: none;
    box-shadow: 0 0 0 .15rem #4d90fe;
}

.btn.disabled, .btn:disabled {
  opacity: 0.70;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: black;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #208836;
  border-color: #208836;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #208836;
  border-color: #208836;
}

.btn-info {
  color: #fff;
  background-color: #118292;
  border-color: #118292;
}

.btn-info:hover {
  color: #fff;
  background-color: #0A4B57;
  border-color: #0F7685;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0F7685;
  border-color: #0F7685;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0F7685;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #0F7685;
}

.toggleNavImg{
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
}

.display-4{
    font-family: "Segoe UI", "sans-serif" !important;
    font-size: 3rem !important;
}

.display-2{
    font-family: "Segoe UI", "sans-serif" !important;
    font-size: 1.2rem !important;
}

.border-3 {
    border-width:3px !important;
    border-color: white;
}

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.invalid-feedback{
    font-size: 100% !important;
}

* {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
}

.modal-800{
    width: 800px;
}

#workflowButton{
     background-color: #705200;
     color: white;
     width: 60%;
     min-height: 70px;
 }

#workflowButton:hover{
    background-color: #705200;
    color: white;
    width: 60%;
    min-height: 70px;
}


.colorGradient {
    background: linear-gradient(132deg, #926e00, #1665c1);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;
}

.meetingFrame{
    width: 850px;
    height: 90%;
    background-color: rgba(0,0,0,0.65);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    padding: 40px;
    max-width:100%;
    max-height:100%;
    overflow:hidden;
    border: none;
}

eomtitle {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%) translateY(-50%);
    font-family: Open Sans, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    padding: 5px;
}

.eoTitle{
    display: inline-block;
    font-weight: 800;

}

@keyframes BackgroundGradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

.centering {
    justify-content:center;
}

.no-data {
    display: none;
    text-align: center;
}

.note .columnContent, .note .columnContent a{
    font-weight: 700 !important;
}

.note A.pageSubNavTxt{
    color: #176b81 !important;
    text-decoration: underline !important;
}


.trashIcon path{
    fill: tomato;
}

.pdfIcon path{
    fill: tomato;
}

.whiteIcon path{
    fill: white;
}

.toggleNavImg path{
    fill: #17a2b8;
}

#attendeeName{
    color: #17a2b8 !important;
}

.info{
    color: #7b8993 !important;
    font-size: 2rem !important;
}

.info-title{
    color: #7b8993;
}

.preview{
    width: 50px;
    height: 50px;
}

.progress {
    height: 5px; !important;
}

#drop-area {
    border: 4px dashed 	#D3D3D3 !important;
    border-radius: 0px !important;
}

#drop-area:before {
    content: "" !important;
    font-size: 2rem !important;
    font-family: "Roboto", sans-serif !important;
    color: #D3D3D3 !important;
}

#drop-area.blank:before {
    content: "Drag and upload files" !important;
    font-size: 2rem !important;
    font-family: "Roboto", sans-serif !important;
    color: #D3D3D3 !important;
}

#drop-area.warning:before{
    content: "You can upload up to " attr(maxFileNum) " files. Please remove some of the files below if you would like to upload more." !important;
    color: tomato !important;
    font-size: 1rem !important;
    font-family: "Roboto", sans-serif !important;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

.gray{
    background-color: lightgray;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.dimmed {
    position: relative;
    text-align: center;
    border-radius: 20px;
    max-height: 100px;
}

.dimmed:after {
    content: attr(message);
    z-index: 10;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #002752;
    opacity: 0.9;
    color: tomato !important;
    font-size: 1rem !important;
    font-family: "Roboto", sans-serif !important;
    border-radius:10px;
    /*left: 0px; */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .dimmed:after {
        left: 0px !important;
    }
}

.rounded-list p{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list p:hover{
    background: #eee;
}

.rounded-list p:hover:before{
    transform: rotate(360deg);
}

.rounded-list p:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: square; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    /*font-family: "Roboto", sans-serif !important;*/
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rectangle-list p{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-out;
    background: transparent;
}

.rectangle-list p:hover{
   /* background: #eee;*/
}

.rectangle-list p:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #d39e00;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list p:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list p:hover:after{
    left: -.5em;
    border-left-color: #d39e00;
}

.virusFlag_Y td{
    text-decoration: line-through;
    color: grey
}

.table th, .table td{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    max-width: 150px;
    overflow-wrap: break-word;
    text-overflow: inherit;
}

.badge-normal{
    font-size: 100% !important;
    border-radius: 0.75rem !important;
}

#headingOne[aria-expanded="true"] .toggleNavImg:before{
    content: url(../Images/caret-up.svg);
}

#headingOne[aria-expanded="false"] .toggleNavImg:before {
    content: url(../Images/caret-down.svg);
}

#headingOne:hover{
    background-color: #C1D9DC;
}

#headingOne{
    background-color: #E8FCFF;
}


#searchIcon:hover{
    border-color: #a8a8a8;
    color: white;
    background-color: rgba(0,0,0,0.6);
}

.disabled{
    pointer-events: none;
    cursor : not-allowed !important;
}

/*Below is chart style*/
.blue-bg {
    background-color: white;
    color: #17a2b8 !important;
    height: 100%;
}

.circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #17a2b8 !important;
    color: white;
    max-height: 50px;
    z-index: 2;
}

.how-it-works.row {
   display: flex;
}
.how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}
.how-it-works.row .col-2::after {
    content: "";
    position: relative;
    border-left: 3px solid #17a2b8 !important;
    z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: -22px;
    top: 30%;
}
.how-it-works.row .col-2.fullRight::after {
    height: 100%;
    left: -25.5;
    top: 0;
}

.how-it-works.row .col-2.fullLeft::after {
    height: 100%;
    left: -22px;
    top: 0;
}
.how-it-works.row .col-2.top::after {
    height: 50%;
    left: -22px;
    bottom: 30%;
}

.timeline div {
    padding: 0;
    height: 40px;
    color: #17a2b8;
}
.timeline hr {
    border-top: 3px solid #17a2b8;
    margin: 0;
    top: 17px;
    position: relative;
}
.timeline .col-2 {
    display: flex;
    overflow: hidden;
}
.timeline .corner {
    border: 3px solid #17a2b8;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.timeline .top-right {
    left: 50%;
    top: -50%;
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.g-recaptcha iframe{
    height: 100px !important;
}

#workflowModal{
    min-width: 400px;
}

#workflowModal h5{
    color: #0e4d5b;
    font-weight: bold;
}

#workflowModal p{
    color: #17a2b8;
}

#workflowModal a{
    color: #9d7100 !important;
    text-decoration: underline !important;
}

.description {
    color: #0C626E;
}

#documentList a, #attendeeList a{
    color: #0C626E !important;
    text-decoration: underline !important;
}
/*ripple style*/

.circle-ripple {
    background-color: #17a2b8;
    border-radius: 50%;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.3), 0 0 0 0.5em rgba(23, 162, 184, 0.3), 0 0 0 1.5em rgba(23, 162, 184, 0.3), 0 0 0 3em rgba(23, 162, 184, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0.5em rgba(23, 162, 184, 0.3), 0 0 0 1.5em rgba(23, 162, 184, 0.3), 0 0 0 3em rgba(23, 162, 184, 0.3), 0 0 0 4.5em rgba(23, 162, 184, 0.3);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.3), 0 0 0 0.5em rgba(23, 162, 184, 0.3), 0 0 0 1.5em rgba(23, 162, 184, 0.3), 0 0 0 3em rgba(23, 162, 184, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0.5em rgba(23, 162, 184, 0.3), 0 0 0 1.5em rgba(23, 162, 184, 0.3), 0 0 0 3em rgba(23, 162, 184, 0.3), 0 0 0 4.5em rgba(23, 162, 184, 0.3);
    }
}