@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.avatar {
    width: 70px;
    height: 70px;
}

.avatar img {
    width: 50px;
    height: 50px;
}

#w1 .modal-dialog {
    width:auto;
    margin: inherit;
}

a.slide-item{
    float:left;
}
.popup-name li div{
    font-weight: bold;
}

.popup-name li{
    list-style-type: none;
    padding: 5px 30px 5px 0;
}

.tooltip-requisite li{
    list-style-type: none;
}

ul.tooltip-requisite {
    margin-left: 0; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ»ÐµÐ²Ð° Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ IE Ð¸ Opera */
    padding-left: 0; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ»ÐµÐ²Ð° Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ Firefox, Safari, Chrome */
}
.user-tooltip .tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.user-tooltip .tooltip-qm {
    float: left;
    margin: -2px 0 3px 4px;
    font-size: 12px;
}

.user-tooltip .tooltip-inner {
    width: auto;
    max-width: 300px !important;
    height: 76px;
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #FFFFFF;
    color: rgb(0, 0, 0, .7);
    border: 1px solid #737373;
    text-align: left;
}

#basic-addon1{
    position: relative;
    top:10px;
    right: 25px;
}

.popover{
    max-width:700px;
    /*height:500px;*/
}
.popup-name{
    padding-left: unset;
}
span.pop-title{
    font-weight: bold;
    font-size: 1.2em;
}

.pop-contrct-title{
    font-weight: bold;
}

.pop-contract-star{
    color: red;
}

.pop-contract-files{
    margin-top: 20px;
}

.account-date{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    /* identical to box height, or 89% */
    display: flex;
    align-items: center;
}

.user-name-top{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    display: flex;
    align-items: center;
}
.success_designer_status{
    color: #0E9E1C;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.danger_designer_status{
    color: red;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
.case-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
}

.skin-blue .main-header .logo {
    background-image: url('/../../img/logo.png');
    -webkit-background-size: contain;
    background-size: 167px;
    background-position: top;
    background-repeat: no-repeat;
    color: #CBA480;
    border-bottom: 0 solid transparent;
    vertical-align: bottom;
}
.main-header .navbar
{
    margin-left: 300px;
}
.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 60px;
    font-size: 13px;
    line-height: 81px;
    text-align: center;
    width: 230px;
    padding: 0 15px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.sidebar-mini.sidebar-collapse .main-header .logo
{
    background: none;
    font-size: 0;
}
.main-header .sidebar-toggle, .main-header .sidebar-toggle:hover
{
    color: #333;
}


.content-wrapper {
    min-height: calc(100vh - 101px);
    background-color: #fff;
    z-index: 800;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: unset;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    padding-top: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 9px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 20px 9px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 20px 9px rgba(34, 60, 80, 0.2);
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 70px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 70px;
    min-height: 100%;
    width: 300px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 300px;
    z-index: 820;
}
/*ul.treeview li.active a{
    color:red;
}*/
ul.sidebar-menu li a
{
    color: #1A1A1A;
}
ul.sidebar-menu li.active>a {
    color:#CBA480;
}