.skin-option {
    position: fixed;
    text-align: center;
    right: -1px;
    padding: 10px;
    top: 80px;
    width: 150px;
    height: 133px;
    text-transform: uppercase;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.05), 10px 12px 7px 3px rgba(0, 0, 0, .1);
    border-radius: 4px 0 0 4px;
    z-index: 100;
}

#side-menu li a {
    padding: 15px 15px;
}

#header {
    height: 58px !important;
}

.fixed-navbar #wrapper {
    top: 58px;
}

#menu {
    top: 58px;
}

.slimScrollDiv {
    overflow: visible !important;
}

#navigation {
    overflow-y: scroll !important;
}

#navigation::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#navigation::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#navigation::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#navigation::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hbreadcrumb {
    margin-top: 0px;
}

#userPermission_dataTable th {
    text-align: center;
}

#userPermission_dataTable > tbody > tr > td,
#userPermission_dataTable > tfoot > tr > td {
    text-align: center;
}

#userPermission_dataTable th:last-child {
    width: 100px;
    text-align: center;
}

#userPermission_dataTable td:last-child {
    width: 100px;
    text-align: center;
}

#userPermission_dataTable th:first-child {
    width: 25px;
}

#userPermission_dataTable td:first-child {
    width: 25px;
}

.actionbtn {
    padding: 2px 6px;
    border: none;
    background-color: transparent;
    color: #031330;
}

.actionbtn .fa {
    font-size: 16px;
}

.action_btns form {
    display: inline;
}

.actionbtn:hover {
    padding: 2px 6px;
    border: none;
    background-color: transparent;
    color: #031330;
}

.content {
    padding: 20px 30px 10px 30px;
}

.content:last-child {
    margin-bottom: 20px;
}

#wrapper {
    background: #f9f9f9;
}

.control-label {
    padding-bottom: 5px;
}

#srkproperty_details .modal-dialog {
    margin-top: 20px;
}

.small-header .panel-body small {
    color: #eb6a4e;
}

#userPermission_dataTable small {
    float: right;
    color: #eb6a4e;
    padding: 1px 5px;
    border: 1px solid #949393;
    border-radius: 20px;
    text-transform: uppercase;
    display: block;
}

#userPermission_dataTable .admin_sty {
    float: right;
    color: #fff;
    padding: 1px 5px;
    border: 1px solid #eb6a4e;
    border-radius: 20px;
    text-transform: uppercase;
    display: block;
    background-color: #eb6a4e;
}

.user_detils_footer tr td {
    padding: 10px 0;
}

.modal {
    z-index: 2031;
}

::placeholder {
    color: #ccc !important;
    opacity: 1;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #ccc !important;
    font-size: 12px;
}

::-ms-input-placeholder {
    color: #ccc !important;
    font-size: 12px;
}

@media only screen and (max-width: 425px) {
    .actionbtn {
        padding: 5px 3px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
    }
}
