body{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
}

fieldset{
	margin-top:30px;
}

fieldset legend{
	font-size:120%;
}

.question-item {
	border-top: 4px solid #bf1e2d;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.33);
	padding: 10px 15px;
	min-height: 155px;
	margin-right:10px;
	width:48%;
	margin-bottom:20px;
}

.dash-msg {
	padding-right:0;
	padding-left:30px; 
}

.dash-msg ul.links li{
	margin-bottom: 7px;
}

ol {
	padding-left:20px;
}

li {
	margin-bottom:10px;
}

/*HEADER STYLES*/

h1,h2,h3,h4 {
 font-family: 'Oswald',sans-serif;

}

h2 {
 margin-top:0;
}

.inactive-account, .inactive-account.odd,
table.dataTable tbody tr.inactive-account{
	color:#888;
	background:#eee;
}

.rejected-account, .rejected-account.odd,
table.dataTable tbody tr.rejected-account{
	color:#000;
	background:rgba(190,44,32,0.5);
}

.answered-row{
	background:#fff;
}

#footer{
	margin-top:50px;
}

.big-btn {
  font-size: 20px;
  padding: 20px 15px;
}

.form-control.qbox {
  margin-left: 20px;
  margin-top:15px;
  width:92.5%;
  float:left;
}

.control-label.qbox-label {
  display: inline-block;
  float: left;
  /*Phase2: BOC by WMM*/
  /* width:5%;*/
  /*Phase2: EOC by WMM*/
  margin-top:15px;
}

.form-add-question textarea.form-control {
  height: 90px;
}

.select-portfolio-box{
	margin-bottom:20px;
	font-size:20px;
}

.table-details{
	font-size:11px;
}

.table-actions {
  min-width: 126px;
  text-align: left;
}

.table-actions a i{
	display:block;
	font-size:14px;
	margin-top:4px;
}

.table-actions a.btn {
  font-size: 10px;
  margin: 3px;
  min-width: 40px;
}



.modal-content{
	padding:20px;
}

/* LOGIN PAGE */

.user-module {
    margin: 0 auto;
    /* max-width: 360px; */
    padding: 0 15px;
    width: 100%;
}

.login-form {
    margin: 0 auto;
    max-width: 350px;
}

.user-module .login-form .form-group{
	margin:  0 0 15px;
}

.login-logo {
    background-image: url("../img/lambangSelangor.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 82px;
    margin: 15px auto;
    text-indent: -999em;
    width: 62px;
}

.login-title {
    text-align: center;
}

.controls.remember-chkbx {
    display: inline-block;
    margin-left: 5px;
    width: 15px;
}

.controls.remember-chkbx input {
    position: relative;
    top: 3px;
}

/* NAVIGATION */

.navbar-inverse{
	background-color: #ffe12d;
    background-image: none;
    border-radius: 0;
    border-top: medium none;
    border-left: medium none;
    border-right: medium none;
	border-bottom: 5px solid #bf1e2d;
}
.navbar{
	min-height: 40px;
}

.navbar-inverse .navbar-nav > li > a{
	color: #000;
	font-size: 12px;
	font-family: 'Oswald',sans-serif;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dropdown-header, .dropdown-menu > li > a{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 11px;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a {
    background-image: none;
    background-color: #bf1e2d;
    background-repeat: repeat-x;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus{
	background-color: #bf1e2d;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus{
	background-color: #bf1e2d;
}


/* FOOTER */
.text-muted {
    color: #000;
    text-align: center;
}


/* BODY */

.breadcrumbs {
    clear: both;
    display: inline-block;
    /* margin-left: 5px; */
    width: 100%;
	margin-bottom:15px;
}

.user-table {
    margin-top: 15px;
}

.select-question-boxes .question-item{
	display:inline-block;	
}

.select-question-boxes{
	text-align:center;
}

#sortable tbody tr td,
#sortable tbody tr
{
  /*cursor: n-resize;*/
}
#warning{
	margin-top:30px;
}

.status-rejected {
  text-decoration: line-through;
}

.dataTables_paginate {
  margin-bottom: 15px;
}

.hidden-column{
	display:none;
}

#notification-bar {
  margin-top: -20px;
  text-align: center;
}

.notification-item{
	background-color:#ccc;
	padding:5px 0;
}