.ranowski_logo
{
	font-size : 30px;
	line-height: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color : #DA5049 !important;
}

	.ranowski_logo span
	{
		color : #FFFFFF !important;
		font-size: 36px;
		margin-right: 4px;
	}
	
.inner_ranowski_logo
{
    font-size : 12px;
    font-weight: 300;
    text-transform: uppercase;
    color : #DA5049 !important;
}

.inner_ranowski_logo span
{
	color : #FFFFFF !important;
	font-size: 18px;
	margin-right: 4px;
}
	
.logout-mobile a
{
	color: #AAABAE;
    font-size: 20px;
    background-clip: padding-box;
    border: 1px solid #454A54;
    border-radius: 3px;
    color: #AAABAE;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-left: 20px;
    margin-top: 15px;
    padding: 5px 2px;
    text-align: center;
    transition: all 200ms ease-in-out 0s;
}

.odd
{
	background-color: #f8f8f8;
}

.function-panel-right
{
	float : right;
	margin : 10px 0px 10px 0px;
}

.function-panel-left
{
	float : left;
	margin : 10px 0px 10px 0px;
}

.clear
{
	clear :  both;
}

.color-red
{
	color : #FF3030;
}

.field_need
{
	
}

.has-error .field_need
{
	border : 1px solid #FF3030 !important;
}

.has-error .checkbox
{
	color : #949494 !important;
}

.sorter-bg
{
	background-color: #d5f3f3 !important;
}

.sorter-bg td
{
	border : none !important;
}
	

.ranowski-datatable-sorter
{
	font-size: 14px;
	cursor : pointer;
}

	.ranowski-datatable-sorter:hover
	{
		color : #21A9E1;
	}

.ranowski-hide-field
{
	display : none !important;
}

.ranowski-rowselect-field
{
	width : 40px;
}

.ranowski-roworder-field
{
	width : 70px;
}
	
.sorter-placeholder td
{
	height : 40px !important;
	line-height: 40px !important;
	border : 2px dotted #21A9E1 !important;
}

.multiple-file-buttons
{
	float : left;
	margin : 0px 0px 0px 12px;
}

