﻿.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,1);
}

.se-pre-con img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.hr-mt-action .mt-action-icon {
    padding-top:0;
}

.hr-mt-action .mt-action-desc{
    padding-bottom: 5px;
}

.hr-mt-action i.icon-emoticon-smile{
    top:0 !important;
}

/* Dashboard - Profile */

.dashboard-stat .details {
    position: absolute;
    left: auto;
    top: 20px;
    right: 30px;
    font-weight: bold;
}

/*SWITCH*/

.switch-btn {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    align-self: center;
    margin:18px 0 0 0 !important;
    
 }

.switch-btn input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider-btn:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider-btn {
    background-color: #000;
}

input:checked + .slider-btn:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider-btn {
    border-radius: 30px !important;
}

.slider-btn:before {
    border-radius: 50%;
}

/* Dark Mode Styling */

/*.dark .page-content {
    background: #2b3643 ;
}

.dark .page-content .page-bar {
    border-bottom: 1px solid #2b3643;
}

.dark .page-bar {
    background-color: #242c35;
}*/


    /*.dark .portlet {
        background-color: #242c35 !important;
        border: 0 !important;
    }

    .dark .portlet.light.bordered {
        border: transparent !important;
    }*/



.wo_notification {
}


.wo_notification h3{
    font-size:14px !important;
    color:#fff !important;
}

.wo_notification a {
    font-size: 12px !important;
    color: #fff !important;
}

.wo-fix-footer{
    padding-bottom:25px !important;
}

.wo-fix-footer a {
    right: 0 !important;
    left: 0 !important;
    text-align: center;
    color: #007ad9;
}

.breadcrumb {
    background-color: transparent !important;
}

.wo-date{
    position:relative;
}

.form-heading{
    margin-bottom:15px;
}

.form-name {
    background-color: #337ab7;
    color: #fff;
    display:block;
    padding:5px 15px;
}
.form-name span{
    font-weight:normal;
    font-size:12px;
}

.add-item,
.site-header {
    margin-left: 5px;
    margin-right: 5px;
}

.custom-shadow {
    box-shadow: 0 5px 10px 0 rgba(1,1,1,.15);
}

.back-btn{
    margin-top:5px;
}

.custom-btn {
    border-radius: 0 !important;
    background: #337ab7 !important;
    border: 0 !important;
    color: #FFF !important;
    height: 31px !important;
    line-height: 25px !important;
}

.portlet > .portlet-title > .tools > a.fullscreen:before{
    content:"";
}

.md-checkbox {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

}

.page-header.navbar .page-logo .logo-default {
    margin: 3px 0 0;
}

.ngn {
    padding: 10px 80px !important;
    font-size: 14px !important;
}

.white-bg{
    background-color:#FFF;
}

.padding{
    padding:15px;
}

.multiselect-parent span.innerText {
    background-color: transparent !important;
    color: #333 !important;
    padding:0 !important;
}

.multiselect-parent ul.dropdown-menu li div.checkbox {
    margin:0 !important;
}

.multiselect-parent ul.dropdown-menu li div.checkbox span{
    padding-right:20px;
}

.portlet.light > .portlet-title > .caption > i {
    font-size: 16px !important;
}

.portlet > .portlet-title > .caption {
    font-size: 16px !important; 
    font-weight: bold !important;
}

.no-margin{
    margin: 0 !important;
}

.custom-label label{
    background:#337ab7;
    padding:5px 12px;
    color:#fff;
    font-weight:bold;
    margin:10px 0;
}


.red {
    color: red;
}

.form-group span.text-danger{
    font-size:12px;
}

/* EmployeeDetails Tab*/

.EmployeeDetailsTabs .nav-tabs {
    background: #364150;
}


.EmployeeDetailsTabs .nav-tabs li:hover a{
    color:#FFF;
}

.EmployeeDetailsTabs .nav-tabs li a {
    color: #FFF;
}


.EmployeeDetailsTabs .nav-tabs li.active a {
    color: #FFF;
    font-weight: bold;
}

.EmployeeDetailsTabs .nav-tabs li:hover a,
.EmployeeDetailsTabs .nav-tabs li.active a {
    border: 0 !important;
}

