.font-size-h1 {
    font-size: 18px;
}

.text-green {
    color: #69c6ba;
}

.text-red {
    color: #ee929b;
}

.bg-green {
    background-color: #5caea3;
    color: white;
}

.bg-red {
    background-color: #830c15;
}

.dc-button--raised {
    background-color: #c62631;
}

@media print {
    .form {
        display: none;
    }
    .btn{
        display: none;
    }

    .print{
        display: none;
    }


}

@media download {
    .form {
        display: none;
    }

}

.border-black {
    border: 1px solid #737674;
    margin-left: 2px;
    margin-right: 2px;
}

.td-25 {
    width: 25%;
}

.td-50 {
    width: 50%;
}

.td-100 {
    width: 100%;
}

.tm-down-arrow-link {
    color: white;
    background-color: #c62631;
    border-radius: 50%;
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
}

.btn-primary {
    background: #704799;
    color: white;
    border: none;
    border-radius: 0;
    outline: none;
}

/*.nav-link.active, .nav-link:hover {	color: #c62631;	}*/

/*.bg-black{*/
/*    background: rgba(0, 0, 0, 0.7);*/
/*}*/
/*.navbar-toggler {*/
/*    border-color: #c62631;*/
/*    border-radius: 0;*/
/*    cursor: pointer;*/
/*}*/
/*.navbar-toggler-icon{*/
/*    color: #c62631;*/
/*}*/
/*.navbar-toggler-icon {*/
/*    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(250 , 50, 100)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
/*}*/
/*.tm-btn-search:hover,*/
/*.tm-btn-search:active,*/
/*.tm-btn-search:focus {*/
/*    background: black;*/
/*}*/
/*.tm-down-arrow-link:hover,*/
/*.tm-down-arrow-link:focus {*/
/*    color: #c62631;*/
/*    background-color: white;*/
/*}*/
/*.form-control:focus{*/
/*    border:1px solid #c62631;*/
/*    box-shadow: 0 0 0 0.1rem #c62631;*/
/*}*/
/*.tm-bg-primary{*/
/*    background: #82131a;*/
/*}*/

/*.text-justify{*/
/*    text-align: justify;*/
/*    text-justify: inter-word;*/
/*    line-height: 1.8;*/
/*}*/

.bg-dark-blue {
    background-color: #0e95d2;
}


.text-secondary {
    color: #94614f;
}
.bg-secondary {
    color: #94614f;
}

.fs-3 {
    font-size: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}


.ajs-ok {
    background-color: #52c57e;
    border: solid #52c57e 1px;
    color: white;
}

.ajs-cancel {
    background-color: #be4414;
    border: solid #be4414 1px;
    color: white;
}


.hidden {
    display: none;
}

.show {
    display: block;
}

.big-checkbox {
    width: 50px;
    height: 30px;
}

svg {
    color: white;
}

.bg-black-blue{
    background-color: #023d5d
}

.alertify .ajs-body{
    font-family: Roboto, sans-serif;
    color: #000;
    text-align: center;
}
.alertify .ajs-header {
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 6px 6px 0 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    text-align: center;
}
.bg-purple{
    background-color: #634893;
    border-radius: 5px;
}
.bg-blue{
    background-color: #4990dc;
}
.bg-gray{
    background-color: #f1eeee;
}

.text-blue{
    color: #4990dc;
}
.select2-results__option{
    background-color: #72869c;
}
