﻿body 
{
	font-family: "Open Sans", Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 5%;
}

form
{
	font-family: "Open Sans", Arial;
}

a 
{
	color: #0099d2; 
}

a:hover 
{
	color: #0099d2; 
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 100px white inset !important;
}

.form-signin
{
}

.form-signin div.loginbox
{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto; 
}

.form-signin div.wide
{
	max-width: 1000px;
}

.header-image
{
	text-align: center;
	display: block;
	margin: 0 auto; 
	padding-bottom:10px;
}

.headline 
{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 26px; 
}

div.loginbox .headline strong
{
	line-height: 36px;
	font-size: 28px; 
	font-weight: 800;
}

div.loginbox .form-control 
{
	position: relative;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px; 
	text-align: center;
}

div.loginbox .form-control:focus 
{
	z-index: 2; 
}

div.loginbox .login-email
{
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; 
}

div.loginbox .login-password
{
	margin-bottom: 16px;
	border-top-left-radius: 0;
	border-top-right-radius: 0; 
}

div.loginbox .send-email-email
{
	margin-bottom: 10px;
}

div.loginbox .btn-primary
{
	border-radius: 4px;
	border: 2px solid #F59440; 
	background-color: #F59440;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 15px;
}

div.loginbox .btn-primary-sm
{
    font-weight: normal;
    font-size: 14px;
    padding: 5px 12px;
}

div.loginbox .btn-primary:hover 
{
    background-color: #fff; 
    color: #F59440;
}

div.loginbox .bottom-link
{
	text-align: center;
	margin-top: 32px; 
}

div.loginbox .bottom-link a
{
	text-decoration: underline; 
}

div.loginbox .bottom-link a:hover
{
	text-decoration: none; 
}

div.loginbox .info-box
{
	font-size: 14px;
}

div.loginbox .btn-withicon span
{
	padding-right: 7px;
}


/****************************************/
/* Containers ***************************/
/****************************************/

.container-toolbar
{
	width: 100%;
	padding: 20px;
	clear: both;
	border-radius: 6px 6px 0 0;
	background-color:#f5f5f5
}

.container-toolbar.container-toolbar-uls > div
{
	display: table;
	width: 100%;
}

.container-toolbar.container-toolbar-uls > div > div
{
	display: table-cell;
	height: 34px;
	vertical-align: middle;
	text-align: left;
}

.container-toolbar.container-toolbar-uls > div > div.button-cell
{
	width: 1px; 
	padding-right: 16px;
}

.container-toolbar.container-toolbar-uls > div > div.warning-icon-with-text-cell
{
	width: 1px;
	white-space: nowrap;
}

.container-toolbar.container-toolbar-uls > div > div.warning-icon-with-text-cell > div
{
	display: table-cell;
	vertical-align: middle;
	cursor: default;
}

.container-toolbar.container-toolbar-uls > div > div.warning-icon-with-text-cell > div:first-of-type
{
	padding-right: 6px;
}

.container-toolbar.container-toolbar-uls > div > div.warning-icon-with-text-cell > div:first-of-type > span
{
	display: inline-block;
	position: relative;
	top: 1px;
	color: #fbc539;
	font-size: 26px;
}

.container-toolbar.container-toolbar-uls > div > div.warning-icon-with-text-cell > div:last-of-type
{
	padding-right: 16px;
}

.container-toolbar.container-toolbar-uls > div > div.search-cell
{
	text-align: right;
	padding-right: 16px;
}

.container-toolbar.container-toolbar-uls > div > div.search-cell > div
{
	max-width: 400px;
	min-width: 150px;
	margin-left: auto;
	margin-right: 0;
}

.container-toolbar.container-toolbar-uls > div > div.filter-cell
{
	position: relative;
	width: 1px;
}

.container-toolbar.container-toolbar-uls > div > div.filter-cell i.fa-filter
{
	cursor: pointer;
}

.container-toolbar.container-toolbar-uls > div > div.filter-cell ul.fl-dropdown-menu.dropdown-menu-right 
{
	margin-top: -4px;
	margin-right: -15px;
    right: 1px;
}

.container-toolbar.container-toolbar-uls > div > div.filter-cell ul.fl-dropdown-menu.dropdown-menu-right  li
{
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}

.container-toolbar.container-toolbar-uls > div > div.filter-cell ul.fl-dropdown-menu.dropdown-menu-right  .divider-first
{
	height: 1px;
	margin: 7px 0 0 0;
	overflow: hidden;
}

.container-toolbar.container-toolbar-uls > div > div.filter-cell ul.fl-dropdown-menu.dropdown-menu-right  .divider-last
{
	height: 1px;
	margin: 0 0 7px 0;
	overflow: hidden;
}

.container-table
{
	padding: 20px;
	clear: both;
	border-radius: 0 0 6px 6px;
	background-color:#fafafa
}


/****************************************/
/* List *********************************/
/****************************************/

.table-hover > thead > tr > th,
.table-hover > thead > tr:hover > th
{
	background-color: #fff !important;
	border-bottom: none !important;
}

