@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.woff2') format('woff2'),
        url('../font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Bold.woff2') format('woff2'),
        url('../font/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Black.woff2') format('woff2'),
        url('../font/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #818189;
}

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f4f4f6;
	color: #818189;	
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    color: #818189;
    font-size: 12px;	
}

a {
	text-decoration: none;
	color: #79589F;
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 900;
	display: none;
}

.feature-thumb {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	margin: 10px;
	margin-left: -0px;
}

.header {
	width: 100%;
	height: 184px;
	background-image: url('../img/header-shadow.png');
	background-size: 45px 25px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.header-top {
	width: 100%;
	height: 77px;
	border-bottom: solid 1px #efedf5;
}

.header-top-wrap {
	width: 1200px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
}

.header-logo {
	width: 240px;
	height: 40px;
	background-size: 240px 40px;
	background-image: url('../img/header-logo.png');
	float: left;
	margin-top: 20px;
}

.header-profile {
	float: right;
	width: 200px;
	height: 100%;
}

.profile-icon {
	width: 42px;
	height: 42px;
	background-size: 42px 42px;
	background-image: url('../img/profile-bg.png');
	float: left;
	margin-right: 10px;
	margin-top: 18px;		
}

.profile-name {
	font-family: 'Lato';
    font-weight: bold;
    font-style: normal;	
	font-size: 14px;
	color: #818189;
	float: left;
	margin-top: 30px;	
}

.profile-down-arrow {
	width: 10px;
	height: 7px;
	background-size: 10px 7px;
	background-image: url('../img/profile-down-arrow.png');
	float: right;
	margin-top: 36px;
}

.profile-wrap {
	width: 100%; 
	height: 70px;
	cursor: pointer;
}

.profile-menu {
	width: 200px;
	height: 38px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 2px 4px #efedf5;
	position: relative;
	z-index: 2000;
	margin-top: 0px;
	display: none;
}

.profile-menu > a > div {
	width: 100%;
	padding: 10px 10px 10px 20px;
	font-family: 'Lato';
    font-weight: bold;
    font-style: normal;	
	font-size: 14px;
	color: #818189;
}

.profile-menu > a > div:hover {
	color: #79589F;
}

.navigation {
	width: 1200px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;	
	font-size: 14px;
	color: #818189;
	margin-top: 30px;
}

.navigation > a > div {
	float: left;
	height: 34px;
	margin-right: 100px;
	color: #818189;
}

.navigation > a > .active {
	color: #79589F;
	background-image: url('../img/purple-dot.png');	
	background-position: center bottom;
	background-size: 8px 8px;
	background-repeat: no-repeat;	
}

.navigation > a > div > .dashboard {
	background-image: url('../img/dashboard-icon.png');
	background-size: 18px 19px;
	width: 18px;
	height: 19px;
}

.navigation > a > .active > .dashboard {
	background-image: url('../img/dashboard-icon-active.png');
}

.navigation > a > div > .users {
	background-image: url('../img/users-icon.png');
	background-size: 18px 19px;
	width: 18px;
	height: 19px;
}

.navigation > a > .active > .users {
	background-image: url('../img/users-icon-active.png');
}

.navigation > a > div > .stories {
	background-image: url('../img/stories-icon.png');
	background-size: 18px 19px;
	width: 18px;
	height: 19px;
}

.navigation > a > .active > .stories {
	background-image: url('../img/stories-icon-active.png');
}

.navigation > a > div > .features {
	background-image: url('../img/features-icon.png');
	background-size: 18px 19px;
	width: 18px;
	height: 19px;
}

.navigation > a > .active > .features {
	background-image: url('../img/features-icon-active.png');
}

.navigation > a > div > .locations {
	background-image: url('../img/locations-icon.png');
	background-size: 18px 19px;
	width: 18px;
	height: 19px;
}

.navigation > a > .active > .locations {
	background-image: url('../img/locations-icon-active.png');
}

.navigation > a > div > .categories {
	background-image: url('../img/categories-icon.png');
	background-size: 18px 15px;
	width: 18px;
	height: 15px;
}

.navigation > a > .active > .categories {
	background-image: url('../img/categories-icon-active.png');
}

.navigation > a > div > .notifications {
	background-image: url('../img/notifications-icon.png');
	background-size: 12px 19px;
	width: 12px;
	height: 19px;
}

.navigation > a > .active > .notifications {
	background-image: url('../img/notifications-icon-active.png');
}

.navigation > a > div > div {
	margin-right: 10px;
	background-repeat: no-repeat;	
	float: left;	
}

.navigation > a > .last {
	margin-right: 0px;
	float: right;
}

.heading {
	font-family: 'Lato';
    font-weight: normal !important;
    font-style: normal !important;
    color: #818189;
    font-size: 20px !important;
}

.subheading {
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;	
	font-size: 16px !important;
    color: #818189;
    font-size: 20px;
    margin-bottom: 30px;
}

.field-label {
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    color: #818189;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 2px;
	margin-top:12px;    
}

input {
	border-radius: 3px;
	background-color: #DEDDE7;
	border: none;
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 16px;
    width: 250px;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
}

textarea {
	border-radius: 3px;
	background-color: #DEDDE7;
	border: none;
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 16px;
    width: 250px;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-button {
	background-image: url('../img/login-button.png');
	background-size: 170px 54px;
	width: 170px;
	height: 54px;
	margin-left: -8px;
	margin-top: 14px;
}

.reset-password-button {
	background-image: url('../img/reset-password-button.png');
	background-size: 170px 54px;
	width: 170px;
	height: 54px;
	margin-left: -8px;
	margin-top: 14px;
}

.content-wrap {
	width: 1200px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
}

.content-left {
	float: left;
	width: 270px;
}

.content-right {
	float: left;
	width: 900px;	
}

.content-full {
	float: left;
	width: 1200px;
}

.content-left50 {
	float: left;
	width: 585px;
}

.content-right50 {
	float: left;
	width: 585px;	
}

.content-third {
	float: left;
	width: 380px;		
}

.content-forth {
	float: left;
	width: 276px;		
}

.content-forth > .content-area {
	width: 276px;
	height: 290px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;		
}

.create-button {
	background-image: url('../img/create-button.png');
	background-size: 170px 54px;
	width: 170px;
	height: 54px;
	margin-left: -8px;
	margin-top: 14px;
}

.schedule-button {
	background-image: url('../img/schedule-button.png');
	background-size: 170px 54px;
	width: 170px;
	height: 54px;
	margin-left: -8px;
	margin-top: 14px;
	z-index: 1000;
	position: relative;
}

.send-button {
	background-image: url('../img/send-button.png');
	background-size: 170px 54px;
	width: 170px;
	height: 54px;
	margin-left: -8px;
	margin-top: 14px;
	z-index: 1000;
	position: relative;
}

.inprogress {
	width: 500px;
	text-align: center;
	margin-top: 100px;
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;	
	font-size: 16px !important;
    color: #818189;
    font-size: 20px;	
    margin-left: auto;
    margin-right: auto;    
}

.error {
	color: #F03861;
	font-family: 'Lato';
    font-weight: bold;
    font-style: normal;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;    
}

.content-area {
	border-radius: 20px;
	background-color: #fff;
	margin-top: 14px;
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 14px !important;
    padding: 10px 10px 10px 10px;	
    margin-bottom: 50px;
    float: left;
}

.content-space {
	width: 30px;
	height: 100px;
	float: left;
}

.content-left50 > .content-area {
	width: 565px;
	height: 300px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;	
}

.content-full > .content-area {
	width: 1200px;
	height: 300px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;	
}

.content-right50 > .content-area {
	width: 565px;	
	height: 300px;
}

.content-third > .content-area {
	width: 380px;
	height: 290px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;		
}

.content-right > .content-area {
	width: 900px;
	min-height: 200px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content-area > table {
	width: 100%;
	border-spacing: 0px;
}

.table-header td {
	border-bottom: solid 1px #efedf5;
    font-weight: bold;	
    height: 38px;
}

.table-header th {
	border-bottom: solid 1px #efedf5;
    font-weight: bold;	
    height: 38px;
}

.table-row td {
    height: 32px;
}

.table-row th {
    height: 32px;
}

th {
	text-align: left;
}

.last {
	margin-right: 0px !important;
}

td > input {
	width: 30px;
}

th > input {
	width: 30px;
}

.flag-icon {
	width: 10px;
	height: 11px;
	background-size: 10px 11px;
	background-image: url('../img/flag-icon.png');
	margin-top: 2px;
	float: left;
}

.edit-icon {
	width: 12px;
	height: 13px;
	background-size: 12px 13px;
	background-image: url('../img/edit-icon.png');
	margin-top: 2px;
	margin-right: 14px;
	float: left;
}

.block-icon {
	width: 12px;
	height: 12px;
	background-size: 12px 12px;
	background-image: url('../img/block-icon.png');
	margin-top: 2px;
	margin-right: 14px;
	float: left;
}

.delete-icon {
	width: 12px;
	height: 15px;
	background-size: 12px 15px;
	background-image: url('../img/delete-icon.png');
	margin-top: 1px;
	float: left;	
}

.view-icon {
	width: 19px;
	height: 13px;
	background-size: 19px 13px;
	background-image: url('../img/view-icon.png');
	margin-top: 2px;
	margin-right: 8px;
	float: left;
}

.like-icon {
	width: 12px;
	height: 11px;
	background-size: 12px 11px;
	background-image: url('../img/like-icon.png');
	margin-top: 3px;
	margin-right: 8px;
	float: left;
}

.comment-icon {
	width: 13px;
	height: 12px;
	background-size: 13px 12px;
	background-image: url('../img/comment-icon.png');
	margin-top: 2px;
	margin-right: 8px;
	float: left;
}

.calendar-arrow-left {
	width: 7px;
	height: 11px;
	background-size: 7px 11px;
	background-image: url('../img/calendar-left-arrow.png');
}

.calendar-arrow-right {
	width: 7px;
	height: 11px;
	background-size: 7px 11px;
	background-image: url('../img/calendar-right-arrow.png');
}

.choose-action {
	width: 138px;
	height: 38px;
	float: left;
	z-index: 2000;
	position: relative;
}

.choose-action > .menu > select {
   border: 0;
   color: #BCBBC4;
   background: transparent;
   font-size: 14px;
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
   width: 158px;
   *width: 138px;
   *background: #E9E9EF;
   background-size: 37px 20px;
	background-image: url('../img/action-arrows.png');   
	background-position: right center;
	background-repeat: no-repeat;
   -webkit-appearance: none;
   padding-left: 10px;
   padding-top: 8px;
}

.choose-action > .menu {
	overflow:hidden;
	width: 138px;
	height: 38px;
	border-radius: 3px;
	background-color: #E9E9EF;
	border: none;
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 16px;
}

.apply-button {
	background-image: url('../img/apply-button.png');
	background-size: 111px 54px;
	width: 111px;
	height: 54px;
	margin-left: 10px;
	margin-top: -5px;
	float: left;
}

.search-area {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

.search-button {
	background-image: url('../img/search-button.png');
	background-size: 137px 54px;
	width: 137px;
	height: 54px;
	margin-left: 10px;
	margin-top: -5px;
	float: right;
	margin-right: -10px;
}

.search-text {
	padding-left: 34px;
	background-color: #E9E9EF;
	background-size: 26px 17px;
	background-image: url('../img/search-icon.png');   
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
	font-size: 14px;
}

::placeholder {
	color: #BCBBC4;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}

.pager {
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;	
	color: #BCBBC4;
	text-align: right;
	margin-top: 12px;
	padding-right: 0px;
}

.new-status {
	background-color: #79589F;
	border-radius: 6px;
	padding: 2px 2px 2px 2px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	font-size: 10px;
	cursor: pointer;	
}

.reported-status {
	background-color: #F03861;
	border-radius: 6px;
	padding: 2px 2px 2px 2px;
	color: #fff;
	text-align: center;	
	margin-right: 10px;	
	font-size: 10px;		
	cursor: pointer;
}

.badge {
	background-color: #F03861;
	border-radius: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	position: absolute;
	margin-left: 74px;
	margin-top: -22px;
	font-size: 10px;	
	text-align: center;		
}

.filter-area {
	float: left;
	width: 400px;
	height: 40px;
}

.filter-area > div {
	float: left;
	margin-right: 20px;
}

.filter-area > div > input {
	width: 20px;
	height: 16px;
}

label {
	font-family: 'Lato';
    font-weight: bold;
    font-style: normal;	
	font-size: 14px;
	color: #818189;
}

#map {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	
	cursor: pointer;
}

.story-wrap {
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	overflow-y: scroll;
}

.author-photo {
	float: left;
	height: 44px;
	width: 44px;
	margin-right: 10px;
}

.story-photo {
	float: right;
	height: 245px;
	width: 345px;
	margin: 10px 10px 10px 10px;
	border-radius: 4px;
	object-fit: cover;
}

.ui-datepicker {
    display: none;
    padding: 20px 20px 20px 20px;
    width: 17em;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #efedf5;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    background-color: #fff;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
    background-color: #fff;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
    background-color: #fff;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
    background-color: #fff;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    filter: mask(); /*must have*/
    height: 200px; /*must have*/
    left: -4px; /*must have*/
    position: absolute; /*must have*/
    top: -4px; /*must have*/
    width: 200px; /*must have*/
    z-index: -1; /*must have*/
}

.dataTables_wrapper {
	margin-top: -40px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.dataTable {
	padding-top: 20px !important;
}

.dataTables_length {
	margin-left: 300px;
}

.dataTables_info {
	margin-left: 20px;
}

input[type="checkbox"] {
	width: 20px;
}

input[type="search"] {
	height: 20px;
	font-size: 14px;	
}

table.dataTable.no-footer {
	border-bottom: solid 1px #efedf5;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: solid 1px #efedf5;
}