@charset "utf-8";
/* CSS Document */

body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.form_text_error{
	color:red; 
	font-size:smaller; 
	font-weight:normal;
}

.form_text_noerror{
	color:green; 
	font-size:smaller; 
	font-weight:normal;
}

.disabledrow{
	background-color:#FCDFDF;	
}

.modal-dialog{
	width:800px;
}
