﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@font-face {
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Regular.ttf) format('embedded-opentype');
	src: url(../fonts/OpenSans-Regular.eot);
}

@font-face {
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Bold.ttf) format('embedded-opentype');
	src: url(../fonts/OpenSans-Bold.eot);
	font-weight: bold;
}

@font-face {
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Light.ttf) format('embedded-opentype');
	src: url(../fonts/OpenSans-Light.eot);
	font-weight: lighter;
}

@font-face {
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Italic.ttf) format('embedded-opentype');
	font-weight: normal;
	font-style: italic;
}

body {
	font-family: 'Open Sans' !important;
	background-color: #f8f8f8 !important;
}

.main {
    height: 100%;
}

.main_section {
    /*padding: 3em 4.5% 3% 280px;*/
    padding: calc(3em + 50px) 4.5% 3% 280px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, p {
	color: #848484 !important;
	font-weight: lighter !important;
}

.subHeader {
	margin: 0px 0px 30px 0;

}

.subHeaderFTP {
	padding-bottom: 15px;
	border-bottom: 1px solid #ded7d7;
	font-weight: lighter !important;
	margin-bottom: 30px;
}

.subHeader h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #ded7d7;
	font-weight: lighter !important;
}


.header {
	background-color: white;
	border-bottom: 1px solid #d6dadb !important;
	box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
	height: 63px;
}

	.header .logo {
		float: left;
		background-color: #4899d0;
		padding: 6px 15px 14px 15px;
	}

.header .text {
	float: right;
	background-color: #4899d0;
	cursor: pointer;
	width: 100px;
}

.header .text p {
	color: white !important;
	margin: auto !important;
	text-align: center;
	padding: 21px 0;
}

.header .logo .logo-img {
	padding-top: 6.5px;
	width: 200px;
	image-rendering: -webkit-optimize-contrast;
}

.header .logo .logo-img-mobile {
	width: 50px;
	padding: 2px 5px 5px 5px;
	display: none;
}

.btn-custom {
	background-color: #4899d0 !important;
	border-color: #4899d0 !important;
	font-weight: bold;
}

.dataTables_length {
	margin-bottom: 20px;
}

.panel-body {
	padding: 30px !important;
	box-shadow: 2px 3px 7px -3px rgba(0,0,0,.2);
}

.panel label {
	font-weight: normal !important;
}

.panel{
	word-break:break-all;
}

.dataTables_filter label {

	width: 25em;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
	border: 1px solid #ded7d7;
	border-radius: 3px;
	width: 80%;
}

.dataTables_info, .dataTables_paginate {
	margin-top: 20px;
}

.deMainHeader {
	padding-bottom: 5px;
	border-bottom: 1px solid #ded7d7;
	font-weight: lighter !important;
	margin-bottom: 30px;
}

.backButton {
	background-color: #41464c !important;
	color: white !important;
	border-radius: 5px !important;
	font-size: 16px !important;
	font-weight: lighter !important;
	text-shadow: none !important;
	border-color: #41464c !important;
	float: right;
	margin-top: 20px;
	padding: 8px;
	border: 0;
}

p.job--success {
    font-weight: 700 !important;
    color: green !important;
}

p.job--failed {
    font-weight: 700 !important;
    color: red !important;
}

.errorMessage {
	color: red; 
	font-size: small; 
	margin-left: 40px;
}

#AccountDashboard {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#AccountDashboard .dashboardSection {
	width: 49%;
	height: auto;
	padding: 4vw;
	margin-bottom: 25px;
	background: white;
	border-radius: 5px;
	box-shadow: 2px 3px 7px -3px rgba(0,0,0,0.2);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	cursor: pointer;
}

#AccountDashboard .dashboardSection:hover {

	box-shadow: 2px 3px 7px -3px rgba(0,0,0,0.6);

}


.sectionInfo {
	width: 45%;
}

.sectionInfo h3 {
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 20px;
	margin-top: 10px;
}

.sectionInfo h1 {
	font-size: 70px !important;
	margin-top: 10px;
	text-decoration: none !important;
	color: #337ab7 !important;
}


