/*
DEMO STYLE
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

html, body {
  font-family: 'Ubuntu', sans-serif !important;
}

.navbar {
  background: #00243c;
  border: none;
  border-radius: 0;
}

i {
  font-style: normal;
}

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  min-width: 200px;
  max-width: 200px;
  background: #2f65c7;
  color: #fff;
  transition: all 0.3s;
  position: fixed;
  height: 100vh;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  text-align: center;
  padding: 20px 0 10px;
}

.sidebar-header > img.logo {
  width: 150px;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar > ul > li {
  position: relative
}

#sidebar > ul > li > a {
  text-decoration: none;
  display: block;
  color: white;
  padding: 10px 0 5px 0;
    opacity: 0.5;
}

#sidebar > ul > li > a:hover {
  cursor: pointer
}

#sidebar > ul > li.active > a {
  opacity: 1;
  font-weight: bold
}

#sidebar > ul > li.active:after {
  content: ' ';
  float: right;
  top: -42px;
  right: 0px;
  position: relative;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 13px solid #efefef;
}

#sidebar > ul > li > a > div {
  height: 40px
}

#sidebar > ul > li.active {
  background-color: #1e5ac7;
  border-top: 1px #2555ab solid;
  border-bottom: 1px #2555ab solid;
}

#sidebar > ul > li.active > a {
  border-bottom: 1px #568bea solid;
  border-top: 1px #568bea solid;
}

#sidebar > ul > li > a i {
  margin: 0 5px 0 10px;
  font-size: 1.8em;
  width: 25px;
  display: inline-block;
  text-align: center;
}

#sidebar > ul > li > a span {
  position: relative;
  top: -7%;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .3s
}
.fade-enter, .fade-leave-to {
  opacity: 0
}

.header-section {
  padding: 10px 25px;
  border-radius: 5px 5px 0px 0px;
}

.header-section > h5 {
  font-size: 16px;
  color: white
}

.body-section {
  height: 100%;
  display: flex;
  border-radius: 0 0 5px 5px;
  flex-direction: column
}

.btn-custom {
  background-color: #007dc4;
  color: white;
  outline: none;
  outline-style: none;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
  outline: none;
  outline-style: none;
  color: white;
  background-color: rgba(0, 125, 196, 0.8);
}

.pack-input {
  width: 60px;
  padding: 5px;
  border: 2px #d9d9d9 solid;
  border-radius: 3px;
}

.flow-content {
  display: flex;
  flex-flow: row wrap;
  justify-content:flex-start;
  overflow: auto;
  height: 100%;
  max-height: 465px;
  min-height: 465px;
}

.flow-item {
  margin: 2em;
  text-align: center;
  position: relative;
}

.flow-item:hover {
  cursor: pointer;
}

.flow-item label {
  font-weight: bold;
  color: #616161;
}

.input-field {

  padding: 5px 10px;
  border-radius: 5px;
  border: 2px #eaeaea solid;
  background-color: white;
}

.input-field.wide {
  width: 100%;
}

.input-field:focus {
  border: 2px #78b5ca solid;
  outline: none;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.link-back, .link-back:hover {
  color: white;
  text-decoration: none;
}

.label-SENT, .label-CHANGED {
  background-color: #bdbdbd;
}

.label-VALIDATED {
  background-color: #8BC34A;
}

.label-SAVED {
  background-color: #2196F3;
}

/* ---------------------------------------- BAD STYLE ------------------------------------------------ */



.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}

.line {
width: 100%;
height: 1px;
border-bottom: 1px dashed #ddd;
margin: 40px 0;
}

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
display: flex;
align-items: stretch;
}





#sidebar ul p {
color: #fff;
padding: 10px;
}



#sidebarCollapse{
display:none;
}

.collapse li a{
background: #005284 !important;
color:#5d85a2 !important;
}
.collapse li a:focus{
background: #00395d !important;
color:#5d85a2 !important;
}

.searchbox-container {
margin: 0 auto;
height: 50px;
display: inline-block;
}

