#main
{
    padding-top: 10px;
    font-size: 15px;
}

#app-nav
{
    margin-top: 0;
    margin-bottom: 0;
}

.nav-app {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-app > li {
  position: relative;
  display: block;
}

.nav-app > li > a {
    float: none;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
/*
    position: relative;
    height: 50px;
    padding-top: 50px;
    padding: 15px 15px 15px 15px;
    margin: 15px 15px 15px 15px;
    color: #10e410;
    min-height: 30px;
    */
}

.nav-app > li > a:hover,
.nav-app > li > a:focus {
  text-decoration: none;
  background-color: #ccccff;
}

.nav-app > li.disabled > a:hover,
.nav-app > li.disabled > a:focus {
  color: #d7d7d7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav-app .open > a,
.nav-app .open > a:hover,
.nav-app .open > a:focus {
  background-color: #eeeeee;
  border-color: #005379;
}
.nav-app .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

/* Applied to required inputs with missing information */
.missing-req {
  background: #e8c5c5;
  border: 1px solid #a94442;
  color: #a94442;
  -webkit-animation: pulse 0.62s;
  -moz-animation: pulse 0.62s;
  -o-animation: pulse 0.62s;
  animation: pulse 0.62s; }
  .missing-req:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
    /*background: #a94442;
        border-color: #e8c5c5;*/
    border-color: #a94442;
    background: none;
    color: #005379; }
  .missing-req[type='checkbox'] {
    -webkit-box-shadow: 0 0 0 1px #a94442;
    -moz-box-shadow: 0 0 0 1px #a94442;
    box-shadow: 0 0 0 1px #a94442; }
    .missing-req[type='checkbox']:focus {
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6), 0 0 0 1px #a94442;
      -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6), 0 0 0 1px #a94442;
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6), 0 0 0 1px #a94442; }

.container .credit
{

}

.PageTitle
{
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: #1b6181;
    /*color: darkblue*/
    margin-top: 15px;
  /*
  top: 0px;
  left: 0px;
  margin-top: 0px;
  margin-left: 0px;
  */
}
.SubTitle
{
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    /* color: #1b6181; */
    color: black;
}
.CommonTitle
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;

}
.CommonTitleLG
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #1b6181;
}

.LoginTitle {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #1b6181;
    background-color: #e5e5e5;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
   width: 100%

}

.LoginError {  
    font-weight: bold;
}

.table-responsive-force {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #DDD;*/
    -webkit-overflow-scrolling: touch;
}
.table-responsive-extrawidth {
    width: 98%;
}
.aside
{
    position: relative;
    right: 0;
    width: 100%; 
    text-align: right;
}
.errmsg
{
    color:red;
    font-family: Arial;
    font-size: 12px;
}
.errmsgsummary
{
    color:red;
    font-family: Arial;
    font-size: 15px;
}
.alertError
{
    color: #843534;
}
.bigModal{
   width:1300px;
}
.cp-agencyName {
  margin-top: 15px;
  margin-left: 190px;
  margin-bottom: 40px;
  line-height: 20px;
/*
  color: #1b6181;
*/
  color: gold;
}
.cp-agencyName > span.top {
  font-size: 14px;
}
.cp-agencyName > span.bottom {
  font-size: 18px;
}

.push-top {
  position: relative;
  top: 30px;
  /*margin-top: 40px;*/
}

.push-10 {
    top: calc(100% / 12 * 10);
}

.push-upload {
    position: relative;
    padding-top: 130px;
}