.table-hover > thead > tr > th
{
	white-space: nowrap;
}

table.table tr th a, table.table tr th a:hover
{
	color: inherit;
	text-decoration: none;
}

table.table tr th input[type="image"]
{
	padding: 0 5px;
	outline: none;
}

table.table-sm tr th input[type="image"]
{
	padding: 0 3px;
	margin-top: -2px;
}

table.table-hover tr td
{
	vertical-align: middle;
}

table.table-hover tr.inactive td
{
	color: #a0a0a0;
	font-style: italic;
}

table.table-hover tr td
{
	cursor: pointer;
	background-color: inherit;
	white-space: normal !important;
}

table.table-hover tr td.payment-missing
{
	color: #d90a48;
	font-weight: bold;
}

table.table-hover tr td.trial-expired
{
	color: #f57440;
	font-weight: bold;
}

table.table-hover tr td.trial
{
	color: #428bca;
	font-weight: bold;
}

table.table-hover tr th:first-of-type,
table.table-hover tr td:first-of-type
{
	padding-left: 15px;
}

table.table-hover tr th:last-of-type,
table.table-hover tr td:last-of-type
{
	padding-right: 15px;
}

table.table-hover tr:hover td,
table.table-hover tr.no-click:hover td
{
	background-color: #f0f0f0; 
}

table.table-sm tr td
{
	padding: 8px 12px;
	font-size: 12px;
}

table.table-sm tr th
{
	padding: 8px 12px;
	font-size: 12px;
}

table.table-hover tr.noentities td
{
	background-color: #fff;
	cursor: default;
}

.table-responsive-outer
{
	margin-bottom: 0;
}

.table-responsive-outer .panel-heading
{
	font-size: 14px !important;
}

.table-responsive-outer .panel-heading.panel-heading-sm
{
	font-size: 14px !important;
	padding: 8px 12px !important;
}


/****************************************/
/* List Header Filter Indication ********/
/****************************************/

.toolbar-filter-indication
{
	padding-left: 12px;
}

.toolbar-filter-indication a
{
	text-decoration: none;
	color: #3071a9;
}

.toolbar-filter-indication a:hover
{
	text-decoration: none;
	color: #77acd7;
}

.toolbar-filter-indication span
{
	color: #3071a9;
	cursor: pointer;
}

.toolbar-filter-indication span:hover
{
	color: #77acd7;
}

.toolbar-filter-indication-dropdown
{
	float: right;
	cursor: default;
}

.toolbar-filter-indication-dropdown > span
{
	display: inline-block;
	position: relative;
}

.toolbar-filter-indication-dropdown .fa-info-circle
{
	font-size: 14px;
	padding-left: 2px;
}


/****************************************/
/* Search Textbox ***********************/
/****************************************/

.form-control.textbox-with-clear-icon
{
	padding-right: 25px !important;
    height: 34px !important;
    text-align: left !important;
    font-size: 14px !important;
    /* box-sizing: border-box; */
    /* padding: 10px; */
}

.form-control.textbox-with-clear-icon.has-search
{
	background-color: #ffecb1;
}

.form-group select.has-search option
{
	background-color: #fff;
}

div div.input-group.has-feedback span.textbox-clear-icon
{
	cursor: pointer;
	right: 41px !important;
	bottom: auto !important;
	top: auto !important;
}


/****************************************/
/* Checkbox Picker **********************/
/****************************************/

.checkbox-picker-outer .btn-group:focus
{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.checkbox-picker-outer .btn-group:focus .btn:first-of-type
{
	border-left-color: #66afe9;
	border-top-color: #66afe9;
	border-bottom-color: #66afe9;
}

.checkbox-picker-outer .btn-group:focus .btn:last-of-type
{
	border-right-color: #66afe9;
	border-top-color: #66afe9;
	border-bottom-color: #66afe9;
}

div.checkbox-picker-outer span.label-left
{
	display: inline-block;
	margin-right: 10px;
}

div.checkbox-picker-outer span.label-left-bold
{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

div.checkbox-picker-outer span.label-right
{
	display: inline-block;
	margin-left: 6px;
}

div.checkbox-picker-outer span.label-right-word-wrap
{
	margin-left: 6px;
}

div.checkbox-picker-outer.disabled
{
	color: #a0a0a0;
}

div.checkbox-picker-outer.size-big .btn-group,
div.checkbox-picker-outer.size-medium .btn-group,
div.checkbox-picker-outer.size-small .btn-group
{
	vertical-align: inherit;
}

div.checkbox-picker-outer .btn-group > .btn,
.btn-group-vertical > .btn
{
	float: none;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}

div.checkbox-picker-outer
{
	height: 24px;
}

div.checkbox-picker-outer.size-big
{
	height: 34px;
}

div.checkbox-picker-outer.size-big .btn-group > .btn
{
	height: 34px;
	line-height: 34px;
	padding: 0 14px;
}

div.checkbox-picker-outer.size-medium .btn-group > .btn
{
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
}

div.checkbox-picker-outer.size-small .btn-group > .btn
{
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
}


