.card-btn {
    margin-left: 5px;
}

.label-dimension {
    margin-bottom: 5px;
}

.table-button {
  margin: 0 auto;
}

/*	||||||||||||||||||||||||||||||||||
                Wizard
    |||||||||||||||||||||||||||||||||| */

.multi-step-body {
  margin-top: 15px;
}

ul.nav-wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}
ul.nav-wizard:before {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 46px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: middle;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}
ul.nav-wizard li a {
  color: #468847;
  padding: 0;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
/* Active Block */
ul.nav-wizard li.active {
  color: #616161;
  background: #ffee58;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #ffee58;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #616161;
  background: #ffee58;
}
ul.nav-wizard .active ~ li {
  color: #616161;
  background: #ededed;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed;
}
/* |||||| */

/* Done Block */
ul.nav-wizard li.done {
  color: #fff;
  background: #8bc34a;
}
ul.nav-wizard li.done:after {
  border-left: 16px solid #8bc34a;
}
ul.nav-wizard li.done a,
ul.nav-wizard li.done a:active,
ul.nav-wizard li.done a:visited,
ul.nav-wizard li.done a:focus {
  color: #fff;
  background: #8bc34a;
}

/* |||||| */

/* Default Block */
ul.nav-wizard li.default {
  color: #fff;
  background: #d9edf7;
}
ul.nav-wizard li.default:after {
  border-left: 16px solid #d9edf7;
}
ul.nav-wizard li.default a,
ul.nav-wizard li.default a:active,
ul.nav-wizard li.default a:visited,
ul.nav-wizard li.default a:focus {
  color: #616161 !important;
  background: #d9edf7 !important;
}

/* |||||| */

ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}

/* ||||||||||||||||||||||||||||

    |||||||||||||||||||||||||||| */

h1 {
  padding-left: 0px !important;
}

.error-pass{
  color: #FB241F;
  font-weight: 500;
}

.input-disabled {
  margin-bottom: 10px;
}

/*	||||||||||||||||||||||||||||||||||
		      Modal Config
	|||||||||||||||||||||||||||||||||| */

.modal-dialog{
    overflow-y: initial;
}
.modal-body{
    height: 350px;
    overflow-y: auto;
}

/* |||||||||||||||||||||||||||||||||| */

.ns-box {
  z-index: 9999;
}

.criterion-item {
  list-style: none;
}

.pull-left.box-title{
  padding-left: 0px;
}

.input-div{
  margin-bottom: 10px;
}

.registration-img{
    height: 26px !important;
}

/*	||||||||||||||||||||||||||||||||||
		      List
	|||||||||||||||||||||||||||||||||| */
	
ul li ul{
	list-style: none !important;
}

/*	||||||||||||||||||||||||||||||||||
		      Boxes CSS
	|||||||||||||||||||||||||||||||||| */

.header-teach, .header-manager, .header-student{
    min-height: 270px;
}

.header-teach a, .header-manager a, .header-student a {
    text-decoration: none;
    color: #fff !important;
}
 
.header-teach a:hover, 
.header-manager a:hover, 
.header-student a:hover {
    color: #03a9f4 !important;
}
/*	||||||||||||||||||||||||||||||||||
		   Magic Input CSS
	|||||||||||||||||||||||||||||||||| */

.magic-icon {
	
	margin-top: 12px;
	background: no-repeat url("//ssl.gstatic.com/docs/forms/freebird_sprite8.png") -152px -185px;
	height: 6px;
	width: 18px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	
}

.ss-x-box {
	cursor: pointer;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-top: 8px;
	background: no-repeat url("//ssl.gstatic.com/docs/forms/freebird_sprite8.png") -152px -126px;
}

.ss-x-box:hover {
    background: no-repeat url("//ssl.gstatic.com/docs/forms/freebird_sprite8.png") -218px 0;
}

.goog-inline-block {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
}

.minput-disabled {
	background-color: #EFEFEF;
}

/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 10px;
  right: -200px;
  padding: 6px;
  border: 1px rgba(0,0,0,.4) solid;
  background-color: white;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}



.pre-loading{
	display:none;
}
.pos-loading{
	display:block;
}

.cube {
  background-color: #00b299;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-animation: cubemove 4s infinite ease-in-out;
  animation: cubemove 4s infinite;
}

@-webkit-keyframes cubemove {
  35% {
    -webkit-transform: scale(0.005);
  }

  50% {
    -webkit-transform: scale(1.7);
  }

  65% {
    -webkit-transform: scale(0.005);
  }
}
.cube1 {
  left: 14px;
  top: 0px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.1s;
}

.cube2 {
  left: 28px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube3 {
  left: 42px;
  top: 0px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube4 {
  left: 0px;
  top: 14px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.1s;
}

.cube5 {
  left: 14px;
  top: 14px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube6 {
  left: 28px;
  top: 14px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube7 {
  left: 42px;
  top: 14px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube8 {
  left: 0px;
  top: 28px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube9 {
  left: 14px;
  top: 28px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube10 {
  left: 28px;
  top: 28px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube11 {
  left: 42px;
  top: 28px;
  -webkit-animation-delay: 1s;
  animation-delay: 0.5s;
}

.cube12 {
  left: 0px;
  top: 42px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube13 {
  left: 14px;
  top: 42px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube14 {
  left: 28px;
  top: 42px;
  -webkit-animation-delay: 1s;
  animation-delay: 0.5s;
}

.cube15 {
  left: 42px;
  top: 42px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 0.6s;
}

/*.cube1 {
  top: -30px;
  left: -30px;
  -webkit-animation-delay: 1.1s;
  animation-delay: .5s;
}*/
.spinner {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}