body{
    background-color: #e9ebee;
    font-size: .78rem;
    background-repeat: no-repeat;
    background-size: cover;
    color: #505050;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
}
.bg-fbook {
    background-color: #4267b2 !important;
    padding: .1rem 1rem;
}
.btn-fbook{
    color: #4a4a4a;
    background-color: #ffffff;
    border-color: transparent;
    font-weight: 700;
    transition: all .5s;
}
.btn-fbook:hover{
    background-color: #f0f0f0;
    border-color: transparent;
}
.btn-fposts{
    background-color: #f0f0f0;
    border-color: transparent;
    border-radius: 5rem;
    transition: all 0.5s;
}
.btn-fposts:hover{
    background-color: rgba(0,0,0,.05);
    border-color: transparent;
}
.h7{
    font-size: 0.80rem;
    font-weight: 500;
}
.h8{
    font-size: 0.78rem;
    font-weight: 600;
}

.offset-fixed{
    position: fixed;
    top: 0;
    bottom: 0;
}
.f-left{
    left: 0
}
.f-right{
    right: 0;
}
.side-left{
    margin-top: 4rem;
    margin-left: 8.07rem
}
.side-right{
    margin-top: 4rem;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 7.5rem);
}
.img-circle{
    width: 5rem;
    height: 3.1rem;
    background-color: #f7f7f7;
    border-radius: 50%;
    border: 1px solid #dddddd;
}
.state{
    width: 0.5rem;
    height: 0.5rem;
    background-color: green;
    border-radius: 50%
}
.friend-state{
    padding: 0.50rem 0.3rem;
    cursor: pointer;
    transition: all 0.1s;
}
.friend-state:hover{
    background-color: #f7f7f7;
}

@media (min-width: 1200px){
    .container {
        max-width: 1125px;
    }
    .c-navbar{
        margin-left: 7rem !important;
    }
}

.offset-fixed {
    position: fixed;
    top: 56;
    bottom: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: .9rem;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    padding-left:4px;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #f1f1f1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:800px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-right: 250px;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 269px;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.dropdown-item {
    font-size: 12px;
}

.dropdown-menu {
    background-color: #eaeaea;
    margin-top: 0.1rem;
}

.dropdown-divider {
    border-top: 1px solid #878788;
}

.navbar {
    padding-bottom:.0rem;
    padding-top:.0rem;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
.fixed-bottom{
    padding-top: 4px;
    padding-bottom: 2px;
    background: #f7f5f1;
}

.loginMobilMargin{
    margin-top: 60px !important;
}

.loginMargin{
    margin-top: 200px !important;
}

.forgot{
	background-color: #fff;
    padding: 12px;
    border: 1px solid #dfdfdf;
}

.padding-bottom-3x {
    padding-bottom: 72px !important;
}

.card-footer{
	background-color: #fff;
}

.btn{ 
	font-size: 12px;
    background-color: #234b73 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #76b7e9;
    outline: 0;
    box-shadow: 0 0 0 0px #28a745;
}
hr.dashed {
    border-top: 1px dashed #999;
}

hr.dotted {
    border-top: 1px dotted #999;
}

hr.solid {
    border-top: 1px solid #999;
}

hr.light {
    border-top: 1px solid #d2d1d1;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
}

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #d2d1d1;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem .2rem;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(255, 255, 255, 0.99) !important;
    font-size: 13.5px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #e3e7ec;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    background-color: #234b73;
}

.table td, .table th{
    padding: .34rem;
    vertical-align: top;
    border-top: .1rem solid #dee2e6;
    font-size: .75rem;
    vertical-align: middle;
}

.ui-helper-hidden-accessible { display:none; }

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 0px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #234b73;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.toolbar {
    float: left;
    padding-top: 7px;
}

.modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 95%;
    right: 0px;
    overflow-y: initial !important
}
.modal-content {
    height: 100%;
}

.modal-body{
    overflow-y: auto;
}

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 151 !important;
}

.modal-dialog-large {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 95%;
    right: 0px;
    overflow-y: initial !important
}
/*
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
} */

.nav-tabs .nav-item .nav-link {
    color: #eae7e7;
}

.nav-link {
    color: whitesmoke;
}

.nav-link.active {
    color: silver !important;
}

ul.li.a {
    color: red;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #7b7d80 !important;
}

.dropdown .responsivetabs-more a {
    color: #e5e8ea !important;
}
.page-item.active .page-link{
    background-color: #4874a0 !important;
    border-color: #4874a0 !important;
}

