.panel{
	float:left;
	width:100%;
}
.ribbon {
		position: relative;
		padding: 0px !important;
		border-radius: 0px !important;
		margin-top: -1px !important;
		margin-bottom: 4px;
}

.ribbon.left {
		float: left;
		margin-left: -16px !important;
}

.ribbon.right {
		float: right;
		margin-right: -16px !important;
}

.ribbon.both {
		float: left;
		width: 119% !important;
		margin-right: -10% !important;
		margin-left: -10% !important;
}

.ribbon.left:before,
.ribbon.both:before {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: #999 transparent transparent transparent;
		bottom: -1em;
		left: 0;
		border-width: 1em 0 0 1em;
}

.ribbon.right:after,
.ribbon.both:after {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: #999 transparent transparent transparent;
		bottom: -1em;
		right: 0;
		right: 0;
		border-width: 1em 1em 0 0;
}

.badgelabel {
		margin-left: 3px !important;
		margin-right: 0px !important;
		text-transform: capitalize;
		line-height: 8px !important;
		width: 118%;
		margin: 5px 0px;
		margin-left: -15px !important;
		border-radius: 0px;
		position: relative;
}

.badgelabel:after {
		top: 100%;
		left: 0px;
		border: solid transparent;
		content: " ";
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #21a9e1;
		border-width: 7px;
		margin-left: 0px;
		display: inline;
		border-right-width: 0px;
}

.dataTables_processing {
		width: 100%;
		background: rgba(255, 255, 255, 0.6);
		position: fixed;
		border-radius: 10px;
		text-align: center;
		z-index: 99999;
		top: 0;
		height: 100%;
}

.dataTables_processing > div {
		width: auto;
		padding: 40px 100px;
		background: rgba(0, 0, 0, 0.8);
		color: #fff;
		font-size: 14px;
		border-radius: 10px;
		text-align: center;
		margin: 25% 40%;
}

.ellipsis {
		white-space: -moz-pre-wrap !important;
		white-space: -pre-wrap !important;
		white-space: nowrap !important;
		max-width: 98%;
		overflow: hidden;
		text-overflow: ellipsis;
}

.loading {
		padding: 15px 50px 100px 50px;
		position: fixed;
		z-index: 999;
		bottom: -150px;
		left: 0;
		right: 0;
		font-size:16px;
		font-family: 'Roboto Slab';
		width: 250px;
		text-align: center;
		background: #FF9A00;
		border-radius: 10px 10px 0 0;
		margin: 0 auto;
		transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
		-moz-transition: all 400ms ease-in;
		-ms-transition: all 400ms ease-in;
		-o-transition: all 400ms ease-in;
		border: 1px solid #E78D01;
		border-left: 1px solid #DB8500;
		border-bottom: 0;
		box-shadow: 0 3px 13px #888 , inset 0 22px 18px #F7C374;
		display: inline-block;
		vertical-align: initial;
		color: #FFF;
		font-family:;
}

.loading span {
		text-shadow: 1px 1px 2px #000;
		vertical-align: baseline;
		line-height: 15px;
}

.loading i {
		color: #000;
		font-size: 15px;
}

.loading.show {
	bottom: -90px;
}
.nopad {
		padding: 0px !important;
}

.nopad-right {
		padding-right: 0px !important;
}

.nopad-top {
		padding-top: 0px !important;
}

.nopad-bottom {
		padding-bottom: 0px !important;
}

.nopad-sides {
		padding-left: 0px !important;
		padding-right: 0px !important;
}

.nopad-updown {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
}

.nopad-left {
		padding-left: 0px !important;
}
.ordered tbody tr .row_order {
		cursor: pointer;
}

.ordered tbody tr .row_order:hover {
		color: #ff9600;
}

.ordered tbody tr:first-child .row_order:first-child {
		display: none !important;
}

.ordered tbody tr:last-child .row_order:not(:first-child) {
		display: none !important;
}

.alert.small {
		padding: 10px 15px;
		border-width: 1px;
		border-style: solid;
}

.alert.small .title {
		text-decoration: underline;
		font-weight: bold;
}


