@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

.pointer:hover{
    cursor: pointer;
}

body{
    font-family: 'Montserrat', sans-serif;
}

input[type="radio"], input[type="checkbox"]{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.dropdown-item:hover{
    background-color: #114161;
    cursor: pointer;
}

.borderless tr{
    border-top: hidden;
}

.btn:focus{
    outline: none !important;
}

.btn-site{
    background-color: #114161;
    color: white;
    border: 0;
}

.btn-site:hover{
    background-color: rgb(0, 112, 112,0.8);
    border: 0;
}

.btn-site:focus{
    background-color: #114161;
    outline: none !important;
    box-shadow: none;
}

.btn-outline-site, .btn-outline-disabled{
    border: 2px solid #114161;
    color: #114161;
}

.btn-outline-site:hover{
    background-color: #114161;
    color: white;
}



.btn-default{
    background-color: white;
    color: black;
}

.multiline-button{
    background-color: #114161;
    color: white;
    height: 40px;
}

.panel{
    background-color: white;
    border-radius: 8px;
    padding: 20px 20px;
}
.btn:not(.btn-sm) {
    min-height: 40px;
}
.btn-outline-success{
    border:2px solid#114161;
    color :#114161;
}

.btn-outline-success[disabled]{
    border:2px solid#114161;
    color :#114161;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:visited,
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:visited{
    background-color: #114161;
    border: #114161;
}

.btn-outline-success[disabled]:hover{
    border:2px solid#114161;
    color :#114161;
}

.form-notice{
    color: red;
    font-size: 13px;
}

.form-action{
    margin-top: 20px;
}

.form-control:focus,
.uneditable-input:focus {   
  border-color: #114161;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #114161;
  outline: 0 none;
}

textarea{
    resize: none
}

.input-error{
    border: 2px solid red;
}

.notice-text{
    color: red;
    font-size: 14px;
}

.form-section-title{
    color: #114161;
    font-size: 20px;
    font-weight: bold;
}

#tag_holder{
    height:150px;
    overflow-y:scroll;
    padding: 6px;
}

.tag_content{
    display: inline-block;
    background-color: #676d6d;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 8px;
    margin-right: 5px;
}

.tag_content.tag_selected{
    background-color: #114161;
}

.tag_content_mini{
    display: inline-block;
    background-color: #114161;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 4px;
}

.disabled-link{
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

/* Modals styles */
.modal-exlg{
    max-width: 95% !important;
}


/* other */
@media (min-width:380px) and (max-width:800px) {
    .squised-div{
        text-align: center;
        /* width: 100%; */
    }

    .squised-div a, .squised-div button {
        margin-bottom: 5px;
        width: 100%;
    }
}​

.inprogress-of-population{
    background-color: #1fb5ac;
}


.form-submit {
    min-width: 220px;
}