/*
@font-face 
{
    font-family: 'Ubuntu Regular';
    src: url('../fonts/ubuntu-regular-webfont/ubuntu-regular-webfont.eot');
    src: url('../fonts/ubuntu-regular-webfont/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-regular-webfont/ubuntu-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntu-regular-webfont/ubuntu-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-regular-webfont/ubuntu-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'Ubuntu Bold';
    src: url('../fonts/ubuntu-bold-webfont/ubuntu-bold-webfont.eot');
    src: url('../fonts/ubuntu-bold-webfont/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-bold-webfont/ubuntu-bold-webfont.woff') format('woff'),
         url('../fonts/ubuntu-bold-webfont/ubuntu-bold-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-bold-webfont/ubuntu-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular/BebasNeueRegular.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium/Roboto-Medium.woff') format('woff'),
         url('../fonts/Roboto-Medium/Roboto-Medium.ttf') format('truetype'),
         url('../fonts/Roboto-Medium/Roboto-Medium.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

html,
body
{
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	color: #555;
	overflow-x: hidden;
	line-height: 1.2em;
}

.generic-text-field,
.generic-textarea-field,
.generic-select-field
{
	border: 1px solid #ccc;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	width: 100%;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #555;
	outline: none;
	height: 33px;
}

.generic-select-field
{
	cursor: pointer;
}

.generic-textarea-field
{
	height: 52px;
}

.generic-select-field option
{
	font-family: "Courier New", Courier, monospace;
	cursor: pointer;
}

.generic-select-field option[disabled="disabled"]
{
	color: #ccc;
}

.generic-text-field[readonly='readonly']
{
	background: #efefef;
}

.generic-text-field
{
	padding: 8px 14px 5px 14px;
}

.generic-textarea-field
{
	height: 58px;
	padding: 10px 15px;
}

.generic-text-field.error,
.generic-textarea-field.error,
.generic-select-field.error
{
	border-bottom: 2px solid #f78181;
}

.generic-text-field.success,
.generic-textarea-field.success,
.generic-select-field.success
{
	border-bottom: 2px solid #5eb864;
}

.generic-text-field.info,
.generic-textarea-field.info,
.generic-select-field.info
{
	border-bottom: 2px solid #3A87AD;
}

.generic-button
{
	/*
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #a90000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkite-border-radius: 3px;
	background: #a90000;
	color: #fff;
	text-align: center;
	font-family: 'Ubuntu Regular';
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #fff;
	*/
	
	/*
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #207dae;
    padding: 6px 12px;
    background: #207dae;
    box-shadow: rgba(0, 0, 0, 0.0901961) 0px -1px 0px 0px inset;
    color: #efefef;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 6px -6px black;
    -moz-box-shadow: 0 5px 6px -6px black;
    box-shadow: 0 5px 6px -6px black;
	*/
	
	border: 1px solid #ee6123;
	color: #ee6123;
	background: #fff;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 18px 6px 18px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-transform: uppercase;
	outline: none;
}

.generic-button:hover
{
	/*
	background: #f9bc38 !important;
	border: 1px solid #f9bc38 !important;
	color: #000 !important;
	*/
	background: #ee6123;
	color: #fff;
}

.generic-field-error-message,
.generic-field-success-message,
.generic-field-info-message
{
	display: none;
	margin: 8px 0 8px 2px;
	text-align: left;
	font-size: 13px;
	color: #f78181;
}

.generic-field-success-message
{
	color: #5eb864;
}

.generic-field-info-message
{
	color: #3A87AD;
}

.generic-form-success-message,
.generic-form-error-message,
.generic-form-info-message
{
	background: #82E0AA;
	padding: 10px 12px 8px 12px;
	display: none;
	margin: 0 0 10px 0;
}

.generic-form-success-message i,
.generic-form-error-message i,
.generic-form-info-message i
{
	float: left;
	overflow: hidden;
}

.generic-form-success-message span,
.generic-form-error-message span,
.generic-form-info-message span
{
	
}

.generic-form-error-message
{
	background: #f78181;
}

.generic-form-info-message
{
	background: #f0f7fd;
	color: #3A87AD;
	display: block;
}

.generic-form-header
{
    font-size: 30px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
	line-height: 1.2em;
}

