﻿button, button:focus, button:active, button .btn.btn-link {
    outline: none;
}

.body-content {
    margin-top: 40px;
    padding: 0px;
}

.overlay {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0);
    z-index: 9999;
    width: 100%;
    height: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 2em;
    /*display: none;*/
    color: #e5e5e5;
}

.hiddenoverflow {
    overflow: hidden;
}

.pie-legend {
    list-style-type: none;
}

.spinner {
    margin: 5px auto;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 15px;
        height: 30px;
        background-color: #f9f9f9;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.nav-user-photo {
    margin: -4px 8px 0 0;
    border-radius: 2px;
    border: 2px solid #FFF;
    max-width: 36px !important;
}

.navbar {
    background-color: #99CCCC;
    border: none;
    margin-bottom: 0;
    min-height: 40px;
    max-height: 40px;
}

.navbar-brand {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
}

    .navbar-brand, .navbar-brand i, .navbar-brand a {
        color: #fff;
    }

.navbar-header .navbar-brand:hover {
    background: #296ca3;
}

.navbar-inverse {
    background-color: #205081;
    border: 0;
    color: #fff;
}

.navbar-nav, .navbar-header {
    margin-top: 0;
    margin-bottom: 0;
}

    .navbar-nav > li > a {
        padding: 10px 10px;
    }

    .navbar-nav li:hover, .navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus, .dropdown:hover, .dropdown:focus, .dropdown.open > a, .dropdown.open > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background: #296ca3;
    }

.collapse.in .navbar-nav li:hover {
    background-color: #b7d9f7;
}

    .collapse.in .navbar-nav li:hover > a {
        color: #296ca3;
    }

.collapse.in .navbar-nav .dropdown.open > a, .collapse.in .navbar-nav .dropdown.open {
    background-color: #d9eaf9;
    color: #296ca3;
}

.collapse.in .dropdown.open .dropdown-menu li a,
.collapse.in .dropdown.open .dropdown-menu li a:link {
    color: #296ca3;
}

.collapse.in .dropdown.open .dropdown-menu li:hover {
    background-color: #b7d9f7;
}

.collapse.in .dropdown-header {
    color: #b0d2ec;
    color: black;
}

.dropdown-menuALT {
    padding: 0px;
}

    .dropdown-menuALT > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-all;
        word-break: break-word;
        hyphens: auto;
    }

.navbar-header .navbar-toggle {
    margin-top: 4px;
    margin-bottom: 4px;
    border: none;
}

.navbar-inverse .navbar-collapse {
    border: none;
    border-width: 0px;
}

.navbar .navbar-collapse.in {
    background: #296ca3;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.navbar .nav li a, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav li a:visited, .navbar .nav li a:link {
    color: #fff;
    font-size: 13px;
}

.navbar-nav li.divider {
    background: #ddd;
    cursor: auto;
}

a, a:hover, a:focus, a:visited, a:link {
    text-decoration: none;
}

.navbar .nav .dropdown-menu li a, .navbar .nav .dropdown-menu li a:hover, .navbar .nav .dropdown-menu li a:focus, .navbar .nav .dropdown-menu li a:visited, .navbar .nav .dropdown-menu li a:link {
    color: #000;
}

.navbar-form.navbar-right:last-child {
    margin-right: 0;
    margin-top: -5px;
}

.navbar-form .input-sm {
    background: rgba(0,0,0,0.2);
    font-size: 13px;
    font-weight: 400;
    border: none;
    color: rgba(255,255,255,0.8);
    box-shadow: none;
    /*box-shadow: inset 0 0 5px rgba(0,0,0,0.4);*/
}

    .navbar-form .input-sm:focus, .navbar-form .input-sm:active, .navbar-form .input-sm:hover {
        background: rgba(0,0,0,0.3);
        font-size: 13px;
        font-weight: 400;
        border: none;
        box-shadow: none;
        color: #fff;
        opacity: 1;
    }

        .navbar-form .input-sm::-webkit-input-placeholder, .navbar-form .input-sm:focus:-moz-placeholder {
            color: #fff;
        }

.navbar-form .btn.navbar-btn {
    margin-top: 10px;
}

