.btn-export{
  margin-left: 5px;
}
/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}


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

label{
  text-align: justify;
}

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


a.fa{
  padding-left: 5px;
  display: initial!important;
  border-bottom: none!important;
}



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

.wrapper {
    display: flex;
    width: 100%;
}

.borderboto{
  margin-left: 30px;
  margin-right: 31px;
  border-bottom: 1px white solid
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background: #2A3F54;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-right: -250px;
}
.down{
  padding-top: 10px;

}
#sidebar .sidebar-header {
    padding-bottom: 96px!important;
    padding: 9px;
    background: #2A3F54;
    color:#fff;
    border: #2A3F54 solid;

}

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

#sidebar ul p {
    color: #fff;
    padding: 5px;
}

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

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

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

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    /* padding-right: 30px !important; */

}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.borderbot{
  margin-right: 31px;
  padding-top: 50px;
  border-bottom: 1px white solid
}

.smallpaddinTop{
padding-top: 15px!important;
}

.paddinTop{
padding-top: 58px!important;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

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

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 20;
    left: 0;
}

#content.active {
    width: 100%;
}

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

@media (max-width: 768px) {
    #sidebar {
        margin-right: -250px;
    }
    #sidebar.active {
        margin-right: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

.dvPassport input{
  color: black!important;
}

.p1{
  color: #96f796!important;
}
.p2{
  color: skyblue!important;
}
.p3{
  color: #ff7761!important;
}

.global-raptitio{
  overflow-y: scroll;
  height: 10vh!important;
}

/* .scrollee{
  overflow-y: scroll;
} */

.b1{
  background: #96f796!important;
  text-shadow: none!important;
  border-bottom: none!important;
  border-color: none!important;
}
.b2{
  background: skyblue!important;
  text-shadow: none!important;
  border-bottom: none!important;
  border-color: none!important;
}
.b3{
  background: #ff7761!important;
  text-shadow: none!important;
  border: none!important;
  border-color: none!important;
}

.cmdInput{
  width: 120px!important;
  height: 35px !important;
}


.b1:hover{
  background: #8ce28c!important;

}
.b2:hover{
  background: #81c2dc!important;

}
.b3:hover{
  background: #e06956!important;

}






.mon-form{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.milkcheckmark{
  padding-top: 5px!important;
  position: absolute;
   height: 20px;
   width: 20px;
   background-color: #d2d2d2;
   border: 2px solid #95A5A6;
   border-radius: 20px;
   margin-top: 2px
}

.bordero{
  border: 1px black solid;
  background-color: #6a7d8436

}

.invisBtn{
  border: none!important;
    background-color: white!important;
    font-weight: bold;
}

.panel{
  border: none!important
}

th{
  text-align: center!important;
}
td{
  text-align: center!important;
}

.align{
  text-align: center;
}
.medium {
  border: 1px solid black;
  text-align: center;
  width: 45vw;
  height: 0.1vh!important
}
.long{
  border: 1px solid black;
  text-align: center;
  width: 100vw;
  height: 0.1vh!important
}
.borderSpecial{
  border: 1px solid black;
  background-color:#2A3F54 ;
  color: white;
}

.notSoInvis{
  background-color: #2A3F54!important;
  color: white;
}

.downWards{
  padding-top: 7px;
  width: 1%!important
}

.milkcheckcontainer{
  cursor: pointer;

 -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.milkcheckcontainer input:checked ~ .milkcheckmark {
  background-color: lightgreen;
  border-radius: 20px;
}

.milkcheckcontainer:hover input ~ .milkcheckmark {
  background-color: #ccc;
}


.milkcheckmark:after {
  content: "";
  display: none;
    position: absolute;
}
.milkcheckcontainer input:checked ~ .milkcheckmark:after {
  display: block;
}

.milkcheckcontainer .milkcheckmark:after {
  left: 5px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.milkcheckcontainer input{
  cursor: pointer;
 opacity: 0;
}

.form-check-label{
  padding-left: 15px;
}

.cli{
  padding-bottom: 20px;
}

.class{
  padding-top: 10px;
}

.select-editable {
    position:relative;
    background-color:white;
    border:solid grey 1px;
    width:160px;
    height:18px;
}
.select-editable select {
    position:absolute;
    top:0px;
    left:0px;
    font-size:14px;
    border:none;
    width:160px;
    margin:0;
}
.select-editable input {
    position:absolute;
    top:0px;
    left:0px;
    width:140px;
    padding:1px;
    font-size:12px;
    border:none;
    z-index: -1000;
}
.select-editable select:focus, .select-editable input:focus {
    outline:none;
}

.navbar-nav li{
  padding-right: 36px;
}
.pdqStyle{
  padding: 10px;
  position: fixed;
  width: 14vw;
  right: 1.7vw;
  top: 40vh;
  z-index: 1000;
  color: black;
  font-weight: bold;
  background-color: lightgrey;
  border: 1px black solid;
}
/* .caret{
  display: none!important;
} */
.benj{
margin-top: 10px!important;
margin-left: 10px!important
}

.title{
  padding-left: 50px;
  margin-left: 600px;
}
.page-container{
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  align-content: space-between;
}
.search-container{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px;
}
.box{
  width:600px;
  margin:0 auto;
}

.container.box {
    max-width: 1400px!important;
    width: 1400px!important;
}
/* .button-container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
} */
.accio{
  background-color: #6db4c3!important;
  color: white!important;
  border-radius: 3px!important;
  padding: 3px 6px!important;
  margin: 2px 2px!important;
}
.tree-container{
  margin-left: 22vw;
}
.form-container{
  width: 80%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between
}
.small{
  height: 2vh;
}
.tree-action-container{
  width: 80%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 10px;
}
.actions-form-container{
  position: fixed;
  left: 4vw;
  bottom: 5vh;
  font-weight: bold;
}

.order{
  background-color: #ff0a0a;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
}

.search-button{
  background-color:#6c97b3;
  color:#FFF;
  font-weight: bold;
  border: none;
  box-shadow: 0;
  border-radius:3px;
  padding: 6px 6px;
  width: 100px;
}
.accioParent{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 5px;
}
.accio{
  height: auto;
}

.accio::before{
  cursor: move;
}

.hand{
  width: 50%!important
}

.drag-me{
  width: 100px;
}
.address{
  width: 70px;
}
.width-custom{
  width: 90%!important;
}
/* The container */
.label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.actions-container .label-container {
    width:270px;
}

/* Hide the browser's default checkbox */
.containero input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 270px;
  opacity: 0.6;
  background-color:#8ccce896;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.white{
  color:black
}
/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  background-color: #26bed6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}
/*#879fd4*/

/* Style the checkmark/indicator */
.label-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.address{
  color: #e4df04;
}
.popover-title {
  color: black;
  /* background-color: red; */
  font-weight: bold;
}
/* Tree CSS */
/* The container */
.label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-child .chkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 55vw;
  opacity: 0.6;
  background-color: grey;
}
.checkmark-child1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 55vw;
  opacity: 0.6;
  background-color: #08b708c2;
  border-radius: 3px;
}
.checkmark-child2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 55vw;
  opacity: 0.6;
  background-color: #31c0efbf;
  border-radius: 3px;
}
.checkmark-child3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 55vw;
  opacity: 0.6;
  background-color: #bb1212a6;
  border-radius: 3px;
}


