﻿.required:after {
    content: " *";
    font-size: large;
    color: red;
}

.keepall {
    display: inline-flex;
}

.overlay {
    position: fixed;
    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;
}



.overlayPowerBy {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1px;
    padding-right: 15px;
    background-color: white;
    z-index: 99999999999999999999;
    text-align: right;
    border-top: 1px solid #d7d7d7;
}

    .overlayPowerBy .overlayText {
        font-weight: 700;
        font-size: 9px;
    }

.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;
    }

table p {
    margin-bottom: 0;
}

@-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 {
    min-height: 40px;
    max-height: 40px;
}

.navbar-brand {
    width: auto;
    height: 45px;
}

    .navbar-brand, .navbar-brand i, .navbar-brand a {
        color: #fff;
    }

/*.navbar-header .navbar-brand:hover {
    background: #4cada7;
}*/

.navbar-inverse {
    /*background-color: #252525;*/
    background-color: #a70739;
    border-color: #a70739;
    border: 0;
    color: #fff;
}

.navbar-nav, .navbar-header {
    max-height: 40px;
    margin-top: -5px;
}

    .navbar-nav li, li.dropdown, li.dropdown:hover, li.dropdown:focus, li.dropdown a {
        max-height: 45px;
        
    }

        .navbar-nav li:not(.tabdrop):not(.dropdown-submenu):hover, .dropdown:not(.tabdrop):not(.dropdown-submenu):hover, .dropdown:not(.tabdrop):not(.dropdown-submenu):focus, .dropdown.open:not(.tabdrop):not(.dropdown-submenu) > li:not(.tabdrop):not(.dropdown-submenu) > a, .dropdown.open:not(.tabdrop):not(.dropdown-submenu) > a:focus, .navbar-inverse .navbar-nav > .open:not(.tabdrop):not(.dropdown-submenu) > a, .navbar-inverse .navbar-nav > .open:not(.tabdrop):not(.dropdown-submenu) > a:hover, .navbar-inverse .navbar-nav > .open:not(.tabdrop):not(.dropdown-submenu) > a:focus {
            /*background: #4cada7;*/
            background: white;
            color: black;
        }

        .navbar-nav li.dropdown-submenu:hover, .dropdown.dropdown-submenu:hover, .dropdown.dropdown-submenu:focus, .dropdown.open.dropdown-submenu > li.dropdown-submenu > a, .dropdown.open.dropdown-submenu > a:focus, .navbar-inverse .navbar-nav > .open.dropdown-submenu > a, .navbar-inverse .navbar-nav > .open.dropdown-submenu > a:hover, .navbar-inverse .navbar-nav > .open.dropdown-submenu > a:focus {
            background: #a70739;
            color:black;
           
        }

.navbar .nav li a, .navbar .nav li a:link,.navbar .nav li a:visited   {
    color: #fff;
    font-size: 13px;
}
.navbar .nav li a:hover, .navbar .nav li a:focus {
    color: black;
    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;
}

.btn.navbar-btn {
    margin-top: 5px;
}

.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;
}

    .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.navbar-btn {
    background-image: linear-gradient(to bottom, #4cada7, #519f9a);
    height: 30px;
    border: 0;
    color: #fff;
}

    .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, #4cada7, #519f9a);
    }

.navbar-btn {
    margin-left: 5px;
}

.navbar-user-img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    margin-top: -5px;
    border-radius: 2px;
}

.navbar .in .nav li {
    display: block;
    float: none;
    width: 100%;
}

.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: #f6f6f6;
    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: 5px;
        margin-bottom: 3px;
        float: right;
    }

@media (min-width: 768px) {
    .network-header .buttons-section {
        margin-top: 12px;
    }

    #profileChooser {
        margin-top: 5px;
    }
}

/*.network-filter-container {
    margin-top: 1px;
    margin-bottom: 15px;
    left: 0;
    position: relative;
    width: 100%;
}

.network-filter-container-intab {
    margin-top: -15px;
}*/

/**** FILTERS ****/

/**** FILTERS ****/

