.content-header {
    margin-right: 15px;
}

.hide-label label {
    display: none;
}

.in {
    opacity: .9;
}

.member-form input {
    width: 100% !important;
}

.member-submit {
    padding: 5px;
}

.member-form .formgen-input {
    margin: 5px;
}

.dataTables_wrapper {
    display: block !important;
}

.dataTables_wrapper .master-dt tr.selected {
    /* background-color : #e4d8f7 !important; */
    background-color: #f5f0fd !important;
}

.dataTables_wrapper .master-dt tr.selected>td:last-of-type {
    border-right: 5px solid rgb(73, 0, 107);
}

.regsevak-box .widget-user-header {
    height: auto !important;
}

.regsevak-box .widget-user-image {
    top: 5px;
    /*    right: 10% !important; 
    margin-right: -45px; */
}

.regsevak-box .box-footer {
    padding-top: 5px;
}

.regsevak-box .widget-user-image>img {
    width: 75px;
    height: auto;
    border: 3px solid #fff;
    opacity: 1;
}

.crud-box .widget-user-image>img {
    width: 65px !important;
}

.crud-form-title {
    /* margin: 0px; */
    text-decoration: underline;
    font-weight: bold;
}

.crud-buttons {
    padding: 15px 0px;
    text-align: right;
}

.datatable-crudrow .input-base-elem,
.dataTables_wrapper .input-base-elem {
    /* 2/2/2020 this does not show the placeholder label properly*
    /* padding: 5px; */
}

.input-base-placeholder {
    padding: 1px 5px 0px 0px !important;
}

.datatable-crudrow input.input-base-elem,
.dataTables_wrapper input.input-base-elem {
    height: 34px !important;
}

.datatable-crudrow select.input-base-elem,
.dataTables_wrapper select.input-base-elem {
    margin: 5px !important;
    /*    height: 21px;
    border: none;
    width: 95%;
*/
}

.datatable-crudrow .input-base-select,
.dataTables_wrapper .input-base-select {
    padding: 0px;
}

.regsevak_chat {
    width: 50%;
    float: left;
}

.regsevak_chat .input-group {
    width: 100% !important;
}

.regsevak_chat .form-group {
    width: 100% !important;
}

.crud-action-buttons {
    padding: 15px 5px 0px;
}

.cr-editlink {
    text-decoration: underline;
    font-weight: bold;
}

.cr-editlink .glyphicon {
    padding: 3px;
}

.cr-help-list {
    padding-left: 0;
    list-style: none;
}

.cr-help-title {
    font-weight: bold;
}

.rs-member-admin .cr-help-title,
.rs-member-admin .cr-help-list {
    display: inline;
}

.cr-help {
    text-align: right;
}

.cr-help-desc {
    display: none;
}

.cr-help-text {
    font-weight: normal;
}

.cr-helprow-top {
    /* margin: 5px 2px;*/
    padding: 7px 0px;
}

.cr-help-row {}

.crdt-tabpane-ul {
    margin-bottom: 7px;
    /*border-bottom: 1px solid #d5d5d5 !important;*/
}

.nav-tabs.nav-justified>li>a {
    /*border-bottom: 1px solid #ddd; */
    border-radius: 19px 5px 0 0 !important;
}


/*
:not(.last).crdt-tabpane-li {
    padding-right: 2px !important;
}
*/

.crdt-tabpane-li.active a {
    background: #dfdce3 !important;
    border-bottom: 2px solid #2661E4 !important;
}

.skin-blue .crdt-tabpane-li.active a {
    background: #dfdce3 !important;
    border-bottom: 2px solid #2661E4 !important;
}

.skin-blue-light .crdt-tabpane-li.active a {
    background: #dfdce3 !important;
    border-bottom: 2px solid #1379E8 !important;
}

.skin-red .crdt-tabpane-li.active a {
    background: #dfdce3 !important;
    border-bottom: 2px solid #898989 !important;
}

.box.box-primary {
    border-top: 2px solid #1379E8;
}

.skin-blue .box.box-primary {
    border-top: 2px solid #2661E4;
}

.skin-blue-light .box.box-primary {
    border-top: 2px solid #1379E8;
}

.crdt-tabpane-li a {
    padding: 5px 10px !important;
    line-height: 2em !important;
}

:not(.active).crdt-tabpane-li a {
    background: #f6f6f4 !important;
    border-bottom: 2px solid #efeeea !important;
    border-right: 1px solid #efeeea !important;
    border-left: 1px solid #efeeea !important;
}

@media (max-width: 768px) {
    .crud-content-box {
        width: 100%;
    }
    .page-header {
        padding-bottom: 0px;
        margin: 5px;
        border-bottom: none;
        font-size: 1em;
    }
    .page-header-div {
        position: relative;
        padding: 5px;
    }
    .nav>li>a {
        display: inline;
    }
}

@media (min-width: 768px) {
    .page-header-div {
        position: absolute;
        padding: 5px 50px 5px 350px;
    }
    .crud-content-box {
        width: 60%;
    }
    .cr-crudpage-alerts .alert {
        padding: 5px 35px 5px 15px !important;
        margin: 0px 15px 0px 10px;
    }
    .cr-content-header {
        position: fixed;
        z-index: 7000;
        width: 97%;
        padding: 5px;
        margin: 10px;
        /*
        padding: 5px 5px 0px;
        margin: 0px !important;
        min-height: 40px;
        */
    }
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f00;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.show-option-details {
    position: absolute;
    background: #f3f2f2;
    border: 1px solid grey;
    padding: 5px 10px;
    z-index: 100;
}

.show-option-details .glyphicon:hover,
.share-options .glyphicon:hover {
    color: blueviolet;
    background-color: white;
}

.share-options {
    background: #f3f2f2;
    border: 1px solid lightgrey;
    padding: 3px 5px;
}

.btn.rs-editfield {
    padding: 3px 5px;
    margin: 3px;
}