/*
    DEMO STYLE
*/

/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
/*body {*/
  /*font-family: "Poppins", sans-serif;*/
  /*font-family: Roboto, Helvetica Neue, sans-serif;*/
  /*background: #fafafa;*/
  /*font-size: 14px;*/
/*}*/
header {
    z-index: 999;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 8px 0;
}
header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    content: "";
    width: 100%;
    display: block;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

/*.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}*/
/*
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}*/

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #0458a1;
  /* #7386D5; */
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  min-width: 50px;
  max-width: 90px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #1963a3;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386d5;
  /* background: #fff; */
  background: #0458a1;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #0458a1;
}

a[data-toggle="collapse"] {
  position: relative;
}
.my_custom_btn {
  box-shadow: unset !important;
}

.my_custom_list li {
  font-size: 14px;
  margin: 10px;
}
#copyBtn {
  margin-right: 7px !important;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: none;
}

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;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    padding: 20px 10px;
  }
  #sidebar ul li a span {
    font-size: 0.85em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1.3em;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}

#toggleLogo {
  width: 200px;
  height: 50px;
}
#toggleLogoActive {
  width: 40px;
  height: 40px;
}
.row-margin-bottom {
  margin-bottom: 24px;
}
.btn-info-upd {
  color: #fff;
  background: #1963a3;
  border-color: #1963a3;
}
.white {
  color: white;
}
.blue {
  background-color:  #29ABE2 !important;
  font-size: 20px;
}
.orange {
  background-color: rgb(251, 140, 0) !important;
  font-size: 20px;
}
.red {
  background-color: #f44336 !important;
  font-size: 20px;
}

pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  background-color: #fff /*#efefef*/;
  border: none;
  color: grey;
}

.prettyprint {
  padding: 8px;
  /*background-color: #f7f7f9;*/
  border: 1px solid #e1e1e8;
}
.tag {
  color: rgb(136, 18, 128) /*#008*/;
}
.pln {
  color: #000;
}
.atn {
  color: rgb(153, 69, 0) /*red*/;
}
.str {
  color: grey;
}
.propvalue {
  color: #f44336;
  background-color: rgba(255, 193, 7, 0.5);
  font-weight: 700;
}
.atv {
  color: rgb(26, 26, 166) /*purple*/;
}
.form-control:focus {
  opacity: 1;
  font-color: black;
  font-size: 14px !important;
}
.form-control {
  /*opacity: 0.6;*/
  color: #000 !important;
  font-size: 13px !important;
}
#label {
  font-size: 13px !important;
}
.links {
  color: #0458a1;
}
.floatBox {
  position: fixed;
  bottom: 10px;
  font-size: 15px;
  right: 10px;
  width: 200px;
  height: 32px;
  background: #0458a1;
  color: white;
  transition-duration: 0.5s;
}
.square {
  border-radius: 0px !important;
  width: 30px;
  height: 30px;
  border-radius: 1.25rem;
}
.square1{
  /* border-radius: 0px !important; */
  /* width: 30px;
  height: 30px; */
  border-radius: 1.25rem !important;
}
.add-btn {
  width: 150px;
  height: 30px;
  font-size: 15px;
}

.input-margin {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}
.disabled-btn {
  cursor: default;
  background-color: #d4cbcb !important;
  box-shadow: none !important;
}
.disabled-btn:hover:focus:active {
  cursor: default;
  background-color: #d4cbcb !important;
  box-shadow: none !important;
}
.overlay-div {
  position: fixed;
  z-index: 999;

  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  display: block;

  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-container {
  padding: 15px 25px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.hide{
  display: none;
}
.select2-search__field{
  width: 11.75em !important;

}
.select2-selection {
  /* height: 35px !important; */
  overflow-y: scroll !important;
}
/* .select2-selection--multiple{
  height: 50px;
  overflow-y: scroll;
} */

.blue:a{
  color: #29ABE2;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:visited  {
  /* color: #fff; */
  background-color: gray;
  border-color: gray;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
  background-color: gray;
  border-color: gray;
}
.btn-info {
  /* color: #fff; */
  background-color: gray;
  border-color: gray;
}
.btn{
  color: white !important;
}
.filter-option-inner-inner{
  color: gray !important;
}