
/* layout */

.main-content > .container {
    padding-bottom: 15px;
}

/* error pages */

.page-error .error-number {
    margin-bottom: 20px;
}

.page-error .error-details h3 {
    margin-bottom: 20px;
}

/* logo */

.navbar-logo {
    float: left;
    position: relative;
    top: 6px;
}

.login-logo {
    position: relative;
    top: -3px;
}

.navbar-logo img, .login-logo img {
    width: 60px;
    height: 38px;
}

/* navbar */

.navbar-tools > ul > li > a {
    line-height: 33px;
}

/* loading */

#loading {
    display: none;
    position: fixed;
    top: 35%;
    left: 49%;
    padding: 7px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 1px #999;
    z-index: 999999;
}

/* modal */

.modal-footer {
    background: #ffffff;
}

.bootstrap-dialog-title {
    font-weight: 600;
}

/* login, reset, register */

body.login .main-login {
    margin-top: 130px;
}

body.login .box-forgot, body.login .box-register, body.login .box-login, body.login .box-verify {
    display: block !important;
}

body.login .box-verify {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}

body.login .box-verify #resend-verification-code-trigger {
    line-height: 34px;
}

/* pagination */

.pagination {
    margin: 0;
}


/* form elements */

label > span.required {
    color: #a94442;
    font-family: 'Open Sans';
}

label.control-label {
    font-weight: 600;
}

.select2-container .select2-choice abbr {
    right: 35px;
}

.select2-container .select2-choice {
    height: 31px !important;
}

.expanded-choice-widget-no-results {
    color: #999;
    padding-top: 7px;
}

div > textarea {
    max-width: 100% !important;
}

.form-group div.fake-input {
    line-height: 22px;
    min-height: 34px;
    border: 1px solid #cccccc;
    padding: 5px 4px;
    color: #858585;
}

.form-group div.fake-input.readonly, .form-group div.fake-input.disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}


/* filter */

.filter-widget:first-child {
    padding-left: 0;
}


/* HTML lists */

.clear-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.responsive-actions li {
    float: left;
    margin-right: 15px;
}

ul.responsive-actions li:last-child {
    margin-right: 0px;
}

ul.form-field-error {
    padding-top: 5px;
}

ul.form-field-error li {
    color: #a94442;
}

ul.object-list-actions li {
    float: left;
    margin-right: 10px;
}

ul.object-list-actions li:last-child {
    margin-right: 0px;
}

ul.crud-list-actions {
    margin-bottom: 20px;
}

.responsive-list > div {
    margin-bottom: 10px;
}

.responsive-list > div > div:first-child {
    padding-left: 0px;
}

.responsive-list > div:last-child {
    margin-bottom: 0px;
}


label, .record_properties th {
    color: #555555;
}

@media (max-width: 319px) {
    .navbar > .container .navbar-brand {
        display: none;
    }
}

@media (max-width: 480px) {
    
    .navbar > .container .navbar-brand, .logo {
        font-size: 20px;
        min-width: 150px;
    }
    
    .current-user .username {
        display: inline;
    }
    
}

@media (max-width: 767px) {

    ul.responsive-actions li {
        float:none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    
    ul.responsive-actions li:last-child {
        margin-bottom: 0px;
    }
    
    ul.responsive-actions li a, ul.responsive-actions li button {
        display: block;
        width: 100%;
    }
    
    .crud-list-stats {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .crud-list-pagination {
         text-align: center;
    }
    
    .responsive-list > div > div:last-child {
        padding-left: 0px;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collaps {
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.main-navigation-menu {
        padding-top: 6px;
    }
}

@media (max-width: 991px) {
    
    .filter-widget {
        padding: 0;
    }
    
}

 .select2-fixed-width{
    width: 600px !important;
}

 #space-owners {
     list-style-type: none;
     padding: 5px;
 }

 #space-owners li {
     color: #858585;
     font-family: inherit;
     font-size: 14px;
     font-weight: 600;
 }

.permissions-subheading {
    padding-bottom: 10px;
    padding-left: 0;
}

.info-container {
    background: #fff;
    text-align: center;
    padding: 40px;
    font-size: 18px;
    border: 1px solid #7F7F7F;
    border-radius: 40px;
}

.show-btn,.copy-btn {
    font-size: 14px;
}

.show-btn + .copy-btn{
    margin-left: 5px;
}


.content-span strong {
    font-weight: 1000;
    color: black;
    font-size: 20px;
    line-height: 0.7;
    vertical-align: middle;
}

.content-field {
    display: inline;
}

.content-span {
    overflow-wrap: anywhere;
}




