:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

body {
  padding-top: 56px;
   font-family: 'Lato', sans-serif;
}
* {
	 font-family: 'Lato', sans-serif;
}
legend {
	font-size: 12px;
margin-bottom: 2px;
}
.classsline {
}

.switcher_line { border-bottom: 1px dashed #bbbbbb; margin-bottom: 18px; padding-bottom: 8px; }

.document_list { padding: 14px; }
.document_list .col-2 { padding: 20px; border: 1px solid #ddd; margin: 6px;  }
.document_list .col-2 a, .document_list .col-2 img { width: 100%; display: block; }
.classs {
	
	 border: 2px dashed #515151;
	margin-bottom: 10px;
background: #f2f0f0;
margin-top: 10px; 
margin: 12px 0px;
}



.add_class {  font-size: 12px;
padding: 2px 8px; margin-top: 6px;   margin-top:4px;  }

.form-label-group { margin-bottom: 2px !important; }

.switch2  { float: right; }
.login,
.image {
  min-height: 100vh;
}
.current {outline: 2px solid #001040; }
a.btn-dark { color: #fff !important; }
a.btn-danger { color: #FFF !important;  }
a.btn small { display: block; width: 100%;  line-height: 12px; margin-top: 8px; }
a.btn b { font-size: 16px; font-weight: 900; margin-top: -6px; }
 .progress {
	position:fixed;  top: 0px; 
	z-index: 99999;
	width: 100%;
    height: 10px;
    margin-top: -6px;
    margin-bottom: 10px;
}


.bg-info, .bg-info:hover {
    background-color: #17a2b8 !important;
    color: #fff;
}
.bg-dark, .bg-dark:hover {
    color: #fff;
}
.fluffa { float: right; font-size: 40px; color: #bbbbbb;  cursor: pointer;  }
.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #cccccc;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #cccccc;
  }
}
body{ padding: 0px !Important; }



/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
#menu-toggle { font-size: 30px; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}


.placeHolder div { background-color:white !important; border:dashed 1px gray !important; }

.minie { padding: 0px !important; font-size: 38px; }

#list li { list-style-type: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  float: LEFT;
  vertical-align: middle;
  margin-top: 6px;
  margin-left: 4px;
}

.btn-group .btn {

	padding-left: 8px;
	padding-right: 8px;
}
#cover {
	border: 3px solid #333333;
	min-height: 240px;
	background: #eee;
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: center center;
}
.image_uploader {
	border: 3px solid #333333;
	min-height: 240px;
	background: #eee;
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: center center;
}
.progressx .progress-bar { height: 4px; width: 0%; }
.atcer { z-index: 999999; cursor: pointer;  }
#gallery {
	border: 3px solid #333333;
	min-height: 240px;
}

.floating {
  position: fixed;
  top: 100px;
  right: -25px; 
 
 
  z-index: 9999999999;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.floating2 {
  position: fixed;
  top: 210px;
  right: -40px;
 
 
  z-index: 9999999999;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.paddeds {
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
}

.card-x a.title { font-size: 24px; vertical-align: middle; padding-left: 12px; }
.switch2 {
  position: relative;
  display: inline-block;

  height: 34px;
  float: right;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b7ddaa;
}

input:focus + .slider {
  box-shadow: 0 0 1px #d8e252;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}


#page-content-wrapper { background: #fbfbfb; }          

.bootstrap-tagsinput {
   
    padding: 12px 6px !Important;    
   
}


a.btn-dark { color: #fff !important; }
a.btn-danger { color: #FFF !important;  }