.w-100{
    width: 100%;
}

.userlogged {
    width: auto;
    margin: 0px 0 0 12px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    cursor: pointer;

    position: relative;
}

.userlogged .click {
    /*background: #00aff0;*/
    padding: 0px;
    margin: 0px;

    position: relative;
    z-index: 4;

}

.userlogged .click div {
    width: 48px;
    height: 48px;

    display: inline-block;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 50%;

    float: left;
    margin-right: 12px;
    border: 1px solid #eee;
}

.userlogged .click span {

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.userlogged .click i {
    margin-left: 6px;
    color: #ff7e00;
}

.userpanel {
    display: none;
    min-width: 300px;
    max-width: 100%;

    background: #fff;

    /*border: 1px solid #eee;*/
    border-top: 0;

    position: absolute;

    top: 66px;
    right: 0;

    z-index: 103;

    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    border: 7px solid #eceff1;
}

.userpanel:before {

    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 10px solid #eee;

    content: " ";
    position: absolute;

    top: 00px;
    right: 50%;

    margin-right: -15px;

    display: none;
}

.userpanel .head {
    padding: 16px;
    background: #ff7e00;
}

.userpanel .head:after {
    clear: both;
    content: ' ';
    display: block;
    width: 100%;
}

.userpanel .head div {
    width: 40px;
    height: 40px;

    display: block;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 50%;

    float: left;

    margin-right: 16px;

    border: 2px solid white;
}

.userpanel .head a {
    padding: 0;
}

.userpanel .head h3,
.userpanel .head h4 {

    float: left;

    width: calc(100% - 56px);

    text-align: left;

    margin: 0;

}

.userpanel .head h3 {
    color: #fff;

    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;

}

.userpanel .head h4 {
    color: #fff;
    opacity: 0.7;

    font-weight: 300;

    font-size: 14px;
}

.userpanel .body {
    padding: 0px;
    background: #1f2e44;
}

.userpanel .body ul {
    list-style: none;
    margin: 0;
    padding: 0;

    float: none;

}

.userpanel .body li {
    width: 100%;
    background-color: #fff;
}

.userpanel .body a {
    display: inline-block;
    width: 100%;
    height: auto;

    padding: 14px 16px !important;

    text-align: left;

    font-size: 14px;

    color: #777 !important;

    margin: 0 !important;
    border: none !important;

    border-radius: 0;

    line-height: 20px;

    background-color: #fff;
}

.userpanel .body a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #454545 !important;

    text-decoration: none;
}

.userpanel .body a .badge {
    background: #1bc8bd;
    color: white;

    float: right;

    font-weight: 300;

    padding: 6px 10px;
}

.userpanel .foot {

    padding: 16px;
    background: #1bc8bd;

    /*position: absolute;*/

    bottom: 0;

    width: 100%;

    color: #fff;

    font-weight: 500;

    line-height: 20px;

    text-align: center;


    display: inline-block;

    float: left;

    border-top: 7px solid #eceff1;
}

.userpanel .foot a {
    color: #ffffffaa;

    position: relative;

    padding-left: 28px;

    display: inline-block;
    width: 100%;

    text-decoration: none;
}

.userpanel .foot i {
    color: white;
    font-size: 20px;

    position: absolute;

    left: 0;
}

.userlogged h5 {
    font-weight: normal;

    color: black !important;
    font-size: 16px;
    /*margin: 7px 0 7px 7px;*/
    margin: 0;
    float: right;
    line-height: 47px;

    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
    .userpanel {
        right: 15px;
    }

    .userpanel:before {
        right: 30px;
    }
}