.nav_bar {
	width: 100%;
	background-color: #00365c;
	display: none;
}

.fixed_logo {
	position: fixed; 
	top: 0px;
}

.logo-mobile .logo-img-mobile {
	display: none;
}

.viewMoreButton {
	background-color: transparent !important;
	font-size: 21px !important;
}

.runNowIcon {
	font-size: 24px !important; 
	color: grey;
}

.runNowIcon:hover {
	color: black;
}

.viewMoreSection {
	background-color: white;
	margin: 3% 0;
	/*overflow-x: auto;*/
	border-radius: 5px;
	box-shadow: 2px 3px 7px -3px rgba(0,0,0,.2);
}

.tablePadding {
	padding: 2% 2% 1% 2%;
	overflow-x: auto;
}

pre {
	margin: 5px !important;
}

pre code {
	font-size: 13px !important;
}

.modal-header {
	background-color: #4899d0 !important;
	margin-bottom: 10px !important;
}

.modal-header span {
	color: white !important;
}

.modal-title {
	color: white !important;
}


.jconfirm .jconfirm-box div.jconfirm-title-c {
	padding-bottom: 10px !important;
	border-bottom: 1px solid grey !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
	margin: 20px 0 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
	background-color: #4899d0 !important;
	color: white !important;
}



.navList {
	display: flex;
	justify-content: center;
	align-items: center;
}

	.navList ul {
		text-align: center;
		color: white;
		padding: 0;
		margin: 0;
	}

.navList ul li {
	display: inline-block;
	margin-right: 25px;
	font-size: 12px;
}

.hamburger_container {
	display:none;
}

.mobile-menu-wrapper, .mobile-menu {
	display: none;
}

#btnBackMobile {
	display: none;
}

.flex {
	display: block;
}

.logo-img-DE {
	display: none;
}

#deAccountInfo .table > tbody > tr > td {
	border-top: 0;
	vertical-align: top;
	text-align: left;
}

#deAccountInfo input, #deAccountInfo textarea {
	width: 45vw;
	padding: 5px;
}

#deAccountInfo textarea::placeholder {
	font-style: italic;
}

#emailSetting textarea, .exportEmailContent textarea {
	padding: 5px;
	width: 45vw;
}

/* Pharos Import Jobs Table */
.flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.flex-row > [class*="col-"] {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    padding: 1em;
    background-color: #E0E0E0;
    border-radius: 5px;
    text-align: center;
}

.flex-row > [class*="col-"]:last-of-type {
    margin-right: 0;
}

.flex-row > [class*="col-"] > h3 {
    margin: 0 0 10px;
    text-decoration: underline;
}

.importJobsTable > .flex-row > [class*="col-"] > p.edit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.importJobsTable > .flex-row > [class*="col-"] > p.edit > a {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #848484;
}

.importJobsTable > .flex-row > [class*="col-"] > p.edit > a:last-of-type {
    margin-right: 0;
}

.importJobsTable > .flex-row > [class*="col-"] > p.edit > a > i {
    margin-left: 10px;
    padding: 10px;
    background-color: #FFF;
    font-size: 12px;
}

.importJobsTable > .flex-row > [class*="col-"] > p.edit > a.config {
    justify-content: center;
    width: 100%;
    margin-right: 0;
}

.importJobsTable > .flex-row > [class*="col-"] > p.importNew > a {
    color: #848484;
}

.importJobsTable > .flex-row > [class*="col-"] > p.importNew > a > i {
    padding: 0;
    background-color: transparent;
    font-size: 18px;
}
/*Export Jobs Table CSS*/
.exportJobsTable > .flex-row > [class*="col-"] > p.edit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .exportJobsTable > .flex-row > [class*="col-"] > p.edit > a {
        display: flex;
        align-items: center;
        margin-right: 15px;
        color: #848484;
    }

        .exportJobsTable > .flex-row > [class*="col-"] > p.edit > a:last-of-type {
            margin-right: 0;
        }

        .exportJobsTable > .flex-row > [class*="col-"] > p.edit > a > i {
            margin-left: 10px;
            padding: 10px;
            background-color: #FFF;
            font-size: 12px;
        }

        .exportJobsTable > .flex-row > [class*="col-"] > p.edit > a.config {
            justify-content: center;
            width: 100%;
            margin-right: 0;
        }

