@charset "utf-8";
/* CSS Document */
body {
	padding-top: 70px;
	background-color: #f7f7f7;
}
body.nonavbar {
	padding-top: 20px;
	background: none;
}
body.loginpage {
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: #f7f7f7;
}
body.nonavbar.loggedin{
	padding-top:40px;
	}

.access-footer {
	font-size: 12px;
	padding-top: 15px;
}
body.nonavbar.loggedin .loggedin-bar {
    background-color: rgba(0,0,0,0.7) !important;
    color: rgb(255, 255, 255);
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999991;
	font-size:12px;
	padding:5px 0;
}
body.nonavbar.loggedin .loggedin-bar a{
	margin:0 10px;
	color:#ffcc00;
	}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input.logtop {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input.logbott {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin h2 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.loginmessage {
	margin-top: 10px;
}
h1, .h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #666666;
}
.rowspan {
	margin-left: 0;
	margin-right: 0;
}
.rowspan::before, .rowspan::after {
	content: " ";
	display: table;
}
.padlno {
	padding-left: 0;
}
.padrno {
	padding-right: 0;
}
nav.navbar.navbar-default.navbar-fixed-top.calapp {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-color: #fff;
}
.navbar > .container .navbar-brand {
	padding: 3px 15px;
}
.navbar > .container .navbar-brand img {
	height: 40px !important;
}
.modal-open .navbar-fixed-top, body {
	overflow-y: visible;
}
.thinking {
	position: relative
}
.thinking:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.4em;
	height: 2.4em;
	margin-top: -1.2em;
	margin-left: -1.2em;
	visibility: visible;
	z-index: 1020;
	display: block;
	font-family: 'Glyphicons Halflings';
	content: "\e019";
	text-align: center;
	color: #999999;
	font-size: 2.4em;
 line-height:2.4em text-shadow: 0 1px 0 #fff;
}
.thinking:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	visibility: visible;
	z-index: 1020;
	display: block;
	border-radius: 3px;
}
.alert .header {
	font-weight: 600;
}
.alert .content ul {
	padding-left: 17px;
}
.modal-header .close {
	font-size: 35px;
	line-height: 32px;
}
.modal-header {
	padding: 8px 15px;
}
.modal-header strong {
	line-height: 32px;
}
.modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 300px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
	opacity: 1;
}
.btn {
	box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.form-control:focus {
	border-color: #5b93c2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(119, 172, 217, 0.5);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fcfcfc;
}
.form-control.copyable {
	font-size: 90%;
}
.sortablelist {
	list-style: none;
	padding-left: 0;
}
.sortablelist li div.dd-holder {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	margin-bottom: 7px;
	padding: 2px 10px;
	min-height: 35px;
	line-height: 37px;
}
.dd-placeholder {
	background-color: #ffffcc;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	margin-bottom: 5px;
	padding: 0.5em 1em;
	min-height: 45px;
}
.sortablelist li span.dd-handle {
	cursor: move;
	display: inline-block;
	margin-right: 10px;
	font-size: 17px;
	line-height: 35px;
	color: #cccccc;
}
i.recstatus, span.recstatus {
	color: #cccccc;
	margin-left: 5px;
	margin-right: 5px;
}
.itemaction {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0 5px;
}
.sortablelist li div.dd-holder .colorthumb {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	display: inline-block;
	float: left;
	height: 31px;
	line-height: 31px;
	margin-right: 10px;
	margin-top: 3px;
	width: 31px;
}
.graynote {
	color: #999;
}
hr.slim {
	margin-top: 3px;
	margin-bottom: 10px;
}
.pagination {
	margin-top: 0;
}
.status-control {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}
/* == Dialog == */
.messi-modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
}
.messi {
	position: absolute;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 0;
	min-width: 300px;
	min-height: 50px;
	max-width: 90%;
	max-height: 75%;
	overflow-y: auto;
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.messi-box {
	position: relative;
	height: auto;
	overflow: hidden;
	opacity: 1;
}
.messi-wrapper {
	position: relative
}
.messi-titlebox {
	font-weight: 400;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 13px 15px;
}
.messi-titlebox .messi-title {
	font-weight: 600;
}
.messi-closebtn {
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	width: 45px;
	height: 35px;
	cursor: pointer;
	text-align: center;
	line-height: 35px;
	color: #000;
	font-size: 35px;
	font-weight: bold;
	opacity: 0.3;
	text-shadow: 0 1px 0 #fff;
}
.messi-closebtn:hover {
	text-decoration: none;
	opacity: 0.9;
	color: #666;
}
.messi-closebtn i {
	margin: 0
}
.messi-content {
	overflow: hidden;
	padding: 0.8em;
}
.messi-content .messi-warning {
	display: table
}
.messi-content .messi-warning p {
	display: table-cell;
	vertical-align: middle;
}
.messi-content .messi-warning p:last-child {
	padding-left: 1em;
}
.messi-footbox {
	padding: 10px;
}
.messi-actions {
	display: block
}
.messi-actions .btnbox {
	display: block;
	float: right;
	padding: 5px
}
.messi .mod-button.button {
	border-radius: 0
}
.messi .mod-button.warn {
	color: #ee5f5b
}
.messi .mod-button i {
	padding-left: 10px;
	padding-right: 5px
}
div.colorPicker-picker {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 !important;
	width: 35px;
	z-index: 1055;
}
div.colorPicker-palette {
	width: 269px;
	position: absolute;
	background-color: #FCFCFC;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(2, 2, 2, 0.2);
	-moz-box-shadow: 1px 1px 2px 2px rgba(2, 2, 2, 0.2);
	box-shadow: 1px 1px 2px 2px rgba(2, 2, 2, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1056;
}
div.colorPicker_hexWrap {
	width: 100%;
	float: left
}
div.colorPicker_hexWrap label {
	font-size: 95%;
	color: #333333;
	margin: 5px 2px;
	width: 25%
}
div.colorPicker_hexWrap input {
	margin: 5px 2px;
	letter-spacing: 1px;
	padding: 2px;
	color: #333333;
	font-size: 95%;
	border: 0px solid #e0e0e0;
	width: 65%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	background: none;
}
div.colorPicker-swatch {
	height: 28px;
	width: 28px;
	border: 1px solid #e0e0e0;
	margin: 2px;
	float: left;
	cursor: pointer;
	line-height: 14px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.second-modal {
	margin: 15px 15px;
}
.notopborder {
	border-top: none !important;
}
.table-framed {
	border: 1px solid #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.input-group-addon.wprev {
	padding: 0 3px;
}
.colorprev {
	display: block;
	height: 25px;
	width: 25px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.colorinlist {
	display: block;
	height: 27px;
	width: 26px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
span.colorprev, span.colorinlist {
	display: inline-block;
}
label.colorprevtext {
	line-height: 25px;
	vertical-align: top;
}
span.colorprevtext {
	display: inline-block;
	line-height: 25px;
	vertical-align: top;
}
.listactions {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.text-normal {
	font-weight: normal;
}
.details-head {
	width: 120px;
}
.form-group {
	margin-bottom: 10px !important;
}
.details .form-group {
	border-bottom: 1px solid rgba(204,204,204,0.4)
}
.panel-default > .panel-heading {
	background: none;
}
footer .container.footer {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #999;
	font-size: 12px;
}
footer .container.footer .fr {
	text-align: right
}
footer .container.footer .fl {
	text-align: left
}
/* Font styling for all skins */
.wpop_contentwrap {
	color: #333;
	font-size: 13px;
	line-height: 17px;
}
/* tipfo  */
.wpop_content_tipfo, .wpop_content_white {
	color: #333333;
	font-size: 13px;
	line-height: 17px;
	padding: 6px 9px;
}
/*
 * Layout (DON'T MODIFY BELOW!)
 */
.wpop_popover {
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background-color: transparent;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.wpop_popover.wpop_hidden {
	opacity: 0;
}
.wpop_popover.wpop_visible {
	opacity: 1;
}
.wpop_style {
	position: absolute;
	top: 0;
	left: 0;
}
.wpop_style * {
	zoom: 1;
} /* IE7 */
.wpop_bub {
	position: relative;
}
.wpop_bg, .wpop_adj {
	position: absolute;
}
.wpop_close {
	position: absolute;
	cursor: pointer;
	top: 0;
}
.wpop_closebtnshf {
	position: relative;
	overflow: hidden;
	float: left;
}
.wpop_closestt {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
.wpop_content {
	position: absolute;
	top: 0;
	left: 0;
}
.wpop_ifrmshim {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
/*
 * Shadow
 */
.wpop_shd {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.wpop_shd .wpop_shdinwrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.wpop_shdbub {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
}
.wpop_shdbg, .wpop_shdadj {
	position: absolute;
}
.wpop_shdbg *, .wpop_shdadj * {
	float: left;
}
.wpop_closebtnshd {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.wpop_refreshant {
	position: absolute;
	top: -15000px;
	left: -15000px;
	width: 5000px;
	height: 5000px;
	visibility: hidden;
}
.wpop_refreshant .wpop_popover, .wpop_refreshant .wpop_content {
	position: relative;
	overflow: visible;
	float: left;
	top: auto;
	left: auto;
	width: 100%;
}
.wpop_popover .wpop_contentwrap {
	float: left;
	clear: both;
	position: relative;
	padding: 10px;
}
.wpop_refreshant .wpop_contentwrap {
	position: absolute;
	top: 0;
	left: 0;
}
.wpop_actionbuttons {
	display: block;
	margin-top: 10px;
}
.restable.table tr:first-child > td {
	border-top: none;
}
.labelnormal {
	font-weight: normal !important;
}
.area-group {
	width: 100%;
	position: relative;
}
.area-group .addon.right {
	right: 0;
	top: 0;
	position: absolute;
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
	display: block;
}
/* == Editable Content == */
[contenteditable=true]:empty:before {
	content: attr(placeholder);
}
.editable {
	padding: 0.25em;
	background-color: #E9E9E1;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 90%;
}
.editable.active {
	background-color: #FFC;
}
.wenbs.ophrase {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ffffff;
	border-top-color: #ededed;
	font-size: 90%;
	border-radius: 0px;
	color: #555;
	width: 100%;
	height: 4.3em;
	overflow-y: auto;
	padding: 0.5em;
	vertical-align: middle;
	margin-bottom: 10px;
}
.wenbs.phrase {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	font-size: 90%;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	height: 4.3em;
	overflow-y: auto;
	padding: 0.5em;
	vertical-align: middle;
	margin-bottom: 10px;
}
.wenbs.phrase.active {
	background-color: #ffffcc;
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.pvlang {
	float: right;
	position: absolute;
	right: 20px;
	top: 0;
}
.pvlang .btn {
	background: none;
	box-shadow: none;
	border: none;
	color: #666666;
}
.langtool .btn {
	background: none;
	box-shadow: none;
	border: none;
	color: #666666;
}
.pvlang .btn-default:active:hover, .pvlang .btn-default.active:hover, .open > .dropdown-toggle.pvlang .btn-default:hover, .pvlang .btn-default:active:focus, .pvlang .btn-default.active:focus, .open > .dropdown-toggle.pvlang .btn-default:focus, .pvlang .btn-default.focus:active, .pvlang .btn-default.active.focus, .open > .dropdown-toggle.pvlang .btn-default.focus, .pvlang .open > .dropdown-toggle.btn-default, .langtool .btn-default:active:hover, .langtool .btn-default.active:hover, .open > .dropdown-toggle.langtool .btn-default:hover, .langtool .btn-default:active:focus, .langtool .btn-default.active:focus, .open > .dropdown-toggle.langtool .btn-default:focus, .langtool .btn-default.focus:active, .langtool .btn-default.active.focus, .open > .dropdown-toggle.langtool .btn-default.focus, .langtool .open > .dropdown-toggle.btn-default {
	background-color: rgba(0,0,0,0.1) !important;
	border-color: #8c8c8c;
	color: #333;
}

/* == Responsive Table Row == */
@media screen and (max-width: 767px) {
.restable.table {
	display: block;
	padding: 0;
}
.restable.table thead {
	display: none;
}
.restable.table tbody, .restable.table tfoot {
	display: block;
}
.restable.table tr {
	display: block;
}
.restable.table tr > td {
	width: 100%;
	display: block;
	border: none;
	padding: .25em .75em;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.05);
	text-align: center;
}
.restable.table tr > th {
	text-align: center;
}
.restable.table td:first-child {
	/*    font-weight: 700;*/
	padding-top: 1em;
	border-top: none;
}
.restable.table td:last-child {
	-webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
	padding-bottom: 1em;
}
.restable.basic.table td:first-child {
	font-weight: 400;
}
.restable.basic.table td:last-child {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 1em;
}
.restable.celled.table td {
	border: 0;
}
.restable.table *[class*="hide-"] {
	display: none;
}
.restable.table tr > td.warning, .restable.table tr > td.error, .restable.table tr > td.active, .restable.table tr > td.positive, .restable.table tr > td.info, .restable.table tr > td.negative {
	background-color: transparent;
}
footer .container.footer .fr {
	text-align: center;
	margin-top: 10px;
}
footer .container.footer .fl {
	text-align: center
}
.padlno {
	padding-left: 15px;
}
.padrno {
	padding-right: 15px;
}
}

@media screen and ( min-width: 768px ) {
.grid-divider {
	position: relative;
	padding: 0;
}
.grid-divider>[class*='col-'] {
	position: static;
}
.grid-divider>[class*='col-']:nth-child(n+2):before {
	content: "";
	border-left: 1px solid #DDD;
	position: absolute;
	top: 0;
	bottom: 0;
}
.col-padding {
	padding: 0 15px;
}
}

@media only print {
body {
	margin: 0;
	padding: 0;
}
.navbar.navbar-default.navbar-fixed-top.calapp {
	display: none;
	margin: 0;
}
.cals-container {
	float: left;
	height: 100%;
}
.month-container {
	float: left
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.catchaimg {
	width: 100%;
}
}