@media screen and (min-width: 992px) {

    header .row {
        position: relative;
    }

    header .menu-div {
        position: absolute;
        right: 0 !important;
    }
    header .menu-div > ul{
        width: 100%;
    }

    header .menu-div > ul > li:nth-child(1) {
        max-width: calc(100% - 192px) !important;
        text-align: right;
        float: right;
    }

    header .menu-div > ul > li:nth-child(1) > a {
        width: 100%;

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    header .menu-div > ul > li:nth-child(2) {
        width: 180px !important;

    }

}

.white-block {
    padding: 50px;
    background-color: #fff;
    line-height: 2em;
}
@media screen and (max-width: 992px) {

    .white-block {
        padding: 35px 20px;
    }
}
@media screen and (min-width: 993px)  and (max-width: 1200px) {

    .white-block {
        padding: 35px;
    }
}


.dl-horizontal dl{

    width: 100%;

    height: 44px;
    line-height: 44px;
}
.dl-horizontal dt{
    width: 180px;
    display: inline-block;
    float: left;

    color: #454545;
}
.dl-horizontal dd{
    width: calc(100% - 180px);
    margin: 0;
    display: inline-block;

    float: left;

    color: #b8b8b8;
}

.small-title{
    height: 65px;
    line-height: 65px;
    width: 100%;
    display: block;
    font-weight: 900;
    font-size: 24px!important;
    position: relative;
    float: left;
    margin: 0 0 8px !important;
    padding: 0!important;
}

.small-title span{
    color: #1bc8bd;
}


.file_uploader {

    display: block;
    float: left;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0;
    outline-style: none;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;

    position: relative;

    border-radius: 0px;

    color: #fff;
    background-color: #ed1c24 !important;

    height: 47px;

}

.file_uploader:hover {
    background-color: #ed1c24 !important;

}

.file_uploader input[type="file"] {
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    position: absolute;

    margin: 0;
    padding: 0;
    border: 0;

    width: 100%;
    height: auto;

    cursor: pointer;
}


.row-nice-input {
    position: relative;

    margin: 0 auto 12px;
    display: inline-block;
    width: 100%;
    float: none;

}

.row-nice-input input,
.row-nice-input textarea{
    padding: 27px 16px 9px 14px !important;
    font-size: 18px !important;
    font-weight: bold;
    border-radius: 6px !important;
    border: 1px solid rgb(206, 208, 212) !important;
    width: 100%;

    max-width: 100%;

    box-sizing: border-box !important;


    transition: all .2s !important;
    will-change: border-color;

    background-color: #fff!important;

    text-indent: 0!important;

    margin-bottom: 0!important;
}

.row-nice-input textarea {
min-height: 150px;
}
.row-nice-input input {

    height: 60px !important;
}

.row-nice-input select {
    padding: 27px 16px 9px 10px !important;
    height: 60px !important;
    border: 1px solid rgb(206, 208, 212) !important;

    font-weight: 700;

}
.row-nice-input label:not(.radio-label) {
    position: absolute;

    left: 14px;
    top: 17px;

    font-size: 16px;


    color: #333;

    transition: all .2s;
    will-change: translatex, translatey, scale, color;
}

.row-nice-input input:not(:placeholder-shown),
.row-nice-input textarea:not(:placeholder-shown),
.row-nice-input input:focus,
.row-nice-input textarea:focus{
    outline: none;
    box-shadow: none !important;
}
.row-nice-input input:focus,
.row-nice-input textarea:focus {
    border: 1px solid #aaa !important;
}
.row-nice-input select ~ label,
.row-nice-input label ~ label:not(.radio-label),
.row-nice-input input:not(:placeholder-shown) ~ label,
.row-nice-input input:focus ~ label,
.row-nice-input textarea:not(:placeholder-shown) ~ label,
.row-nice-input textarea:focus ~ label {
    color: #777;

    /*font-size: 11px;*/

    transform:  translatey(-12px) scale(0.8) translateX(-13%) ;
}


.row-nice-input .input-files ~ label{
    position: absolute;
    left: 0;
    top: 0;
}

.row-nice-input .radio-label{
    margin-top: 25px;
    display: inline-block;
}
.row-nice-input .radio-label:first-of-type{
    margin-left: 12px;
}



.close-x {

    position: absolute;
    top: 10px;
    right: 5px;

    color: #ffffff;

    /*opacity: .5;*/

    height: 25px;
    width: 25px;

    border: none;
    background: none;
    outline: none;

    z-index: 4;
    transform: rotate(45deg);
    cursor: pointer;
}

.close-x:focus {
    outline: none;
background: transparent;
}

.close-x:before,
.close-x:after {

    position: absolute;

    top: 50%;
    left: 0;

    display: block;
    content: "";

    height: 2px;
    width: 100%;

    background: #fff;
}

.close-x:before {
}

.close-x:after {
    transform: rotate(-90deg);
}

.close-x:hover {
    opacity: 1;
}