
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    line-height: 20px;
    text-align: center;
	/*background:#9c27b0;*/
	background: rgba(245,52,232,1);
	background: -moz-linear-gradient(left, rgba(245,52,232,1) 0%, rgba(132,3,237,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,52,232,1)), color-stop(100%, rgba(132,3,237,1)));
	background: -webkit-linear-gradient(left, rgba(245,52,232,1) 0%, rgba(132,3,237,1) 100%);
	background: -o-linear-gradient(left, rgba(245,52,232,1) 0%, rgba(132,3,237,1) 100%);
	background: -ms-linear-gradient(left, rgba(245,52,232,1) 0%, rgba(132,3,237,1) 100%);
	background: linear-gradient(to right, rgba(245,52,232,1) 0%, rgba(132,3,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f534e8', endColorstr='#8403ed', GradientType=1 );
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #9c27b0;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 35px;
    font-weight: 100;
    color: #555;
    line-height: 45px;
}

h3 {
	font-size: 20px;
    font-weight: 300;
    color: #555;
    line-height: 27px;
}

h4 {
	font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 24px;
}

img { max-width: 100%; }

::-moz-selection { background: #9c27b0; color: #fff; text-shadow: none; }
::selection { background: #9c27b0; color: #fff; text-shadow: none; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 14px;
	color: #fff;
}

.navbar-inverse .navbar-toggle
{
	border: none;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 26px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #9c27b0; }

.navbar-brand {
	width: 130px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}


/***** Top content *****/

.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { padding-top: 10px; }

.f1 {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #9c27b0; }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 35px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #9c27b0; color: #9c27b0; line-height: 33px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #9c27b0; font-size: 22px; line-height: 45px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #9c27b0; }
.f1-step.active p { color: #9c27b0; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #9c27b0; }

.checkbox-inline, .radio-inline
{
	line-height: 22px;
}


/* -------------------------------- 

1. Auto-Hiding Navigation FOOTER

-------------------------------- */
.cd-auto-hide-footer {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-footer::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-footer.is-hidden {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}




/*** PANEL START ***/
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
	text-align: left;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
	text-align: left;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	text-align: left;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/*** PANEL END ***/


.fa-icon-padding
{
	padding: 0 0 0 6px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
	padding:0;
	margin:0;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	/*.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }*/
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.top-content { padding: 10px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(https://m.unithead.com/assets/img/logo.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;
    }
	
}
.login-form {
    /*background-color: #ffffff;*/
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
	margin-top: 30px;
	background-image: radial-gradient(circle, #ffffff, #fbfdff, #f4fcff, #eafbff, #e1fbff);
}

#displaygar
{
	display:block;
}
#displaygar ul
{
	width:85%;
	height:200px;
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
	position:absolute;
	background:#fff;
	z-index:3;
	padding:0;
	/*margin-top:34px;*/
	list-style:none;
	border:1px solid #d9d9d9;
}

#displaygar ul li
{
	display:block;
	overflow:visible;
	font-size:1em;
	color:#1e1e1e;
	border-bottom:1px solid #d9d9d9;
	padding:10px 10px;
	margin:0;
	cursor: pointer;
}

#hid_div
{
	width:100%;
	display:none;
	clear:both;
	padding:0;
	margin:0;
}

#hid_div ul
{
	height:200px;
	width:85%;
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
	position:absolute;
	background:#fff;
	z-index:3;
	padding:0;
	margin-top:0;
	list-style:none;
	border:1px solid #d9d9d9;
}

#hid_div ul li
{
	display:block;
	overflow:visible;
	font-size:1em;
	color:#1e1e1e;
	border-bottom:1px solid #d9d9d9;
	padding:10px 10px;
	margin:0;
}
#cover {
    background: url("../img/loader1.gif") no-repeat  center center #fff ;
	opacity: 0.7;
    position: fixed;
    width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: hidden !important;
	display: none;
	
}
.item{
	border: 1px solid #ddd;
	margin: 10px; 
}
.btn{
	border-radius: 20px !important;
}
.btn-info{
	background-image: linear-gradient(to right top, #29d7e0, #00c0ee, #00a5fb, #0085fd, #125deb);
}

.btn-success{
	background-image: linear-gradient(to right, #50e029, #41cd2c, #33b92d, #27a72c, #1b942b);
}

.btn-danger{
	background-image: linear-gradient(to right, #fb4a64, #fc3e54, #fb3142, #f9252f, #f61818);
}

.btn-warning{
	background-image: linear-gradient(to right, #fba74a, #fa9e3e, #f89632, #f78c26, #f68318);
	border-color: #FBA74A;
}
.alert-danger{
	background-color: #FBD1D2;
	color: #FF0004;
	border-color: #FF9C9E;

}
.alert-success{
	background-color: #C1FFBF;
	color: #00A12B;
	border-color: #8EFF77;

}
.alert-warning{
	background-color: #FFDDB8;
	color: #D55D00;
	border-color: #FFB082;

}
.alert-info{
	background-color: #A0FAFF;
	color: #125deb;
	border-color: #29d7e0;

}
.text-danger{
	color: #FF0004;
}
.text-success{
	color: #00A12B;
}
.text-warning{
	color: #D55D00;
}
.text-info{
	color: #125deb;
}

.blinking{
	animation:blinkingText 1s infinite;
  	font-weight:500; 
	margin-bottom: 10px;
}
@keyframes blinkingText{
	0%{		color: #000; background-color: #08F7F3; padding: 10px; border-radius: 15px;	}
	49%{	color: transparent;background-color: transparent; padding: 10px; border-radius: 15px;	}
	50%{	color: transparent;	background-color: transparent; padding: 10px; border-radius: 15px;}
	75%{	color:#000;	background-color: #08F7F3; padding: 10px; border-radius: 15px;}
  	90%{	color:#000;	background-color: #08F7F3; padding: 10px; border-radius: 15px;}
  	99%{	color:#000;	background-color: #08F7F3; padding: 10px; border-radius: 15px;}
	100%{	color: #000;	background-color: #08F7F3; padding: 10px; border-radius: 15px;}
}