.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #367fa9;
    background-color: #3c8dbc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.gprofile-shadow {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: absolute;
  top: 15%;
  left:30%;
  z-index: 10;
  padding: 5px;
  opacity:0;
}
.gprofile:hover .gprofile-shadow {
  box-shadow: 4px 4px #3c8dbc;
  background-color: white;
  border: 1px solid #3c8dbc;
  text-align:center;
  opacity: 50%;
  color:black;
}
.gprofile:hover .gprofile-shadow  a{
  color:black;
}
.form-group.required .control-label:after {
   content:" *";
   color:red;
}
.fa.delete:hover, .deleteme:hover {cursor: pointer;color: red;}
.alignleft {float: left; width:33.33333%; text-align:left;}
.alignright {float: right; width:33.33333%; text-align:right;}
.aligncenter {float: left; width:33.33333%; text-align:center;}
.auth-box {width: 630px; margin: 7% auto;}
.starrr {display: inline-block; }
.starrr a {font-size: 16px;padding: 0 1px;cursor: pointer;color: #FFD119;text-decoration: none; }