/* --------------------------------------------------------
//  ACT SIX APPLICATION CSS
// ------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/*body {
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    margin-top: 86px;
    font-size: 18px;
}*/

/*footer {
    display: none !important;
}*/

/*p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    color: #666666;
}*/

div.page-header {
    margin-top: 0px;
}

textarea {
    resize: none;
}

.input-small {
	max-width: 100px;
}

.input-medium {
	max-width: 200px;
}

.input-large {
	max-width: 400px;
}

.form-control:focus {
    border-color: #243A76;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 102, 102, 0.6);
}

legend.section-title {
    color: #243A76;
    border: 0;
    font-weight: bold;
    padding-bottom: 5 px;
}

ol, ul {
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
    color: #971B21;
}

.page-copy {
  margin-bottom: 25px;
}

.instructions {
  padding-bottom: 10px;
}

.help-block.error, label.control-label.required:before, .crmEntityFormView .cell div.info.required label:after, .crmEntityFormView .cell div.info div.validators, .crmEntityFormView .validator-text, .crmEntityFormView .rank-order-cell .validator-text, .crmEntityFormView .constant-sum-cell .validator-text, .crmEntityFormView .stack-rank-cell .validator-text {
  color: #971B21;
}

/*.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
	padding:0px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}*/

#sidebarCollapse {
    padding: 10px 20px;
    font-size: 15px;
    background: #fbaf17;
    color: #fff;
}

.navbar-toggle .icon-bar {
    border: 1px solid #888;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.form-control {
    height: 55px;
    border: 1px solid #243A76;
}

.clearlookupfield .launchentitylookup {
    height: 55px;
    width: 55px;
}

.ui-state-default {
  background:none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #243A76;
}

.btn-default {
    border: 1px solid #243A76;
    color: #243A76;
}

    .btn-default:focus {
        border: 1px solid #243A76;
    }

    .btn-default:hover {
        border: 1px solid #243A76;
    }

.submit-btn {
    color: #FFF;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    background: #243A76 !important;
    padding: 20px 40px;
    border-color: #243A76 !important;
}

.submit-btn:focus
{
    background: #2B5151!important;
    border-color: #2B5151!important;
}

.submit-btn:hover
{
    background: #2B5151!important;
    border-color: #2B5151!important;
}

.btnInline {
    background: #fbaf17;
    border-radius: 3px;
    padding: 15px;
    color: #971B21;
    white-space: nowrap;
}

.btnInline:hover {
    background-color: #f9b62f;
    color: #971B21;
}

.btnActiveActionUrl {
    background: #fbaf17;
    border-radius: 3px;
    padding: 5px 15px;
    color: #971B21;
    white-space: nowrap;
}

.btnActiveActionUrl:hover {
    background-color: #f9b62f;
    color: #971B21;
}

.btnInctiveActionUrl {
    background: #6c757d;
    border-radius: 3px;
    padding: 5px 15px;
    color: #fff;
    opacity: .50;
}

.btnInctiveActionUrl:hover {
    color: #fff;
}

.sort-enabled a {
    color: #000;
}

.sort-disabled {
    color: #000;
}

.crmEntityFormView .cell {
    padding: 5px 0 15px 0;
}

.crmEntityFormView .cell.checkbox-cell:first-child {
    padding-bottom: 5px;
    margin-bottom: 0;
}

input::placeholder {
    color: black;
    opacity: 0.5;
}

input {
	text-decoration: none !important;
	font-size: 16px !important;
}

select {
    font-size: 16px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-family: Open Sans,arial,sans-serif;
    font-weight: 700;
    color: #243A76;
    text-transform: uppercase;
}

h1{
  font-size: 50px;  
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

.callout {
    color: #243A76;
}

.warning p {
	color: #971B21;
    font-weight: bold;
    margin-bottom: 30px;
}

.leader-text {
    font-weight: 400;
    font-family: Open Sans,arial,sans-serif;
    font-size: 24px;
    text-transform: none;
    line-height: 1.5;
    color: #243A76;
}

.btn-dark {
    color: #FFF;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    background: #082E3C;
    padding: 20px 40px;
}

    .btn-dark:hover {
        color: #fff;
        background: #001523;
        /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #e7742b99;*/
    }

.form-check {
    text-align: left;
}

    .form-check label {
        font-weight: 400;
    }

.jumbotron {
    background-color: #D6E0E0;
    background-size: cover;
    height: 100%;
}

    .jumbotron p {
        color: #243A76;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }

    .jumbotron h1 {
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #243A76;
    }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
    text-align: left !important;
}

#sidebar {
    min-width: 320px;
    max-width: 320px;
    background: #fff;
    color: #7C7C7C;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    z-index: 999;
}

    #sidebar a,
    #sidebar a:hover,
    #sidebar a:focus {
        color: inherit;
        border-radius: 30px;
    }

    #sidebar.active {
        margin-left: -320px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
        position: sticky;
        top: 0;
    }

    #sidebar ul.components {
        padding: 20px 0;
        
    }

    #sidebar ul p {
        color: #7c7c7c;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 12px 20px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #243A76;
            background: #D6E0E0;
            border-radius: 30px;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #243A76;
        border-radius: 30px;
    }

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    /*content: '\e259';*/
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    /*content: '\e260';*/
}

