/*****************************************************************************
		GENERAL
******************************************************************************/

html { 
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body { 
	background:none;
    color:#4d4d4d;
}

.col-center{
	display:table;
    float: none;
    margin: 0 auto;
}

.page-panel {
	position:relative;
	border:1px solid #fff;
	background-color:rgba(242, 242, 242, 0.8);
	-webkit-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -moz-border-radius: 50px;
     border-radius: 50px;
     border-radius: 50px;
    box-shadow:0 0 10px #fff;
	padding:0 10px 25px 10px;
	margin-top:30px;
}

.view-info {
	color:#fff;
	/*background-color:#337ab7;*/
	background-color:#5bc0de;
	padding:5px 15px 5px 15px;
	margin:0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
}

.noborder{
	display:table;
	border: 0;
    box-shadow: none;
    padding-left:0;
}

/*****************************************************************************
		LOGO
******************************************************************************/

.logo{
	display: inline-block;
	background:url(../images/logo/logo.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 59px;
	height: 55px;
	margin:0;
}

.logo-header{
	display: inline-block;
	background:url(../images/logo/logo.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 59px;
	height: 55px;
	margin:0;
	margin-top:5px;
}

/*****************************************************************************
		MENU
******************************************************************************/

.stepwizard {
    display: table;
    width: 100%;
   	*position: relative;
    margin-top:10px;
    border:1px solid #fff;
    background-color: rgba(242, 242, 242,0.7);
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	box-shadow:0 0 10px #fff;
    padding:10px 0 10px 0;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step img{
	width:60px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/*****************************************************************************
		PAGE HEADER
******************************************************************************/

.page-header{
	margin-top:0px !important;
}

.page-header h5{
	text-align:right;
	padding-top:10px;
	padding-right:25px;
	margin:0;
}

.page-header h3{
	margin-top:0;
}

.tab-content .page-header{
	margin-top:15px;
}
	
.page-panel .page-header{
	color:#FFFFFF;
}

.page-logo {
	width:80px;
	margin-right:5px;
}

/*****************************************************************************
		TAB PANEL
******************************************************************************/

.nav-pills > li > a {
	color:#FFF;
}

.nav-pills > li.active > a {
    /*background-color:#5cb85c !important;*/
   background-color:#FFF !important;
   color:#000 !important;
}

.nav-pills>li.active>a:hover {
    /*background-color:#5cb85c !important;*/
   background-color:#FFF !important;
   color:#000 !important;
}

/*****************************************************************************
		FORM
******************************************************************************/

.modal-header {
	text-align:center;
	background: -webkit-linear-gradient(#eee, #999); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #999); /* For Firefox 3.6 to 15 */
	background:linear-gradient(#eee,#999);
	color: #FFF;
	/*background-image:url("../images/header.png");*/
	background-size:cover;
	padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -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 h3{
	color:#FFF;
}

.modal {
	overflow-y:scroll;
}
/*****************************************************************************
		MANDATORY INPUT FORM
******************************************************************************/

.form-group.required .control-label:after {
	color: #d00;
	content: "*";
	position: absolute;
	margin-left: 8px;
	top:7px;
}

/*****************************************************************************
		AVATAR
******************************************************************************/

.avatar {
	max-width:35px !important;
	border-radius:5px;
}

/*****************************************************************************
		BUTTON
******************************************************************************/

.button button{
	margin-right:5px;
}

.btn .glyphicon{
    /*display:table-cell;*/
	padding-right: 10px;
	font-size:12pt;
}

.btn div,
.btn span{
    /*display:table-cell;*/
}

/*****************************************************************************
		PANEL LOGIN
******************************************************************************/

.panel-group{
	box-shadow:0 0 10px #fff;
}

.panel-login{
	margin-top:150px;
}

.panel-body div{
	margin-bottom: 15px;
}

.transparant {
    background: transparent;
}

.panelpad {
	border:1px solid #fff;
    background-color: rgba(242, 242, 242,0.7);
}

.wizardnaik {
    margin-top: 100px
}

/*****************************************************************************
		GLYPHICON
******************************************************************************/

.glyph .glyphicon{
    /*display:table-cell;*/
	padding-right: 10px;
	font-size:12pt;
}

.glyph div,
.glyph span{
    /*display:table-cell;*/
}

.glyphicon-heart {
	color:#f48260; 
}

/*****************************************************************************
		ALERT MESSAGE
******************************************************************************/

.alert .glyphicon{
    display:table-cell;
}

.alert div,
.alert span{
	padding-right:20px;
    display:table-cell;
    font-size:11pt;
}

.alert .title{
	font-size:24px;
}

.alert ul {
    list-style:none;
    margin-left: 0;
    padding-left: 20px;
}

.alert li:before {
  content: "\2713";
  display: inline;
  float: left;
  margin-left: -18px;
}

.msg-alert {
	color:red;
	text-align:center;
	margin:5px;
}

/*****************************************************************************
		GRID
******************************************************************************/

.control-panel>div>div{
	margin-top:10px;
}
	
.grid-center{
	text-align:center;
}

.cust-grid th {
	font-size:11pt;
	height:25px;
	color:#FFF;
	text-align:center;
	background:#46a046;
	background: -webkit-linear-gradient(#eee, #999); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #999); /* For Firefox 3.6 to 15 */
	background:linear-gradient(#eee,#999);
}

.cust-grid td {
	padding: 5px 10px 5px 10px;
}

.cust-grid td, .cust-grid th {
	border: 1px dotted #808080;
}

.show-tick {
	margin-top:0 !important;
}

/*****************************************************************************
		CHECKLIST CONTENT
******************************************************************************/

.checklist-title, .checklist-header{
	color:#6c90e0;
	font-weight: bold;
}

.checklist-title{
	font-size:12pt;
	text-align:center;
}

.checklist-header{
	font-size:10.5pt;
}

.checklist-content p{
	font-size:9pt;
}

.checklist-noncheck{
	margin-left: 25px;
}
/*****************************************************************************
		LOADING
******************************************************************************/

.loading{
	background:url(../images/loading.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 100px;
	height: 226px;
}

.loading{
	display:none;
	background:url(../images/loading.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 100px;
	height: 100px;
}

/*****************************************************************************
		PARTICLES-JS PLUGINS
******************************************************************************/

#particles-js{
  position: absolute;
  left:0;
  top:220px;
  width:100%;
  height:60%;
  margin:0;
}

/*****************************************************************************
		Program Manager > Documents 
******************************************************************************/

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

.doc-input .input-group{
	margin-bottom: 15px;
}

.doc-plus-btn, .doc-min-btn{
	margin-top:-40px;
}

.doc-file{
	font-size:10pt;
	color:silver;
}

/*****************************************************************************
		NAVBAR
******************************************************************************/

.navbar{
	background:linear-gradient(to bottom,#eee,#999);
	box-shadow: 0 1px 0 #e1e5e8;
	border:none;
	border-radius:0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
 
/*****************************************************************************
		FOOTER
******************************************************************************/

.footer>.container>.text-muted {
    margin-bottom: 0;
}

.text-muted {
    color: #777;
}

/*****************************************************************************
		MEDIA QUERIES
******************************************************************************/

/* MOBILE */
@media (max-width: 480px) {
	
	.panel-login {
		margin-top: 100px;
	}
	
	.control-panel .pull-right {
		float:none !important;
	}
	
	.doc-download {
		margin-top: 8px;
	}
	
	.doc-input>div{
		margin-bottom: 0;
	}
	
	.doc-plus-btn, .doc-min-btn {
		margin-top: -45px;
	}
} 

/* TABLET */
@media (min-width: 481px) and (max-width:898px) {
	
	.control-panel .pull-right {
		float:none !important;
	}
	
	.doc-download {
		margin-top: 8px;
	}
	
	.doc-input>div{
		margin-bottom: 0;
	}
	
	.doc-plus-btn, .doc-min-btn {
		margin-top: -45px;
	}
} 