.navbar-form .btn.navbar-btn, .btn-group .navbar-btn .btn.navbar-btn, .btn.navbar-btn {
    background-image: linear-gradient(to bottom, #336ea9, #2f669c);
    height: 32px;
    border: 0;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 15px !important;
}

    .navbar-form .btn.navbar-btn:hover, .navbar-form .btn.navbar-btn:focus, .btn.navbar-btn:hover, .btn.navbar-btn:focus {
        background-image: linear-gradient(to bottom, #3b7fc4, #336ea9);
    }

.navbar-btn-group.open ul.dropdown-menu {
    margin-left: 15px;
}

.navbar-btn {
    margin-left: 5px;
}

.navbar-nav > li > a.navbar-user-link {
    padding: 5px 10px;
}

.navbar-user-img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    /*margin-top: -5px;*/
    border-radius: 2px;
}

.navbar .inline-input {
    margin-left: 15px;
    background-color: transparent;
    border: none;
    color: white;
}

.panel.login {
    border-radius: 0;
}

    .panel.login .panel-form {
        text-align: center;
    }

.col-centered {
    margin: 0 auto;
    float: none;
    text-align: -webkit-center;
}

.network-header-container {
    /*margin-top: -10px; /*fix*/ */ left: 0;
    position: relative;
    width: 100%;
}

.network-header {
    /*margin-top: 50px;*/
    height: auto;
    background: #f5f5f5;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ccc;
}

    .network-header .title {
        margin-top: -35px;
        padding: 10px;
        font-size: 20px;
    }

        .network-header .title .badge {
            position: relative;
            top: -3px;
        }

    .network-header .breadcrumb {
        font-size: 12px;
        padding: 10px;
    }

    .network-header .buttons-section {
        margin-top: -52px;
        float: right;
    }

        .network-header .buttons-section > * {
            vertical-align: top;
        }

.network-filter-container {
    margin-top: 1px;
    margin-bottom: 15px;
    left: 0;
    position: relative;
    width: 100%;
}

    .network-filter-container.tab {
        margin-top: -14px;
    }

.network-filters {
    width: auto;
    height: auto;
    background: #f5f5f5;
    padding: 2px 25px 3px 25px;
    border-bottom: 1px solid #ccc;
    float: none;
}

.tab-pane .network-filters {
    padding: 2px 15px 3px 15px;
}

.network-filters .form-group {
    margin-top: 0px;
    margin-bottom: 5px;
}

.network-filters .row {
    margin-bottom: 5px;
}

    .network-filters .row:last-child {
        margin-bottom: 0;
    }

.network-filters div[class^='col-'], .network-filters div[class*=' col-'] {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 30px;
}

    .network-filters div[class^='col-'].h30 {
        height: 30px;
    }

.network-filters .input-group, .network-filters input[type=text] {
    width: 100% !important;
}

    .network-filters .input-group .input-group-addon {
        width: 20px;
    }

.page-content-container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.badge.badge-xs {
    font-size: 10px;
    padding: 2px 4px;
    line-height: 10px;
}

.badge.badge-small,
.badge.badge-sm {
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    line-height: 12px;
}

td {
    font-size: 13px;
}

    td a:hover {
        cursor: pointer;
    }

.badge.badge-estimate-critical {
    background: #a81b03 !important;
    color: #fff;
}

.badge.badge-estimate-high {
    color: #fff;
    background-color: #d9534f;
}

.badge.badge-estimate-medium {
    color: #754200;
    background-color: #FFBB40F0;
}

.badge.badge-estimate-low {
    color: #937b01;
    background-color: #FFFAA0;
}

.badge.badge-important {
    background: #d15b47 !important;
}

.badge.badge-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.badge.badge-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.badge.badge-yellow {
    background-color: #fee188 !important;
    border-color: #fee188;
    color: #963 !important;
}

.badge.badge-purple {
    background-color: #464893 !important;
    border-color: #fee188;
    color: #fff !important;
}

.badge.badge-subtask {
    background-color: #62e262 !important;
    border-color: #458c45;
    color: #458c45 !important;
}

.badge.badge-light {
    background-color: #e7e7e7 !important;
    color: #888 !important;
}

.badge.badge-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
}

.badge.badge-info {
    background-color: #336ea9 !important;
    color: #e5e5e5 !important;
}

.badge.LIA {
    background-color: #d4e157 !important;
    color: black !important;
}

.badge.LCR {
    background-color: #a0f !important;
    color: white !important;
}

.badge.LI {
    background-color: #b39ddb !important;
    color: white !important;
}

.network-buttons-container {
    margin-top: 1px;
    margin-bottom: 15px;
    left: 0;
    position: relative;
    width: 100%;
}

.network-buttons {
    width: auto;
    height: auto;
    padding: 10px 15px 10px 15px;
    float: none;
    text-align: right;
}

