html {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

my-app .main-panel .main-content .card{
    animation-duration: 750ms;
    opacity: 0;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

p {
    color: #ccc;
}

.tableInfo {
    padding-left: 0px;
}

.table-bordered {
    background-color: #222836 !important;
    border: 1px solid #4a444466 !important;
    color: #c2bebe;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #2d3041;

}

.tableInfo > table > tbody > th {
    color: #ccc !important;
}

.tableInfo > table > tbody > td {
    background-color: red;
}

.setWidth {
    width: 85px !important;
    font-size: .9em;
    padding-left: 2px;
    padding-right: 2px;
}

.pushAway {
    margin-left: 2%;
    margin-bottom: 40px;
}

#cover-chart {
    margin: 0 0 20px 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.companyInfoRight {
    padding-right: 0px !important;
    float: right !important;
}

.sectionCI {
    width: 100%;
    text-align: justify;
}

.sectionCI h5 {
    color: #39aea1;
}

.sectionCI i {
    vertical-align: middle;
    line-height: 1;
}

.expand {
    background-color: transparent;
    border: none;
    font-size: .95em;
}

.headline-company {
    display: inline-block;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #222836;
    margin-bottom: 10px;
    color: #39aea1;
    padding-left: 10px;
}

.headline {
    line-height: 2;
    display: inline-block;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #222836;
    margin-bottom: 10px;
    margin-top: 5px;
}

.headline-company h4 {
    font-size: 1.2em;
    color: #39aea1;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.headline-company button i {
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: 600;
    color: #ccc;
    margin: 5px 10px 0 0 !important;
}

.headline-company .expand-button {
    padding: 10px !important;
    font-size: 1.5em;
}

.panel-report button i {
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: 600;
    color: #ccc;
    margin: 5px 10px 0 0 !important;
}
.panel-report h4 {color: #ccc;}

.detailed {
    padding: 0 10px 10px 10px;
    color: #ccc;
}

.darkTD {
    background-color:rgb(19, 21, 29);
}

.smallTablesExtra table th {
    width: 110px !important;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
}

.tableInfo th {
    text-align: left;
    font-weight: 600 !important;
}

.table-bordered tbody td {
    width: 85px !important;
}

.rightFilters {
    list-style: none;
    display: inline-flex;
}

.rightFilters li {
    margin-left: 5px;
}

.tab-container {
    width: 41.5% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: none;
}

.m-performance th {
    text-align: left !important;
    font-weight: 400;
    font-size: .9em;
}


.searchButton {
    height: 30px;
    margin-right: 10px !important;
    margin-top: 0px;
    border-bottom: 1px solid #4e6574;
    color: #ccc;
}


#mainTitle {
    background-color: #2d3041 !important;
    line-height: 40px;
    width: 203px;
    padding-left: 5px;
    color: #39aea1;
}

.amountAndMargin {
    background-color: #4e6574 !important;
    line-height: 40px;
    width: 184px;
    border-right: 2px solid #2d3041;
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: .75em !important;
    border-radius: 0px;
}

#maturityTitle {
    background-color: #4e6574 !important;
    border-left: 2px solid red !important;
    width: 88px;
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: .75em !important;
    border-radius: 0px;
}

#maturityBox {
    width: 120px !important;
}


.spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s;
  /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px;
  /* More than it will ever come, notice that this affects on animation duration */
}

form #submitData {
  margin-left: 25%;
}

#thanks h4 {
  color: #4e6574;
}

#thanks p {
  color: #6f7274;
}

.modal-title {
  color: #4e6574;
}

.dataroomLinks {
  width: 100%;
}

#dRoom .dataRoomLinks {
  width: 200px;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.modal-content {
  color: #ddd !important;
}

#goButton {
    margin-top: 10px;
}

.leftFilters {
  display: inline-flex;
  margin-top: 68px;
}

.filterTabs {
    list-style: none;
    display: inline-flex !important;
}

.tab-container {
    width: 41.5% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: none;
}

.m-performance th {
    text-align: left !important;
    font-weight: 400;
    font-size: .9em;
}

firstHeading {
    color: #39aea1;
    background-color: #2d3041;
    font-size: 1.1em;
    border: 1px solid #2d3041 !important;
    margin: 0;
    padding-top: 5px !important;
    padding-left: 0 !important;
}

