:root {
    --main-color: #FAA823;
	--part-color: #0097E8;
    --color-white: #fff;
    --color-black: #333;
    --color-gray: #75787b;
    --color-gray-light: #bbb;
    --color-gray-disabled: #fde4bd;
    --color-green: #53a318;
    --color-green-dark: #383;
    --font-size-small: .75rem;
    --font-size-default: .875rem;
}
sup{
    font-size: 70% !important;
}
.mod-back {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
}
.mod-container.part, .outside-border-gray{
    border: 2px solid darkgray;
}
.mod-container {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    border: 2px solid var(--main-color);
    box-shadow: #000000 1px 5px 14px;
    padding: 20px;
    text-align: center;
    min-height: 180px;
}
.mod-container-sepa {
    
    text-align: center;
    max-height: 100vh;
    overflow-y: auto;
}
.mod-container-sepa .sepaSecondStep .mod-sepa-row{
   font-size: 90%;
}
.mod-container-sepa .sepaSecondStep .mod-sepa-row:nth-last-child(2){
    font-size: 70%;
}

.mod-container-sepa>span{
    text-align: left;
}
.mod-header {
    display: block;
    width: 100%;
    
    color: #0097E8;
    text-align: left;
}
.mod-sepa-header {
    display: block;
    width: 100%;
    
    color: #707070;
    font-size: 85%;
}
.mod-sepa-header.big {
    margin-top: 20px;
    font-size: xx-large;
}
.mandat-ref {
    
    font-weight: bold;
}
.mod-sepa-header.logo {
    margin-bottom: 10px;
    height: 120px;
    background-image: url('../img/logo-color.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mod-sepa-row {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.mod-sepa-row.left {
    text-align: left;
    font-size: small;
    color: #707070;
    font-weight: normal;
    line-height: 1.2em;
}
.mod-sepa-label {
    color: #707070;
    font-size: small;
    text-align: left;
    display: block;
    padding-left: 3px;
}
.mod-sepa-button {
    width: 100%;
    height: 35px !important;
    
}
.adress-main {
    
}
.mod-sepa-row-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #707070;
    font-size: 120%;
    margin-bottom: 15px;
}
.coordinate-display {
    display: table;
    border-collapse: collapse;
    border: none;
    width: 100%;
}


.coordinate-display tr td {
    height: 16px;

    text-align: left;
    
    padding: 0;
    color: #707070;
    font-weight: normal;
}
.coordinate-display tr td:first-child {
    font-weight: bold;
    width: 40%;
}
.mod-sepa-row-header .mod-sepa-header-link {
    color: #3473FF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}
.mod-sepa-row-header .mod-sepa-header-link:hover {
    color: rgb(107, 152, 250);
}
.mod-header.logout {
    margin-top: 20px;
    text-align: center;
}
.mod-content {
    display: block;
    width: 100%;
    
}
.mod-content ul {
    padding-left: 20px;
}
.mod-content ul li {
    list-style-type: disc;
    text-align: left;
    font-size: small;
}
.mod-information {
    display: block;
    width: 100%;
    height: 50px;
    
    color: #3C3C3C;
}
.tick-container {
    width: 80px;
    height: 80px;
    position: relative;
    margin: auto;
    border-radius: 50%;
    border: #00D808 3px solid;
}
.tick-container .tick-1 {
    width: 25px;
    height: 3px;
    background-color: #00D808;
    position: absolute;
    left: 11px;
    top: 45px;
    transform: rotate(45deg);
}
.tick-container .tick-2 {
    width: 40px;
    height: 3px;
    background-color: #00D808;
    position: absolute;
    left: 26px;
    top: 40px;
    transform: rotate(135deg);
}
.margin-top-15px{
    margin-top: 15px!important;
}.margin-right-5px{
    margin-right: 5px!important;
}
.margin-top-30px{
    margin-top: 30px!important;
}
.has-success>input,.has-success>select,.has-success>textarea{
    border: #00bfa5 1px solid!important;
    color: #00bfa5!important;;
}
.has-error>input,.has-error>select,.has-error>textarea{
    border: #d35400 1px solid!important;
    color: #d35400!important;
}
.is-success{
    border: #00bfa5 1px solid!important;
    color: #00bfa5!important;;
}
.is-error{
    border: #d35400 1px solid!important;
    color: #d35400!important;
}
.is-danger{
    color: #d35400!important;
}
.max-widh-90p{
    max-width: 90%;
}
.margin-bottom-50px{
    margin-bottom: 50px !important;
}
.margin-bottom-30px{
    margin-bottom: 30px!important;;
}
.margin-bottom-15px{
    margin-bottom: 15px!important;;
}
.margin-bottom-100px{
    margin-bottom: 100px!important;;
}
.margin-right-15px{
    margin-right: 15px;
}
.text-advertised{
    font-size: 12px;
    color: #e8e8e8;
    float: right;
    padding: 3px;
}
.break-word{
word-wrap: break-word;
}
.text-stormeo-blue{
    color: #0097E8;
}
.bg-stormeo-blue{
    background-color: #0097E8;
}
.bg-stormeo-blue:hover{
    color: #ffffff;
    background-color: rgb(76, 192, 254);
}
.modalSuccessProjetList{
    
    font-size: 16px;
    font-weight: normal;
    color: #707070;
    text-align: left;
    padding: 0 65px 0 65px;
}
.modalSuccessProjetThanks{
    font-size: large;
    
    color: #707070;
    font-style: inherit;
    font-weight: bold;
}
.btn-long{
   padding-right: 25%;
   padding-left: 25%;
}
#modalSepa h6{
    
    font-size: 18px;
    color: #707070;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 50px;
}
.bg-yellow-true{
    background-color: #FDC92C;
}
.bg-yellow-true:hover{
    background-color: #FDD65F;
}
.text-white{
    color: white;
}
.text-stormeo{
    color: #FAA823;
 }