.messagebox {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.aligntop {
    vertical-align:top;
}

.disabled {
    background-color: white; 
    color: white;     
}

.completed {
    font-weight: bold;
    /*
    background-color: green; 
    color: white;
    */     
}

.completednav {
    font-weight: normal;
    background-color: green; 
    color: white;
}

.vertical-scrollbar
{
   overflow-style: scrollbar;
   overflow-x: hidden;
   overflow-y: auto;
   background-color: red;
}

.command {
    background-color: darkblue; 
    color: white;     
}

@media (min-width: 992px) {
  .modal-xlg {
    width: 900px;
  }
}

@media (min-width: 1242px) {
  .modal-xlg {
    width: 1200px;
  }
}

.squeeze { 
    font-size: 80%;
}

.squeeze.messagebox {
    padding-left: 0px;
    padding-right: 0px;
}

.squeeze .table > tbody > tr > td, .squeeze .table > tbody > tr > th, .squeeze .table > tfoot > tr > td, .squeeze .table > tfoot > tr > th, .squeeze .table > thead > tr > td, .squeeze .table > thead > tr > th
{
    padding: 2px;
}

@media (min-width: 991px) {
    .squeeze { 
        font-size: 95%;
    }

    .squeeze.messagebox {
        padding-left: 8px;
        padding-right: 8px;
    }

    .squeeze .table > tbody > tr > td, .squeeze .table > tbody > tr > th, .squeeze .table > tfoot > tr > td, .squeeze .table > tfoot > tr > th, .squeeze .table > thead > tr > td, .squeeze .table > thead > tr > th
    {
        padding: 4px;
    }
}

@media (min-width: 1241px) {
    .squeeze { 
        font-size: 100%;
    }

    .squeeze .table > tbody > tr > td, .table > tbody > tr > th, .squeeze .table > tfoot > tr > td, .table > tfoot > tr > th, .squeeze .table > thead > tr > td, .squeeze .table > thead > tr > th
    {
        padding: 8px;
    }
}

/* APPLICATION PROGRESS SIDE BAR */

.currentSection {
    background: #689db5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiM2ODlkYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGY3ODg5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #689db5 15%, #4f7889 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#689db5), color-stop(100%,#4f7889));
    background: -webkit-linear-gradient(top,  #689db5 15%,#4f7889 100%);
    background: -o-linear-gradient(top,  #689db5 15%,#4f7889 100%);
    background: -ms-linear-gradient(top,  #689db5 15%,#4f7889 100%);
    background: linear-gradient(to bottom,  #689db5 15%,#4f7889 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689db5', endColorstr='#4f7889',GradientType=0 );
    font-weight: bold;
    color:#FFF;
}

.unvisitedStep {
    color:#777777;
}

.sectionLi {
    padding-left:5px;
}

.sectionProgress {
    padding-left:10px;
}

.sectionProgress li {
    list-style:none;
    /*margin-left:25px;
    padding:5px 0 5px 0;
    border-bottom:1px solid #FFF;
    border-top:1px solid #D9D9D6;
    color:#707372;*/
}
/*
.sectionProgress li:nth-child(even) {
    background-color:ActiveCaption;
}
*/
/*#sectionProgress li a {
            color:#7BAFD4;
}*/


/*#sectionProgress li:first-of-type {
    border-top:none;
}

#sectionProgress li:last-of-type {
    border-bottom:none;
}*/

.sectionProgress .currentStep {
    color:#1b6181;
    font-weight:bold;
}



#appProgressPnl .visitedStep,
#appProgressPnl .visitedStep a,
#appProgressPnl .visitedStep a:link,
#appProgressPnl .visitedStep a:visited,
#appProgressPnl .visitedStep a:hover {
    color:#1b6181;
}
    /* END APPLICATION PROGRESS SIDE BAR */



.navbar-default .navbar-toggle .icon-bar {
  background-color: #1b6181;
}
.cp-navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
  height: 40px;
}
.cp-navbar-brand:hover,
.cp-navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .cp-navbar-brand,
  .navbar > .container-fluid .cp-navbar-brand {
    margin-left: -15px;
  }
}
.cp-navbar-nav {
  margin: 8.25px -15px;
}
.cp-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .cp-navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .cp-navbar-nav .open .dropdown-menu > li > a,
  .cp-navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .cp-navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .cp-navbar-nav .open .dropdown-menu > li > a:hover,
  .cp-navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .cp-navbar-nav {
    float: left;
    margin: 0;
  }
  .cp-navbar-nav > li {
    float: left;
  }
  .cp-navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .cp-navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.cp-navbar-nav li > a {
  padding-top: 1px;
  padding-bottom: 0px;
}
.cp-navbar-toggle {
  margin-top: 1px;
}
.cp-brandbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fbfbfb url('../img/Top-Nav-BG.png') repeat-x;
  height: 99px;
  border: 0px;
  height: 60px;
  margin-top: 50px;
  min-height: 60px;
  background-color: #fbfbfb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e8e8e8));
  background: -webkit-linear-gradient(top, #fbfbfb, #e8e8e8);
  background: -moz-linear-gradient(top, #fbfbfb, #e8e8e8);
  background: -ms-linear-gradient(top, #fbfbfb, #e8e8e8);
  background: -o-linear-gradient(top, #fbfbfb, #e8e8e8);
}
@media (min-width: 768px) {
  .cp-brandbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .cp-brandbar {
    border-radius: 4px;
  }
}
.cp-agencyName {
  margin-top: 50px;
  margin-left: 215px;
  line-height: 20px;
  color: #1b6181;
}
.cp-agencyName > span.top {
  font-size: 14px;
}
.cp-agencyName > span.bottom {
  font-size: 18px;
}
.page-header {
  color: #1b6181;
}
h1,
h2,
h3,
h4,
a {
  color: #1b6181;
}

/* Begin modal hacks to get myDHR (bootstrap-like) styling on top of app overrides */
/* Duplicated in documents/content/app.css */
.modal p,
.modal h2,
.modal textarea,
.modal input,
.modal label {
  color: #555;
  font-family: ProximaNovaRegular,Helvetica,Arial,sans-serif;
}

.modal h2 {
    font-size: 16px;
    font-family: ProximaNovaSemibold,Helvetica,Arial,sans-serif
}

.modal p {
    font-size: 16px;
    margin: 10px 10px 10px 25px;
}
/* End modal hacks */

@media (min-width: 768px) {
  .cp-navbar {
    border-radius: 0px;
  }
  .navbar-nav > li.signin {
    background: #c4d68e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c4d68e 0%, #91a35b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4d68e), color-stop(100%, #91a35b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c4d68e 0%, #91a35b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c4d68e 0%, #91a35b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c4d68e 0%, #91a35b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c4d68e 0%, #91a35b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4d68e', endColorstr='#91a35b', GradientType=0);
    /* IE6-9 */
  }
  .navbar-nav > li.signin > a:hover {
    background: #129fb4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #129fb4 0%, #006980 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #129fb4), color-stop(99%, #006980));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #129fb4 0%, #006980 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #129fb4 0%, #006980 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #129fb4 0%, #006980 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, #129fb4 0%, #006980 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#129fb4', endColorstr='#006980', GradientType=0);
    /* IE6-9 */
    color: #fff;
  }
  .navbar-nav li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cp-navbar-brand > a > img {
    float: left;
    padding: 16.5px 15px;
    font-size: 15px;
    line-height: 17px;
    height: 50px;
  }
  .cp-navbar-brand > a > img:hover,
  .cp-navbar-brand > a > img:focus {
    text-decoration: none;
  }
  .cp-agencyName {
    color: #333;
  }
  .cp-agencyName > span.top {
    font-size: 16px;
  }
  .cp-agencyName > span.bottom {
    font-size: 19px;
  }
}
.panel-title {
    font-family:Arial;
    font-weight:normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}
.menu-title {
  font-family:Arial;
  /* display: block; */
  font-size: 14px;
  font-weight: bold;
}
h1.site-title {
  font-family:Arial;
  z-index: 500;
  float: right;
  color: #000;
  line-height: 10px;
  /* margin-left: 215px; */
  margin-left: 20px;
  margin-top: 45px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  text-align: left;
}
h1.site-title span {
  font-family:Arial;
  display: block;
  font-size: 16px;
}
.jumbotron {
    background-color:rgba(0, 0, 0, 0.075);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

    /*
    color: white;
    background-image: url(images/Child-logo.jpg);
    background-attachment: fixed;
    min-height: 300px;
    margin-top: 0px;
    margin-bottom: 8px;
    */
}
/*
.panel-info > .panel-heading {
    background-color:rgba(0, 0, 0, 0.075);
    border-color:rgba(0, 0, 0, 0.075);
}
*/

.table-hover tbody tr:hover td {
    background-color: darkslateblue; /* darkslateblue deepskyblue */
    color: white;
    cursor: pointer;
}

.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 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
    cursor:pointer;
}
.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:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.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;
}

.wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 20px 100px -150px;
}

.stickyMenu {
    background-color: white;
    margin:  20px 10px 10px;
    /* margin: 0px 10px 10px; */
}

/* Loading animation */
#loadingFile {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2001;
  background-color: rgba(255, 255, 255, 0.82); }

#loadingInnerWrapperFile {
  position: relative;
  top: 5%;
  font-family: ProximaNovaSemibold,Arial,sans-serif;
  font-size: 6.85em;
  color: #005379;
  text-align: center;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; }