.network-filter-container {
    margin-top: 1px;
    margin-bottom: 15px;
    left: 0;
    position: relative;
    width: 100%;
}

.network-filter-container-intab {
    margin-top: -15px;
}


.boxify-filter-container {
    margin-top: 1px;
    left: 0;
    position: relative;
    background: #f6f6f6;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.boxify-filter-container [class*="col-"] {
    margin-top: 3px;
}

.boxify-filter-container-intab {
    margin-top: -15px;
    margin-bottom: 5px;
}

    .boxify-filter-container-intab [class*="col-"] {
        margin-top: 3px;
    }

.boxify-filter-container [switch] {
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
}
/**** FILTERS ****/

.tabs-container ul.nav-tabs > li.active.contains-filter > a,
.tabs-container ul.nav-tabs > li.active.contains-filter:hover > a,
.tabs-container ul.nav-tabs > li.active.contains-filter:hover > a,
.tabs-container ul.nav-tabs > li.active.contains-filter:active {
    background: #f6f6f6 !important;
}

.network-filters {
    width: auto;
    height: auto;
    background: #f6f6f6;
    padding: 2px 15px 3px 15px;
    border-bottom: 1px solid #ccc;
    float: none;
}

.page-content-container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.badge.badge-small {
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    line-height: 12px;
}

td {
    font-size: 13px;
}

    td a:hover {
        cursor: pointer;
    }

.badge.badge-important {
    background: #d15b47 !important;
}

.badge.badge-yellow {
    background-color: #fee188 !important;
    border-color: #fee188;
    color: #963 !important;
}

.badge.badge-light {
    background-color: #e7e7e7 !important;
    color: #888 !important;
}

.badge.badge-info {
    background-color: #4cada7 !important;
    color: #FFF !important;
}

.badge.badge-success {
    background-color: #468847 !important;
}

.badge.badge-lightsuccess {
    background-color: #98fb98 !important;
}

.badge.badge-darkinfo {
    background-color: #1e90ff !important;
}

.badge.badge-closed {
    background-color: #000000 !important;
}

.badge.badge-warning {
    background-color: #FF8000 !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%, #f6f6f6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fff 0%,#f6f6f6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fff 0%,#f6f6f6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fff 0%,#f6f6f6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f6f6f6',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 {
        display: inline-block;
    }

        .panel.panel-network .panel-body .network-assigned-user .img {
        }

            .panel.panel-network .panel-body .network-assigned-user .img img {
                width: 50px;
                height: 50px;
                border: solid 2px #ccc;
                border-radius: 2px;
            }

        .panel.panel-network .panel-body .network-assigned-user .name {
            margin-top: 14px;
            text-align: center;
        }

.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: #ccc;
    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;
}

.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;
}

.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: 0;
    min-height: 36px;
}
/*@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: 30px;
}

.network-login-links {
    margin-top: 30px;
}

    .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;
    }
}

.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;
}

.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-left: -5px;
    margin-bottom: 5px;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

    .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: #ccc;
        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 div img, .resolution img, .steps img {
    max-width: 150px;
    height: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #666;
    margin: 3px;
}

.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: #252525;
    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: #252525;
    }

    50% {
        left: 250px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #252525;
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #252525;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #252525;
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #252525;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #252525;
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #252525;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #252525;
    }
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #252525;
    }

    50% {
        left: 450px;
        background-color: #ffffff;
    }

    100% {
        left: 0px;
        background-color: #252525;
    }
}
/*******************************/

.panel-network .panel-body .form-group {
    margin-bottom: 2px;
}

    .panel-network .panel-body .form-group .form-control {
        margin-bottom: 2px;
    }

.checkbox {
    margin-left: 10px;
}

.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 */
    }

.scheduale-block {
    overflow: hidden;
    padding: 5px;
    height: 32px;
    display: inline-block;
    list-style: none;
}

    .scheduale-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;
    }

        .scheduale-block .btn-group .btn {
            margin-top: 4px;
        }

.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;
}

