/* TILE start */
.bold {
	font-weight:bold; 
}
.italic {
	font-style:italic; 
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.hidden {
	display:none;
}
.word-wrap {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.bigger { 
	font-size:larger; 
}
/* TILE end */

/* Messages start */
.user-msg {
	margin:10px 15px;
	padding:5px 10px;
	font-size:15px;
	border:1px solid;
	border-radius:5px;	
}
.user-msg-information {
	color:#00529B;
	background-color:#BDE5F8;
}
.user-msg-success {
	color:#4F8A10;
	background-color:#DFF2BF;
}
.user-msg-warning {
	color:#9F6000;
	background-color:#FEEFB3;
}
.user-msg-error {
	color:#D8000C;
	background-color:#FFBABA;
}
.txt-disabled {
	color:#666;
	font-weight:bold;
	font-style:italic;
}
.txt-information {
	color:#00529B;	
	font-weight:bold;
	font-style:italic;
}
.txt-success {
	color:#4F8A10;	
	font-weight:bold;
	font-style:italic;
}
.txt-warning {
	color:#9F6000;
	font-weight:bold;
	font-style:italic;
}
.txt-empty {
	color:#CCC;
	font-weight:bold;
	font-style:italic;
}
/* Messages end */

/* Custom elements / generic / template overrides start */
a {
	color:#4E5FAD;
}
.alert {
	margin:15px;
}
.tj-dt-actions {
	padding-bottom:10px;	
}
.tj-list-btn {
	margin-right:5px;
	margin-bottom:5px;
	display:block;
}
.sidebar-active-so a {
	background-color:#252525;	
}
/* Custom elements / generic / template overrides end */

/* Form elements start */
.form-row label {
	font-weight:bold;	
}
.form-required {
	color:#F5851F;
	display:inline-block;
	margin-right:3px;
}
.form-error {
	background-color:#FFBABA !important;
	color:#D8000C !important; 
}
/* Form elements end */

/* Modal windows start -> */
#tj-window {
	position:relative;
}
#tj-window-working-icon {
	position:absolute;
	top:10px;
	right:10px;
	width:32px;
	height:32px;
	padding:2px;	
	border:1px solid #CCC;
	background:#FFF url('../img/loader-red.gif') no-repeat 2px 2px;
}

.window {
	font-size:12px;
}
.window-loading-msg {
	margin-top:5px;
	padding:0 0 0 40px;
	line-height:31px;
	font-size:16px;
	font-weight:bold;
	background:transparent url('../img/loader-red.gif') no-repeat left top;
}
.window-form fieldset {
	border:1px solid;
	padding:10px;
	font-size:12px;
	
	margin-top:10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.window-form legend {
	font-size:12px;
	font-weight:bold;
	padding:0 5px;
}	
.window-form-row {
	margin-bottom:5px;
}
.window-form-row-buttons {
	margin-top:10px;
	text-align:right;
}
.window-message {
	margin:5px 0 10px;
	padding:2px 5px;
	font-size:12px;
	border:1px solid;
	border-radius:5px;	
}
.window-single-message {
	margin-top:5px;
	padding:10px;
	font-size:12px;
	border:1px solid;
	border-radius:5px;		
}
.window-title-l1 {
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}
.window-title-l2 {
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
.window-filters {
	padding-top:5px;
	padding-bottom:10px;	
}
.window-filters label {
	font-weight:bold;
	font-size:14px;
}
/* <- Modal windows end */


 /* @media (min-width: 768px) {
    html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu),
    html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) body,
    html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) body > .container-fluid,
    html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) #wrapper {
        min-height: 0% !important; 
        height: 5000% !important;
    }

    html.no-touch.sticky-sidebar.sidebar:not(.animations-gpu) body {
        overflow: auto !important;
    }
}   */