.dataTables_filter {
  /* CSS settings to override current CSS for search box etc */
}

.dataTables_length {
  /* CSS settings to override current CSS for search box etc */
  font-weight: normal;
  font-color: #FF0000;
  display:inline-table;

}

.hideme {
   display: hidden;
}

/*.label {
  font-weight: normal;
}*/

.progress-bar {
    background-color: #00446e;
}

body {
	padding-top: 50px !important;
	color: 959595;
	}

p {
    word-break: break-all;
    white-space: normal;
}
	
.red, .red a {
  color: #FF0000;
}

.blue, .blue a {
  color: #337ab7;
}
/*
.btn {
    border-radius: 0px;
}*/

.header{
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	/*color: #FF0000;*/
  margin-top: 0px;
  color: #00446e;
}

ul, table{
  margin-top: 10px;
}

.internago-color{
    color: #00446e !important;
}
/*
.modal-title{
    color: #00446e !important;
}*/

.navbar{ 
    background-image: none;
}

/* change the background color */
.navbar-bg {
    background-color: #ffffff;
}
	
.feature {
	background-color: yellowgreen;
	color: greenyellow;
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: goldenrod;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}
.color-me{
    background-color:green;
}

.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: black;
}

.dropdown-submenu>a:after {
    display: black;
    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;
}
 /* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

table {
    /*table-layout:fixed;*/
    width:100%;
}


.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  /*background-color: #ffffff;*/
  position: fixed;
  top: 50px;
  width: 200px;
  height: 100%;
  color: #e1ffff;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
      
  .collapsed{
     .arrow:before{
               font-family: FontAwesome;
               content: "\f053";
               display: inline-block;
               padding-left:10px;
               padding-right: 10px;
               vertical-align: middle;
               float:right;
          }
   }

}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    /*position: relative;*/
    width: 0px;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;

    /*  
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
    */
  }
  
/*  .nav-side-menu li a {
    display: none;
  }*/
  #main {
    width:100%;
    float: right;
    transition: width .5s;
  }

  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  /*Removes the serach box*/
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  #main {
    width:calc(100% - 220px);
    float: right;
    transition: width .5s;
  }
  
}



/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  /*background-color: #111;*/
  background-color: Transparent;
  color: grey;
  padding: 10px 15px;
  border: none;
}
.openbtn:hover {
  /*background-color: #444;*/
  color: black;
}


/* За замовчуванням елемент видно */
.responsive-hidden {
    display: block;
}

/* Приховуємо елемент на екранах менш як 768px (мобільні пристрої) */
@media (max-width: 768px) {
    .responsive-hidden {
        display: none!important;
    }
}

.timeline {
    display: flex;
    width: 25%;
}

.timeline .step {
    text-align: center;
    flex: 1;
    position: relative;
}

.timeline .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: lightgray;
    z-index: -1;
}

.timeline .step-icon {
    width: 20px;
    height: 20px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}

.timeline .step-icon.draft {
    background-color: #f0ad4e;
    color: white;
}

.timeline .step-icon.submitted {
    background-color: #00446e;
    color: white;
}

.timeline .step-icon.approved {
    background-color: #2f9c00;
    color: white;
}

.timeline .step-icon.rejected {
    background-color: #ad0000;
    color: white;
}

.timeline-dev {
    display: flex;
    justify-content: right
}

.text-approved-color{
    color: #2f9c00!important;
}

.text-rejected-color{
    color: #ad0000!important;
}

.text-draft-color{
    color: #f0ad4e!important;
}

.text-submitted-color{
    color: #00446e!important;
}

.text-pending_approval-color{
    color: #00446e!important;
}

.text-paid-color{
    color: #2f9c00!important;
}

.text-uploaded-color{
    color: #2f9c00!important;
}

.background-approved-color{
    background-color: #2f9c00!important;
}

.background-rejected-color{
    background-color: #ad0000!important;
}

.background-draft-color{
    background-color: #f0ad4e!important;
}

.background-submitted-color{
    background-color: #00446e!important;
}

.background-pending_approval-color{
    background-color: #00446e!important;
}

.background-paid-color{
    background-color: #2f9c00!important;
}

.background-updated-color{
    background-color: #2f9c00!important;
}
text-align-left{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left!important;
}

mt-5px{
    margin-top: 5px;
}

mt-10px{
    margin-top: 10px;
}


mb-5px{
    margin-bottom: 5px;
}

mb-10px{
    margin-bottom: 10px;
}

/* За замовчуванням елемент видно */
.responsive-hidden {
    display: block;
}

/* Приховуємо елемент на екранах менш як 768px (мобільні пристрої) */
@media (max-width: 768px) {
    .responsive-hidden {
        display: none!important;
    }
}

.timeline {
    display: flex;
    width: 25%;
}

.timeline .step {
    text-align: center;
    flex: 1;
    position: relative;
}

.timeline .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: lightgray;
    z-index: -1;
}

.timeline .step-icon {
    width: 20px;
    height: 20px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}

.timeline .step-icon.draft {
    background-color: #f0ad4e;
    color: white;
}

.timeline .step-icon.submitted {
    background-color: #00446e;
    color: white;
}

.timeline .step-icon.processing {
    background-color: purple;
    color: white;
}

.timeline .step-icon.approved {
    background-color: #2f9c00;
    color: white;
}

.timeline .step-icon.rejected {
    background-color: #ad0000;
    color: white;
}

.timeline .step-icon.inputs {
    background-color: #fff3cd;
    color: #856404;
}

.timeline .step-icon.processing {
    background-color: #f8d7da;
    color: #721c24;
}

.timeline .step-icon.approval {
    background-color: #cce5ff;
    color: #004085;
}

.timeline .step-icon.filings {
    background-color: #d1ecf1;
    color: #0c5460;;
}

.timeline .step-icon.closed {
    background-color: #d4edda;
    color: #155724;
}

.timeline-dev {
    display: flex;
    justify-content: right
}

.text-processing-color{
    color: purple!important;
}

.text-approved-color{
    color: #2f9c00!important;
}

.text-rejected-color{
    color: #ad0000!important;
}

.text-draft-color{
    color: #f0ad4e!important;
}

.text-submitted-color{
    color: #00446e!important;
}

.text-pending_approval-color{
    color: #00446e!important;
}

.text-paid-color{
    color: #2f9c00!important;
}

.text-uploaded-color{
    color: #2f9c00!important;
}

.background-processing-color{
    background-color: purple!important;
}

.background-approved-color{
    background-color: #2f9c00!important;
}

.background-rejected-color{
    background-color: #ad0000!important;
}

.background-draft-color{
    background-color: #f0ad4e!important;
}

.background-submitted-color{
    background-color: #00446e!important;
}

.background-pending_approval-color{
    background-color: #00446e!important;
}

.background-paid-color{
    background-color: #2f9c00!important;
}

.background-updated-color{
    background-color: #2f9c00!important;
}

.text-inputs-color{
    color: #856404!important;
}

.text-processing-color{
    color: #721c24!important;
}

.text-approval-color{
    color: #004085!important;
}

.text-filings-color{
    color: #0c5460!important;
}

.text-closed-color{
    color: #155724!important;
}

.background-inputs-color{
    background-color: #fff3cd!important;
}

.background-processing-color{
    background-color: #f8d7da!important;
}

.background-approval-color{
    background-color: #cce5ff!important;
}

.background-filings-color{
    background-color: #d1ecf1!important;
}

.background-closed-color{
    background-color: #d4edda!important;
}