select.form-control {
    background: none;
    border: solid 1px transparent;
    box-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
}

    select.form-control:hover, select.form-control:focus, select.form-control:active {
        background: #fff; /* Old browsers */
        background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fff 0%,#f5f5f5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fff 0%,#f5f5f5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fff 0%,#f5f5f5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
        border: solid 1px #ccc;
        height: 30px;
        box-shadow: none;
    }

.panel.panel-network {
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

    .panel.panel-network .panel-heading {
        background: #f2f2f2;
        border-bottom: solid 1px #ddd;
    }

    .panel.panel-network .panel-body.tasks {
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        overflow-y: auto;
        height: 380px;
    }

    .panel.panel-network .panel-body .network-assigned-user .img {
    }

        .panel.panel-network .panel-body .network-assigned-user .img img {
            height: 75px;
            border: solid 2px #ccc;
            border-radius: 2px;
        }

    .panel.panel-network .panel-body .network-assigned-user .name {
        display: table;
        height: 75px;
    }

        .panel.panel-network .panel-body .network-assigned-user .name label {
            vertical-align: middle;
            display: table-cell;
        }

    .panel.panel-network .panel-body .network-assigned-user .form-group:first-child div.img {
        text-align: right;
    }

.panel-network.main > .panel-body {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.panel-network.main form {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.panel-network .panel-by {
    width: 100%;
    position: relative;
    color: #bbb;
    text-align: right;
    margin-right: -5px;
    margin-bottom: -10px;
    margin-top: 5px;
    font-size: 12px;
    float: right;
}

.panel-body.tasks .panel-by {
    position: absolute;
    bottom: 0;
    margin-bottom: 22px;
    background: #fff;
    width: 275px;
    right: 40px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.status-block {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.status-by {
    color: #898989;
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: 10px;
}

.network-details .details-header h4 {
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.network-details .details-body {
    font-size: 13px;
    margin-bottom: 20px;
}

.tabs-container {
    margin-top: 10px;
}

.tab-content .content {
    border: 1px solid #ddd;
    border-top: none;
    margin-right: -0.5px;
    margin-left: -0.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tab-content {
    margin-bottom: 15px;
}

.nav.navbar-nav.mobile {
    display: none;
}

/* Width fix for forms*/
input, textarea, select {
    max-width: none;
}

.btn, .btn-group, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* to guarantee that the group isn't broken - similar to nowrap */
table .btn-group {
    display: flex;
}

.text-center .btn-group {
    justify-content: center;
}

.btn-group ul.dropdown-menu a {
    cursor: pointer;
}

.modal-open .modal {
    overflow-y: scroll;
}

.modal-dialog {
    margin: 40px auto;
}

.modal-content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.scrollbar-measure {
    visibility: hidden;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.form-horizontal .form-group {
    margin-bottom: 0px;
    min-height: 32px;
}

/* JRF FORMs REVIEW START */

div.row.no-margin {
    margin: 0px;
}

form {
    padding: 10px 0px;
    margin-bottom: 10px;
}

    form:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.modal-content form {
    margin-bottom: 0px;
    padding: 0px;
}

.form-horizontal .form-group {
    margin-bottom: 5px;
    min-height: 0px;
}

.form-actions {
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    border-top: 1px solid #CBCBCB;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
    padding-bottom: 2px;
}

.select2-container {
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .select2-container .select2-choice {
        height: 28px;
        line-height: 28px;
    }

.select2-container-multi .select2-choices {
    border: none;
}

.select2-drop, .select2-drop-border {
    border-style: solid;
    border-width: 0px 1px 2px 1px;
    border-color: #CCC;
}

.select2-container .select2-arrow.select2-running b {
    /*background: #fff url(/Content/css/images/select2-spinner.gif) no-repeat 100%;
    background: url(/Content/css/images/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/Content/css/images/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Content/css/images/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Content/css/images/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
    background: url(/Content/css/images/select2-spinner.gif) no-repeat 100%;
}

/* JRF FORMs REVIEW END */
/*@media screen and (max-width: 850px) {
    .nav.navbar-nav, .navbar-btn, .navbar-form {
        display: none;
    }

        .nav.navbar-nav.mobile {
            display: block;
        }
}

@media screen and (max-width: 600px) {
    .nav.navbar-nav.mobile {
        display: block;
    }*/
.network-background {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    z-index: -1;
}

.network-login-container {
    position: fixed;
    right: 0;
    float: right;
    width: 500px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
}

.network-login {
    margin-top: 5px;
    padding: 30px 35px 30px 35px;
}

.network-login-fields input {
    border-radius: 0;
}

.network-login-text {
    font-size: 13px;
    margin-top: 50px;
}

.network-login-links {
    margin-top: 10px;
}

    .network-login-links p {
        margin-top: 20px;
    }

.network-login-form {
    margin-top: 25px;
}

@media screen and (max-width: 500px) {
    .network-background {
        display: none;
    }

    .network-login-container {
        position: fixed;
        right: 0;
        float: right;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .network-login-text {
        font-size: 13px;
        margin-top: 25px;
    }

    .network-login-links {
        margin-top: 25px;
    }

        .network-login-links p {
            margin-top: 20px;
        }

    .network-login-form {
        margin-top: 25px;
    }
}

.uploaded-file {
    background: rgba(0,0,0,0.1);
    border-bottom: #ccc 1px solid;
    padding: 10px;
    color: #000;
    font-weight: 700;
}

    .uploaded-file .btn-group {
        margin-top: -5px;
    }

    .uploaded-file .uploaded-by {
        font-weight: lighter;
        color: #888;
    }

.comment {
    margin-bottom: 10px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 5px;
}

    .comment.even {
        background-color: #e6e6e6;
        border-color: #ddd;
    }

    .comment .comment-message {
        width: 100%;
        word-wrap: break-word;
        padding: 5px;
    }

    .comment .comment-footer {
        width: 100%;
        margin-bottom: -12px;
        margin-left: -5px;
        padding: 2px 5px 2px 5px;
        text-align: right;
        color: #898989;
        font-size: 11px;
    }

    .comment .buttons {
        float: right;
        margin-top: -1px;
    }

/*.form-group p, .form-group label, .form-group{
    margin-bottom: 0;
}*/
.wysiwyg-editor img {
    max-width: 150px;
    height: auto;
    margin: 3px;
}

.comment-message img, .resolution img, .steps img {
    max-width: 150px;
    height: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #666;
    margin: 3px;
    cursor: pointer;
}

.img-pop-up-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.3);
}

.img-pop-up {
    max-width: 800px;
    height: auto;
    text-align: center;
    margin: 16px auto;
}

    .img-pop-up img {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
        border: 5px solid #ddd;
        border-radius: 2px;
        box-shadow: 0 0 15px #000;
    }

    .img-pop-up .close-btn {
        position: relative;
        float: right;
        top: 24px;
        left: 22px;
        background: #ddd;
        padding: 2px 6px 2px 7px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

        .img-pop-up .close-btn a {
            color: #a40000;
        }

#comment-editor-toolbar-popup {
    text-align: center;
}

    #comment-editor-toolbar-popup .btn-group, #steps-editor-toolbar-popup .btn-group, #resolution-editor-toolbar-popup .btn-group {
        text-align: center;
        margin-bottom: 5px;
        margin-left: 5px;
    }

#steps-editor-toolbar-popup, #resolution-editor-toolbar-popup {
    margin-top: 10px;
}

#dp_swf_engine {
    display: none;
}

/* Layout Anonymous Loading */
.overlay.anonymous {
    position: absolute;
    background: rgba(0,0,0,0);
    z-index: 99999;
    width: 500px;
    height: auto;
    margin-top: 20px;
    text-align: center;
    /*font-size: 2em;*/
    display: none;
    color: #e5e5e5;
    padding: 0 20px;
}

#followingBallsG {
    position: relative;
    width: 100%;
    height: 10px;
    float: right;
    text-align: center;
}

.followingBallsG {
    background-color: #205081;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    -moz-border-radius: 100%;
    -moz-animation-name: bounce_followingBallsG;
    -moz-animation-duration: 2.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 100%;
    -webkit-animation-name: bounce_followingBallsG;
    -webkit-animation-duration: 2.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 100%;
    -ms-animation-name: bounce_followingBallsG;
    -ms-animation-duration: 2.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 100%;
    -o-animation-name: bounce_followingBallsG;
    -o-animation-duration: 2.1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 100%;
    animation-name: bounce_followingBallsG;
    animation-duration: 2.1s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#followingBallsG_1 {
    -moz-animation-delay: 0s;
}

#followingBallsG_1 {
    -webkit-animation-delay: 0s;
}

#followingBallsG_1 {
    -ms-animation-delay: 0s;
}

#followingBallsG_1 {
    -o-animation-delay: 0s;
}

#followingBallsG_1 {
    animation-delay: 0s;
}

#followingBallsG_2 {
    -moz-animation-delay: 0.21s;
    -webkit-animation-delay: 0.21s;
    -ms-animation-delay: 0.21s;
    -o-animation-delay: 0.21s;
    animation-delay: 0.21s;
}