#loadingOuterWrapperFile {
  position: relative; }

#loadFile1 {
  -webkit-animation: blur alternate 1s infinite;
  -moz-animation: blur alternate 1s infinite;
  -o-animation: blur alternate 1s infinite;
  animation: blur alternate 1s infinite; }

#loadFile2 {
  -webkit-animation: blur alternate 1s infinite 0.38s;
  -moz-animation: blur alternate 1s infinite 0.38s;
  -o-animation: blur alternate 1s infinite 0.38s;
  animation: blur alternate 1s infinite 0.38s; }

#loadFile3 {
  -webkit-animation: blur alternate 1s infinite 0.62s;
  -moz-animation: blur alternate 1s infinite 0.62s;
  -o-animation: blur alternate 1s infinite 0.62s;
  animation: blur alternate 1s infinite 0.62s; }



/*.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    color: white;
    background-color:#103b4e;  
}*/





.nav-blue > li.active > a,
.nav-blue > li.active > a:hover,
.nav-blue > li.active > a:focus {
    color: #005379;
    background-color: #ffffff;
    border-left: 2px solid #005379;
    border-top: 2px solid #005379;
    border-right: 2px solid #005379;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thumbnail {
    border: 2px solid #1b6181;
}

.pointercursor {
    cursor:pointer;
}

  .st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  }

  .text-twinduplicate {
  color: #d94492; }

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?f6oil1');
  src:  url('../fonts/icomoon.eot?f6oil1#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?f6oil1') format('truetype'),
    url('../fonts/icomoon.woff?f6oil1') format('woff'),
    url('../fonts/icomoon.svg?f6oil1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-TwinDup:before {
  content: "\e900";
}
.icon-Twin:before {
  content: "\e901";
}
.icon-Dup:before {
  content: "\e902";
}
.icon-Size {
  font-size: 48px;
  /*width: 15em;
  padding-bottom: 1em;
  margin-right: 4em;
  margin-bottom: 1em;
  float: left;
  overflow: hidden;*/
}
.recyclebin {
    margin-top:5px;
    margin-left:10px;
    margin-right:10px;
}
.icon-status i {
  cursor: pointer;
}

.icon-status.toggle-danger-remove:hover {
  color: unset;
}

.icon-status.toggle-danger-insert:hover {
  color: #a94442;
}
.vertical-divider {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    width: auto;
    height: 50%;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    content: '';
}
.vertical-divider:before {
        top: -100%;
}
    .vertical-divider:before,
    .vertical-divider:after {
        position: absolute;
        left: 50%;
        content: '';
        z-index: 9;
        border-left: 1px solid;
        border-left-color: b#555;
        width: 0;
        height: 100%;
    }
.row-divided {
    position: relative;
}
.row-divided > [class^="col-"],
.row-divided > [class*=" col-"] {
        padding-left: 10%; /* gutter width (give a little extra room) 2x default */
        padding-right: 10%; /* gutter width (give a little extra room) 2x default */
}