.invoice-follower {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

    .invoice-follower .panel-body {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.invoice-followers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .invoice-followers-list > div {
        float: none;
        height: 100%;
    }

        .invoice-followers-list > div .panel {
            height: 100%;
        }

    .invoice-followers-list .panel-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


.follower-image {
    width: auto;
    height: 90px;
    display: flex;
    overflow: hidden;
}

.follower-name {
    position: relative;
    top: -10px;
}

.follower-container button {
    padding: 0 3px;
    font-size: 9px;
}

input[readonly].form-control {
    cursor: pointer;
    background: #f4f4f4;
}

#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;
        }

#training-tab-menu {
    margin-top: 10px;
}

    #training-tab-menu .tab-content {
        padding-top: 15px;
        padding-bottom: 10px;
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 0 0 4px 4px;
    }

        #training-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-val {
    color: #4cada7;
    text-shadow: 0 2px 2px #ccc;
    font-size: 50px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: padding-box;
}

.network-box-text {
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 30px;
    display: inline-block;
}

.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;
}

.blue {
    color: #4cada7;
}

.orange {
    color: #ff6a00;
}

.yellow {
    color: #ffd45e;
}

.gray {
    color: #999;
}
/* 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;
}*/


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-nav li.disabled, .navbar-nav li.disabled > a {
    background: none !important;
    cursor: default !important;
}

.navbar-nav li.dropdown-header, .navbar-nav li.dropdown-header > a {
    background: none !important;
    cursor: default !important;
}

.form-group.form-border {
    border-bottom: 1px solid #000;
}

.well-clickable {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 3px;
    cursor: pointer;
}

.vacationsTitleUl {
    list-style: none;
    padding-left: 0;
}

    .vacationsTitleUl li {
        display: inline;
        border-right: 1px solid #ddd;
        padding-right: 4px;
        padding-left: 9px;
        white-space: nowrap;
    }

        .vacationsTitleUl li:first-child {
            padding-left: 0;
        }

        .vacationsTitleUl li:last-child {
            border-right: none;
            padding-right: 0;
        }

/*TREE VIEW*/
.tree {
    min-height: 20px;
    /*padding: 19px;*/
    /*margin-bottom: 20px;*/
    /*background-color: #fbfbfb;*/
    /*border: 1px solid #999;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .tree li.employeeTree > span {
            border: 0 !important;
        }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px;
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
        }

        .tree li.parent_li > span {
            cursor: pointer;
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000;
    }


@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }

    to {
        -moz-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

.fa-refresh-animate {
    -moz-animation: spin .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    animation: spin .7s infinite linear;
}

.boxify-box-val {
    color: #a70739;
    text-shadow: 0 2px 2px #ccc;
    font-size: 45px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: padding-box;
}


.network-card {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    text-align: center;
    height: auto;
    border-radius: 2px;
    overflow: hidden;
}

.SpecialInput:not([disabled]):not([readonly]) {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

    .SpecialInput:not([disabled]):not([readonly]):focus {
        box-shadow: none;
    }


.autosize {
    min-height: 36px;
}

.icon-percent::before {
    content: '%';
    font-weight: bold;
}

.modal-dialog-report {
    width: 800px;
}

.col-image-responsive {
    margin-top: -54px;
}

@media (max-width: 768px) {
    .col-image-responsive {
        margin-top: 5px;
    }
}

.CheckedOldAnswer {
    background-color: rgba(252, 57, 57, 0.45);
    width: 7px;
    height: 7px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100px;
}

/* CUSTOM RADIO AND CHECKBOX */

.ContainerWithCustomInputs input[type=radio] {
    display: none;
    margin: 0 0 0 8px;
}

.ContainerWithCustomInputs label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin: 0 0 0 8px;
}

    .ContainerWithCustomInputs label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background-color: #aaa;
    }

.ContainerWithCustomInputs .radio label:before {
    border-radius: 8px;
}

.ContainerWithCustomInputs input[type=radio]:checked + label:before {
    content: "\2713";
    color: #000000;
    font-size: 20px;
    text-align: center;
    line-height: 10px;
    padding-left: 3px;
}