.secondHeading {
    padding: 10px 10px;
    width: 176px;
    margin-left: 2px;
    background-color: #4e6574;
    margin-bottom: 0px;
    color: #ccc;
    text-align: center;
    font-size: .8em !important;
    text-transform: uppercase;
}

.thirdHeading {
    padding: 10px 10px;
    width: 176px;
    margin-left: 2px;
    background-color: #4e6574;
    margin-bottom: 0px;
    color: #ccc;
    text-align: center;
    font-size: .8em !important;
    text-transform: uppercase;
}

#lastHeading {
    padding: 10px 10px;
    margin-left: 2px;
    background-color: #4e6574;
    margin-bottom: 0px;
    color: #ccc;
    text-align: center;
    width: 80px !important;
    font-size: .8em !important;
    text-transform: uppercase;
}

.headers {
    display: inline-flex;
    width: 668px !important;
}

#myTab0 li,
#myTab li,
#myTab3 li {
    background-color: #4e6574;
    margin-right: 2px;
}

#myTab li a,
#myTab0 li a {
    width: 85px !important;
    font-size: .8em !important;
	padding: 5px 0;
}

#ebitdaTrendTable {
	width: 281px;
}

/*#myTab3 li a {
	width: 70px !important;
}*/


#myTab2 li {
    background-color: #4e6574;
    margin-right: 2px;
}

#myTab2 {
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: .9em;
    width: 130px;
    padding: 0;
    margin: 0 3px;
    text-align: center;
}

.shortTable {
    width: 260px !important;
}

.longTable {
    width: 100% !important;
}

.longTable table th {
    width: 200px !important;
    font-size: .8em !important;
    max-width: 100px;
}

.longTable table td {
    padding-left: 0px;
    padding-right: 0px;
    font-size: .8em !important;
    line-height: 1.58;
}

#cashFL-tab th {
    width: 200px !important;
    font-size: .8em !important;
}

.smallHeading {
    margin-left: 15px;
    color: #39aea1;
}

.firstHeading {
    margin-right: 130px !important;
    margin-left: 0px;
}

.secondHeading {
    margin-right: 95px;
}

.thirdHeading {
    margin-right: 50px;
}

#lastHeading {
    margin-right: 0px !important;
}

.headers {
    display: inline-flex;
}

/*#metrics .headers .smallHeading {
	margin-right: 60px;
}*/

.templateTable>table>tbody>tr>.title {
    width: 250px !important;
    text-align: left;
    padding: 0px 10px !important;
}

.titleAlign {
    width: 200px !important;
    position: absolute;
    margin-left: 0px;
}

#financingTabTable .tab-content table th {
    width: 100px;
    font-size: .8em;
}

#financingTab li a {
    width: 128px;
    font-size: .9em;
    margin: 0 1.2px;
    border-radius: 0 !important;
}

#chart-DebtShare {
    height: 210px !important;
    margin-top: 16px;
}

.pageLinks a {
    color: #ddd;
}

.pageLinks a:hover,
.pageLinks a:focus,
.pageLinks a:active {
    color: #39aea1;
}

.panel-default {
    border-color: #2d3041;
    background-color: #2d3041;
    color: #ccc;
}

.panel-default > .panel-heading {
    color: #39aea1;
    background-color: #222836;
    border-color: #a89e9e;
}

/* Custom notifications, Snapshot - Portfolio Monitor */

.flashing {
    background-color: #4e6574;
    -webkit-animation-name: example;
    -webkit-animation-duration: 6s;
    animation-name: example;
    animation-duration: 6s;
}

