/*
@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;
}
*/
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*reset css ends*/
html,
body
{
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.2em;
	min-height: 980px;
}

.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-textarea-field
{
	height: 52px;
}

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

.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: 20px 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;
}

.generic-overlay
{
	position: fixed;
	overflow-y: auto;
	cursor: pointer;
	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-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
{
	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;
    width: 125px;
	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: 5px 18px 5px 18px;
}

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

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

.datepicker 
{
	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;
}

.overall-snapshot
{
	position: fixed;
	top: 98px;
	width: 100%;
	height: 0px;
	background: #ff5733;
	z-index: 999999;
	padding: 0 30px;
	width: 100%;
	box-sizing: border-box;
}

.toggle-snapshot
{
	cursor: pointer;
	width: 54px;
	text-align: center;
	background: #0000ff;
	position: absolute;
	right: 20px;
	bottom: -17px;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.toggle-snapshot i
{
	padding: 0;
	margin: 0;
}

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

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

.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;
}

/*
.create-another-link-button
{
	display: none;
}
*/

.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;
}

/**ADDITIONAL**/

.generic-button-blue{
    border: 1px solid #1d3745;
    color: #ffffff;
    background: #1a3645;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    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;
}

a.generic-button-blue:hover {
    color: #fff;
    background: #ee6123;
	border: 1px solid #ee6123;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    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;
	text-decoration: none;
}

#loading-wrap{
	position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#LoadingImage{
	background: url('../img/loading.gif');
	height: 120px;
	width: 120px;
	background-size: contain;
	margin: 0 auto;
	position: absolute;
    top: 45%;
    left: 45%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-default {
	background-color: #fff!important;
    color: #ee6123!important;
	box-shadow: none;
}

.btn-default:hover{
    background-color: #ee6123!important;
    color: #fff!important;
	box-shadow: none;
}

.btn-default:not([disabled]):not(.disabled).active, .btn-default:not([disabled]):not(.disabled):active, .show>.btn-default.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ee6123!important;
	color: #fff !important;
}

.btn-default:not([disabled]):not(.disabled).active:focus, .btn-default:not([disabled]):not(.disabled):active:focus, .show>.btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default.focus, .btn-default:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background-color: #ee6123;
}

.pagination .page-item.active .page-link:hover {
    background-color: #ee6123;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
    background-color: #ee6123;
}

.pagination .page-item.active .page-link {
    box-shadow: none;
}	

.btn{
	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;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    outline: none;
	box-shadow: none;
}

.btn.right{
	 margin-right: 0px;
}

.wrap-modal{
	position: fixed;
    background: #000000a8;
    height: 100%;
    width: 100%;
    z-index: 2;
	display: none;
}

.italic {
	font-style: italic;
}