#followingBallsG_3 {
    -moz-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    animation-delay: 0.42s;
}

#followingBallsG_4 {
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

@-moz-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #205081;
    }

    50% {
        left: 250px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #205081;
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #205081;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #205081;
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #205081;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #205081;
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #205081;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #205081;
    }
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #205081;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #205081;
    }
}
/*******************************/

/*.checkbox {
    margin-left: 10px;
}*/

.form-group:last-child {
    margin-bottom: 0px;
}

.network-filters div[class^='col-'] .checkbox:first-child, .network-filters div[class*=' col-'] .checkbox:first-child {
    margin-left: 0px;
}

.form-control.editable, .form-control.non-editable {
    cursor: text;
    background: none;
    height: 26px;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 2px;
}

    .form-control.editable.active {
        cursor: text;
        padding: 6px 3px;
        border: 1px solid #aaa;
        color: #000;
    }

.btn-editable {
    z-index: 9999000;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    margin-top: -30px;
    float: right;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.aDetails.btn-group-xs .btn:first-child {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.aDetails.btn-group-xs .btn:last-child {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}


.opac {
    opacity: 0.3;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

    .opac:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.schedule-block {
    overflow: hidden;
    display: block;
    list-style: none;
    padding: 5px 0px;
}

    .schedule-block .btn-group {
        margin-top: -5px;
        margin-right: -5px;
        position: relative;
        float: right;
        width: auto;
        height: 32px;
        padding: 0 5px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .schedule-block .btn-group .btn {
            margin-top: 4px;
        }

    .schedule-block label {
        margin-bottom: 0px;
    }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.checkbox.network {
    margin-top: 4px;
}

.form-horizontal .checkbox {
    padding-top: 0px;
}

/* BOOTSTRAP TOGGLE START */

.toggle-on.btn-xs {
    padding-left: 6px;
}

.toggle-on.btn-sm {
    padding-left: 8px;
}

/* BOOTSTRAP TOGGLE END */

#followers {
    margin-top: 5px;
}

.follower-container {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
}

    .follower-container:last-child {
        margin-bottom: 0px;
    }

    .follower-container .btn-remove {
        position: absolute;
        top: 0px;
        right: 0px;
    }

.follower-image {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #ccc;
}

    .follower-image img {
        width: 100%;
        height: 100%;
    }

.follower-name {
    display: inline-block;
    margin-left: 5px;
}

.follower-role {
    display: block;
    color: #666666;
}

.follower-container button {
    padding: 0 3px;
    font-size: 9px;
}

#navigation-container {
    margin-left: 39%;
}

#project-tab-menu {
    margin-top: 10px;
}

    #project-tab-menu .tab-content {
        padding-top: 15px;
        padding-bottom: 10px;
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 0 0 4px 4px;
    }

        #project-tab-menu .tab-content .tab-pane {
            border: none;
        }

