/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe!important;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40rem;
}
.modal-content-captcha {
    background-color: #fefefe!important;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 21.5rem;
}
.modal-content p#header-text{
    font-size: 18px;
}

.f_link {
    font-weight: bold;
}



ul{
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}


ul li{
    position: relative;
    float: left;
    width: 100%;
}

ul li input[type=radio]{
    display: none;
}

ul li label{
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 1rem;
    padding: 21px 20px 21px 62px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}


ul li .check {
    display: block;
    position: absolute;
    border: 1px solid #00ADED;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;

}


input[type=radio]:checked ~ .check {
    border: 1px solid #00ADED;
}

input[type=radio]:checked ~ .check::before{
    background: #00ADED;
}

input[type=radio]:checked ~ label{
    /* color: #0DFF92; */
}
.modal-content h3 {
    font-size: 1.9rem;
    font-weight: 500;
    padding-bottom: 1rem;
}
.header-text{
    line-height: 2.5;
}
.modal-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:flex-end;
}
.btn_modal_validate {
    height: 43px;
    width: 87px;
    color: #FFF;
    background-color: #00ADED;
    font-weight: 600;
    border: medium none;
    font-size: 18px;
    margin-left: -2px;
    outline: 0px none;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px 4px 4px 0px;
    box-sizing: content-box;
    vertical-align: middle;
}

.input-group {
    box-sizing: border-box;
    border-collapse: separate;
    vertical-align: middle;
    display: table;
    height: 40px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 3rem;
}
.input-group-addon{
    display: table-cell;
    background-color: #d2f2ff;
    height: 40px;
    border-radius: 3px 0 0 3px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #85d6f4;
    -webkit-user-select: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 400;
    font-size: 16px;
}
#input-input-err {display: table-row-group;}
#input-input-err div.error {position: absolute;}
.input-btn {
    display: table-cell;
}
.input-inp{
    display: table-cell;
    border-top: 1px solid #85d6f4;
    border-bottom: 1px solid #85d6f4;
}
#link {
    height: 40px;
    font-size: 16px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    vertical-align: middle;
    font-weight: 400;
    box-sizing: content-box;
    width: 326px;
}
#div_ping {
    height: 45px;
    position: relative;
    bottom: 0.7rem;
}
.ping-recourse {
    float: right;
    border-radius: 4px;
}
#http_status{
    display: inline-block;
    float: right;
}
span.modal_ico{float: left;    margin-right: 1rem;}
.input-btn button.collecticon {
    float: none;
    top: initial;
}

.create:hover, .btn_modal_validate:hover, .log_out:hover{ background-color: #0094cb}
.create:active, .btn_modal_validate:active, .log_out:active{ background-color: #00ADED}
.bnt_cancel:hover{background-color:#888}
.bnt_cancel:active{background-color:#999}
form label {
    display: block;
    margin-top: 2rem;
}

form label textarea {
    width: 583px;
    display: block;
    border: 1px solid #85d6f4;
    margin-bottom: 1rem;
    font-size: 18px;
    resize: none;
    padding: 0.5rem;
    margin-top: 0.5rem;
    font-family: 'Open Sans', sans-serif!important;
}

#target{
    width: 560px;
    height: 40px;
    font-size: 16px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #85d6f4;
    vertical-align: middle;
    font-weight: 400;
    box-sizing: content-box;
    margin-top: 0.5rem;
}

label.lab_link{
    display: inline-block;
    background-color: #d2f2ff;
    height: 42px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #85d6f4;
    vertical-align: middle;
    /*box-sizing: content-box;*/
    -webkit-user-select: none;
}

.lab_link input {
    height: 40px;
    font-size: 16px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-left: 1px solid #85d6f4;
    vertical-align: middle;
    font-weight: 400;
    /*box-sizing: content-box;*/
    width: 385px;
}
.bnt_cancel {
    height: 40px;
    color: white;
    background-color: #999;
    font-weight: 600;
    font-size: 18px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    border: 0 solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    font-family: inherit;
    margin-right: 1rem;
}
.btn_confirm, .create, .log_out {
    color: white;
    background-color: #00ADED;
    font-weight: 600;
    font-size: 18px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    border: 0 solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    font-family: inherit;
}
#err_short, #err_target {
    color: red;
    margin-top: 0.5rem!important;
}
/*form#form_new_link div {width: 601px; margin-top: 1.5rem;}*/
div#err_short, #err_target {
    height: 19px;

}