.exportJobsTable > .flex-row > [class*="col-"] > p.exportNew > a {
    color: #848484;
}

    .exportJobsTable > .flex-row > [class*="col-"] > p.exportNew > a > i {
        padding: 0;
        background-color: transparent;
        font-size: 18px;
    }

.useFile > .flex-row > [class*="col-"] {
    padding: 4em;
}

.useFile > .flex-row > [class*="col-"] > h3 {
    margin-bottom: 0;
}

.useFile > .flex-row > [class*="col-"] > h3 > a {
    font-weight: lighter !important;
    color: #848484 !important;
}

.exportDataSyncJobsTable > .flex-row > [class*="col-"] > p.exportNew > a {
	color: #848484;
}

	.exportDataSyncJobsTable > .flex-row > [class*="col-"] > p.exportNew > a > i {
		padding: 0;
		background-color: transparent;
		font-size: 18px;
	}

.uploadFile {
    text-align: center;
}

.uploadFile > .k-content > .dropFileContainer {
    display: flex;
    align-items: center;
    max-width: 300px;
    min-height: 300px;
    margin: 0 auto 20px;
    background-color: #4899d0;
    border-radius: 5px;
}

.uploadFile > .k-content > .dropFileContainer p {
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 500 !important;
    color: #FFF !important;
    text-align: center;
}

.uploadFile > .k-content > .k-upload {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: transparent;
    border: none;
}

.uploadFile > .k-content > .k-upload em {
    display: none;
}

.uploadFile > .k-content > .k-upload .k-dropzone {
    display: inline-block;
    padding: 0;
}

.uploadFile .k-upload-files~.k-clear-selected, 
.uploadFile .k-upload-files~.k-upload-selected {
    margin-top: 0;
}

.uploadFile button.k-button.k-clear-selected {
    margin-right: 10px;
}

.uploadFile > .k-content > .k-upload .k-dropzone .k-upload-button {
    display: inline-block;
    min-width: 2rem;
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
    background-color: transparent;
}

.uploadFile > .k-content > .k-upload .k-dropzone .k-upload-button span,
.uploadFile > .k-content > .k-upload-files .k-button,
.uploadFile > .k-content .k-button {
    display: inline-block;
    width: auto;
    padding: 10px;
    border: 2px solid #4899d0;
    border-radius: 5px;
    background-color: transparent;
    font-family:'Open Sans';
    font-weight: 600;
    text-transform: uppercase;
    color: #4899d0;
    cursor: pointer;
}

.filePreview,
.setMappings {
    width: 100%;
}

.filePreview .table > thead > tr > th,
.setMappings .table > thead > tr > th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #4899d0;
    border-color: #4899d0;
}

.filePreview .table > tbody > tr > td,
.setMappings .table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.setMappings .form-control {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.action-buttons {
    display: flex;
    margin: 20px 0;
}

.action-buttons .action-buttons-col {
    flex: 1 1 auto;
}

.action-buttons .action-buttons-col:last-child {
    display: flex;
    justify-content: flex-end;
}

.action-buttons .action-buttons-col:first-child {
    display: flex;
    justify-content: flex-start;
}

.action-buttons .button {
    background-color: #41464c !important;
    color: white !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: lighter !important;
    text-shadow: none !important;
    border-color: #41464c !important;
    padding: 8px;
    border: 0;
}

.dataImportForm {
    text-align: center;
}

.dataImportForm .form-control {
    margin-bottom: 30px;
}

.main.overlay-wrapper {
    position: relative;
}

.main.overlay-wrapper .spinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main.overlay-wrapper .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ftp-tree .form-control {
    display: inline-block;
    width: auto;
}

.ftp-tree #ftpTree {
    margin: 20px 0;
}

.ftp-tree #ftpTree #rootFolder {
    margin: 10px 0;
}

.ftp-tree #ftpTree button {
    background-color: transparent;
    border: none;
}