.searchbutton, .searchbox {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
box-sizing: border-box;
-webkit-transition: background-color, 0.3s;
transition: background-color, 0.3s;
font-size: 10px;
line-height: 1;
color: black;
border-radius: 0;
margin-left: -4px;
vertical-align: middle;
border: none;
height: 24px;
outline: none;
background: #fff;
}

input[type="search"] {
border-radius: 0;
-webkit-appearance: none;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.fa-search:before {
color: #bcbcbc;
}
.searchbox {

}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.searchbox:focus, .searchbox:hover {
background-color: #fff;

}
.searchbox:focus + .searchbutton, .searchbox:hover + .searchbutton {
background-color: #fff;
color:black
}
.searchbox.placeholder {
color: #bcbcbc;
font-style: italic;
}
.searchbox:-moz-placeholder {
color:#bcbcbc;
font-style: italic;
}
.searchbox::-moz-placeholder {
color:#bcbcbc;
font-style: italic;
}
.searchbox:-ms-input-placeholder {
color: #bcbcbc;
font-style: italic;
}
.searchbox::-webkit-input-placeholder {
color:#bcbcbc;
font-style: italic;
}

.searchbutton {
width: 23px;
padding: 0;
text-align: center;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
.searchbutton:hover, .searchbutton:focus {
color: #006fc2;
}
.searchbutton:active {
color: #00355c;
}



a[data-toggle="collapse"] {
position: relative;
}




ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #6d7fcc;
}

ul.CTAs {
padding: 20px;
}

ul.CTAs a {
text-align: center;
font-size: 0.9em !important;
display: block;
border-radius: 5px;
margin-bottom: 5px;
}

a.download {
background: #fff;
color: #7386D5;
}

a.article, a.article:hover {
background: #6d7fcc !important;
color: #fff !important;
}


.my_red{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #eb4656;
color: white;
}
.my_man{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #8b69bd;
color: white;
}
.my_yello{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #fa971f;
color: white;
}

.my_blue{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #319dc3;
color: white;
}
.my_red{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #eb4656;
color: white;
}
.my_man{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #8b69bd;
color: white;
}
.my_yello{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #fa971f;
color: white;
}
.my_y{
padding: 15px 25px;
border-radius: 5px 5px 0 0;
background-color: #f9971e;
color: white;
}
.my_b{
padding: 15px 25px;
border-radius: 5px 5px 0 0;
background-color: #007dc4;
color: white;
}
.tx{
font-size: 13px;
color: #558cae;
font-weight: bold;
margin-top: 30px;
}
textarea {
resize: none;
}
.env{
background-color: #007dc4;
border-radius: 0;
margin-top: 20px;
}
.my_blue{
font-weight: 800;
padding: 10px 25px;
border-radius: 5px 5px 0 0;
background-color: #319dc3;
color: white;
}
.my_txt{
color: #565656;
text-align: center;
font-weight: 700;
font-size: 17px;
}
.my_img {

vertical-align: middle;

width: 112px;
}
.m{
margin-top: 40px;
border-right: 1px solid grey;
text-align: -webkit-center;
text-align: -moz-center;
}
.m0{
margin-top: 40px;
text-align: -webkit-center;
text-align: -moz-center;

}
.rig{
margin-left: 58px;
font-weight: 700;
font-size: 14px;
}
.rig1{
margin-left: 97px;
font-weight: 700;
font-size: 14px;
}
.g{
background-color: #003a5e !important;
}
.mybtn{
background-color: #319dc3;
border-radius: 0;
margin-right: 13px;
padding: 11px;

}
.selectpicker{
border: 1px solid rgba(128, 128, 128, 0.29);
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
width:100%;
min-height: 100vh;
transition: all 0.3s;
/* margin-left: 200px; */
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 900px) {
#sidebar {
margin-left: -200px;
}
#content {
  margin-left: 0;
}

#sidebar.active {
margin-left: 0;
}
#sidebarCollapse span {
display: none;
}
#sidebarCollapse  {
display: block;
float: left;
margin-top: -6px;
background-color: transparent;
}
}