.generic-label-wrap
{
	float: left;
	text-align: right;
	width: 25%;
	padding: 11px 10px 0 0;
	box-sizing: border-box;
}

.generic-label-wrap span
{
	font-size: 11px;
}

.generic-label-wrap span.required
{
	text-transform: uppercase;
	color: #ff0000;
	font-size: 9px;
}

.generic-field-wrap
{
	display: inline-block;
	width: 75%;
	box-sizing: border-box;
}

i
{
	margin-right: 5px;
}

a
{
	text-decoration: none;
	-webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
	
	color: #ee6123;
}

a:hover
{
	color: #207dae;
}

.clearfix
{
	clear: both;
}

/* header */

.header
{
	padding: 20px;
	background: url('../img/login-bg.png') #0e3042;
	color: #888;
	height: 98px;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 99999;
}

.header .logo-wrap
{
	float: left;
	margin: -6px 0 0 0;
}

.header .logo-wrap img
{
	display: block;
	width: 225px;
}

.header .main-button-wrap
{
	float: right;
}

.header .main-button-wrap .main-button
{
	display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 50px 18px 50px;
    color: #fff;
    background: #ee6123;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
	border: 1px solid #ee6123;
}

.header .main-button-wrap .main-button:hover
{
	background: #db4402;
	border: 1px solid #db4402;
}

.header .session-details-wrap
{
    float: right;
}

.header .session-details-wrap .dashboard,
.header .session-details-wrap .username,
.header .session-details-wrap .settings,
.header .session-details-wrap .signout
{
	border: 1px solid #207dae;
	padding: 20px;
	font-size: 16px;
	padding: 20px 30px 18px 30px;
	text-transform: uppercase;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color: #ccc;
	float: left;
	margin-left: 10px;
	display: block;
	text-decoration: none;
	position: relative;
}

.header .session-details-wrap .username .prompt
{
	position: absolute;
	top: -9px;
	right: -11px;
	color: #ffff00;
}

.header .session-details-wrap .dashboard
{
	padding: 12px 10px 10px 18px;
}

.header .session-details-wrap .settings
{
	padding: 12px 10px 10px 15px;
}

.header .session-details-wrap .signout
{
	padding: 12px 2px 10px 15px;
}

.header .session-details-wrap a:hover
{
	color: #fff;
}

.header .search-wrap
{
	float: right;
	position: relative;
}

.header .search-wrap i
{
	position: absolute;
	left: 30px;
	top: 15px;
}

.header .search-wrap input
{
	border: 1px solid #207dae;
	border-radius: 4px;
	color: #ccc;
	display: block;
	float: left;
	font-size: 16px;
	margin-left: 10px;
	padding: 18px 30px 17px 60px;
	text-decoration: none;
	background: none;
	color: #fff;
	height: 20px;
	width: 100px;
	outline: none;
}

.header .search-wrap .options
{
    position: absolute;
    background: #f9bc38;
    bottom: -40px;
    right: 15px;
    padding: 8px 5px;
    color: #fff;
    display: none;
    width: 265px;
    text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	font-size: 12px;
}

.header .search-wrap .options .option
{
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.4s ease;                  
	-moz-transition: all 0.4s ease;                 
	-o-transition: all 0.4s ease;   
	-ms-transition: all 0.4s ease;          
	transition: all 0.4s ease;
	margin: 0 3px;
}

.header .search-wrap .options .option:hover
{
	color: #ee6123;
}

.header .search-wrap .options .option .status
{
	width: 14px;
	text-align: center;
	display: inline-block;
}