.bodyColor{
  color:#73879C!important

}

/* On mouse-over, add a grey background color */
.label-container:hover .chkbox ~ .checkmark-child {
  background-color: #ccc;
  border-radius: 3px;
}
.label-container:hover .chkbox ~ .checkmark-child1 {
  background-color: #ccc;
  border-radius: 3px;
}
.label-container:hover .chkbox ~ .checkmark-child2 {
  background-color: #ccc;
  border-radius: 3px;
}
.label-container:hover .chkbox ~ .checkmark-child3 {
  background-color: #ccc;
  border-radius: 3px;
}
/* #6db4c3; white, #A0DBE8;color:darkblue*/
.white{
  color:black
}
.colorBlack{
  color: black
}
/* When the checkbox is checked, add a blue background */
.label-container .chkbox:checked ~ .checkmark-child {
  background-color: #287d98;/*RGB(35, 77, 80)*/
  border-radius: 3px;
}
.label-container .chkbox:checked ~ .checkmark-child1 {
  background-color: green;/*RGB(35, 77, 80)*/
  border-radius: 3px;
}
.label-container .chkbox:checked ~ .checkmark-child2 {
  background-color: #009ed2;/*RGB(35, 77, 80)*/
  border-radius: 3px;
}
.label-container .chkbox:checked ~ .checkmark-child3 {
  background-color: #d60909f5;/*RGB(35, 77, 80)*/
  border-radius: 3px;
}

/* Create the checkmark-child/indicator (hidden when not checked) */
.checkmark-child:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark-child1:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark-child2:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark-child3:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */
.label-container .chkbox:checked ~ .checkmark-child:after {
  display: block;
}
.label-container .chkbox:checked ~ .checkmark-child1:after {
  display: block;
}
.label-container .chkbox:checked ~ .checkmark-child2:after {
  display: block;
}
.label-container .chkbox:checked ~ .checkmark-child3:after {
  display: block;
}

.navbar-brand{
  color: white!important;
  font-size: 30px!important;
  padding-right: 50px!important
}

form{
  padding: 0px!important;
  margin: 0!important
}

.colorWhite{
color: white!important;
}
.nodeco:hover{
color: white!important;
}
/* Style the checkmark/indicator */
.label-container .checkmark-child:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.label-container .checkmark-child3:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.label-container .checkmark-child1:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.label-container .checkmark-child2:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end of tree CSS*/
.label-style{
  font-weight: bold;
}
/* Dropdown Button */
.dropbtn {
  background-color:#2A3F54;
  color: white;
  padding: 32px;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  border-radius: 10px;
}

.card-header{
  background-color: #f8f9fa!important
}

.dropdown {
  position: relative;
  display: inline-block;
}
#navbarDropdown:hover{
color: skyblue;

}

.dropdown-content {
  top: 6vh!important;
  display: none;
  text-align: center!important;
  position: absolute;
  min-width: 160px;
  z-index: 1;
}
.dropdown-content a {

  /* padding: 12px 16px; */
  text-decoration: none!important;
  border-radius: 5px;
  display: block;
}
.dropdown-content a:hover {
background-color: lightgreen;
height: 5px!important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
 background-color:#2A3F54;
}
/* import css */
.madeBy{
  position: absolute;
  bottom: 0.1vh;
  opacity: 0;
  cursor: default;
}
.madeBy:hover{
  position: absolute;
  bottom: 0.1vh;
  opacity: 1;
  cursor: default;
  transition-duration: 7s;
}
.form-control{
  margin: 10px 0!important;
  padding: 0!important;
  width: 100%!important;
  line-height: 25px!important;
}
.input-file-name{
  padding: 10px!important;
  margin-bottom: 0px!important
}

.navi{
  background-color: #2A3F54!important
}

.posi{
    top: 15vh;
}

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"]{
    height: 35px !important;
    padding: 3px 5px !important;
}

@import url(https://fonts.googleapis.com/css?family=Nunito);