/* Safari 4.0 - 8.0 */ 
/*@-webkit-keyframes example {
    0%   {background-color: #52555f;}
    10%  {background-color: #4e6574;}
    20%  {background-color: #52555f;}
    30%  {background-color: #4e6574;}
    40%  {background-color: #52555f;}
    50%  {background-color: #4e6574;}
    60%  {background-color: #52555f;}
    70%  {background-color: #4e6574;}
    80%  {background-color: #52555f;}
    90%  {background-color: #4e6574;}
    100% {background-color: #4e6574;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color: #81848d;}
    10%  {background-color: #2e4251;}
    20%  {background-color: #81848d;}
    30%  {background-color: #2e4251;}
    40%  {background-color: #81848d;}
    50%  {background-color: #2e4251;}
    60%  {background-color: #81848d;}
    70%  {background-color: #2e4251;}
    80%  {background-color: #81848d;}
    90%  {background-color: #2e4251;}
    100% {background-color: #4e6574;}
}   

.bd-example-modal-lg .modal-content {
    height: 660px !important;
    background-color: #ccc;
    color: #ccc;
    margin: 0 auto;
    width: 640px;
}

.screenshot {
    color: #92a0a8;
    float: right;
    font-size: 1.1em;
}

.logo-other img {
    max-width: 120px;
}

.deal-info {
    width: 500px;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.btn-screen {
    background-color: transparent;
    border: none;
    width: 30px;
    margin-right: 10px;
    padding: 3px;
    margin-top: 0px;
}
button.btn-screen {color: #90e2e1;}
button.btn-screen:hover {color: #e8e8e8;}
button.btn-screen:focus {color: rgb(153, 152, 152);}
/* Modal light colors */
/* .snapshotModal {background-color: #fff;}
.modal-header > h4.panel-title {color: #39aea1; font-size: 1.5em; font-weight: 700;}
span.snap-close {line-height: .3;}
.table-snap .table {background-color: #ddd !important;}
.light-table > p {color:#2d3041;}

.table-snap {
    width: 100% !important;
    color: #ccc;
    border: 3px solid #ccc;
    border-radius: 6px;
} */
/* Modal light colors */