.header .search-wrap .options .option i
{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.header .search-wrap .options .arrow-up
{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f9bc38;
	top: -10px;
	position: absolute;
	right: 40px;
}

.generic-overlay
{
	position: fixed;
	overflow-y: auto;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

.generic-overlay-close
{
	color: #fff;
	position: absolute;
	right: 10px;
	top: -20px;
}

.generic-overlay-close a
{
	color: #fff;
}

.generic-overlay-close a:hover
{
	color: #ee6123;
}

/* main button for link creation */

.create-link-overlay,
.bulk-edit-overlay,
.bulk-report-overlay
{
	cursor: pointer;
	top: 98px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999 !important;
}

.create-link-popup,
.bulk-edit-popup,
.bulk-report-popup
{
	width: 74%;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -37%;
	padding-bottom: 70px;
	right: 0px;
}

@media screen and (min-width: 1400px) 
{
	.create-link-popup
	{
		width: 60%;
		margin-left: -30%;
	}
}

.create-link-popup .inner,
.bulk-edit-popup .inner,
.bulk-report-popup .inner
{
	height: 100%;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.create-link-overlay .batch-add
{
	float: right;
	margin: 0 0 10px 0;
}

.create-link-popup .save-button-wrap,
.bulk-edit-popup .save-button-wrap,
.bulk-report-popup .save-button-wrap
{
	float: right;
}

.main-link-field
{
	font-size: 30px;
	height: 56px;
}

.right-sidebar
{
	position: fixed;
	top: 0;
	right: -280px;
	bottom: 0;
	width: 280px;
	background: #0e3042;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 20px;
	z-index: 9999999;
}

.right-sidebar ul li
{
	display: block;
	margin: 0 0 8px 0;
	color: #fff;
}

.right-sidebar ul li a
{
	display: block;
}

.right-sidebar ul li a:hover
{
	color: #207dae;
}

.right-sidebar .hide-right-sidebar-button
{
	float: right;
	margin: 8px 0 0 0;
	display: block;
	color: #fff;
}

.generic-overlay.for-right-sidebar
{
	z-index: 999999;
}

.spacer
{
	height: 10px;
}

.spacer.line
{
	border-top: 1px dotted #207dae;
}

table
{
	border-collapse: collapse;
	width: 100%;
}

table tr
{
	-webkit-transition: all 0.4s ease;                  
	-moz-transition: all 0.4s ease;                 
	-o-transition: all 0.4s ease;   
	-ms-transition: all 0.4s ease;          
	transition: all 0.4s ease;
}

table tr th,
table tr td
{
	/*
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	*/
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
}

table tr th
{
	background: #0e3042;
	color: #fff;
	padding: 14px 10px 10px 10px;
	text-transform: uppercase;
}

table tr.even
{
	background: #efefef;
}

.generic-body-wrap
{
	padding: 20px;
	width: 50%;
	margin: 128px auto 30px auto;
	box-sizing: border-box;
}

.generic-body-wrap.medium
{
	padding: 20px;
	width: 70%;
}

.generic-body-wrap.large
{
	padding: 20px;
	width: 80%;
}

.generic-body-wrap.full
{
	width: 98%;
}

.row-hover
{
	background: #efefef;
	border-top: 1px dotted #ccc;
}

.generic-form-grouping
{
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}

.generic-form-grouping .toggle-group
{
	display: none;
}

.generic-widget-grouping
{
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.generic-form-grouping .heading
{
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 0 10px 0;
	cursor: default;
}

.generic-widget-grouping .heading {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 0 10px 0;
    cursor: default;
}

.generic-form-grouping .heading .toggle
{
	float: right;
	cursor: pointer;
	margin: 0;
}

.hide-element
{
	display: none;
}

.show-element
{
	display: block;
}

.dataTables_length,
.dataTables_filter
{
	display: none;
}

.dataTables_info
{
	float: left;
	margin: 15px 0;
}

.dataTables_paginate
{
	float: right;
	margin: 15px 0;
}

.dataTables_paginate .paginate_button
{
	cursor: pointer;
	margin: 0 5px;
}

.dataTables_paginate .paginate_button.current
{
	color: #222;
}

tfoot 
{
    display: table-header-group; 
}

tfoot tr th
{
    background: #efefef;
}

tfoot tr th.hide select
{
	display: none;
}

.generic-tag-wrapper
{
	float: left;
	padding: 5px 10px;
    text-align: center;
    border-radius: 15px 4px 4px 15px;
    text-transform: uppercase;
	font-size: 11px;
	background: #F7DC6F;
	border: 1px solid #F7DC6F;
	margin: 0 10px 10px 0;
	line-height: 1em;
}

.generic-tag-wrapper i
{
	color: #fff;
}

.generic-tag-wrapper.unhighlighted
{
	background: #ccc;
	border: 1px solid #ccc;
}

.noscroll
{
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.generic-status-icon.active,
.generic-status-icon.inactive,
.generic-status-icon.pending
{
    background: #5eb864;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 3px 0 0;
    width: 10px;
    height: 10px;
}

.generic-status-icon.inactive
{
	background: #f00;
}

.generic-status-icon.pending
{
	background: #888;
}

body.generic-blank
{
	max-width: 800px;
	margin: 20px auto;
}

.generic-filter-wrap
{
	margin: 0 0 20px 0;
	background: #efefef;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.generic-filter-item
{
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	max-width: 135px;
	padding: 20px 0 0 0;
}

.generic-filter-item.wide
{
	max-width: none;
}

.generic-filter-item:first-child
{
	margin: 0;
}

.generic-filter-item:nth-last-child(2)
{
	max-width: 180px;
}

.generic-filter-item span
{
	padding: 13px 10px 0 5px;
	display: block;
}

.generic-filter-item.date
{
	width: 105px;
	margin: 0 !important;
	cursor: pointer;
}

.generic-filter-item .generic-button
{

	padding: 8px 18px 3px 18px;
}

.generic-filter-item .label
{
	position: absolute;
	top: 0px;
}

.generic-form-detail-item
{
	margin: 0 0 10px 0;
}

.datepicker,
.dateLimitTo,
.dateLimitFrom
{
	cursor: pointer !important;
	background: #fff !important;
}

.generic-coming-soon
{
    background: #f9bc38;
    color: #222;
    border-radius: 3px;
    padding: 4px 5px 2px 5px;
    font-size: 10px;
    margin-left: 8px;
	text-transform: uppercase;
}

@keyframes flickerAnimation 
{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
}

@-o-keyframes flickerAnimation
{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
}

@-moz-keyframes flickerAnimation
{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
}

@-webkit-keyframes flickerAnimation
{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
}

.animate-flicker
{
	-webkit-animation: flickerAnimation 1s infinite;
	-moz-animation: flickerAnimation 1s infinite;
	-o-animation: flickerAnimation 1s infinite;
	animation: flickerAnimation 1s infinite;
}

.generic-align-left
{
	text-align: left;
}

.generic-nowrap
{
	white-space: nowrap;
}

.generic-env-check
{
	position: fixed;
	background: #222;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	width: 100px;
	right: 0;
	top: 0;
	z-index: 999999;
}

.filter-actions
{
	float: right;
}

.chart-wrap
{
	padding: 30px 0 0 0;
}

table.dataTable
{
	border-bottom: 1px solid #ccc;
}

table.dataTable thead .sorting { background: url('../img/sort-both.png') no-repeat center right #0e3042; }
table.dataTable thead .sorting_asc { background: url('../img/sort-asc.png') no-repeat center right #0e3042; }
table.dataTable thead .sorting_desc { background: url('../img/sort-desc.png') no-repeat center right #0e3042; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc
{
	padding-right: 30px !important;
}

table.dataTable thead .sorting_asc_disabled { background: url('../img/sort-asc-disabled.png') no-repeat center right #0e3042; }
table.dataTable thead .sorting_desc_disabled { background: url('../img/sort-desc-disabled.png') no-repeat center right #0e3042; }

.link-detail-item
{
	margin: 0 0 10px 0;
}

.link-detail-item.redirects-to-batch textarea
{
	height: 180px;
}

.create-link-button,
.create-another-link-button
{
	float: left;
	margin-left: 10px;
}

.generic-table-rendering
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #ccc;
	z-index: 999;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	font-size: 20px;
}

.generic-position-relative
{
	position: relative;
}

.blocking-message{
	font-size: 15px;
    color: #f78181;
}

[disabled='disabled']{
	pointer-events: none !important;
	cursor: not-allowed !important;
	background: #efefef;
	color: #c78b71;
    border-color: #c78b71;
}
.generic-select-multiple-wrap{
	position: relative;
	cursor: pointer;
}
.generic-select-multiple-wrap select{	
	pointer-events: none;
}
.generic-select-multiple-list{
	border: 1px solid #0090ff;
    background-color: white;
    position: absolute;
    width: 99.75%;
    z-index: 1;
    display: none;
}
.generic-select-multiple-list ul{
	
}
.generic-select-multiple-list ul li{
	font-family: "Courier New", Courier, monospace;
    padding: 2px 9px;
    vertical-align: middle;
    display: flex;
	align-items: center;
	font-size: 14px;
}

.generic-select-multiple-list ul li:hover{
	color: #fff;
	background-color: #0090ff;
}