/*
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
*/

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

/*
a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
*/

#close button {
    display: none;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(52, 89, 100, 0.97);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }
	
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}


.page-header h1 {
    font-family: 'Open Sans';
}
/*----------------------------------------------------
    TABS
------------------------------------------------------*/

/* Tabs panel */
.tabbable-panel label {
    font-weight: 400 !important;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #FDDDC9;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #E7742B;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
                background: none !important;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/*----------------------------------------------------
    Progress Bar
------------------------------------------------------*/

.progress {
    width: 150px !important;
    height: 150px !important;
    line-height: 150px !important;
    background: none !important;
    margin: 0 auto;
    box-shadow: none !important;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 2px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards;
        }

    .progress .progress-value {
        width: 85%;
        height: 85%;
        border-radius: 50%;
        border: 2px solid #ebebeb;
        font-size: 32px;
        line-height: 125px;
        text-align: center;
        position: absolute;
        top: 7.5%;
        left: 7.5%;
    }

    .progress.blue .progress-bar {
        border-color: #049dff;
    }

    .progress.blue .progress-value {
        color: #049dff;
    }

    .progress.blue .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.8s;
    }

    .progress.yellow .progress-bar {
        border-color: #fdba04;
    }

    .progress.yellow .progress-value {
        color: #fdba04;
    }

    .progress.yellow .progress-left .progress-bar {
        animation: loading-3 1s linear forwards 1.8s;
    }

    .progress.pink .progress-bar {
        border-color: #ed687c;
    }

    .progress.pink .progress-value {
        color: #ed687c;
    }

    .progress.pink .progress-left .progress-bar {
        animation: loading-4 0.4s linear forwards 1.8s;
    }

    .progress.green .progress-bar {
        border-color: #1abc9c;
    }

    .progress.green .progress-value {
        color: #1abc9c;
    }

    .progress.green .progress-left .progress-bar {
        animation: loading-5 1.2s linear forwards 1.8s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -320px;
        margin-top: -15px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }

    #close button {
        display: all;
    }

    #applicationProgress, p.leader-text {
        display: none;
    }

    ul.list-unstyled.components, #sidebar header {
        padding: 0 !important;
    }

    div.sidebar-header {
    	padding-top: 0 !important;
    }

    div.text-center h2 {
    	margin-top: 0 !important;
    }
}

/* --------------------------------------------------
    UTILS
-----------------------------------------------------*/

.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}

.br-30 {
    border-radius: 30px;
}

.br-50 {
    border-radius: 50%;
}

.p-0 {
    padding: 0px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pr-10 {
    padding-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-70 {
    margin-top: 70px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

input[type=checkbox] {
    visibility: hidden;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=checkbox]:after {
    display: block;   
    content: "";
    visibility: visible;
    background: #D6E0E0;
	border-radius: 1px;
	box-sizing: border-box;
	box-sizing: content-box ;
	transition: all .3s linear;
    display:inline-block;
    line-height: 1.3em;
    border: 2px solid #ccc;
    width: 1.3em;
    height:1.3em;
    margin-right: 0.3em;
    text-align: center;
}

input[type=checkbox]:checked:after {
    content: '\2713';
    background: #243A76;
    color:#fff;
}

.checkbox-cell >.info label{
    padding-left: 15px;
}

input[type="radio"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: #D6E0E0;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	box-sizing: content-box ;
	width: 15px;
	height: 15px;
	border: 3px solid #cccccc;
	transition: all .3s linear;
}

input[type="radio"]:checked {
  background-color: #243A76;
}

input[type="radio"]:focus {
  outline: 0 none;
  box-shadow: none;
}

.picklist> label {
    padding: 0 20px 0 5px;
}

div.message.success {
    background-color:#D6E0E0;
    border-color:#D6E0E0;
}

#messagelabel {
    color:#243A76 !important;
}

.validation-summary {
	background-color: #f5e8e9;
	border-color: #f5e8e9;
	border-radius: 3px;
}

.validation-header
{
  color: #333 !important;
}

.validation-summary a {
	color: #971B21 !important;
}

.validation-summary p {
	color: #971B21 !important;
}

.fa-info-circle {
	display: none;
}

div.info.required legend.section-title:after {
	content:' *';
	color: #971B21;
}

.textcount {
    color: #666;
    font-size: 14px; 
    text-align: right;
    padding-right: 5px;
}

.at-limit {
    color: #971B21;
    background-color: #ead1d3;
}
@media (max-width: 767px) {
    .crmEntityFormView .cell {
        margin-bottom: 0px !important;
    }
}