/* Modal Dark colors */
.snapshotModal {background-color: #fff;}
.modal-header > h4.panel-title {color: #39aea1; font-size: 1.5em; font-weight: 700;}
span.snap-close {line-height: .3;}
.table-snap .table {background-color: #2d3041 !important;}
.light-table > p {color:#e8e8e8;}

.table-snap {
    width: 100% !important;
    color: #2d3041;
    border: 3px solid #4e6574;
    border-radius: 6px;
}
/* Modal Dark colors */

.closeMe button.close {
    font-size: 2.5em;
    margin: -15px 0 0 0 !important;
    color: #9e9e9e !important;
}

.mainRowTitles {
    /* background-color: #9e9e9e; */
    /* background-color: #e8e8e8; */
    background-color: #31435080;
    color: #39aea1;
    border: none;
    line-height: 1 !important;
    padding: 10px 0 !important;
}


.theFirstTitle {
    width: 300px;
}

.logo-other {
    width: 150px !important;
}

.dataTitles {
    width: 120px !important;
}

.titles-left {
    padding-left: 30px;
    width: 180px;
}

.info-right {
    width: 150px;
    text-align: center !important;
}

/* Notification dropdown */

h6.pf-update-header {
    margin-bottom: 0;
    margin-top: 14px;
    margin-right: 10px;
    color: #90e2e1;
}

.notification-msg {
    margin-right: 2em;
}
.notification-info {
    margin-right: 1em;
}

li.notification-dropdown  {padding-left: 0 !important;}

/* Custom notifications, Snapshot - Portfolio Monitor END */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn{
    margin-bottom: 30px
}

.space-70{
    height: 70px;
    display: block;
}

.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
@media (max-width: 991px) {
    .sidebar .nav > li.active-pro{
        position: relative;
        width: 100%;
        bottom: 10px;
    }
    .sidebar .nav > li.active-pro > a{
        margin-top: 20px;

    }
}

.tim-row{
    margin-bottom: 20px;
}

.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}

.muted-text > .summaryTitles > td {
    background-color: #4e6574 !important;
    border: 1px solid transparent !important;
    color: #fff;
    font-size: 1em;
}
.smallExtra {
    margin-right: 10px
}
.good {
    background-color: #69996999;
    color: #ccc;
}
.bad {
    background-color: #e14c4c99;
    color: #ccc;
}
.medium {
    background-color: #e6912299;
    color: #ccc;
}

.loginSection {
    width: 100%;
    margin: 0 auto;
}

.companyName a {
    color: #cdcfd2;
}

.gray {
    background-color: gray;
    color: #ccc;
}

.navbar-collapse ul {
    padding: 0;
    margin: 0;
    overflow: visible;
}

.companyTitle {
    width: 200px;
}

.companyDescription th {
    text-align: left !important;
    font-size: .9em !important;
    padding-left: 20px !important;
    width: 100px !important;
}

.companyDescription td {
    font-size: .9em !important;
}

.row {
    margin: 0 !important;
}

.pull-right {
    padding: 0 !important;
    margin: 0 !important;
}
.push-right {
    float: right !important;
}
.date, .smallExtra {
    background-color: #92a0a8;
    font-size: 0.78em;
    padding: 2px 4px !important;
    color: #1c2c36;
    border-radius: 2px;
}

#notificationIcon {
    padding: 0 !important;
    margin: 0 !important;
}

.nav li ul {
    position: absolute;
    z-index: 100;
}

footer a {
    color: #ccc !important;
}

.year-tabs ul li a {
    width: 60px !important;
}

.year-tabs ul li {
    width: 60px !important;
    margin: 0 0 0 15px;
    border-radius: 0px;
    background-color: #4e6574;
    border: 0px !important;
}

.tableHeaders {
    color: #39aea1;
    background-color: #131720;
    text-transform: uppercase;
}

.title {
    text-align: left !important;
    font-weight: 400;
}
.boldTitle {
    color: #ddd;
    text-transform: uppercase;
}
.mainTitle {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 1em !important;
    padding-left: 10px !important;
    background-color: #2d3041;
}

.filterList {
    line-height: 1.15 !important;
    color: #ccc !important;
}

.highlightedRow {
    background-color: rgb(63, 83, 98);
}

.spaceAbove {
    margin-top: 30px !important;
}

.lineOnTop {
    border-top: 3px solid #383f51 !important;
}

.italicRow {
    font-style: italic !important;
    font-size: .85em;
    color: #ccc !important;
}

/* 20_06_2018*/

.tableInfo th {
   text-align: left !important;
   padding-left: 20px !important;
   width: 100px !important;
}

/* 23_07_2018 */

.changeColor {
    color: #39aea1;
}
.importantText {
    text-transform: uppercase;
    background-color: #39aea1;
    color: #222836;
    padding: 5px;
}
.underlineRow {
    text-decoration: underline;
    color: #39aea1;
}
.italicText {
    font-style: italic;
    color: #39aea1;
}

/* 24_07_2018 */

.margins {
    font-style: italic;
    font-size: .8em !important;
    color: #ccc;
    padding-left: 10px !important;
}

.green {color: #1be8cc;}
.red {color: #f17878;}

/* Messages page */
.panel-message {
    padding-left: 3em;
    padding-right: 3em;
}

.title-messages {
    padding-left: 42px;
}

/** 02_08_2017 **/

html {
    overflow: hidden;
    height: 100%;
}
body {
    overflow: auto;
    height: 100%;
}

/* unset bs3 setting */
.modal-open {
    overflow: auto;
}

/********** update 10_09_2018 ***********************/


.con{
    height: 300px;
    width: 300px;
    margin: auto;
    margin-top: 100px;
    position: relative;
}
.test{
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #999;
    border-radius: 100%;
    z-index: -1;
    animation: rotat360 3s infinite 0s linear;
}
.test:after{
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #2d3041;
    border-radius: 100%;
    z-index: 1;
}
.test:before{
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    left: calc(50% - 15px);
    background-color: #999;
    border-radius: 100%;
    z-index: 2;
}

.test2{
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #39aea1;
    border-radius: 100%;
    z-index: 3;
    transform: rotate(30deg);
    animation: rotat360 2s infinite 0s linear;
}
.test2:after{
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #2d3041;
    border-radius: 100%;
    z-index: 4;
}
.test2:before{
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: -7px;
    left: calc(50% - 10px);
    background-color: #39aea1;
    border-radius: 100%;
    z-index: 5;
}
.test3{
    height: calc(100% - 120px);
    width: calc(100% - 120px);
    position: absolute;
    top: 60px;
    left: 60px;
    background-color: #4e6574;
    border-radius: 100%;
    z-index: 6;
    transform: rotate(60deg);
    animation: rotat360 1.5s infinite 0s linear;
}
.test3:after{
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #2d3041;
    border-radius: 100%;
    z-index: 7;
}
.test3:before{
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    background-color: #4e6574;
    border-radius: 100%;
    z-index: 8;
}
.center{
    /* height: 40px;
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 100%;
    z-index: 9;
    font-size: .8em;*/
    height: 80px;
    width: 120px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 58px);
    border-radius: 100%;
    z-index: 9;
    font-size: .9em;
}
.loadingTextCircles {
    font-size: 1.1em !important;
}
.waitTextCircles {
    color: #39aea1;
}
@keyframes rotat360{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.testSpaceTop {
    height: 100px !important;
}
.testSpaceBottom {
    height: 250px !important;
}
/*======================================*/
.loader{
    width: 100px;
    height: 70px;
    margin: 50px auto;
    position: relative;
}
.loader span{
    display: block;
    width: 5px;
    height: 10px;
    background: #39aea1;
    position: absolute;
    bottom: 0;
    animation: loading-1 2.25s  infinite ease-in-out;
}
.loader span:nth-child(2){
    left: 11px;
    animation-delay: .2s;
}
.loader span:nth-child(3){
    left: 22px;
    animation-delay: .4s;
}
.loader span:nth-child(4){
    left: 33px;
    animation-delay: .6s;
}
.loader span:nth-child(5){
    left: 44px;
    animation-delay: .8s;
}
.loader span:nth-child(6){
    left: 55px;
    animation-delay: 1s;
}
.loader span:nth-child(7){
    left: 66px;
    animation-delay: 1.2s;
}
.loader span:nth-child(8){
    left: 77px;
    animation-delay: 1.4s;
}
.loader span:nth-child(9){
    left: 88px;
    animation-delay: 1.6s;
}
@-webkit-keyframes loading-1{
    0%{
        height: 10px;
        transform: translateY(0px);
        background: #28375c;
    }
    25%{
        height: 60px;
        transform: translateY(15px);
        background: #4d7274;
    }
    50%{
        height: 10px;
        transform: translateY(-10px);
        background: #a9aaad;
    }
    100%{
        height: 10px;
        transform: translateY(0px);
        background: #39aea1;
    }
}
@keyframes loading-1{
    0%{
        height: 10px;
        transform: translateY(0px);
        background: #28375c;
    }
    25%{
        height: 60px;
        transform: translateY(15px);
        background: #4d7274;
    }
    50%{
        height: 10px;
        transform: translateY(-10px);
        background: #a9aaad;
    }
    100%{
        height: 10px;
        transform: translateY(0px);
        background: #39aea1;
    }
}
.secondTestLoader {
    padding-top: 80px;
    padding-left: 40px;
}

.popOverSpan {
    background-color: rgba(244, 148, 105, 1) !important;
    width: 9px !important;
    height: 9px !important;
    margin: 2px;
    border-radius: 50%;
    padding: 9.5px 0px 0px 0px;
    border: rgba(244, 148, 105, 1) !important;
}

.dataRoomForm {
    margin: 10px auto;
    text-align: center;
}

.four
{ width: 180px !important; }

.thirteen
{ width: 40px !important; }

.twelve
{ width: 60px !important; } 

.userNameAdmin {
    padding-left: 12px;
    font-size: 1.1em;
    padding-top: 10px;
}

.userProfile {
    color: #ddd !important;
}

.aBitToTheRight {
    margin-left: 15px !important;
}



        .main-container {
        width: 100% !important;
        margin: 0 !important;
    } 

    /*.testSideBar {
        background-color: #222836 !important;
        width: 230px !important;
        height: 100vh !important;
        margin-top: -20px;
        border-right: 1px solid #93999e;
    }

    .testContent {
        color: white;
    }*/


    /* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 230px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #222836;
    overflow-x: hidden;
    padding-top: 20px !important;
    margin-top: 60px !important;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 2px 8px 4px 16px;
    text-decoration: none;
    font-size: 1em;
    color: #b9babc !important;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1 !important;
}

/* Main content */
.navbar {
    margin-bottom: 0px !important;
}

/*footer {
    display: inline-block !important;
    width: 98% !important;
    padding-left: 230px !important;
}*/

.main {
    margin-left: 220px;
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: #2c313f;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #222836;
    padding-left: 8px;
}

.dropdown-container a {
    padding-left: 30px;
    font-size: .9em;
    color: #999 !important;
}

/* Optional: Style the caret down icon */
.fa-caret-down, .fa-angle-down {
    float: right;
}

.navbar-right {
    margin-right: 0px;
}

.headline {
    background-color: #464851 !important;
    border-color: #464851 !important;
}

.headline p {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    text-transform: uppercase;
    width: 100%;
    color: white;
    text-align: left;
    padding: 0px 5px 0px 15px;
}

.userInfo p {
    font-size: .8em;
    padding-left: 10px;
}

.signOutAdmin {
    width: 50px;
    height: 50px;
    padding: 8px !important;
    text-align: center;
    font-size: 2.4em;
    margin-right: 10px !important;
    color: #929698;
}

.folderStructure {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.subFolder {
    color: #4e6574 !important;
}

.card-box {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #222836;
    min-width: 1000px;
    max-width: 1500px;
    margin-top: 20px;
    border: 2px solid #464851;
}

.box-header {
    padding: 10px 15px;
    color: #ddd;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.5em; 
}

.box-info {
    padding: 10px 15px;
    color: #ddd;
    font-size: 1em;
}

.box-body {
    height: auto;
    padding: 0px 10px;
    border-radius: 0px;
    margin-bottom: 10px;
}

/*.box-body .list-group {
    background-color: red;
}*/

.box-body > .list-group > .list-group-item {
    background-color: #464851;
    border-color: #222836;
    color: #ccc;
    border-radius: 0px;
}

.btn-admin {
    background-color: #464851 !important;
    padding: 10px !important;
    border-radius: 0px !important;
    margin: 10px 0px 10px 10px !important;
}

.infoUsersTop {
    text-align: right;
}

.total {
    font-size: 1.1em;
    color: #ccc;
}

.userCompCount {
    display: inline-block;
    border: 1px solid #FFF;
    font-size: .8em;
    background: #4e6574;
    color: #FFFFFF;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
}

.removeCompany {
    font-size: 1.3em;
    color: #adadad;
    margin-top: 1px !important;
}

.userDetailsAction {
    margin-right: 15px !important;
}

.userDetailsAction a {
    font-size: .9em;
}

.statusSelect {
    width: 200px;
    margin-left: 15px !important;
    height: 40px !important;   
    margin-top: 10px;
}

.statusSelect .input-group {
    display: inline-flex;
}

.statusSelect label {
    background-color: #464851;
    color: #eae7e7;
    text-transform: uppercase;
    padding: 9px 15px;
    font-size: .9em;
    line-height: 1.65;
    text-shadow: .1px .2px #ccc;
}

.statusSelect select {
    background-color: #ccc;
    width: 100px;
    text-align: right;
    padding-right: 5px;
    height: 38px;
    text-transform: uppercase;
}

.statusSelect select > option {
    text-align: right !important;
    text-transform: uppercase;
}

.companiesBottomLinks {
    display: inline-flex;
}

.btn-update-form {
    width: 140px !important;
    height: 25px !important;
    font-size: .9em !important;
    padding: 0 !important;
}

.companiesUpdateBodyBox {
    width: 80%;
    text-align: center;
    margin: 10px 10%;
}

.updateTop {
    font-size: 1.4em;
    color: cadetblue;
}

.btn-submit-new-user {
    margin: 30px auto !important;
    width: 150px;
    line-height: 1;
}

.permissions-user {
    display: inline-flex !important;
}

.labelP {
    color: #b3b3b7 !important;
    margin-top: 8px;
    margin-right: 10px;
}

.selectRoleUser, .smallRoleUser {
    background-color: #464851 !important;
    width: 50%;
    margin-left: 40%;
    color: #ccc;
    text-transform: uppercase;
    background: #464851 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ccc' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
        background-size: auto;
    background-size: 8px 20px;
    height: calc(3.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.2;
}

.selectRoleUser option {
    color: #ccc !important;
    text-transform: uppercase;
}

.smallRoleUser {
    width: 80% !important;
    margin: 0 auto !important;
}

.name-user p {
    font-size: 1.2em;
    margin-left: 20px;
    line-height: 1;
}



/*===================================================================*/
/*SAMPLE ONLY*/
/*================================================*/

.navbar-fixed-top {
    background-color: #2d3041 !important;
    border: none !important;
}

.navbar-right {
    margin-right: 5vw !important;
}

.navbar-header {
    float: left;
    height: 60px;
    font-size: 20px;
    padding: 5px 10px 10px 10px;
    margin: 0 !important;
    background-color: #222836;
    border: 1px solid #222836;
}

.navbar {
    padding: 0px !important;
}

.navbar-brand {
    margin: -5px 8px 0 8px !important;
}

.headline p {
    padding: 0px 5px 0px 20px;
    border: none !important;
}

.headline {
    line-height: 1;
    display: inline-flex;
    width: 100%;
    background-color: #222836;
    margin-bottom: 5px;
    padding-top: 10px;
}

.userInfo p {
    padding-left: 0px !important;
}

.sidenav a, .dropdown-btn {
    padding: 2px 8px 4px 20px !important; 
}

/* Migration from PlatformIE changes */
.card {
    min-width: 0 !important;
}

.card#monitor {
    margin-top: 2em !important;
    margin-bottom: 3em;
}