html,
body {
    height: 100%;
}

.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;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.wrap-login{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#24C6DC, #514A9D);
}

.container1{
    width: 500px;
    font-family: cursive;
    color: #ddd;
    text-align: center;
}
.login-name, .pswd_reset{
   color: white;
   text-align: center;
   font-size: 23px;
   font-family: cursive;
   padding-bottom: 21px;
   position: relative;
   left: 32px;
}
.container1 form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container1 input{
    width: 255px;
}
.container1 button{
    color: #fff;
    background-color: #741291;
    border-color: #2e6da4;
    width: 255px;
    position: absolute;
    left: -80px;
  }
.container1 a{
    text-decoration: none;
    color: white;
    position: absolute;
    /* top: 57px;
    left: -15px;
    width: 281px; */
}
.container1 .restore-pass{
    top: 57px;
    left: -15px;
    width: 445%;
}
.container1 .sign-in{
    top: 57px;
    left: -15px;
    width: 445%;
}
.container1 label{
    width: 100px;
    color: white;
}
.container1 .help-block-error{
    position: absolute;
    left: 395px;
    top: -42px;
    width: 304px;
}

.main-container{
    display: flex;
    flex-direction: column;
    font-family: inherit;
}
.main-container thead{
    background-color: #f2f0ff;
}

#w0{
    width: 100%;
    align-self: flex-end;
    justify-self: flex-end;
    position: relative;
    float: right;
    clear: both;
}

.users-kud{
    width: 80%;
    position: relative;
    left: 20%;
}

#w1{
    margin: 0;
    padding: 0;
}

.create-btn{
    width: 180px;
    align-self: flex-end;
}

.create-btn-a{
    text-decoration: none;
    color: #0a5ea7;
}

.logo{
    width: 183px;
    height: 183px;
    position: absolute;
    max-width: 183px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../logo-top.png')
}

.action-btns{
    display: flex;
    justify-content: space-between;
}

.summary{
    padding-bottom: 10px;
}
.pagination{
    position: absolute;
    left: 37vw;
}

.crete-user-title{
    padding-bottom: 35px;
    font-size: 33px;
}

.cities{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cities-wrapper, .roles-wrapper{
    display: flex;
    justify-content: center;
}

.cities #w0{
    width: 100%;
}

.logo-cities{
    width: 183px;
    height: 183px;
    position: absolute;
    max-width: 183px;
    background-size: 78%;
    background-repeat: no-repeat;
    background-image: url('../cities.png')
}
.logo-roles{
    width: 102px;
    height: 183px;
    position: absolute;
    max-width: 183px;
    background-size: 106%;
    background-repeat: no-repeat;
    background-image: url('../create-user-roles.png')
}
.logo-cities-name{
    position: relative;
    left: 122px;
    font-size: 35px;
    color: #295192;
    top: 41px;
    font-weight: 600;
}

.logo-roles-name{
    left: 111px;
}

.roles-action-buttons, .cities-action-buttons{
    display: flex;
    justify-content: space-around;
    width: 64%;
    margin: auto;
}
.langs{
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
}
.langs .lang-link{
    top: 0;
    position: relative;
    width: 0;
    font-size: 20px;
    margin-left: 10px;
}
.file-user-label {
    border: 1px solid silver;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 5px;
}

.project-name {
    font-size: 18px;
    font-style: revert;
}
.role-update-result {
    margin: 0 10px;
}
.role-update-result .glyphicon-ok {
    color: green;
}
.role-update-result .glyphicon-alert {
    color: red;
}
.role-updater {
    display: flex;
    align-items: center;
}
.table-used-roles .blocked-branch {
    opacity: 0.2;
    pointer-events: none;
}
.table-used-roles th:first-child, .table-used-roles td:first-child {
    width: 350px;
}
.table-used-roles th:last-child, .table-used-roles td:last-child {
    width: 50px;
}
.project-logbook {
    padding-top: 10px;
}
.project-logbook.additional-rules .chosen-container {
    pointer-events: none;
}
.project-logbook.additional-rules .chosen-container-single .chosen-single abbr,
.project-logbook.additional-rules .chosen-container-single .chosen-single div b {
    display: none;
}
.btn-settings-logbook {
    margin-top: 5px;
}

.loader {
    display: none;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #337ab7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    bottom: -15px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

    