.ftp-tree .k-icon,
.ftp-tree .k-tool-icon,
.ftp-tree .k-sprite {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .flex-row > [class*="col-"] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 45%;
        margin-right: 1em;
    }
}

@media only screen and (min-width: 1366px) {
    .flex-row > [class*="col-"] {
        width: 22.5%;
    }
}

/*STANDARD HD AND ABOVE*/
@media only screen and (min-width: 1024px) {
	#AccountDashboard .dashboardSection {
			width: 49%;
		}

		#MenuBar {
			width: 230px;
		}

		.tooltip4 {
			display: none;
		}

		.DEAccounts {
			width: 104%;
		}
		.DEAccountsContainer .DEAccountsBox {
			width: 22.5%;
		}
	}


	/*IPAD AND TABLET*/

	@media only screen and (max-width: 1024px) {
		.logo-img-DE {
			display: block;
		}
		.DEAccounts {
			width: 104%;
		}
		.DEAccountsContainer .DEAccountsBox {
			width: 30%;
		}

		#AccountDashboard .dashboardSection {
			width: 49%;
		}

		#MenuBar {
			width: 100px;
		}

		.main_section {
			padding: 3em 5% 2% 140px;
		}

		.header .logo .logo-img-mobile {
			display: block;
		}

		.header .logo .logo-img {
			display: none;
		}

		.list-group .list-group-item span {
			display: none;
		}

		.sidebar .list-group-item {
			padding: 15px 15px 15px 35px !important;
		}

		.tooltip_Accounts, .tooltip_FTP {
			position: relative;
		}

		.tooltip4 {
			width: 100px;
			position: fixed;
			left: 100px;
			top: 100px;
			height: 200px;
		}

		.tooltiptext, .tooltiptext2, .tooltiptext3, .tooltiptext4, .tooltiptext5 {
			visibility: hidden;
			width: auto;
			background-color: #00365c;
			color: #fff;
			text-align: center;
			border-radius: 5px;
			padding: 8px;
			font-size: 12px;
			position: absolute;
			z-index: 1;
			top: 5%;
			left: 6%;
		}

		.tooltiptext2 {
			top: 25% !important;
		}

		.tooltiptext3 {
			top: 45% !important;
		}

		.tooltiptext4 {
			top: 75% !important;
		}

		.tooltiptext5 {
			top: 95% !important;
		}

		.tooltiptext::after, .tooltiptext2::after, .tooltiptext3::after, .tooltiptext4::after, .tooltiptext5::after {
			content: "";
			position: absolute;
			top: 50%;
			right: 100%;
			margin-top: -5px;
			border-width: 5px;
			border-style: solid;
			border-color: transparent #00365c transparent transparent;
		}


		#AccountDashboard .dashboardSection {
			width: 48%;
		}

		#AccountDashboard .dashboardSection .sectionIcon {
			margin: 15px 0;
		}

		#AccountDashboard .dashboardSection .sectionIcon img {
			width: 100px !important;
			height: 100px !important;
		}

		.sectionInfo h1 {
			margin: 0;
		}

		.sectionInfo h3 {
			font-size: 16px;
			margin-bottom: 0;
			margin-top: 22px;
		}
		#deAccountInfo input, #deAccountInfo textarea {
			width: 100%;
			padding: 5px;
		}
	}

	/*MOBILE*/

	@media only screen and (max-width: 769px) {
		.flex {
			display: flex;
		}
		#btnBackMobile {
			display: block;
		}
		.backButtonMobile {
			
			background-color: transparent;
			color: #41464c !important;
			border: 0;
			/* border-radius: 5px !important; */
			font-size: 25px !important;
			/* font-weight: lighter !important; */
			/* text-shadow: none !important; */
			/* border-color: #41464c !important; */
			float: right;
			padding-top: 20px;
		}
		.DEAccounts {
			width: 100%;
		}
		.DEAccountsContainer .DEAccountsBox {
			width: 100%;
		}

		#AccountDashboard .dashboardSection {
			width: 48%;
		}

		#AccountDashboard .dashboardSection .sectionIcon {
			margin: 15px 0;
		}

		#AccountDashboard .dashboardSection .sectionIcon img {
			width: 80px !important;
			height: 80px !important;
		}

		.sectionInfo h1 {
			margin: 0;
			font-size: 55px !important;
		}

		.sectionInfo h3 {
			font-size: 14px;
			margin-bottom: 0;
			margin-top: 22px;
		}

		#AccountDashboard .dashboardSection {
			width: 100%;
		}

		#AccountDashboard .dashboardSection .sectionIcon {
			margin: 15px 0;
		}

		#AccountDashboard .dashboardSection .sectionIcon img {
			width: 80px !important;
			height: 80px !important;
		}

		.sectionInfo h1 {
			margin: 0;
			font-size: 55px !important;
		}

		.sectionInfo h3 {
			font-size: 14px;
			margin-bottom: 0;
			margin-top: 22px;
		}

		.deMainHeader h2 {
			font-size: 25px !important;
			/*width: 100%;
			text-align: center;
			border-top: 1px solid #ded7d7;
			padding-top: 10px;*/
		}

		.backButton {
			display: none;
		}

		.deMainHeader {
			display: block;
			/*background-color: #41464c !important;*/
			color: white !important;
			border-radius: 5px !important;
			font-size: 16px !important;
			font-weight: lighter !important;
			text-shadow: none !important;
			/*border-color: #41464c !important;*/
			margin-top: 15px;
		}

		#MenuBar {
			display: none !important;
		}

		.nav_bar {
			display: block;
			box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
			display: flex;
			justify-content: space-between;
		}

		.main_section {
			padding: 3%;
		}

		.header {
			display: none;
		}

		.logo-mobile {
			/*background-color: #4899d0;*/
			width: auto;
		}

		.logo {
			display: none;
		}

		.text {
			float: right;
			background-color: #4899d0;
			cursor: pointer;
			width: 100px;
		}

		.text p {
			color: white !important;
			margin: auto !important;
			text-align: center;
			padding: 25px 0;
		}

		.tooltip4 {
			display: none;
		}

		.logo-mobile .logo-img-mobile {
			display: block;
			padding: 10px;
			margin: 0 15px;
			width: 59px;
		}


		.text {
			display: none;
		}

		.nav_bar {
			background-color: #fff;
		}

		.navList {
			display: none;
		}

		.hamburger_container {
			display: inline-block;
			cursor: pointer;
		}

		.bar1, .bar2, .bar3 {
			width: 35px;
			height: 2px;
			background-color: grey;
			margin: 6px 0;
			transition: 0.4s;
		}

		.change .bar1 {
			-webkit-transform: rotate(-45deg) translate(-10px, 9px);
			transform: rotate(-45deg) translate(-10px, 9px);
		}

		.change .bar2 {
			opacity: 0;
		}

		.change .bar3 {
			-webkit-transform: rotate(45deg) translate(-2px, -2px);
			transform: rotate(45deg) translate(-2px, -2px);
		}
		.mobile-menu {
			display: none;
		}

		.mobile-menu a {
			text-decoration: none !important;
		}

		.mobile-menu {
			background-color: rgb(255, 255, 255);
			width: 100%;
			border-top: 1px solid rgb(214, 218, 219);
			box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 7px -3px;
			display: flex;
			flex-direction: column;
			
		}

			.mobile-menu li {
				padding: 10px 0;
				padding-left: 20px;
				border-bottom: 1px solid rgb(214, 218, 219);
			}

			.mobile-menu .logout {
				/*background-color: #0d4871;*/
				/*text-align: center;*/
				padding: 10px 0;
				padding-left: 20px;
				cursor: pointer;
			}
		#deAccountInfo input, #deAccountInfo textarea {
			width: 100%;
			padding: 5px;
		}
		#emailSetting textarea {
			padding: 5px;
			width: 100%;
		}
	}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.DEAccountsContainer .DEAccountsBox {
		width: 30%;
	}
}

@media only screen and (min-width: 550px) and (max-width: 769px) {
	#AccountDashboard .dashboardSection {
		width: 48%;
	}
}