.network-box {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    padding: 10px;
    margin-top: 5px;
}


    .network-box.green {
        /*background-color: rgba(0, 255, 87, 0.2);*/
        color: rgba(0, 255, 87, 1);
    }

    .network-box.red {
        /*background-color: rgba(255, 0, 0, 0.2);*/
        color: rgba(255, 0, 0, 1);
    }

    .network-box.grey {
        background-color: rgba(220,220,220,0.2);
        color: rgba(220,220,220,1);
    }

    .network-box.blue {
        background-color: rgba(151,187,205,0.2);
        color: rgba(151,187,205,1);
    }

.network-box-val {
    /*color: #336ea9;*/
    text-shadow: 0 2px 2px #ccc;
    font-size: 40px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: padding-box;
    width: 100%;
}

.network-box-text {
    vertical-align: middle;
    padding-left: 10px;
    /*margin-left: 10px;*/
    font-size: 25px;
    display: inline-block;
    width: 100%;
}

.network-box-dash {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    padding: 10px;
    margin-top: 5px;
}

.network-box-dash-val {
    /*color: #336ea9;*/
    text-shadow: 0 2px 2px #ccc;
    font-size: 125px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: padding-box;
    width: 100%;
}

.network-box-dash-val-short {
    /*color: #336ea9;*/
    text-shadow: 0 2px 2px #ccc;
    font-size: 85px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: padding-box;
    width: 100%;
}

.network-box-dash-text {
    vertical-align: middle;
    padding-left: 10px;
    /*margin-left: 10px;*/
    font-size: 25px;
    display: inline-block;
    width: 100%;
}