.snrgrid{
		background:#fff;
}
/* Upload widget */
/*.file-upload-widget .upload-widget:hover{background : rgba(237, 255, 0, 0.18); }*/
.upload-widget:hover > .dropzone{background : rgba(237, 255, 0, 0.18); color:#999; }
.upload-widget span { line-height: 20px; padding: 2px 4px; }
.upload-widget input { position: absolute; top: 0; right: 0; margin: 0; border: 0 solid transparent; opacity: 0; filter: alpha(opacity=0); -moz-transform: translate(-300px, 0) scale(4); direction: ltr; cursor: pointer; border-width: 0 0 100px 200px; }


.file-upload-widget p { padding: 0; margin: 0; }

/* Upload widget */

.upload-widget input { position: absolute; top: 0; right: 0; margin: 0; border: 0 solid transparent; opacity: 0; filter: alpha(opacity=0); -moz-transform: translate(-300px, 0) scale(4); direction: ltr; cursor: pointer; border-width: 0 0 140px 170px; }

.upload-widget { background: none; width:100%;float:left; position: relative; overflow:hidden; display:table; min-height:200px; }

.upload-widget input[type=file] { width: 100%;border-bottom-width: 400px; }

.upload-widget .dropzone { padding: 30px 20px; border: 2px dashed #ddd; border-radius: 10px; vertical-align:middle; display:table-cell; text-align: center; font-weight: bold; font-size:22pt;color:#ddd; background:#fdfdfd;}

.upload-widget .dropzone.hover { background: #e1e1e1; }

.file-upload-widget .progress { background: #00be00; position: absolute; left: 0; height: 2px; bottom: -4px; margin-bottom: 0; }

.file-upload-widget .ordered-list li { position: relative; }
.file-upload-widget .list-unstyled li { position: relative; }

.file-upload-widget .ordered-list li .tools i { font-size: 1.5em; line-height: 1.6em; }

/* Photo Upload widget */
.photo-upload-widget .upload-widget { border: 1px solid #C7C7C7; background-color: #EFEFEF; position: relative; text-align: center; width: 120px; overflow: hidden; float: left; }

.photo-upload-widget .upload-widget span { color: #f58220; font-size: 13px; line-height: 22px; }

.photo-upload-widget .upload-widget input { position: absolute; top: 0; right: 0; margin: 0; border: 0 solid transparent; opacity: 0; filter: alpha(opacity=0); -moz-transform: translate(-300px, 0) scale(4); direction: ltr; cursor: pointer; border-width: 0 0 100px 200px; }

.photo-upload-widget .crop-selection.disabled { display: none; }

.photo-upload-widget .crop-selection img { width: 510px; height: auto; }

/* Photo Input Widget */
.photo-input-widget ul.thumbs, .photo-input-modal ul.thumbs { width: auto; overflow: hidden; position: relative; }

.photo-input-widget ul.thumbs > li, .photo-input-modal ul.thumbs > li { float: left; padding: 5px; border: 1px solid #C7C7C7; text-align: center; width: 120px; margin: 5px 5px 5px 0; background-color: #FFF; }

.photo-input-widget ul.thumbs > li, .photo-input-modal ul.thumbs > li { cursor: pointer; }

.photo-input-widget ul.thumbs > li:hover, .photo-input-modal ul.thumbs > li:hover { background-color: #DDD; }

.photo-input-widget ul.thumbs > li button, .photo-input-modal ul.thumbs > li button, .photo-input-widget ul.thumbs > li input, .photo-input-modal ul.thumbs > li input { margin-top: 5px; }

.photo-input-widget ul.thumbs > li a, .photo-input-modal ul.thumbs > li a { margin-left: 5px; }

.photo-input-widget ul.thumbs > li p, .photo-input-modal ul.thumbs > li p { margin: 0; height: 45px; overflow: hidden; }

.photo-input-modal form { text-align: left; }

.tag-input-widget ul.tags li { width: auto; }

.tag-input-widget ul.tags li a { color: #f58220; font-size: 10px; cursor: pointer; margin-left: 2px; }



p.help.small.error{
		background:#f2dede;
		color:red;
}
p.help.small.warning{
		color:#f0ad4e;
		background:#fcf8e3;
}
a.mentioned {
		color:#888;
}
a.mentioned:hover{
		color:orange;
}
.user_popover { text-align: center; position: relative; background: #3e3e3e; }

.user_popover .photo { text-align: center; padding-bottom: 10px !important; }

.user_popover .photo:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(99, 99, 99, 0); border-top-color: #3e3e3e; border-width: 6px; margin-left: -6px; z-index: 9; }

.user_popover .photo img { text-align: center; }

.user_popover .details { text-align: center; background: #fff; }

.user_popover .details .fullname { text-align: center; }

.user_popover .details .fullname i { text-align: center; }

.user_popover .details .fullname strong { text-align: center; }

.user_popover .details .contact { text-align: center; }

.user_popover .details .contact > div { text-align: center; }

.user_popover .details .btn-group { text-align: center; }

.user_popover .details .btn-group > div { text-align: center; }

.user_popover { max-width: 250px; padding-top: 10px !important; }

.user_popover .photo img { text-align: center; }

.user_popover .details { padding: 10px 0  !important; font-family: 'Roboto Slab', serif; }

.user_popover .details .fullname { font-size: 0.8em; border-bottom: 1px solid #d1d1d1; padding: 5px 0; display: block; }

.user_popover .details .fullname .online { font-size: 11px; color: #05D600; margin-right: 5px; }

.user_popover .details .fullname strong { text-align: center; }

.user_popover .details .contact { margin-top: 10px; line-height: 22px; }

.user_popover .details .contact > div i:before { font-size: 16px; }

.user_popover .details .btn-group { text-align: center; }

.user_popover .details .btn-group a { float: left; width: 33%; }

.user_popover .btn-group .btn { margin: 0px; padding-top: 10px; padding-bottom: 10px; border-radius: 0px !important; }

.user_popover .btn-group .btn .fa { font-size: 14px; }

.snr-popover { opacity: 0; position: absolute; top: -9999px; left: -9999px; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; border: 1px solid #C5C5C5;z-index: 999; }

.snr-popover.top { box-shadow: 0px -3px 20px #A5A5A5; border-bottom: 3px solid #ff9600; }

.snr-popover.bottom { box-shadow: 0px 3px 20px #A5A5A5; border-top: 3px solid #ff9600; }

.snr-popover.show { opacity: 1; }

.snr-popover.top:after { bottom: -22px; border-top-color: #ff9600; }

.snr-popover.bottom:after { top: -22px; border-bottom-color: #ff9600; }

.snr-popover:after { left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(99, 99, 99, 0); border-width: 10px; margin-left: -10px; z-index: 9; }

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
h2.page_title {
    margin-top: -18px;
    padding: 10px 0px;
    margin-left: -11px;
    font-size: 32px;
}
.admin .add.btn{
	display:block;
	position:relative;
	z-index: 999;
}

textarea {
		resize: vertical;
}

textarea.resize-vertical {
		resize: vertical;
}

textarea.resize-horizontal {
		resize: horizontal;
}

textarea.noResize {
		resize: none;
}
.textcomplete-dropdown{
 	min-width: 425px;
}
.notes_form .people { display: none; }

.mentioned .people:before { content: "\f0c0"; font-family: 'FontAwesome'; position: absolute; left: 4px; top: 5px; font-size: 13px; }

.mentioned .people { padding: 0px !important; padding-left: 25px !important; display: block; }

.people input, .people .bootstrap-tagsinput { border: 0px; box-shadow: none !important; }

.people .bootstrap-tagsinput .tag { line-height: 22px; font-size: 11px; padding: 0.3em 0.3em 0.3em; }

.people .bootstrap-tagsinput input { display: none; }


.notes_form .form-group { margin-bottom: 0px; position: relative; }

.notes_form .form-group > div:first-child > div { border: 0px solid #E6E6E6; padding: 0px; }

.notes_form textarea { z-index: 1; padding-right: 85px !important; border: 1px solid #D2D2D2; min-height:52px !important; border-radius: 0px; outline: hidden; }

.notes_form button { position: absolute; right: 5px; z-index: 2; top: 4px; padding: 10px !important; }

.notes_form .bootstrap-tagsinput { border: 0px; box-shadow: none; }

.notes_form .bootstrap-tagsinput input { display: none; }


textarea:focus, input:focus,.form-control:focus{
    outline: 0 !important;
    border-color: #A9A7A7;
}

small.text-xxlg {font-size: 140%;}
small.text-xlg  {font-size: 130%;}
small.text-lg   {font-size: 120%;}
small.text-md   {font-size: 110%;}
small.text-sm   {font-size: 90%;}
small.text-xs   {font-size: 80%;}
small.text-xxs  {font-size: 70%;}


.avatar { float: left; margin-right: 12px; width: 40px; padding: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.avatar.avatar-inline { float: none; margin-left: 3px; }
.avatar.s16 { width: 16px; height: 16px; margin-right: 6px; }
.avatar.s24 { width: 24px; height: 24px; margin-right: 8px; }
.avatar.s26 { width: 26px; height: 26px; margin-right: 8px; }
.avatar.s32 { width: 32px; height: 32px; margin-right: 10px; }
.avatar.s60 { width: 60px; height: 60px; margin-right: 12px; }
.avatar.s90 { width: 90px; height: 90px; margin-right: 15px; }
.avatar.s160 { width: 160px; height: 160px; margin-right: 20px; }

.panel.notes .no-notes,
.no-data{
    display: block;
    color: rgba(102, 102, 102, 0.5);
    background-color: #EAEAEA;
    text-shadow: 0px 1px 0px rgba(255,255,255,.8);
    text-align: center;
    font-family: 'Roboto Slab';
    padding: 55px;
    font-size: 24px;
}
.no-data{
	position:absolute;
	vertical-align: middle;
	width:100%;
	height:100%;
	display:table;
	padding:0px;
}
.no-data.small{
	font-size: 12px;
    text-align: left;
    position: relative;
    padding: 10px;
    background: rgba(229, 229, 229, 0.68);}
.no-data>div{
	display:table-cell;
	vertical-align: middle;
	padding:10px 20px;
	line-height: 22px;
	font-size: medium;
}
.no-data>div >strong{
	font-size:large;
}

.notification-list{
	padding:0px;
}
.notification-list .media{
	padding:10px;
}
.notification-list .media .media-right{
	position: static !important;
	right:auto !important;
	text-align: right !important;
	top:auto !important;
}
.notification-list .media .media-body{
	padding-right: 20px !important;
	cursor:pointer;
	padding-left:9px;
	width:100%;
}
.notification-list .media.new{
	opacity:1;
}
.notification-list .media{
	opacity:.6;
	cursor:default;
	transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-ms-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
}
.notification-list .media:hover{
	opacity:1;
	background:#e1f0fa;
}

ul.notes .note .note-body table tr td, ul.notes .note .note-body table tr th { padding: 8px 10px; line-height: 20px; vertical-align: middle; }
ul.notes .note .note-body table tr th { font-weight: normal; font-size: 15px; border-bottom: 1px solid #CCC !important; }
ul.notes .note .note-body table tr td { border-color: #F1F1F1 !important; border-bottom: 1px solid; }
ul.notes .note .note-body .note-actions { border-color: #F1F1F1 !important; border-top: 1px solid; }


.timeline { list-style: none; padding: 20px 0 00px; position: relative; }
.timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eeeeee; margin-left: 29px; }
.timeline .timeline-entry { position: relative; margin-top: 5px; margin-left: 30px; margin-bottom: 10px; clear: both; }
.timeline .timeline-entry:target .timeline-entry-inner .timeline-content { -webkit-animation: target-note 2s linear; background: #ffecdb; }
.timeline .timeline-entry .timeline-entry-inner { position: relative; margin-left: -20px; }
.timeline .timeline-entry .timeline-entry-inner:before, .timeline .timeline-entry .timeline-entry-inner:after { content: " "; display: table; }
.timeline .timeline-entry .timeline-entry-inner .timeline-icon { margin-top: 2px; background: #fff; color: #737881; float: left; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; -webkit-box-shadow: 0 0 0 3px #eeeeee; box-shadow: 0 0 0 3px #eeeeee; overflow: hidden; }
.timeline .timeline-entry .timeline-entry-inner .timeline-icon .avatar { margin: 0; padding: 0; }
.timeline .timeline-entry .timeline-entry-inner .timeline-content { position: relative; background: #fbfbfb; padding: 10px 15px; margin-left: 60px; border:1px solid #e4e4e4;border-radius:2px;}
.timeline .timeline-entry .timeline-entry-inner .timeline-content:after,
.timeline .timeline-entry .timeline-entry-inner .timeline-content:before { border: solid transparent; content: " "; height: 0; width: 0; right: 100%; top: 20px; position: absolute; pointer-events: none; margin-left: -9px; }

.timeline .timeline-entry .timeline-entry-inner .timeline-content:after { border-color: rgba(245, 245, 246, 0); border-right-color: #fbfbfb; border-width: 9px; margin-top: -9px; }

.timeline .timeline-entry .timeline-entry-inner .timeline-content:before { border-color: rgba(228, 228, 228, 0); border-right-color: #e4e4e4; border-width: 10px; margin-top: -10px; margin-right: 1px !important; }

.timeline .system-note .timeline-entry-inner .timeline-icon { background: none; margin-left: 12px; margin-top: 0; -webkit-box-shadow: none; box-shadow: none; }
.timeline .system-note .timeline-entry-inner .timeline-icon span { margin: 0 2px; font-size: 16px; color: #eeeeee; }
.timeline .system-note .timeline-entry-inner .timeline-content { background: none; margin-left: 45px; padding: 0px 15px; }
.timeline .system-note .timeline-entry-inner .timeline-content:after { border: 0; }
.timeline .system-note .timeline-entry-inner .timeline-content .note-header span { font-size: 12px; }
.timeline .system-note .timeline-entry-inner .timeline-content .note-header .avatar { margin-right: 5px; }
.timeline .system-note .timeline-entry-inner .timeline-content .note-text { font-size: 12px; margin-left: 20px; }
@media (max-width: 767px) { .timeline:before { background: none; }
  .timeline .timeline-entry .timeline-entry-inner .timeline-icon { display: none; }
  .timeline .timeline-entry .timeline-entry-inner .timeline-content { margin-left: 0; } }

.zennable { position: relative; }
.zennable input { display: none; }
.zennable .zen-enter-link { color: #888; position: absolute; top: -26px; right: 4px; }
.zennable .zen-leave-link { display: none; color: #888; position: absolute; top: 10px; right: 10px; padding: 5px; font-size: 36px; }
.zennable .zen-leave-link:hover { color: #111; }

.navbar .nav > li.dropdown .timeline-list li.timeline-item{
	padding: 17px 90px 18px 45px;
}

@media screen and (min-width: 768px) {
    .modal-dialog.modal-lg {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-dialog.modal-xl {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


.ms-container:before, .ms-container:after { content: " "; display: table; }

.ms-container:after { clear: both; }

.ms-container:before, .ms-container:after { content: " "; display: table; }

.ms-container:after { clear: both; }

.ms-container .ms-selectable, .ms-container .ms-selection { display: block; }

.ms-container .ms-selectable { position: relative; float: left; margin-right: 25px; max-width: 45%; }

.ms-container .ms-selectable:after { display: block; position: absolute; right: -19px; color: #303641; font-size: 15px; top: 50%; margin-top: -8px; }

.ms-container .ms-selection { float: left; }

.ms-container .ms-list { display: block; list-style: none; padding: 0; margin: 0; width: auto !important; height: 150px; outline: none; border: 1px solid #ccc; overflow: auto; }

.ms-container .ms-list::-webkit-scrollbar { width: 5px; }

.ms-container .ms-list::-webkit-scrollbar-track { width: 5px; background-color: #f5f5f6; }

.ms-container .ms-list::-webkit-scrollbar-thumb { background-color: #d2d2d2; }

.ms-container .ms-list > li { border-bottom: 1px solid #ccc; }

.ms-container .ms-list > li:hover { background: #303641; color: #fff; }

.ms-container .ms-list > li span { display: block; padding: 4px 8px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ms-container .ms-list > li:last-child { border-bottom: 0; }

.panel .ms-container .ms-selectable, .ms-container .ms-selection {
		background: none;
}
.medias:first-child { margin-top: 0 !important; }
.medias, .medias-body { overflow: hidden !important; zoom: 1 !important; }
.medias-body { width: 10000px !important; }
.medias-object { display: block !important; }
.medias-object.img-thumbnail { max-width: none !important; }
.medias-right, .medias > .pull-right { padding-left: 10px !important; }
.medias-left, .medias > .pull-left { padding-right: 10px !important; }
.medias-left, .medias-right, .medias-body { display: table-cell !important; vertical-align: top !important; }
.medias-middle { vertical-align: middle !important; }
.medias-bottom { vertical-align: bottom !important; }
.medias-heading { margin-top: 0 !important; margin-bottom: 5px !important; }
.medias-list { padding-left: 0 !important; list-style: none !important; }

.animate-delay-05{
	-webkit-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
	-ms-animation-delay:0.5s;
	-o-animation-delay:0.5s;
	animation-delay:0.5s;
}
.animate-delay-08{
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-ms-animation-delay:0.8s;
	-o-animation-delay:0.8s;
	animation-delay:0.8s;
}
.animate-delay-1{
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-ms-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}
.animate-delay-15{
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
	-ms-animation-delay:1.5s;
	-o-animation-delay:1.5s;
	animation-delay:1.5s;
}

.igrowl-dismiss.i-times{
	border:none;
	background:none;
    padding: 0px 4px;
}
.igrowl-dismiss.i-times:before{
	font-family: 'FontAwesome';
	content:"\f00d";
}
.img-rounded img{
	border-radius: 3px;
}
.img-circle img{
	border-radius: 50%;
}
.bold{
	font-weight: 700;
}

.message-folders.list-group.list-group-links .list-group-item,
.message-labels.list-group.list-group-links .list-group-item{
	font-weight: inherit;
	color:rgb(102, 102, 102);
}
.message-admin .snrgrid tbody{
	font-size:12px;
}
.list-group-item.active{
    color: #ffffff !important;
    background-color: #3498db !important;
    border-color: #3498db !important;
}
.messages-page.details .tray-center{
	padding:0px !important;
}
.attachments .attachment {
	cursor:pointer;
}
.attachments .attachment:hover > div,
.message-header >div:hover {
	background:#FFFCD6;
}
.note-editor {
	border:1px solid #e3e3e3;
	background:#fff;
}
.note-editable blockquote{
	font-size:12px !important;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
		margin-bottom: 0;
}

.twitter-typeahead {
		display: inline !important;
}
.twitter-typeahead input[type=text]{
	padding:6px;
}

.twitter-typeahead .tt-hint {
		display: none;
}

.tt-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		background-clip: padding-box;
}

.tt-suggestion {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.428571429;
		color: #333333;
		white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
		color: #ffffff;
		text-decoration: none;
		outline: 0;
		background-color: #428bca;
}
.tt-open.tt-menu{
	margin-top:25px;
}
.tt-open.tt-menu:after, .tt-open.tt-menu:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tt-open.tt-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.tt-open.tt-menu:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #a2a2a2;
	border-width: 11px;
	margin-left: -11px;
}
.message-reply{
	padding-top:20px;
	background:#F3F3F3;
	border-top : 1px solid #e5e5e5;
}
.message-reply .title:before{
	content : "Subject : ";
}
.messages-page .attachments .dropzone{
	min-height: 80px;
	background:rgba(244, 247, 207, 0.88);
}
.messages-page .file-icon{
	max-width: 15px;
}
.messages-page .label-dark a{
	color:#fff;
}
.messages-page blockquote{
	font-size: 12px;
	text-align: justify;
	font-style: italic;
}

.fileupload .list-unstyled {
	padding:0px;
	position:relative;
}
.fileupload .list-unstyled li{
	margin:0px;
	border:1px solid #e1e1e1;
}
.jcrop-holder{
	background:transparent !important;
}
/* line 1, ../scss/core.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
/* line 1, ../scss/_single.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 12, ../scss/_single.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 25, ../scss/_single.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
/* line 1, ../scss/_multiple.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 38px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 12, ../scss/_multiple.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 21, ../scss/_multiple.scss */
.select2-container .select2-search--inline {
  float: left;
}
/* line 24, ../scss/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 7px;
  margin-left: 3px;
}
/* line 31, ../scss/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, ../scss/_dropdown.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #DDD;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 18, ../scss/_dropdown.scss */
.select2-results {
  display: block;
}

/* line 22, ../scss/_dropdown.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 28, ../scss/_dropdown.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 34, ../scss/_dropdown.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 39, ../scss/_dropdown.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 43, ../scss/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 49, ../scss/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 55, ../scss/_dropdown.scss */
.select2-search--dropdown {
  display: block;
  padding: 7px;
}
/* line 59, ../scss/_dropdown.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
/* line 64, ../scss/_dropdown.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* line 69, ../scss/_dropdown.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 15, ../scss/core.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
/* line 6, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single:focus {
  outline: 0;
}
/* line 10, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
/* line 15, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
/* line 21, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
/* line 25, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
/* line 35, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 56, ../scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
/* line 60, ../scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
/* line 68, ../scss/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
/* line 72, ../scss/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
/* line 81, ../scss/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
/* line 1, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: text;
}
/* line 7, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
/* line 15, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
/* line 23, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 8px;
  margin-right: 2px;
}
/* line 31, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 3px 5px 2px;
}
/* line 46, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
/* line 55, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
/* line 63, ../scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
/* line 67, ../scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
/* line 72, ../scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/* line 80, ../scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #CCC;
  outline: 0;
}
/* line 87, ../scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
/* line 92, ../scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
/* line 6, ../scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 13, ../scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 20, ../scss/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #DDD;
}
/* line 22, ../scss/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0;
}
/* line 29, ../scss/theme/default/layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
/* line 36, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
/* line 42, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
/* line 46, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
/* line 50, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #EEE;
}
/* line 54, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
/* line 57, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
/* line 61, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
/* line 65, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
/* line 69, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
/* line 73, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
/* line 77, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
/* line 88, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4a89dc;
  color: white;
}
/* line 93, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.panel-heading{

    height: 37px;
    line-height: 33px;
}

.admin .tab-block.grid-tabs + div .snrgrid{
	border-radius:0 0 5px 5px;
}
.grid_list{
	display:none;
}
.panel.publish .panel-body label {
	padding-left: 0px !important;
	margin: 3px 0;
	white-space: nowrap;
}

.panel.publish .panel-body {
	font-size: 0.9em;
}

.file-data img{
	float:left;
}
.page-title +.tab-block {
	z-index:0;
}
.page-title + a.btn{
	position:relative;
	z-index: 1;
}

a.list-group-item,
button.list-group-item {
  color: #555;
  outline:none;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
  outline:none;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  outline:none;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
  outline:none;
}

.file-upload-widget .dropzone{
	border:4px dashed #ccc;
}

.widget-step-content .step.active{
	max-height: 100%;
}
.widget-step-content .step{
	overflow:hidden;
	max-height: 0;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
}
.import-lead-widget .tray-center{
	background:#fdfdfd;
}
.import-lead-widget  .widget-step-content label{
	white-space: nowrap;
}

.grid-filters{
	display:none;
}
.snrgrid .grid-filters{
	background: #f6f6f6;
	padding:6px;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: inset 0px 2px 5px rgba(138, 138, 138, 0.19);
}

#toast-container > .toast-info {
  background-image: none !important;
}
#toast-container > .toast-error {
  background-image: none !important;
}
#toast-container > .toast-success {
  background-image: none !important;
}
#toast-container > .toast-warning {
  background-image: none !important;
}
#toast-container {
	bottom: 50px;
    right: 10px;
}
.toast-title, .toast-message {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.toast.fa:before{
	position: absolute;
    font-size: 30px;
    left: 11px;
}
.toast-close-button{
    top: -13px;
    right: -11px;
    font-size: 12px;

}
ol.timeline-list li.timeline-item .timeline-desc b, ol.timeline-list li.timeline-item .timeline-desc strong{
	color:inherit;
}

.display-inline{ display:inline;}
.display-block{display:block;}
.display-inline-block{display:inline-block;}

.mt1{ margin-top:1px !important;}
.mt2{ margin-top:2px !important;}
.mt3{ margin-top:3px !important;}
.mt4{ margin-top:4px !important;}
.mtn1{ margin-top:-1px !important;}
.mtn2{ margin-top:-2px !important;}
.mtn3{ margin-top:-3px !important;}
.mtn4{ margin-top:-4px !important;}
.dropdown-header{
	color:#BFBFBF;
	padding : 3px 13px;
	border-bottom:1px solid #e1e1e1;

}
.footable.breakpoint>tbody>tr>td>span.footable-toggle{
	float: none !important;
	padding-right:10px;
}
.footable.breakpoint>tbody>tr>td>span.footable-toggle:before{
	content: "\f067";
	font-family: 'FontAwesome';
}
.footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before{
	content: "\f068";
	font-family: 'FontAwesome';
}
.branch-archive-admin tbody table{
	border:1px solid #e1e1e1 !important;
}
.branch-archive-admin tbody tbody td{
	padding:2px;
}

.nowrap{
	white-space: nowrap;
}

.tasks-widget .fc-day-grid-event {
	margin:5px 0px;
}
.tasks-widget .fc-day-grid-event .fc-content{
	white-space: inherit !important;
}

.fc-today.fc-state-highlight{
	color: #000 !important;
    background: #FFC77B !important;
    font-weight: bold !important;
}

.fc-event-primary {
  background: #3498db !important;
}
.calendar-widget .fc-event-primary .fc-event-icon {
  color: #fff  !important;
}
.calendar-widget .fc-event-info {
  background: #3bafda  !important;
}
.calendar-widget .fc-event-info .fc-event-icon {
  color: #fff  !important;
}
.calendar-widget .fc-event-success {
  background: #70ca63  !important;
}
.calendar-widget .fc-event-success .fc-event-icon {
  color: #fff  !important;
}
.calendar-widget .fc-event-warning {
  background: #f6bb42  !important;
}
.calendar-widget .fc-event-warning .fc-event-icon {
  color: #fff  !important;
}
.calendar-widget .fc-event-danger {
  background: #df5640  !important;
}
.calendar-widget .fc-event-danger .fc-event-icon {
  color: #fff  !important;
}
.calendar-widget .fc-event-alert {
  background: #967adc  !important;
}
.calendar-widget .fc-event-alert .fc-event-icon {
  color: #fff  !important;
}
.calendar-widget .fc-event-system {
  background: #37bc9b  !important;
}
.calendar-widget .fc-event-system .fc-event-icon {
  color: #fff  !important;
}
.fc-basic-view .fc-body .fc-row{
	min-height:3em;
}

.fc-day-grid-container{
	height:auto !important;
	overflow:hidden;
}
.fn{ float:none !important; }
.fl{ float:left !important; }
.fr{ float:right !important; }


.mtn40{ margin-top:-40px;}
.mtn50{ margin-top:-50px;}
.mtn60{ margin-top:-60px;}
.mtn70{ margin-top:-70px;}
.mtn80{ margin-top:-80px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}

.report .table{
	margin:30px 0;
}
.report .table-bordered,
.report .table > thead > tr > th,
.report .table > tbody > tr > th,
.report .table > tfoot > tr > th,
.report .table > thead > tr > td,
.report .table > tbody > tr > td,
.report .table > tfoot > tr > td{
	border-color:#B5B5B5 !important;
}

.report .table-bordered thead th{
	border-bottom:1px solid #B5B5B5  !important;
}
.notes_form .alert-info{
	background-color: rgba(123, 201, 230, 0.3);
    color: rgba(0, 78, 107, 0.6);
}


/*.tray-center{
	padding:0px !important;
}
.tray-center .admin {
	padding:25px 20px 50px;
}

*/
.admin .page-title{
	padding: 0px 20px 20px 0 !important;
	top:0;
	-webkit-transition: top .8s;
    -moz-transition: top .8s;
    transition: top .8s;
}
.admin .page-title.stuck{
	position: fixed;
	padding:20px !important;
    top: 60px;
    z-index: 90;
    background: #FFF;
    box-shadow: 0px 4px 5px #ccc;
  	right:0;
}
.admin .page-title .tools{
	display:none;
}
.admin .page-title.stuck .tools{
	display:block;
}
.admin .page-title .page_title{
	margin:0px  !important;
}

.sidebar-default{
	z-index: 99;
}

.sidebar-menu .sidebar-label{
    color: #709F41;
}
.navbar .navbar-btn.btn-group > .btn{
	background :#FFF;
}
.admin.report .page-title .fa.fa-file-pdf-o{
	color: red;
}.admin.report .page-title .fa.fa-file-excel-o{
	color: green;
}.admin.report .page-title .fa.fa-file-word-o{
	color: blue;
}

.badge{
	font-size: 10px;
}
header .search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 4px;
  border: 1px solid #ccc;
}

header .search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left:20px;
  height: 31px;
}

header .search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}

header .search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}

header .search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}

header .search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}

header .search-form .form-group:hover,
header .search-form .form-group.hover {
  width: 100%;
  border-radius: 4px;
}

header .search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #888;
  left: initial;
  font-size: 14px;
}

.search-group .dropdown-menu{
	margin-top:-5px;
}

 .search-group .list-group-item .highlight {
	background: yellow !important;
	font-weight: bold !important;
}
 .search-group .list-group-item:hover .highlight,
 .search-group .list-group-item:focus .highlight{
	color:#000 !important;
}
 .search-group .list-group-item:hover,
 .search-group .list-group-item:focus{
	background:#6F9E40 !important;
	color:#fff;
}
.search-group b{
	text-transform: capitalize;
}
.w350{
	width:350px;
}
.block{
	display:block;
}
.inline{
	display:inline;
}
.inline-block{
	display:inline-block;
}