.multiple-file-preview
{
	float : left;
	margin : 0px 4px 0px 4px;
	line-height: 29px;
	width : 150px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.file-extension-template
{
	background-color: #21A9E1;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	float : left;
	line-height: 29px;
	width : 50px;
	color : #ffffff;
	font-size: 11px;
	margin : 0px 0px 0px 15px;
}


.function-panel-left.stay-on-top
{
	height : 29px !important;
	min-width: 10px !important;
}

.function-panel-right.stay-on-top
{
	position: fixed !important;
	right : 0px !important;
	top : 70px !important;
	z-index : 1000;
	padding : 10px 20px 10px 10px !important;
	margin  :0px !important;
	background-color: #FFF !important;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
    -webkit-box-shadow: 5px 5px 10px 1px rgba(113, 106, 202, 0.3);
    -moz-box-shadow: 5px 5px 10px 1px rgba(113, 106, 202, 0.3);
    box-shadow: 5px 5px 10px 1px rgba(113, 106, 202, 0.3);
    background-color: #ffffff;
}


.other-module-dialog .modal-dialog {
    width: 95%;
}

.other-module-dialog .modal-body {
    padding : 0px;
}

.other-module-dialog iframe {
    border : 0px;
    width : 100%;
}

.navbar-brand
{
    background: #fff;
	width : 200px;
	padding: 0 !important;
}

.navbar-brand img
{ 
    width: 80%;
    margin-left: 15px;
}

.hide_in_list
{
	display: none;
}

.dataTables_wrapper .dataTables_processing {
	line-height: 40px;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.datatables_loader td{
	width:100%;
	text-align: center;
}

.datatables_loader .out_loader {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 10px 0;
}

.datatables_loader td .loader {
	border: 8px solid #f3f3f3;
    border-top: 8px solid #303641;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*
.dropdown {
	border: 1px solid transparent;
	background: #2196F3;
}

.dropdown button {
	border: 1px solid transparent;
	background: #2196F3;
}

.dropdown.open {
	background: #2196F3;
}

.dropdown.open button{
	border: 1px solid transparent;
	background: #2196F3;
}

.dropdown button:hover {
	border: 1px solid transparent;
	background: #1E88E5;
}
*/
.dropdown ul {
	width: 100%;
}

.dropdown ul li{
    margin: 1px 0;
}

.dropdown .btn-danger {
	color:#ffffff;
}

.dropdown .btn-success {
	color:#ffffff;
}

.dropdown .btn-blue {
	color:#ffffff;
}

.dropdown .btn-danger:hover {
	color:#ffffff;
	background-color: #a91e1e;
}

.dropdown .btn-success:hover {
	color:#ffffff;
	background-color: #007d3d;
}

.dropdown .btn-blue:hover {
	color:#ffffff;
	background-color: #005993;
}

.dropdown .btn-danger:active {
	color:#ffffff;
	background-color: #a91e1e;
}

.dropdown .btn-success:active {
	color:#ffffff;
	background-color: #007d3d;
}

.dropdown .btn-blue:active {
	color:#ffffff;
	background-color: #005993;
}

.dataTables_wrapper .dataTables_length {
	float: left;
}

/* mydh_stat module */

.statistics_menu {
	font-size:18px;
	margin-left: -10px;
}

.statistics_menu ul{
	margin-bottom: 0px;
}

.statistics_menu ul.nav{
    display:table;
    margin-bottom:0px;
}

.statistics_menu ul.nav a{
    font-size: 15px;
}

.statistics {
	display: none;
}

.statistics .statistics_border {
	text-align: center;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding:10px;
}

.statistics_section {
	border: 1px solid #e1e1e1;
	margin-bottom: 27px;
    background-color:#FFF;
}

.statistics_section h3{
	text-align: left;
	background-color: #f6f6f6;
	padding:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e1e1e1;
}

.statistics_table {
	text-align: center;
}

.statistics_table table {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.statistics_table tr {
	
}

.statistics_table th {
	padding: 5px;
	font-size:14px;
	font-weight: bold;
	border: 1px solid #e1e1e1;
}
.statistics_table td {
	padding: 5px;
	border: 1px solid #e1e1e1;
}

/* Algolia search */
.search_agent_box {
    padding: 0;
    position: relative;
    margin: 0px 0 10px 0
}
.search_agent_box .search_type_select {
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 10
}
.search_agent_box .search_type_select a {
    color: #013460;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #DDD;
    border-bottom: none;
    background-color: #F6F6F6
}
.search_agent_box .search_type_select a.active {
    background-color: #FFF;
    color: #013460
}
.search_agent_box .input {
    position: relative;
    width: 100%;
    margin: auto
}
.search_agent_box .input input.search_agent_input {
    width: 100%;
    background-color: #fff;
    border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    -ms-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #DDD;
    position: relative;
    outline: none
}
.search_agent_box .input input.search_agent_input:focus {
    border: 1px solid #DDD !important;
    outline: none
}
.search_agent_box .input .icon {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    color: #d91b64
}
.search_agent_box .input .autocompleteBox {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.4);
    top: 45px;
    z-index: 10
}
.search_agent_box .input .loading_algolia_input {
    display: none;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 12px
}
.search_agent_box .input .loading_algolia_input .loading {
    border-color: #DDD;
    border-top-color: #013460
}
.search_agent_box .input .autocompleteAgents ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.search_agent_box .input .autocompleteAgents ul li {
    display: block;
    padding: 0;
    margin: 0
}
.search_agent_box .input .autocompleteAgents ul li.active .agent_item,
.search_agent_box .input .autocompleteAgents ul li:hover .agent_item {
    background-color: #EEE
}
.search_agent_box .input .autocompleteAgents ul li.active a.locations,
.search_agent_box .input .autocompleteAgents ul li:hover a.locations {
    background-color: #EEE
}
.search_agent_box .input .autocompleteAgents ul li .agent_item {
    border: none;
    border-bottom: 1px solid #F3F3F3;
    width: 100%;
    margin: 0;
    padding: 15px;
    padding-left: 30px;
    position: relative
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .pic {
    position: absolute;
    width: 60px;
    margin-top: 10px;
    margin-right: 10px
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .pic img {
    width: 100%;
    height: auto
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .pic .badget {
    top: -8px;
    right: -6px
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .agent_desc {
    text-align: left;
    padding: 0 20px;
    margin-left: 65px
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .agent_desc .agent_stars_small {
    margin: 0;
    height: 15px
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .agent_desc .places {
    padding: 0
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .agent_desc em {
    background-color: #EEE
}
.search_agent_box .input .autocompleteAgents ul li .agent_item .count_box {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 6px 12px;
    background-color: #EEE
}
.search_agent_box .input .autocompleteAgents ul li a.locations {
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 8px 20px
}
.search_agent_box .input .autocompleteAgents ul li a.locations em {
    display: inline-block;
    background-color: #EEE
}
.yellowAlert {
    background-color: #fff49f;
    border: 1px solid #fdd835;
    text-align: center;
    padding: 6px 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5)
}
.errorBoxAlgolia {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none
}