.ContainerWithCustomInputs label.user-add:before {
    border: 1.5px solid #AE0202 !important;
    border-radius: 50%;
}

.ContainerWithCustomInputs input[type=checkbox] {
    display: none;
    margin: 0 0 0 8px;
}

.ContainerWithCustomInputs .checkbox label:before {
    border-radius: 0;
}

.ContainerWithCustomInputs input[type=checkbox]:checked + label:before {
    transform: translate(0, 0);
    content: "\2713";
    color: #000000;
    font-size: 20px;
    text-align: center;
    line-height: 8px;
    padding-left: 4px;
}

.ContainerWithCustomInputs .checkbox label.user-add:before {
    border: 1.5px solid #AE0202 !important;
    border-radius: 0;
}

.ContainerWithCustomInputs input[type=radio] + label:hover:before {
    box-shadow: 0 0 5px #000 !important;
}

.ContainerWithCustomInputs input[type=checkbox] + label:hover:before {
    box-shadow: 0 0 5px #000 !important;
}

.ContainerWithCustomInputs input[type=radio]:read-only + label:before, .ContainerWithCustomInputs input[type=radio]:disabled + label:before {
    cursor: default;
    background-color: #D5D5D5;
    color: #7C7C7C !important;
    box-shadow: none !important;
}

.ContainerWithCustomInputs input[type=checkbox]:read-only + label:before, .ContainerWithCustomInputs input[type=checkbox]:disabled + label:before {
    cursor: default;
    background-color: #D5D5D5;
    color: #7C7C7C !important;
    box-shadow: none !important;
}

.tooltip {
    position: fixed;
}

.select2, .select2NoSearch {
    width: 100% !important;
}

.checkbox[switch], .checkbox-inline[switch] {
    margin-left: 0 !important;
}

    .checkbox[switch] .toggle .toggle-group label.toggle-on, .checkbox-inline[switch] .toggle .toggle-group label.toggle-on {
        padding-left: 0 !important;
    }

    .checkbox[switch] .toggle.ios, .toggle-on.ios, .toggle-off.ios, .checkbox-inline[switch] .toggle.ios {
        border-radius: 20px;
    }

        .checkbox[switch].toggle.ios .toggle-handle, .checkbox-inline[switch].toggle.ios .toggle-handle {
            border-radius: 20px;
        }

table.no-header.table-condensed tr:first-child td {
    border-top: 0;
}

.wizard .actions {
    height: 29px !important;
    line-height: 29px !important;
}

    .wizard .actions button {
        height: 26px;
        line-height: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }

button, a {
    outline: 0 !important;
}

.imagecontainer {
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

    .imagecontainer img, .imagecontainer i {
        width: 50px;
        height: 50px;
    }

.actionItem {
    margin-top: 10px;
}

    .actionItem:first-child {
        margin-top: 0;
    }

    .actionItem > div {
        position: relative;
    }


    .actionItem .textWrapper {
        position: absolute;
        top: 0;
        padding-left: 5px;
        display: inline-table;
    }

.tab-content.alternate {
    border: none !important;
}

    .tab-content.alternate .boxify-filter-container {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

#commentsWrapper .comment {
    background: none;
}

#commentsWrapper .content {
    border: none;
}

.dropzone {
    border: #ccc solid 1px !important;
    padding: 50px;
    text-align: center;
    border-radius: 5px;
}

    .dropzone .dz-message {
        font-weight: 700;
        color: #606060 !important;
    }

a.clickable {
    cursor: pointer;
}

a.underline, span.underline {
    text-decoration: underline;
}

iframe.custom {
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

.select2-container:not(.select2-container-disabled) .select2-choice {
    padding-left: 0 !important;
    overflow: visible !important;
}

.dt-item-image {
    width: 100px;
    /*height: 100px;*/
    margin-top: 5px;
}

    .dt-item-image.margin {
        margin: 0;
    }

    .dt-item-image img {
        width: 100%;
        height: auto;
        border: 2px solid #fff;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
    }

.modal-centered-img {
    width: 200px;
    height: 200px;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
}

    .modal-centered-img:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-left: -4px;
    }

    .modal-centered-img img {
        width: 100%;
        height: auto;
        border: 2px solid #fff;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
    }

