/* Add here all your CSS customizations */
.login-logo {
	top: -33px;
    width: 50%;
    position: relative;
}

.table .actions, .table .actions-hover {
  font-size: 18px;
  cursor: pointer;
  padding-right: 5px;
}

.table .actions:last-child, .table .actions-hover:last-child {
  padding-right: 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.form-group.hiderow { display:none }
.form-group.mask { opacity:0.2 }
.fc-event .fc-event-inner {
  padding: 2px 15px 2px 5px;
}
.fc-event .closeon {
  position:absolute;
  top:-2px;
  right:2px;
  color:#fff;
  text-decoration:none;
}

.fc-event-inner {
	line-height: 150%
}

.button-2hover {
	background-color:#d7d7d7
}


.upload-imgpreview {
	display:none;
	margin-top:10px	
}

.upload-imgpreview img {
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 2px;	
}

.upload-imgpreview .btn {
	float:right;
	clear:both;
	margin-top:5px;
	display:none
}

.upload-error {
	color:#C33
}

.course-overview {
	height:200px;
	overflow:hidden
}

.course-map {
	width:100%;
	overflow:hidden;
}

.btn-group.dropdown {
	width:auto
}

.invoice .invoice-items #req-desc {
	width:50%;
}

.invoice .invoice-items #req-value {
	width:50%;
}

.bg-quartenary {
	background: #ff7a00;
	color: white;
}

.panel-featured-quartenary {
	border-color: #ff7a00;
}

.panel-featured-quartenary .panel-title {
	color: #ff7a00;
}

.panel-title {
	margin-right: 200px !important;
}

.panel-subtitle {
	margin-right: 200px !important;
}

.panel-footer-btn-group a {
	background-color:#FDFDFD;
	text-align: center;
}

.panel-footer{
	border-bottom: 1px solid #ddd;
}

.panel-actions {
	position: absolute;
}

.widget-summary .widget-summary-col {
  vertical-align: middle;
}

.dataTables_wrapper select {
  height: 34px;
  padding: 5px;
  margin-right: 7px;
}

.dataTables_wrapper .select2-container .select2-choice {
  height: 31px;
}

.white-title{
  background: #FFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: -40px -40px 0 -40px;
  padding: 30px;
}

.transcript .panel .panel-heading{
	background: #FFF;
	border-bottom-color: #EFEFEF;
}

.float-right{
  float: right!important;
}

.transcript .panel .panel-footer{
  background: #FFF;
  border-top-color: #EFEFEF;
}

.jmessage {
	font-size:0.9em
}

.form-group.has-error .jmessage {
	color:#B94A48;
}

.form-group.has-error .multiselect {
	border-color:#B94A48;
}

.multiselect-group label{
	font-weight:bold;
	padding-left:5px
}

.multiselect.disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;	
}

#survey-form .has-error {
	color:#B94A48;
}

#survey-form textarea.has-error {
	border-color:#B94A48;
	color:#555
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.survey .question-panel {
    height: auto;
    border: 1px solid #ccc;
	border-radius:4px;
    /*padding: 1% 2% 1% 2%;*/	
}

.popover-title {
	color:#777
}

.pencil-edit {
	float:left;
	margin-left:10px;
}

ol.survey .editable-click, #survey-title, #survey-intro {
	border-bottom:none;
	cursor:pointer
}

ol.survey .editable-empty, ol.survey .editable-empty:hover, ol.survey .editable-empty:focus, #survey-title, #survey-intro {
	font-style: inherit;
    color:inherit;
}

ol.survey .editable-unsaved {
	font-weight:inherit
}

ol.survey .question-move {
    font-size: 20px;
    color: #d00;
    cursor: move;
	width:25px;
	position: relative;
    float: left;	
}

ol.survey .question-delete {
	float-right;
    font-size: 20px;
    color: #d00;
    cursor: pointer;
	width:25px;
	position: relative;
    float: right;
}

ol.survey .question-actions {
	height:40px;
	border-bottom: 1px solid #ccc;
    background: #fff;
}

ol.survey .question-title {
	margin-top:0px
}	

ol.survey .part-move {
    font-size: 13px;
    color: #d00;
    cursor: move;
	width:18px;
}

ol.survey .part-delete {
	float:right;
    color: #d00;
    cursor: pointer;
	width:15px;
	margin-right:20px
}

ol.survey .radio-custom {
	margin-left:20px;
}

ol.survey li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.survey li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

ol.survey li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -13px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none;
}

ol.survey ol.parts {
	margin-top:10px
}

ol.survey ol.parts li.placeholder:before {
	top: 0px;	
	left:20px
}


ol.survey h5 {
	position: relative;
}


.survey-save {
	margin-right: 15px;
	margin-top: 10px;	
}
/*  
ol.survey li.placeholder {
  position: relative;

}
ol.survey li.placeholder:before {
  position: absolute;
  content: "\f061";

}
*/


#state_submission.nosubmit {
	background-color:#eb2629;
	opacity:0.1;	
}

#submitted {
	font-size:24px;
	line-height:50px;
	font-weight:bold;
}

header .profile-picture img {
	max-height:50px;
}

header .notifications figure .fa {
	font-size: 24px
}

header .notifications .content li {
    max-height: 35px;
    overflow: hidden;
}

header .notifications .read {
	opacity:0.3;
}

#NotificationModal .removelink {
	font-size:12px;
	color:#666;
	cursor:pointer;
	margin-left:10px;
}

@media only screen and (max-width: 767px){
.white-title{
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding: 20px;
 
}
}

@media only screen and (max-width: 1200px) {
	#year-filter-wrap {
		text-align:left;
		margin-top:5px
	}
}

@media only screen and (max-width: 640px) {
	.login-logo {
		width: 60%;
		margin-bottom: -5%
	}
}

@media only screen and (max-width: 400px) {
	.panel-title {
		font-size:16px;
		line-height: 16px; 
	}
}

@media only screen and (min-width: 1200px) {
	ol.survey .question-title {
		margin-top:35px
	}	
}

@media only screen and (min-width: 991px) {
	.survey-save {
		margin-right: 0px;
		margin-top: 0px;
	}
}