.network-box.small {
    padding: 5px;
}

    .network-box.small .network-box-val {
        font-size: 30px;
    }

    .network-box.small .network-box-text {
        font-size: 20px;
    }



.network-dashboard-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.network-default-user-img {
    text-align: center;
    width: 50px;
    height: 50px;
    background: #336da7;
    color: #FFF;
    font-family: 'Arial';
    font-size: 1.5em;
    text-transform: uppercase;
    border-radius: 2px;
}

    .network-default-user-img span {
        vertical-align: middle;
        display: block;
        line-height: 50px;
    }

.network-dashboard-member-box {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px #ccc;
    padding: 10px;
    margin-top: 5px;
}

    .network-dashboard-member-box .image {
        width: 50px;
        height: 50px;
        border: 2px solid #ccc;
        border-radius: 2px;
    }


/* TEXT COLORS START */
.green {
    color: #5cb85c;
}

.red {
    color: #d9534f;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #fee188;
}

.blue {
    color: #336ea9;
}

/* TEXT COLORS START */


/* FA EXTENSIONS START */
i.fa + i.fa {
    margin-left: 5px;
}

i.fa-action {
    cursor: pointer;
}

    i.fa-action:active {
        /*color: #d9534f;*/
    }

/* FA EXTENSIONS START */

/*canvas {
    width: 100% !important;
    /*max-width: 800px;
    height: auto !important;
}*/

.text-note {
    color: #CBCBCB;
}

tr td.selector {
    text-align: center;
}

    tr td.selector:before {
        content: "\f0c8"; /* fa-square */
        font-family: FontAwesome;
    }

tr.selected td.selector:before {
    content: "\f14a"; /* fa-check-square */
}

tr.selected {
}

.change-picture-display {
    width: 170px;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

.input-group .input-group-sm .btn-file {
    border-left: none;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    content: "Hi";
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
    text-align: center;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
        text-align: center;
    }

input.cmn-toggle-round + label {
    padding: 0;
    width: 50px;
    height: 20px;
    background-color: #ddd;
    border-radius: 3px;
    box-shadow: 0 0 2px #ddd;
}

    input.cmn-toggle-round + label:before,
    input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        border-radius: 2x;
        transition: background 0.4s;
        content: "No";
        text-align: right;
        padding: 1px 4px 0 0;
        font-weight: 100;
        color: #242424;
    }

    input.cmn-toggle-round + label:after {
        margin-top: -1px;
        margin-left: -1px;
        width: 20px;
        height: 20px;
        border: 1px solid #ddd;
        ;
        background-color: #fff;
        border-radius: 2px;
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
    text-align: left;
    padding: 1px 0 0 4px;
    content: "Yes";
    font-weight: 100;
    color: #242424;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 29px;
}

.switch label {
    margin: 0 auto;
}

.network-box.linkable:hover {
    cursor: pointer;
}

.network-box-xs.linkable:hover {
    cursor: pointer;
}

.network-box-dash.linkable:hover {
    cursor: pointer;
}

.network-box-hover-text {
    width: 100%;
    height: auto;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    left: 0;
}

    .network-box-hover-text span {
        line-height: 80px;
        display: none;
        font-size: 20px;
        font-weight: bold;
    }

.network-box.linkable span {
    text-align: center;
    opacity: 1;
    /*color: rgba(0, 0, 0, 1);*/
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    -moz-transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
    -o-transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
    -webkit-transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
    transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
}

.network-box-dash.linkable span {
    text-align: center;
    opacity: 1;
    /*color: rgba(0, 0, 0, 1);*/
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    -moz-transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
    -o-transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
    -webkit-transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
    transition: opacity ease 0.5s, color ease 0.5s, text-shadow ease 0.5s;
}

.network-box.linkable span.network-box-val {
    /*color: rgba(51,110,169, 1);*/
}