.imageModalCloser {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    background: rgb(224, 224, 224);
    box-shadow: 0px 0px 7px #5A5A5A;
}

#imageModal img {
    width: 100%;
}

img.expandable {
    cursor: zoom-in;
}


    img.expandable.out {
        cursor: zoom-out;
    }

.form-horizontal.special .form-control {
    width: 100%;
    text-align: right;
}

.form-horizontal.special .control-label {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.no-padding {
    padding: 0;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.datatables-col {
    padding-right: 0;
    padding-left: 50px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.no-float {
    float: none;
}

.tooltip .btn-tooltip {
    background: none;
    border: none;
}

.tooltip.success .tooltip-inner {
    background-color: #5cb85c;
}

.tooltip.success .tooltip-arrow {
    border-left-color: #5cb85c;
}

.BudgetDiv table {
    width: 100%;
}

    .BudgetDiv table tr > td {
        padding: 5px;
        border: 1px solid #dedede;
        text-align: center;
        vertical-align: middle;
    }

    .BudgetDiv table tr.even td {
        background-color: #C3DFF0;
    }

    .BudgetDiv table tr.odd td {
        background-color: white;
    }

    .BudgetDiv table tr td.BudgetDimensions {
        background-color: #4cada7;
        color: white;
    }

    .BudgetDiv table .BudgetHighlight {
        color: #4cada7;
    }

    .BudgetDiv table tr td.left {
        text-align: left;
    }

div.divPurchasingBudgets .chart-title {
    background-color: #4cada7;
    color: white;
}

div.divPurchasingBudgets .chart-wrapper {
    border: none;
}

    div.divPurchasingBudgets .chart-wrapper .chart-title {
        border: 1px solid #e2e2e2;
        border-bottom: none;
        border-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    div.divPurchasingBudgets .chart-wrapper .chart-stage {
        padding: 0;
    }

/*.BudgetRenderer .BudgetTable {
    width: 100%;
}

    .BudgetRenderer .BudgetTable td {
        border: 1px solid rgba(191, 191, 191, 0.42);
        padding: 5px;
        text-align: center;
    }

    .BudgetRenderer .BudgetTable tr.blankTr {
        height: 10px;
    }

        .BudgetRenderer .BudgetTable tr.blankTr td {
            border: none;
        }*/

.profileTopBar {
    background-color: #a70739;
    margin-bottom:15px;
}

.tab-content.bordered {
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-top: none;
}

.overlayDemo {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1px;
    padding-right: 15px;
    background-color: white;
    z-index: 99999999999999999999;
    text-align: right;
    border-top: 1px solid #d7d7d7;
}

    .overlayDemo .overlayText {
        font-weight: 700;
        font-size: 9px;
    }

.tab-content {
    padding-top: 15px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.relevant-note-img {
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

    .relevant-note-img img {
        width: 100%;
        height: auto;
    }

#individual-card {
    display: none;
    background: #fff;
    width: 100%;
    height: calc(100vh - 134px);
    top: -15px;
    position: absolute;
    z-index: 999;
    margin-left: -15px;
}

.btn-individualcard-back {
    visibility: hidden;
}

.employee-card-info {
    background: #C3DFF0;
    width: 100%;
    height: calc(100vh - 134px);
    border-right: 1px solid #ccc;
    padding: 15px 0;
}

    .employee-card-info > .employee-photo {
        width: 240px;
        height: 240px;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        border: 2px solid #eee;
        border-radius: 2px;
    }

        .employee-card-info > .employee-photo i {
            font-size: 240px;
        }

    .employee-card-info > .employee-data .name {
        display: block;
        height: 30px;
        background: rgba(0,0,0,0.05);
        border-left: 4px solid #4cada7;
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px;
    }

    .employee-card-info > .employee-data .data-container {
        padding: 0 5px;
        margin: 10px 0;
    }

    .employee-card-info > .employee-data .data div {
        line-height: 20px;
        margin: 5px 0;
    }

        .employee-card-info > .employee-data .data div i {
            color: #4cada7;
        }

        .employee-card-info > .employee-data .data div span {
            font-size: 11px;
        }

.employee-card-header {
    width: 100%;
    border-bottom: 2px solid #4cada7;
}

    .employee-card-header h4 {
        font-size: 13px;
        font-weight: bold;
        color: #4cada7;
    }

.employee-card-stats {
    margin-left: -15px;
}

.card-block-container {
    text-align: center;
}

.card-block-list {
    padding: 0;
    list-style: none;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
}

    .card-block-list .card-block {
        background: #C3DFF0;
        display: inline-flex;
        width: 80px;
        height: 80px;
        border: 1px solid #ccc;
        overflow: hidden;
        margin-top: 4px;
        z-index: 9;
    }

        .card-block-list .card-block:before {
            font-family: "FontAwesome";
            width: 80px;
            height: 94px;
            font-size: 87px;
            position: absolute;
            text-align: center;
            opacity: 0.1;
            margin-top: -16px;
            overflow: hidden;
            z-index: 1;
        }

        .card-block-list .card-block.grades:before {
            content: '\f005';
        }

        .card-block-list .card-block.average-grade:before {
            content: '\f005';
        }

        .card-block-list .card-block.total-training:before {
            content: '\f005';
        }

        .card-block-list .card-block .content {
            width: 100%;
            height: 100%;
            z-index: 10;
        }

        .card-block-list .card-block .title {
            display: block;
            width: 100%;
            height: 20px;
            background: #ccc;
            text-align: center;
            color: #fff;
            line-height: 20px;
        }

        .card-block-list .card-block .grade {
            display: block;
            height: 40px;
            width: 100%;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
        }

        .card-block-list .card-block .stars {
            display: block;
            width: 100%;
            height: 20px;
            text-align: center;
            background: rgba(255,255,255,0.5);
        }

.body-content {
    margin-bottom: 23px !important;
}


#Matrix {
    margin-top: 15px;
}

    #Matrix .rotate {
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        white-space: nowrap;
        display: block;
    }

    #Matrix .matrix-container {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        width: 100%;
    }

    #Matrix .matrix-container, #Matrix .skill-container {
        display: inline-flex;
    }

    #Matrix .skill-code {
        background: #333;
        color: #fff;
        padding: 0;
        width: 30px;
    }

        #Matrix .skill-code .rotate {
        }

    #Matrix .skill-title .rotate {
        text-transform: uppercase;
        font-size: 12px;
    }

    #Matrix .skill-title {
        background: #101010;
        color: #4cada7;
        padding: 0;
        width: 35px;
        font-weight: bold;
    }

    #Matrix .skill-description {
        padding: 5px 10px;
        text-align: justify;
        word-wrap: break-word;
        background: #e1e1e1;
        width: 300px;
    }

    #Matrix .matrix-row {
        word-wrap: break-word;
        padding: 5px 10px;
        border-top: 1px solid #ccc;
        font-size: 11px;
    }

        #Matrix .matrix-row:nth-child(odd) {
            background-color: #f9f9f9;
        }

        #Matrix .matrix-row:nth-child(even) {
            background-color: #eee;
        }


    #Matrix .functional-groups {
        display: table;
        table-layout: fixed;
        width: calc(100% - 365px);
    }

        #Matrix .functional-groups .functional-group-container {
            display: table-cell;
            border-right: 1px solid #ccc;
        }

            #Matrix .functional-groups .functional-group-container:last-child {
                border-right: none;
            }

    #Matrix .functional-group-description {
        background-color: #4cada7;
        color: #fff;
        font-weight: bold;
        word-wrap: break-word;
        padding: 5px 10px;
    }

    #Matrix .behavior-group-description {
        background-color: #333;
        color: #fff;
        word-wrap: break-word;
        padding: 5px 10px;
        font-size: 12px;
    }

