
.masthead {
	padding: 30px 0 30px;
	margin-bottom: 0;
}

.masthead h1 {
	font-size: 75px;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: bold;
}

#header{
	background:linear-gradient(to right, rgba(31, 49, 127,0.2), rgba(31, 49, 127,1));
	height:100px;
}

.header-section {
	padding: 50px 0;
	background: #222;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	color: #FFF;
}

.header-row {
	width: 960px;
	margin: auto;
}

.header-push {
	height: 250px;
}

.main {
	padding-top: 40px;
	min-height: 370px;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.flashes {
	list-style-type: none;
	margin-left: 0;
}

.unvisible{
	display: none;
}

#kor_button{
	background-color: rgb(31, 49, 127);
}
#kor_button:hover {
	background-color:#2d46b9;
}

.col-md-3{
	font-size:30px;	
}

.dropdown-menu{
	background-color: rgba(31, 49, 127,0.2);
}

.dropdown-menu > li{
	cursor: pointer;
}

.dropdown-menu > li > a:hover{
	color:#fff;
	background-color: rgba(31, 49, 127,0.7);
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #CFCFCF; /* old IE */
    background-color: #CFCFCF; /* Modern Browsers */
}

.page-header{
	border-bottom: 1px solid #CFCFCF;
}

#app-name{
	/*float:left;*/
	color:#FFFFF0;
	text-align:center;
	margin-top: 10px;
	/*margin-left: 43%;*/
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 2px 2px rgba(31, 49, 127,1);
}

.container_width{
	width:60%;
}

#users_table{
	background-color: rgba(31, 49, 127,0.1);
}

.btn-deepblue {
  color: #fff;
  background-color: #1f317f;
  border-color: #111a42;
}
.btn-deepblue:hover,
.btn-deepblue:focus,
.btn-deepblue:active,
.btn-deepblue.active,
.open .dropdown-toggle.btn-deepblue {
  color: #fff;
  background-color: #2d46b9;
  border-color: #111a42;
}
.btn-deepblue:active,
.btn-deepblue.active,
.open .dropdown-toggle.btn-deepblue {
  background-image: none;
}
.btn-deepblue.disabled,
.btn-deepblue[disabled],
fieldset[disabled] .btn-deepblue,
.btn-deepblue.disabled:hover,
.btn-deepblue[disabled]:hover,
fieldset[disabled] .btn-deepblue:hover,
.btn-deepblue.disabled:focus,
.btn-deepblue[disabled]:focus,
fieldset[disabled] .btn-deepblue:focus,
.btn-deepblue.disabled:active,
.btn-deepblue[disabled]:active,
fieldset[disabled] .btn-deepblue:active,
.btn-deepblue.disabled.active,
.btn-deepblue[disabled].active,
fieldset[disabled] .btn-deepblue.active {
  background-color: #1f317f;
  border-color: #111a42;
}
.btn-deepblue .badge {
  color: #1f317f;
  background-color: #fff;
}

.pagination a {cursor: pointer}

.form-group.required .control-label:after {
	content:"*";
	color:red;
  }