.network-box.linkable:hover span.network-box-text {
    opacity: 0.4;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.network-box-dash.linkable:hover span.network-box-dash-text {
    opacity: 0.4;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.network-box.linkable:hover span.network-box-val {
    opacity: 0.4;
    /*color: rgba(51,110,169, 0);*/
    text-shadow: 0px 0px 10px rgba(51,110,169, 0.9);
}

.network-box-dash.linkable:hover span.network-box-dash-val {
    opacity: 0.4;
    /*color: rgba(51,110,169, 0);*/
    text-shadow: 0px 0px 10px rgba(51,110,169, 0.9);
}

.network-box.linkable:hover .network-box-hover-text span {
    display: block;
}

.network-box-dash.linkable:hover .network-box-hover-text span {
    display: block;
}

.network-user-card {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    text-align: center;
    height: auto;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    overflow: hidden;
}

    .network-user-card .user-img {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        vertical-align: middle;
        float: none;
        /*box-shadow: inset 4px 0 0 0#ddd, inset -4px 0 0 0#ddd;*/
        z-index: 10;
    }
        /*.network-user-card .user-img {
        margin: 0 auto;
        width: 50px;
        height: 50px;
        vertical-align: middle;
        float: none;
        z-index: 10;
    }*/
        .network-user-card .user-img:before {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            content: ' ';
        }

        .network-user-card .user-img img, .network-user-card .user-img span {
            width: 100%;
            height: auto;
            display: inline-block;
            vertical-align: middle;
            margin-top: -100px;
            z-index: -1;
            position: relative;
            font-size: 6em;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }

    .network-user-card .user-name {
        text-align: left;
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 1px 5px;
        background: #f5f5f5;
        /*text-shadow: 0 1px 1px #666;*/
        z-index: 10;
    }

    .network-user-card .graph canvas {
        position: relative;
        top: 25px;
        margin-top: -19px;
        margin-left: -15px;
        z-index: 0;
    }

    .network-user-card .graph span {
        position: relative;
        display: block;
        top: 25px;
        margin-top: -20px;
        z-index: 10;
    }

.graph-title {
    color: #ccc;
    width: 100%;
    padding: 2px;
    border-bottom: 1px solid #ddd;
}

.network-box-xs {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    padding: 10px;
    margin: 0;
}

    .network-box-xs .network-box-val {
        color: #336ea9;
        text-shadow: 0 2px 2px #ccc;
        font-size: 16px;
        padding: 0;
        vertical-align: middle;
        display: inline-block;
        box-sizing: padding-box;
        width: auto;
    }

    .network-box-xs .network-box-text {
        vertical-align: middle;
        padding: 0;
        font-size: 14px;
        display: inline-block;
        width: auto;
    }

li.dropdown-header:hover, li.dropdown-header:focus {
    background: none;
}

.dropdown-menu {
    height: auto;
}

.visited-page {
    display: none;
}

/*.special-radio-container{
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: -5px;
}
.special-radio-container .special-radio {
    background: #000;
}*/

.cb-enable, .cb-enable span {
    background: #eee;
    display: block;
    float: left;
}

.cb-enable {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

    .cb-enable:first-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        overflow: hidden;
    }

    .cb-enable:last-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius:;
        0 -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
    }

    .cb-enable span {
        line-height: 30px;
        display: block;
        background-repeat: no-repeat;
        font-weight: bold;
    }

    .cb-enable span {
        padding: 0 10px;
    }

    .cb-enable.selected {
    }

        .cb-enable.selected span {
            background-color: #336ea9;
            color: #fff;
        }

.switch-container {
    margin-bottom: 10px;
    margin-top: -5px;
    position: relative;
}

.switch label {
    cursor: pointer;
}

.switch input {
    display: none;
}

.field.switch {
    text-align: center;
}

.holidays {
    background: #092830;
}

.compiledTaskRefKey {
    font-weight: 600;
}

.nav-pills > li.active > a.almostTransparent, .nav-pills > li.active > a.almostTransparent:hover, .nav-pills > li.active > a.almostTransparent:focus {
    background-color: rgba(66, 139, 202, 0.26);
    color: black;
}

.beta-text {
    vertical-align: super;
    font-size: 10px;
}

.row.with-padding {
    padding: 0 15px;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.input-group.input-group-sm .select2-choices {
    height: 30px !important;
    line-height: 10px !important;
}

/* ACTIVITY PLANNER START */

.network-ap-card {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin: 10px 0;
}

    .network-ap-card:nth-child(1) {
        margin-top: 0;
    }

    .network-ap-card .assignee-img {
        width: 50px;
        height: 50px;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        float: right;
    }

        .network-ap-card .assignee-img img {
            width: 100%;
            height: auto;
            vertical-align: middle;
            margin: 0 auto;
        }

        .network-ap-card .assignee-img i {
            line-height: 50px;
            font-size: 45px;
        }

    .network-ap-card .assignee-name {
        text-align: right;
        font-size: 10px;
    }

    .network-ap-card .ap-col {
        padding: 2px 5px;
    }

    .network-ap-card .title {
        font-size: 10px;
        font-weight: bold;
    }

        .network-ap-card .title span:first-child {
            margin-bottom: 2px;
        }

    .network-ap-card .description {
        font-size: 9px;
        margin-top: 5px;
        max-height: 24px;
        overflow: hidden;
    }

    .network-ap-card .counters .badge {
        font-size: 10px;
        padding: 3px 5px;
    }

    .network-ap-card .status, .network-ap-card .team {
        font-size: 9px;
        margin-top: 5px;
    }

    .network-ap-card .btn-ap {
        border-radius: 0;
        background-color: rgba(0,0,0,0.08);
        bottom: 0;
        left: 0;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

        .network-ap-card .btn-ap:hover {
            background-color: rgba(0,0,0,0.1);
        }

div.odd {
    background-color: #ECECEC;
}

div.even {
    border: 1px solid #ECECEC;
}

div.overdue {
    background-color: #b12727;
}

div.weekend {
    background-color: #b7b6b6;
}

    div.overdue .assignee-name, div.weekend .assignee-name {
        text-align: inherit;
        padding: 0;
        font-weight: bold;
    }

div.ap-header {
    text-align: center;
    padding: 10px 0;
}

div.overdue .ap-header {
    color: white;
}

#activityContainer .container-fluid > div {
    margin-bottom: 10px;
}

/* ACTIVITY PLANNER END */

.tooltip .btn-tooltip {
    background: none;
    border: none;
}

.tooltip.success {
    top: -2px !important;
    left: -175px !important;
}

    .tooltip.success .tooltip-inner {
        background-color: #5cb85c;
    }

    .tooltip.success .tooltip-arrow {
        border-left-color: #5cb85c;
    }

.block {
    display: block;
}

.ap-user-info {
    padding: 0 0 0 8px;
}

.network-ap-card .ap-user-info .assignee-name {
    text-align: center;
}

.users-missing {
    list-style: none;
}

.well-xs {
    padding: 5px;
    font-size: 12px;
}

.PendingApprovalsExpenses i,
.MissingHoursCounter i,
.WorklogsToApprove i {
    margin-right: 3px;
}


/* ACTIVITY SHOW DROP DOWN START */
.activity-search-drop .select2-result-label {
    padding: 10px 5px;
    border-bottom: 1px solid #acacac;
}

.activity-search-drop li:last-child .select2-result-label {
    border: none;
}

.activity-search-drop .select2-results {
    max-height: 400px;
}

/* ACTIVITY SHOW DROP DOWN END */

/* SELECT 2 MULTIPLE START */

.select2-result-selectable .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-result-selectable .wrap.checked:before {
    content: "\f14a";
}

/* SELECT 2 MULTIPLE END */

input[type="checkbox"][readonly] {
    cursor: not-allowed;
}

#AddendumPlanningWrapper,
#BillingPeriodPlanningLinesWrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    background-color: white;
    border: 1px solid #ECECEC;
    padding: 10px;
    -webkit-box-shadow: -5px 7px 5px 0px #888888;
    -moz-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -5px 7px 5px 0px #888888;
    z-index: 1000;
}

    #AddendumPlanningWrapper table,
    #BillingPeriodPlanningLinesWrapper table {
        width: 100% !important;
    }