.text-style.disabled{
    cursor: not-allowed!important;
    background-color: #ecf0f1;
}
.font-normal{
    font-weight: normal;
}
#modalSepa button.disabled{
    background-color: lightgrey!important;
    cursor: not-allowed!important;
}
.text-italic{
    font-style: italic;
}
.wrapper {
    text-align: center;
}
.wrapper.main-button-s {
    position: absolute;
}
.height-auto{
    height: auto!important;
}
.text-xx-large{
    font-size: 60px
}
.swal-footer{
    text-align: center;
}
.swal-button{
   padding: 10px 40px;
}
.rotated {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}
.tooltips {
    position: relative;
    display: inline;
}
.tooltips span {
    position: absolute;
    width:200px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    font-size: small;
}
.tooltips span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-left: 8px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.tooltips:hover span {
    visibility: visible;
    opacity: 0.8;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 15px;
    z-index: 999;
}
.btn-confirm-domain{
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border: 1px solid #CCCCCC!important;
    color: white;
    background-color: #CCCCCC;
    border-color: lightgrey;
    font-weight: bold;
    font-size: larger;
}
.btn-confirm-domain:focus,.btn-confirm-domain:hover{
    color: white;
}
.btn-confirm-domain.enabled{

    background-color: #FAA823;
    border-color: #FAA823;
}
.domains-table {
    max-height: 180px;
    overflow-y: scroll;
    display: block;
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.swal2-popup {
    font-size: 1.6rem !important;
}
.text-underline{
    text-decoration: underline!important;
}
.btn-normal{
    color: white;
    background-color: #CCCCCC;
    border-color: lightgrey;
    font-weight: bold;
    font-size: larger;
    width: 75px;
}
.btn-normal:focus{
    color: white;
}
.btn-normal:hover{
    color: white;
    background-color: lightgrey;
    border-color: lightgrey;
}
.input-special{
    background-color: #f6f6f6;
    color: #3E3E3E;
    border-radius: 0;
    border: #CCCCCC 1px solid;
    padding-left: 5px;
    margin-right: 10px;
    height: 30px;
    width: 280px;
}
.bg-light-gray{
    background-color: #EAEAEA;
}
.alert-success-s{
    background-color: #85CC50;
    color: white;
    padding: 2%;
    font-weight: bold;
    margin-top: 30px;
}
.mod-container-contrat {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 50%;
    top: 20%;
    left: 25%;
    background-color: white;
    box-shadow: #000000 1px 5px 14px;
    padding: 20px;
    text-align: center;
    border: 4px solid #EBEBEB;

}
.height-55px{
    height: 55px!important;
}
#projetsTable tbody tr{
    cursor:pointer;
}
.input_file_config{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