/*.table > thead > tr > th.rotate {
    height: 140px;
    white-space: nowrap;
}

    .table > thead > tr > th.rotate > div {
        transform: translate(25px, 51px) rotate(315deg);
        width: 30px;
    }*/

/*.table > thead > tr > th.rotate > div > span {
            /*padding: 5px 10px;
            font-size: 11px;
        }*/

#SkillsFunctionMatrix {
    table-layout: fixed;
}

    #SkillsFunctionMatrix th {
        font-size: 10px;
        vertical-align: middle;
        padding: 8px 4px;
        border-bottom: none;
        background-color: #4cada7;
        color: #fff;
    }

        #SkillsFunctionMatrix th:not(:first-child) {
            border-left: 1px solid #ccc;
            text-align: center;
        }

    #SkillsFunctionMatrix td {
        vertical-align: middle;
        font-size: 10px;
    }

        #SkillsFunctionMatrix td:not(:first-child) {
            text-align: center;
            border-left: 1px solid #ddd;
        }

        #SkillsFunctionMatrix td:nth-child(odd):not(:first-child) {
            background-color: #f9f9f9;
        }

        #SkillsFunctionMatrix td:nth-child(even) {
            background-color: #eee;
        }

    #SkillsFunctionMatrix th.skills {
        width: 70px;
        font-size: 9px;
        background-color: #000;
        color: #fff;
    }