.EmployeeDetailsTabs .nav-tabs > li:hover,
.EmployeeDetailsTabs .nav-tabs > li.active {
    border-bottom: 4px solid #0076bf !important;
}

.EmployeeDetailsTabs .right-nav li a {
    background: #364150;
    margin-bottom: 1px;
    color: #FFF;
}


.EmployeeDetailsTabs .right-nav li a:hover,
.EmployeeDetailsTabs .right-nav li.active a {
    background: #337ab7;
    transition:all ease 0.3s;
}

.navbar-structure li{
    display:inline-block;

}

.navbar-structure li.active a {
    background-color: #337ab7;
    color: #FFF;
    font-weight: bold;
    border-right:4px solid #333;
}

.navbar-structure li:hover a {
    background-color: #337ab7;
}


.tree-table tr td img {
    padding-left: 8px;
}

.Testmony-table span {
    padding: 0px 10px;
    border-radius: 15px !important;
    color:#fff;
}


.no-margin {
    margin: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.table > tfoot > tr > td, .table > tfoot > tr > th{
    font-weight:normal;
}

.wo_notification label {
    font-size: 11px;
    float: left;
    color: #385898;
    text-decoration: underline;
    cursor: pointer
}

    .wo_notification label:hover {
        color: #333;
        cursor: pointer
    }

.wo_notification input {
    display: none
}

span.notify-label {
    float: right
}

.show-all-notifications {
    font-size: 13px !important;
}

.notification-pg table tr {
    background-color: #edf2fa;
    border-bottom: 1px solid #dddfe2;
}

tr.notify-read {
    background-color: #FFF !important;
}


tr.notify-read:hover {
    background-color: #f9f9f9 !important;
}

.notification-pg table tr:last-child {
    border-bottom: none;
}

.notification-pg table tr a {
    color: #1d2129;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none
}

.notification-pg table tr:hover {
    background-color: #e5eaf2;
}


.cus-badge {
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
}

.notification-details{
    margin-top:10px;
    margin-right:30px;
}


.notify-hint {
    margin-bottom: 20px;
    line-height: 15px;
}

.notify-not-read-hint,
.notify-read-hint {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    position: relative;
    top: 3px;
}

.notify-not-read-hint {
    background: #fff;
}

.notify-read-hint {
    background: #edf2fa;
}


/* Timeline */

.records-timeline {
    margin-top: 30px;
    margin-bottom: 30px;
    border:1px solid #eee;
    border-radius:15px !important;
    padding:30px 20px;
    overflow-x:scroll
}


/*
 *  STYLE 3
 */

.records-timeline::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.records-timeline::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.records-timeline::-webkit-scrollbar-thumb {
    background-color: #CCD5DB;
}


.records-timeline ul {
    white-space: nowrap;
}


.records-timeline ul li {
    width: 350px;
    position: relative;
    display: inline-block;
    cursor: pointer
}


.records-timeline ul li:hover .record-line:after {
    background: #FFF;
    border: 3px solid #FF6B6B;
}

.record-line {
    margin:20px 0;
    position:relative;
    width:100%;
    height: 3px;
    background: #CCD5DB;
    display: block;
}

.record-transfer,
.record-received{
    display:block;
}

.record-transfer{
    margin-bottom:4px;
}


.record-line:after {
    background: #FF6B6B;
    border-radius: 100%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -9px;
    right: 0;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 3px solid #fff;
}


.record-line:before {
    border-radius: 10px;
    content: "";
    display: block;
    height: 13px;
    width: 90%;
    position: absolute;
    top: -5px;
    right: 27px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 3px solid #fff;
}

.rs-line-0:before {
    background: #337ab7;
}

.rs-line-1:before {
    background: #36c6d3;
}

.rs-line-3:before {
    background: #FF6B6B;
}

.rs-line-5:before {
    background: #777;
}

.record-status{
    margin-top:8px;
}

.record-content {
    border: 1px solid #ccd5db;
    padding: 15px 10px;
    margin: 0 8px;
    border-radius: 10px !important;
}

.record-managment {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    color: #999b9b;
}

.list-info h4{
    font-size:14px;
    font-weight:bold;
}

.list-info p {
    font-weight:normal;
    font-size:14px;
    margin-top:10px;
}

/* Loading dir */

.cs-loading {
    position: fixed;
    background: rgba(54, 65, 80, 0.7);
    bottom: 50px;
    font-size: 14px;
    color: #FFF;
    border-radius: 3px !important;
    z-index:999999;
}

.loaders-wrap span{
    padding-top:4px;
    padding-right:10px;
    display:inline-block;
}

.loaders-wrap {
    padding: 15px 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}

.loaders-wrap .loader {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display:inline-block;
}

.loading-bubbles {
    font-size: 0;
}

.loading-bubbles .bubble {
    display: inline-block;
    margin: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: #fff;
    position: relative;
    -webkit-animation: bubble 1.2s infinite ease-out;
    animation: bubble 1.2s infinite ease-out;
}

.loading-bubbles .bubble:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loading-bubbles .bubble:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.loading-bubbles .bubble:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-spinning-bubbles {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.loading-spinning-bubbles .bubble {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: #fff;
    position: absolute;
    -webkit-animation: bubble 1s infinite;
    animation: bubble 1s infinite;
}

.loading-spinning-bubbles .bubble:nth-child(1) {
    top: -5px;
    left: -5px;
}

.loading-spinning-bubbles .bubble:nth-child(2) {
    top: -5px;
    right: -5px;
}

.loading-spinning-bubbles .bubble:nth-child(3) {
    bottom: -5px;
    right: -5px;
}

.loading-spinning-bubbles .bubble:nth-child(4) {
    bottom: -5px;
    left: -5px;
}

.loading-spinning-bubbles .box {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    right: 20%;
}

.loading-spinning-bubbles .box:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(1) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(2) {
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s;
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(4) {
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(2) {
    -webkit-animation-delay: -1.375s;
    animation-delay: -1.375s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(3) {
    -webkit-animation-delay: -1.125s;
    animation-delay: -1.125s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(4) {
    -webkit-animation-delay: -0.875s;
    animation-delay: -0.875s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(1) {
    -webkit-animation-delay: -0.625s;
    animation-delay: -0.625s;
}

.loading-spokes {
    position: relative;
    width: 20px;
    height: 10px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

    .loading-spokes .spoke {
        width: 20px;
        height: 10px;
        background: transparent;
        position: absolute;
    }

        .loading-spokes .spoke:before,
        .loading-spokes .spoke:after {
            height: 100%;
            width: 80%;
            content: ' ';
            position: absolute;
            background: #fff;
            -webkit-animation: spoke 1s infinite;
            animation: spoke 1s infinite;
        }

        .loading-spokes .spoke:before {
            left: -110%;
        }

        .loading-spokes .spoke:after {
            right: -110%;
        }

        .loading-spokes .spoke:nth-child(1):before {
            -webkit-animation-delay: -0.375s;
            animation-delay: -0.375s;
        }

        .loading-spokes .spoke:nth-child(1):after {
            -webkit-animation-delay: -0.875s;
            animation-delay: -0.875s;
        }

        .loading-spokes .spoke:nth-child(2) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

            .loading-spokes .spoke:nth-child(2):before {
                -webkit-animation-delay: -0.25s;
                animation-delay: -0.25s;
            }

            .loading-spokes .spoke:nth-child(2):after {
                -webkit-animation-delay: -0.75s;
                animation-delay: -0.75s;
            }

        .loading-spokes .spoke:nth-child(3) {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

            .loading-spokes .spoke:nth-child(3):before {
                -webkit-animation-delay: -0.125s;
                animation-delay: -0.125s;
            }

            .loading-spokes .spoke:nth-child(3):after {
                -webkit-animation-delay: -0.625s;
                animation-delay: -0.625s;
            }

        .loading-spokes .spoke:nth-child(4) {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

            .loading-spokes .spoke:nth-child(4):before {
                -webkit-animation-delay: 0;
                animation-delay: 0;
            }

            .loading-spokes .spoke:nth-child(4):after {
                -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s;
            }

.loading-bars {
    font-size: 0;
}

    .loading-bars .bar {
        margin: 2px;
        display: inline-block;
        width: 5px;
        height: 10px;
        background: #fff;
        -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
    }

        .loading-bars .bar:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading-bars .bar:nth-child(2) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading-bars .bar:nth-child(3) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .loading-bars .bar:nth-child(4) {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .loading-bars .bar:nth-child(5) {
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

.loading-circle,
.loading-quarter-circle {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255,255,255,0.5);
    border-radius: 50% !important;
    border-left-color: #fff;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.loading-quarter-circle {
    border: 3px solid transparent;
    border-left-color: #fff;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.loading-flip {
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 0 auto;
    -webkit-animation: flip 8s infinite;
    animation: flip 8s infinite;
}

.loading-slide {
    width: 25%;
    position: relative;
}

    .loading-slide .slide {
        position: absolute;
        height: 5px;
        width: 100%;
        background: #fff;
        -webkit-animation: slide 2s infinite;
        animation: slide 2s infinite;
    }

        .loading-slide .slide:nth-child(1) {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            opacity: 0.2;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading-slide .slide:nth-child(2) {
            -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
            opacity: 0.4;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .loading-slide .slide:nth-child(3) {
            -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
            opacity: 0.8;
        }

@-webkit-keyframes bubble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bubble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spoke {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.2;
    }
}

@keyframes spoke {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.2;
    }
}

@-webkit-keyframes pulse {
    0%, 75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    25% {
        -webkit-transform: scaleY(3);
        transform: scaleY(3);
    }
}

@keyframes pulse {
    0%, 75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    25% {
        -webkit-transform: scaleY(3);
        transform: scaleY(3);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: rotateX(0) rotateY(0);
        transform: rotateX(0) rotateY(0);
    }

    20%, 25% {
        -webkit-transform: rotateX(0) rotateY(720deg);
        transform: rotateX(0) rotateY(720deg);
    }

    45%, 50% {
        -webkit-transform: rotateX(720deg) rotateY(720deg);
        transform: rotateX(720deg) rotateY(720deg);
    }

    70%, 75% {
        -webkit-transform: rotateX(720deg) rotateY(0);
        transform: rotateX(720deg) rotateY(0);
    }

    95%, 100% {
        -webkit-transform: rotateX(0) rotateY(0);
        transform: rotateX(0) rotateY(0);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: rotateX(0) rotateY(0);
        transform: rotateX(0) rotateY(0);
    }

    20%, 25% {
        -webkit-transform: rotateX(0) rotateY(720deg);
        transform: rotateX(0) rotateY(720deg);
    }

    45%, 50% {
        -webkit-transform: rotateX(720deg) rotateY(720deg);
        transform: rotateX(720deg) rotateY(720deg);
    }

    70%, 75% {
        -webkit-transform: rotateX(720deg) rotateY(0);
        transform: rotateX(720deg) rotateY(0);
    }

    95%, 100% {
        -webkit-transform: rotateX(0) rotateY(0);
        transform: rotateX(0) rotateY(0);
    }
}

@-webkit-keyframes slide {
    0%, 100% {
        left: 0;
    }

    50% {
        left: 100%;
    }
}

@keyframes slide {
    0%, 100% {
        left: 0;
    }

    50% {
        left: 100%;
    }
}

.csnodata {
    border-top: 1px solid #e7ecf1;
    border-bottom: 1px solid #e7ecf1;
    border-right: 1px solid #e7ecf1;
    border-left: 1px solid #e7ecf1;
}

.nodataicon {
  
    border-radius: 20px;
    height: 70px;
    width: 70px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #848484;
    border-radius: 100px !important;
    margin-top: 30px;
    margin-bottom: 15px;
}

.csnodata p {
    color: rgba(0,0,0,0.7);
    font-size:14px;
    display:block;
    text-align:center;
    max-width:100%
}

.att-title {
    background-color: #0091cc;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.alertify-log {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-size:12px !important;
}

.qualification-list li{
    margin-bottom:3px;
}

.profile-userpic {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.profile-userpic img {
    width: 64px !important;
    height: 64px !important;
}

.profile-userdetails{
    margin-top:5px;
    float:right;
}

.heading-of-requests{
    display:inline-block;
    font-weight:bold;
    background-color:#337ab7;
    padding:6px 12px;
    font-size:16px;
    margin-bottom:20px;
    border-radius:8px !important;
    color:#FFF;

}

.request-dt {
    float: left;
}

.request-dt ul li{
    font-size:15px;
    font-weight:bold;
}

.request-dt li{
    margin-bottom:6px;
    color:#333;

}

@media only screen and (max-width: 1800px) {
    .request-dt {
        display:block;
        float: right;
        clear:both;
        margin-top:12px;
    }
}


.custom-dashboard-content .dashboard-stat .details {
    position:static !important;
    
}

.custom-dashboard-content .dashboard-stat .details {
    position: static !important;
    padding: 10px !important;
    text-align: right !important;
}

.custom-dashboard-content .dashboard-stat .details .number {
    padding-top: 0 !important;
}

.custom-dashboard-content .dashboard-stat .details .number {
    padding-top: 0 !important;
}

.custom-dashboard-content .dashboard-stat .visual {
    position: absolute
}

.custom-dashboard-content .dashboard-stat .details .desc {
    text-align: right !important;
}

.custom-dashboard-content .dashboard-stat {
    height: 120px;
    overflow: hidden;
}

.custom-dashboard-content a{
    text-decoration:none !important;
}

.fc-widget-content{
    text-align:right;
}

.fc-unthemed .fc-today {
    background: #337ab7 !important;
    color:#FFF !important;
}

.fc-day-number{
    font-size:16px;
}

.custom-dashboard-content .dashboard-stat .details .number,
.custom-dashboard-content .dashboard-stat .details .desc,
.custom-dashboard-content .dashboard-stat .details {
    text-align: right !important;
}

html.ltr .custom-dashboard-content .dashboard-stat .details .number,
html.ltr .custom-dashboard-content .dashboard-stat .details .desc,
html.ltr .custom-dashboard-content .dashboard-stat .details {
    text-align: left !important;
}

/* Custom Styles */

/* Solve Table-Responsive Issue using CSS - Option 1 */

/*@media (max-width: 767px) {
    .table-responsive .dropdown-menu,
    .table-responsive .dropdown-toggle {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}*/

.att-section ul.feeds li {
    background-color: transparent !important;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}


.att-section ul.feeds li:hover {
    background-color: #f9f9f9 !important;
}


.att-section ul.feeds li .desc {
    margin-right: 0 !important;
}

.md-checkbox label > span.inc {
    right: 0 !important;
    top: 0 !important;
    height: 20px !important;
    width: 20px !important;
}

.requests-list {

}

.requests-list dt {
    margin-bottom: 16px;
}

.requests-list span {
    color: #333333;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

.requests-list b {
    color: #666666;
    font-size: 15px;
    display: block;
    background-color: #F8F8F8;
    padding: 6px 10px;
    border-radius: 5px;
}

.requests-list span i {
    font-size: 18px;
    color: #337ab7;
    display: inline-block;
    padding-left: 6px
}

.requests-list span.check i {
    position:relative;
    top:4px;
    font-size: 22px;
    display:inline-block;
    margin-right:5px;
}

.font-green span,
.font-green i {
    color: #32c5d2 !important;
}

.font-red span,
.font-red i {
    color: #e7505a !important;
}

.profile-usertitle-name{
    color: #333 !important;
}

.profile-usertitle-job{
    margin-bottom: 4px !important;
    font-size: 15px !important;
}

.profile-sidebar-portlet .profile-userpic {
    display:block;
    float: none;
}

.profile-sidebar-portlet .profile-usertitle-name {
    font-size:18px;
}

.profile-usermenu {
    margin-top: 25px !important;
}

.profile-communications .badge-communications {
    background-color: #337ab7;
    padding:6px 10px;
    color:#FFF;
    border-radius:5px !important;
    margin-bottom:10px;
    display:inline-block;
    font-weight:bold;
}

.profile-communications h4 {
    color: #337AB7;
    font-size: 18px;
    margin-bottom: 15px;
}


.profile-communications h6 {
    color: #333;
    font-size: 15px;
    font-weight:bold;
    margin-bottom: 15px;
}


.profile-communications p {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}


.communications-list li {
    margin-bottom:10px;
}

.communications-list span {
    font-weight: bold;
    font-size: 14px;
}

.communications-list b {
    margin-right:6px;
}

.communications-list b {
    color: #337ab7;
    font-weight: bold;
    font-size: 15px;
}
