/*
    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;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
     background: #FFFFFF;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #000000;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 40px;
    background: #000000;
}

#sidebar ul.components {
    padding: 20px 0;

}

#sidebar ul p {
    color: #fff;
    padding: 10px;
    font-size: 24px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.2em;
    display: block;
     color: white;
}
#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: 1.0em !important;
    padding-left: 30px !important;
    background: #000000;
}

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-top: 40px;
    min-height: 100vh;
    transition: all 0.3s;
}

#main-content{
  width: 100%;
    padding-top: 90px;
    min-height: 100vh;
}

#sidebar .list-group a {
    color: white;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}


.fileup label {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
}

.fileup input {
    display: inline-block;
    vertical-align: middle;
}



/* ---------------------------------------------------
    slider css
----------------------------------------------------- */
#slider-range, #slider-range2 {
  width:1000px;
  margin-top:10px;
}

#slider-range2.ui-slider-horizontal {
    border: 0 none;
}
#slider-range2.ui-slider-horizontal .ui-slider-range, #slider-range2.ui-slider-horizontal .ui-slider-handle {
    background: url("http://unbug.ru/examples/jquery/slider/slide.png") repeat scroll 0 0 transparent;
}
#slider-range2.ui-slider-horizontal .ui-slider-range {
    background-position: 0 -42px;
    background-repeat: repeat-x;
    height: 21px;
}
#slider-range2.ui-slider-horizontal .ui-slider-handle {
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    height: 21px;
    top: 0;
    width: 21px;
}
#slider-range2.ui-slider-horizontal .ui-slider-handle:focus {
    outline: 0 none;
}
#slider-range2.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
    background-position: -21px 0;
}

.tooltip {
    pointer-events: none;
}

.tooltip2:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: left;
    margin: -1px 0 0 0;
    top: 98%;
    left: 10px;
}

#drag-drop ul li{

    color: rgb(0, 0, 0);
    //line-height: 32px;
    font-weight: 300;
}

.structuregroup ul{
    list-style-type:none;
    margin:0;
    padding:0;
    margin-bottom:5px;
    display: inline-block;
    color:unset !important ;
    line-height: unset;
    font-weight: unset;
}

.structuregroup li{
    margin-top: unset !important;
    margin:5px;
    padding:1px;
   // min-width: 50px;
    //max-width:75px;
    border:2px solid #76a6cf;
    background:#d4fdd5;
    cursor:pointer;
    display: inline-block;
    color:unset !important ;
    line-height: unset;
    font-weight: unset;
    max-height: 28px;
    min-height: 27px;
    float: left;
    white-space: nowrap;

}

.structuregroup div{
    margin:1px;
    padding:1px;
   width: 80px;
    height: 10px;

}


.closeButton {

    border-radius: 300px;
    background: #959497;
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold;
    transform: translate(0%, -50%);

}

/*
.structuregroup div{
    margin:1px;
    padding:1px;
   width: 100px;
    height: 10px;

}

.structuregroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


.structuregroup ul li {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding-bottom: 12px;
  text-decoration: none;
  font-size: 12px;
  color: black;
  display: block;
  position: relative;
}


.structuregroup ul li:hover {
  background-color: #eee;
}


.closeButton {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.closeButton:hover {background: #bbb;}

.structuregroup * {
  box-sizing: border-box;
}
*/



.fixed-height , .page-title-white {
     background: linear-gradient(top , #c8e4f3 0%, #f6f7ff 100%);
    background: -moz-linear-gradient(top , #c8e4f3 0%, #f6f7ff 100%);
    background: -webkit-linear-gradient(top , #c8e4f3 0%, #f6f7ff 100%);
  //  background-image: linear-gradient(to top, #c8e4f3 0%, #f6f7ff 100%);
  // background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);

}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.dropdown-menu {
    top: 23px;
   left:0px;
    float: left;
    min-width: 100px;
    padding: 0;
    margin: 0;
    font-size: 12.5px;
    line-height: 13px;
    background-color: rgba(146, 208, 238, 0.98);
    border: none;
    border-radius: 10px;
    box-shadow: none;
}



/*
.modal  {
    position: fixed;
}

*/


.modal {
  text-align: center;
  padding: 0!important;
    position: absolute !important;;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
    overflow-y: initial !important;
    width: 700px;
}

.modal-backdrop {
    position: absolute !important;;
}

.after_modal_appended{
    position:relative;
}

.modal-body {
    max-height: 350px;
    overflow-y: auto;
}

canvas {
    background-color: unset !important;
}

.info {
    background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}

#downloadfiles{
    background-color: unset;
}

img{
    border : unset;
}