.observation-area {
    padding: 5px 15px;
}

    .observation-area.toggle {
        display: none;
    }

    .observation-area textarea {
        /*display: none;*/
        border-left: none !important;
        width: 100%;
        min-height: 35px;
        resize: none;
        color: #696969;
        transition: all 0.3s ease;
    }



        .observation-area textarea:read-only {
            background: rgba(128, 128, 128, 0.1);
            outline: none;
            padding: 5px;
        }

        .observation-area textarea:focus:not(:read-only), .observation-area textarea:active:not(:read-only) {
            outline: none;
            border-left: none !important;
            border-bottom: 1px solid #ddd;
            color: #000;
            padding: 5px;
        }

    .observation-area span {
        border-bottom: 1px solid #ccc;
        width: 100%;
        display: block;
        font-weight: bold;
    }

#ponderation-table {
    table-layout: fixed;
    width: 100%;
}

    #ponderation-table > thead tr th {
        background: #101010;
        color: #fff;
        vertical-align: middle;
        padding: 10px 15px;
        text-align: center;
    }

        #ponderation-table > thead tr th:not(:first-child) {
            border-left: 1px solid #ddd;
        }

    #ponderation-table > tbody tr td {
        vertical-align: middle;
    }

        #ponderation-table > tbody tr td:not(:first-child, .ponderation-tota):nth-child(odd) {
            background: #f9f9f9;
        }

        #ponderation-table > tbody tr td:not(:first-child, .ponderation-total):nth-child(even) {
            background: #eee;
        }

        #ponderation-table > tbody tr td:not(:first-child, .ponderation-tota) {
            border-left: 1px solid #ddd;
        }

    #ponderation-table .ponderation-input {
        border: none;
        font-size: 3em;
        color: #4cada7;
        text-align: center;
        width: 100%;
        height: 65px;
        outline: none;
        background: transparent;
    }

        #ponderation-table .ponderation-input:hover {
            box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
        }

    #ponderation-table .ponderation-input-wrapper:after {
        content: '%';
        font-size: 3em;
        height: 65px;
        margin-top: -65px;
        float: right;
        padding: 0 15px;
        line-height: 65px;
        color: #4cada7;
    }

    #ponderation-table .ponderation-group-header,
    #ponderation-table .ponderation-total {
        background: #101010;
        color: #fff;
        vertical-align: middle;
        padding: 10px 15px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    #ponderation-table .ponderation-total {
        text-align: center;
        font-size: 3em;
        color: #4cada7;
        text-align: center;
        width: 100%;
        height: 65px;
        position: relative;
    }

/* TEMP FIX TO REMOVE MCE TOOLTIP */
.mce-edit-area .tooltip {
    display: none !important;
}