.page-link{
    color: #4874a0 !important;
    padding: .3rem .6rem !important;
}

.page-item.active .page-link{
    color: white !important;
}

.dataTables_info{
    margin-left:8px !important;
}

div.dataTables_wrapper div.dataTables_info{
    padding-top: .4em !important;
}

.dropdown-toggle{
    color: white !important; /*234b73*/
} 

div.dataTables_wrapper div.dataTables_filter input {margin: 0;}
.form-control-sm {
    padding: .25rem .5rem;
    padding-top: 0.25rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.8;
    border-radius: .2rem;
}

label {
    margin-bottom: .2rem !important;
    color: #241a1a;
}

.form-group {
    margin-bottom: .5rem !important;
}

.note-editor .btn{
    background-color: rgb(245, 244, 244) !important;
    font-size: 8px !important;
}

.note-popover .popover-content .btn-group, .card-header.note-toolbar .btn-group{
    margin-right: 0px !important;
}

input:focus {
    background-color: lightblue;
}
  
select:focus {
    background-color: ivory;
}

.navbar-nav > .active {
    font-stretch: extra-expanded;
}

.modal-header {
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
    background: #1c1c1eb5;
    color: #dfdbdb;
}

.modal-header .close {
    color: #dfdbdb;
    margin: -1.2rem -1rem -1rem auto;
}

h6, .h6 {
    font-size: .9rem !important;
}

div.dataTables_wrapper div.dataTables_paginate{
    margin-right: 14px;
}

.page_heading{
    margin-top: .4rem;
    font-stretch: semi-expanded;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 14px !important;
}

::placeholder {
    color: rgb(193, 191, 191) !important;
    opacity: 5 !important; /* Firefox */
}
  
::-ms-input-placeholder { /* Edge 12-18 */
    color: rgb(237, 235, 235) !important;;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    margin-top: 4px !important;
    margin-right: 4px !important;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.watermark {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.watermark::after {
    content: "";
    background:url(/img/wpsbw.jpg);
    background-repeat: repeat;
    background-position: 100px 80px; background-size: 800px;
    opacity: 0.07;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}

.bootstrap-select > .dropdown-toggle{
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.card.maximized-card {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}
.card.maximized-card.was-collapsed .card-body {
    display: block !important;
}
.card.maximized-card .card-body {
    overflow: auto;
}
.card.maximized-card [data-lte-toggle=card-collapse] {
    display: none;
}
.card.maximized-card [data-lte-icon=maximize] {
    display: none;
}
.card.maximized-card .card-header,
.card.maximized-card .card-footer {
    border-radius: 0 !important;
}
.card:not(.maximized-card) [data-lte-icon=minimize] {
    display: none;
}

.input-group-prepend.show 
    .dropdown-menu.show {
        position: absolute !important;
        transform: translate3d(45px, 34px, 0px); 
        top: 0px;
        left: 0px;
        will-change: transform;
        z-index: 10050;
}

.dropdown-menu.show{
    position: absolute !important;
    transform: translate3d(-86px, 40px, 0px); 
    top: 0px;
    left: 0px;
    will-change: transform;
    z-index: 10050;
}

.dataTables_filter label {
    float: right !important;
}

.cardMaximize{
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    position: fixed;
}


.mt-60{
    margin-top:10px;
}

.section-block-grey {
    padding: 0px 0px 00px 0px;
    /* background-color: #f9f9f9; */
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 100px;
    height: 90px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 8px;
    right: 18px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #234b73;
    font-size: 38px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #234b73;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #234b73;
}

.disabledDCDiv {
    opacity: 0.4;
    pointer-events: none;
    color: #d2d1d1;
}

.btnFileUpload {
    font-size: 10px;
    background-color: #234b73 !important
}

.range {
    display: table;
    position: relative;
    height: 32px;
    margin-top: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 32px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 32px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    
    width: 11px;
    height: 32px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.range input[type="range"] {
    outline: none;
}

td {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

th {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blink_me {
    animation: blinker 1s linear infinite;
}
  
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

table#example.dataTable tr:hover {
    background-color: rgb(227, 227, 227);
}

.btn-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-right: .8rem;
}


.btn-sm50 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .8rem;
}

table.dataTable tbody > tr {
    cursor: grab !important;
}

.image-container .btn {
  position: absolute;
  top: 15%;
  left: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 9px;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.image-container .btn:hover {
  background-color: black;
}