/* TABLE STRIPED START */

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #b6cde4;
}

/* TABLE STRIPED END */


td span.label {
    display: inline-block;
}

span.label {
    margin-right: 5px;
}

.label-default.light {
    background-color: #c3c3c3;
    color: #626262;
    font-weight: normal;
}


/* CUSTOM DIV DROPDOWN START */

div.dropdown.custom {
    display: inline-block;
}

    div.dropdown.custom > a {
        cursor: pointer;
    }

    div.dropdown.custom:focus,
    div.dropdown.custom:hover,
    div.dropdown.custom.open > a,
    div.dropdown.custom.open > a:focus {
        background: none;
    }

    div.dropdown.custom .dropdown-menu {
        min-width: 20%;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    div.dropdown.custom a {
        color: inherit;
    }

    div.dropdown.custom .dropdown-header {
        font-size: 16px;
        color: #428bca;
        padding: 3px 15px;
    }

    div.dropdown.custom div.dropdown-header i {
        margin-top: 3px;
    }

div.dropdown .likeli > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

div.dropdown.custom div.dropdown-header.off .fa-chevron-up {
    display: none;
}

div.dropdown.custom div.dropdown-header.on .fa-chevron-right {
    display: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown.custom .likeli > a:hover,
.dropdown.custom .likeli > a:focus,
.dropdown-menuALT > li > a:hover,
.dropdown-menuALT > li > a:focus {
    background-color: #bfd2e1;
}

/* CUSTOM DIV DROPDOWN END */