.stick {
    position: fixed !important;
    top: 39px !important;
    bottom: auto !important;
    background-color: white !important;
    border-bottom: 4px solid #d9d9d9 !important;
    z-index: 99999999 !important;
}

.final-result-category {
    background-color: #C3DFF0;
}

textarea:not(:visible) {
}

.img-preview-wrapper {
    margin: 15px 0;
    text-align: center;
}

.preview-img {
    max-width: 200px;
    height auto;
}

.image-selector {
    display: flex;
    flex-flow: row wrap;
}

    .image-selector .box {
        min-width: 90px;
        max-width: 90px;
        height: 90px;
        border: 1px solid #ddd;
        display: flex;
        margin-top: 5px;
        cursor: pointer;
        transition: box-shadow ease 0.5s;
    }

        .image-selector .box.selected {
            border: 2px solid #4cada7;
        }

        .image-selector .box:hover {
            box-shadow: 0 0 8px rgba(0,0,0,0.15);
        }

        .image-selector .box:not(:nth-child(4n+1)) {
            margin-left: 19px;
        }

        .image-selector .box img {
            width: 100%;
            height: auto;
            align-self: center;
        }

.praises-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}

    .praises-wrapper .praise {
        max-width: 70px;
        min-width: 70px;
        height: 70px;
        display: flex;
        border: 1px solid #ddd;
        margin: 0 auto;
        margin-bottom: 5px;
    }

        .praises-wrapper .praise .img {
            width: calc(100% - 20px);
            height: auto;
            align-self: flex-start;
            margin: 0 auto;
        }

        .praises-wrapper .praise .name {
            align-self: flex-end;
            width: 100%;
            text-align: center;
            margin-left: -68px;
            height: 20px;
            line-height: 20px;
            font-size: 10px;
            background: #ddd;
        }

.no-col-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-col-padding-right {
    padding-right: 0;
}

.no-col-padding-left {
    padding-left: 0;
}

.accordion .up-down {
    float: right;
    height: 32px;
    width: auto;
    margin-top: -8px;
    line-height: 32px;
}

    .accordion .up-down.special {
        margin-top: -31px;
        margin-right: 10px;
    }

.img-preview {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
}

    .img-preview img {
        width: 100%;
        height: auto;
        display: flex;
        align-self: center;
    }

.form-group.required .control-label::after {
    content: " *";
    color: red;
}

.invoice-approvals-div {
    border: 0;
}

    .invoice-approvals-div > .panel {
        border: 0;
    }

        .invoice-approvals-div > .panel > .panel-heading {
            border: 1px solid #ddd;
        }

        .invoice-approvals-div > .panel .panel {
            border-bottom: 0;
            border-left: 0;
            border-right: 0;
            margin-top: 10px;
            box-shadow: none;
        }

            .invoice-approvals-div > .panel .panel .panel-body {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                padding: 0;
                margin: 0;
                margin-left: -2px;
                margin-right: -2px;
            }

                .invoice-approvals-div > .panel .panel .panel-body .card {
                    margin-top: 2px;
                    margin-bottom: 2px;
                    padding-left: 2px;
                    padding-right: 2px;
                }


                    .invoice-approvals-div > .panel .panel .panel-body .card .well {
                        /*width: 2000px;*/
                        /*flex-grow: 1;*/
                        /*width: 100%;*/
                        height: 100%;
                        margin-top: 5px;
                        margin-bottom: 0;
                        padding: 5px;
                        background-color: unset;
                        border-bottom: 1px solid #ddd;
                        border-top: 1px solid #ddd;
                        border-left: 1px solid #ddd;
                        border-right: 1px solid #ddd;
                        border-radius: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .invoice-approvals-div > .panel .panel .panel-body .card .follower-image {
                        display: flex;
                        justify-content: center;
                    }

                    .invoice-approvals-div > .panel .panel .panel-body .card .invoice-validation-action-header,
                    .invoice-approvals-div > .panel .panel .panel-body .card .invoice-validation-action-status {
                        text-align: center;
                    }

@media screen and (max-width: 768px) {
    .invoice-approvals-div > .panel .panel .panel-body {
        flex-direction: column;
    }
}
