﻿/*---------------HOMEPAGE STYLING BEGIN----------------*/
/*COLORS:
    Buttons:
    orange: #DD7A08; text #FFFFFF;
    orange on hover: #F7931E; text: #000000;
    blue: #0C9BCA;  text #FFFFFF;
    blue on hover: #67D4F9; text: #000000;
    green: #56A046; text: #FFFFFF;
    green on hover: #9CD165; text: #000000;
    dark green: background-color: #2D914D; text-color: #FFFFFF;
    dark green on hover: background-color: #53CA79; text color: #000000;
    purple: #4971B6; text #FFFFFF;
    purple on hover: #7896C9; text: #000000;

    Table:
    header:#3B3B45; (was #6A7781;, the purple sort btn was not visible on it) text:#FFFFFFd;
    even row: 
    Shopping cart button:
    blue: #067AB7;
*/
/*-------------styling for the rest of the website is in the end of file------------*/
#timeout {
    display: none;
}

/* The Modal (background) */
.timeout-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 12em; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.timeout-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}


html, body {
    min-height: 100%;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
a {
    cursor: pointer;
}
.main-container {
	display: flex;
	min-height: 70vh;
	overflow: hidden;
	position: relative;
	padding-bottom: 30vh;
}

/*.e-header-logo {
	max-width: 145px;
    min-width: 100px;
}*/
.etranslators-header-logo, .eeditor-header-logo {
    max-width: 270px;
    min-width: 100px;
}

#e508-homepage-header-logo {
    max-width: 320px;
}
#etranslators-homepage-header-logo, #editor-homepage-header-logo {
    max-width: 420px;
}
.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.jumbotron {
	background-color: #FFFFFF;
	font-family: "Roboto", sans-serif;
}

.container .jumbotron {
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
}

.e-default-slide {
	background-image: url(themes/base/images/homepage-graphic.png);
	background-repeat: no-repeat;
    background-position: 80% 40%;
	/*background-position: center center;
	background-size: auto;*/
}
.e-default-slide-etranslator {
    /*background-image: url(themes/base/images/etranslators-globe.jpg);*/
    background-image: url(themes/base/images/etranslators_globe_flip.webp);
    background-size: cover;
    background-position: center;
    min-height: 100%;
    width: 100%;
}
.e-default-slide-eeditor {
    /* background-image: url(themes/base/images/eeditor-app-image.jpg);*/
    background-image: url(themes/base/images/eeditor-landing-page.jpg);
    background-size: cover;
    background-position-x: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    .e-default-slide-eeditor:before, .e-default-slide-etranslator:before /*, .e-default-slide:before*/ {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
       /* background:rgba(0,119,181, 0.4); -- for e508*/
    }

#welcome {
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

	#welcome > h1:first-child {
		font-size: 75px;
		font-weight: 700;
		font-family: "Montserrat", sans-serif;
		padding-right: 20px;
	}

	#welcome > p:nth-child(2) {
		font-size: 40px;
		font-weight: 500;
		font-family: "Roboto", sans-serif;
	}

.e-jumbo-signin {
	display: flex;
	justify-content: center;
}

#loginForm > p:first-child {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

#loginUserInput, #loginPasswordInput {
    padding-left: 40px;
	height: 40px;
	font-size: 18px;
}


#userLoginIcon, #passwordIcon {
    position: absolute;
    left: 5px;
	width: 30px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 4px;
}

.showpwd {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666666;
    cursor: pointer;
}
#notMember {
	/*padding-right: 5.7vw;*/
	text-align: right;
}

.login-form {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.required {
	color: red;
	font-weight: bolder;
}
label{
    font-size: 20px;
    font-weight: normal;
}

.btn, .btn:focus {
    margin-top: 10px;
    color: #ffffff;
    background-color: #004281;
    /*font-weight: bold;*/
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    height: auto;
    text-align: center;
    font-size: 1.17em;
    padding: 10px 42px;
    border-radius: 30px;
}

.btn:active{
     transform: translateY(2px);
}
.btn:hover{
    background-color: #017FDF;
    color: #000000;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.hpSignInBtn{
    background-color: #56A046;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    border-radius: 30px;
    margin-bottom: 30px;
    font-weight: normal;
}

.hpSignInBtn:hover, .hpSignInBtn:active, .hpSignInBtn:focus, .greenBtn:hover {
    background-color: #9CD165;
    color: #000000;
    outline: none;
}


footer {
    min-height: 27vh!important;
	padding: 2em 0 1em 0;
	background: #3d4042;
	color: #ddd;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 16px;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer a, footer a:hover, footer a:focus {
	color: #fff;
}

@media only screen and (max-width: 822px) {
    footer ul > li {
        padding-top: 15px;
    }
}
.showOnHover {
    display: none;
}

.openNewWindow:hover + .showOnHover {
	display: inline-block;
}

.k-datepicker {
	width: 20%;
	min-width: 170px;
}

#duedate {
	font-size: 14px;
	letter-spacing: 1px;
}

.k-datepicker .k-select {
    background-color: #9CD165;
}


#statecombo {
    width: 30%;
    min-width: 170px;
}


/*-------------HOMEPAGE STYLING END-----------------*/

/*-----------css for the rest of the site------------*/

#firstUploadRules{
    display: flex;
    align-items: center;
}
#firstUploadRules > div{
    width: 50%;
    margin-right: 15px;
    margin-top: 20px;
}
#firstUploadRules > div:nth-child(2) {
    width: 60%;
}
#firstUploadRules ol, #firstUploadRules ul{
    padding-left: 30px;
}
 #firstUploadRules .popover {
        width: 800px;
        height: auto;
        max-width: none;
        max-height:none;
    }

.close {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 5px;
}

#sourcelang [disabled="disabled"], #targetlang [disabled="disabled"] {
    color: #9fa0a1;
    font-weight: normal;
}
#sourcelang option, #targetlang option {
    font-weight: bold;
}
#otherEditStyle, #otherEditType, #otherTranslationStandard, #otherStandard {
    margin-top: 10px;
}
/*******filter section starts*******/
#filterStatus, #filterDocType {
    padding: 6px 12px;
    border-color: rgba(33,37,41,.15);
    border-radius: 3px;
    height: 36px;
    margin-right: 20px;
}
/*label[for=filterStatus], label[for=filterDocType], label[for=filterDueDate] {
    margin-right: 5px;
}*/
    #filterStatus:focus, #filterDocType:focus {
        outline: none !important;
        border: 1px solid #7EB6E2;
        box-shadow: 0 0 5px #E0EFFB;
    }
.filterSection{
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}
.filterSection div{
    display: flex;
    flex-direction: column;
}
/*******filter section ends********/
/************vendor section starts***********/
#vendorsMarketplace {
    margin-bottom: 25px;
}
#marketplaceHeader {
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#marketplaceBody {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#vendorSteps {
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    background-color: #ECECEC;
}
#marketplaceHeader > div:nth-child(1) {
    width: 47%;
}
#marketplaceHeader > div:nth-child(2){
    width: 53%;
}

/*vendors list of categories*/
#vendorsMarketplace {
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    padding: 20px;
}
#marketplaceBody > h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
.vendorOption {
    font-size: 16px;
    font-weight: normal;
    display: initial;
}
#vendorOptions {
    display: flex;
    flex-direction: row;
}
#vendorsFirstCol {
    width: 55%;
    padding-right: 15px;
}
#vendorsSecondColInstructions {
    width: 45%;
    margin-bottom: 40px;
}
#vendorNotes {
    padding-left: 15px;
}
#vendorNotes > li{
    color: #373b41;
    font-size: 14px;
    margin-bottom: 5px;
}
#marketplaceImage {
    width: 270px;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
   
/*vendors state*/
#vendorStateLabel{
    font-size:18px;
}
.k-edit-form-container {
    width: 100%;
}
.k-edit-form-container > div, .vendor-prices > div{
    margin-bottom: 2px;
}
/*.k-edit-form-container > div > div:nth-child(2){
    padding-left:0;
}*/
.k-edit-form-container label {
    font-size: 16px;
    padding-top: 5px;
}

.k-textbox, .k-numerictextbox {
    width: 100%;
}

.align-right{
    text-align: right;
}

.vendor-info .col-md-4{
    padding-left: 0;
    margin-bottom: 2px;
}
.vendor-info {
    margin-bottom: 0!important;
}
.col-md-3 ~ .col-md-3 {
    padding-right: 0;
}
/*---available vendors section starts---*/

.card-input-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1px solid #0C9BCA;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 12px;
}
.card-input-element:focus, .card-input-element:active{
    outline: none!important;
}
    .card-input-element::after {
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 22%;
    position: absolute;
    top: 47%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
}

.card-input {
    height: 100%;
}

.card-input-element:checked {
    background-color: #558309;
}
.card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 2px #56A046;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #b8e4f2;
}
.panel-heading {
    font-weight: bold;
    color: #004281!important;
    padding-right: 30px;
}
.panel-body {
    padding: 10px 0 0 0;
}
.panel-body > ul > li{
    list-style-type: none;
    font-size: 14px;
}
#availableVendors {
    margin-top: 20px;
}
#availableVendors > fieldset{
    display: flex;
    justify-content: center;
}

#availableVendors > label {
    width: 33%;
    background-color: #b8e4f2;
    border: 1px solid #0C9BCA;
    margin-left: 1px;
    margin-right: 1px;
}

#availableVendors > fieldset > label {
    width: 33%;
    background-color: #b8e4f2;
    border: 1px solid #0C9BCA;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
}

#availableVendors > fieldset > label > div > div > ul{
    padding-left: 20px;
}
#VendorMessageContainer{
    margin-top: 10px;
    font-weight: bold;
}
/*---available vendors section ends---*/
/************vendor section ends***********/
.form-control[disabled] {
    background-color: inherit;
    color: #969696;
}
.profilePhones{   
    height: 34px!important;
}
.phoneSection, .taxSection, .mBillingSection, .editSection, #languages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.twoCols {
    width: 45%;
}

.phoneSection > div > span, #getEIN > span.einNums, .profilePhoneSection > div > span
{
    border: none;
}
#workPhone, #mobilePhone, #ein, #bpa {
    height: 34px;
}

#emailHelp, #phoneHelp, #passwordHelp, .additionalInfo {
    font-size: 14px !important;
    color: #525252;
}
#e508Header, #eEditorHeader, #eTranslatorsHeader {
    border-bottom: solid 7px #067AB7;
    padding: 10px 60px 10px 40px;
    /*padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 40px;*/
}
#forgPswdEmailDiv {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.page-heading {
    background-color: #067AB7 !important;
    margin-top: -27px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #FFFFFF;
}
.page-heading h1{
    margin-top: 0;
    margin-bottom: 0;
}
#uploadDocIntro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#uploadDocChooseFile {
    width: 30%;
}
#pleaseNote{
    width: 40%;
}
#uploadDocFileIcons {
    display: flex;
    width: 30%;
    justify-content: flex-start;
    margin-right: 5px;
}
.fileIconUpload {
    width: 60px;
    height: 60px;
}
.fileIconStatus{
    width:50px;
    height: 50px;
}
#uploadDocConditions {
    background-color: #F6F6F6;
    padding: 10px;
}
#uploadDocConditions p{
    margin-bottom: 0;
}
.orangeBtn, .orangeBtn:focus {
    background-color: #DD7A08;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;
}

.orangeBtn:hover {
    background-color: #F7931E;
    color: #000000;
}
.greenBtn, .greenBtn:focus {
    background-color: #56A046;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;
}
.darkGreenBtn, .darkGreenBtn:focus {
    background-color: #2D914D;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;
}
.darkGreenBtn:hover {
    background-color: #53CA79;
    color: #000000;
 }
.downloadBtn, .downloadBtn:focus{
    font-weight: 100;
    font-size: 16px;
    border-radius: 0;
    padding: 5px 8px;
    margin-top:0;
}
.blueBtn, .blueBtn:focus {
    background-color: #0C9BCA;
    color: #FFFFFF;
    border-radius: 30px;
    font-weight: bold;
}
.blueBtn:hover{
    background-color: #67D4F9;
    color: #000000;
}
.purpleBtn, .purpleBtn:focus {
    background-color: #4971B6;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;
}
.purpleBtn:hover {       
    background-color: #7896C9;
    color: #000000;
}
.cartBtn, .cartBtn:focus, .cartBtn:hover {
    background-color: #067AB7;
    border-radius: 30px;
    margin-top: 0;
}
.cartBtn:active{
    transform:none;
}

.e-centered {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    margin-top: 60px;
    margin-bottom: 40px;
}
.messageBox p {
    font-size: 18px;
    color: #d27625;
    font-weight: bold;
}
.editor-field input {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 1em;
}

.body-container section {
    flex: 1;
    min-height: 73vh;
}

#etranslatorIntro {
	padding-bottom: 0;
}

.field-validation-error {
	color: #ff0000;
    display: block;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #D8000C;
	background-color: #eee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #D8000C;
}

.validation-summary-valid {
	display: none;
}
#paymentAdditionalInfo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.additionalNote{
    font-weight: bold;
    font-size: 18px;
}
/* Progress bar CSS */
ol.progtrckr {
    /*margin: 0;*/
    padding: 0;
    list-style-type: none;
}

	ol.progtrckr li {
		display: inline-block;
		text-align: center;
		line-height: 3em;
	}

	/*ol.progtrckr[data-progtrckr-steps="2"] li {
		width: 49%;
	}

	ol.progtrckr[data-progtrckr-steps="3"] li {
		width: 33%;
	}

	ol.progtrckr[data-progtrckr-steps="4"] li {
		width: 24%;
	}

	ol.progtrckr[data-progtrckr-steps="5"] li {
		width: 19%;
	}

	ol.progtrckr[data-progtrckr-steps="6"] li {
		width: 16%;
	}

	ol.progtrckr[data-progtrckr-steps="7"] li {
		width: 14%;
	}

	ol.progtrckr[data-progtrckr-steps="8"] li {
		width: 12%;
	}

	ol.progtrckr[data-progtrckr-steps="9"] li {
		width: 11%;
	}*/

	ol.progtrckr li.progtrckr-done {
		color: black;
		border-bottom: 4px solid green;
	}
    ol.progtrckr li.progtrckr-red {
        color: black;
        border-bottom: 4px solid red;
    }
        ol.progtrckr li.progtrckr-red:before {
            content: "\2713";
            color: white;
            background-color: red;
            height: 1.2em;
            width: 1.2em;
            line-height: 1.2em;
            border: none;
            border-radius: 1.2em;
        }

	ol.progtrckr li.progtrckr-todo {
		color: #000000;
		border-bottom: 4px solid silver;
	}


	ol.progtrckr li:after {
		content: "\00a0\00a0";
	}

	ol.progtrckr li:before {
		position: relative;
		bottom: -2.5em;
		float: left;
		left: 50%;
		line-height: 1em;
	}

	ol.progtrckr li.progtrckr-done:before {
		content: "\2713";
		color: white;
		background-color: green;
		height: 1.2em;
		width: 1.2em;
		line-height: 1.2em;
		border: none;
		border-radius: 1.2em;
	}

	ol.progtrckr li.progtrckr-todo:before {
		content: "\039F";
		color: silver;
		background-color: white;
		font-size: 1.5em;
		bottom: -1.6em;
	}

.highlighttablerow {
	background-color: gray;
}

.addedrow {
	background-color: #eeeeee;
	padding-bottom: 15px;
}

.infotext {
	color: #000;
	text-align: center;
	margin-top: 0.5em;
}

.definition {
	text-align: left;
}

.definitiontext {
	text-align: left;
}
/******* End of progress bar CSS**********/

.e-tabbar {
    margin-right: auto;
    margin-left: auto;
    /*padding-right: 10vw;
    padding-left: 10vw;*/
    padding-top: 20px;
    font-size: 25px;
}

	.e-tabbar > ul {
		text-transform: uppercase;
	}
#navPills {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.e-tabbar li {
    background-size: 56px;
    /*padding-top: 15px;*/
    height: 75px;
}

.nav-pills li {
	display: flex;
	align-items: center;
}

.nav-pills > li {
    margin-left: 35px!important;
}

    .nav-pills li.e-profile-tab.active a {
        text-decoration: underline 5px solid #557bbc;
    }

    .nav-pills li.e-upload-tab.active a {
        text-decoration: underline 5px solid #1DBCF2;
    }

    .nav-pills li.e-payment-tab.active a {
        text-decoration: underline 5px solid #83C63F;
    }

    .nav-pills li.e-status-tab.active a {
        text-decoration: underline 5px solid #F7931E;
    }

    .nav-pills li.e-download-tab.active a {
        text-decoration: underline 5px solid #2D914D;
    }

.e-profile-tab {
    background: url(themes/base/images/signin_btn_active.png) no-repeat 0px center;
    border-right: 5px solid #c4ccd2;
    padding-right: 20px;
}

.e-upload-tab {
    background: url(themes/base/images/upload-icon-3.png) no-repeat 0px center;
    border-right: 5px solid #c4ccd2;
    padding-right: 20px;
}

.e-payment-tab {
    background: url(themes/base/images/payment-icon-2.png) no-repeat 0px center;
    border-right: 5px solid #c4ccd2;
    padding-right: 20px;
}

.e-status-tab {
    background: url(themes/base/images/report-icon-3.png) no-repeat 0px center;
    border-right: 5px solid #c4ccd2;
    padding-right: 20px;
}

.e-download-tab {
	background: url(themes/base/images/download-icon-2.png) no-repeat 0px center;
}


.nav li.e-profile-tab a, .nav li.e-upload-tab a, .nav li.e-payment-tab a, .nav li.e-status-tab a, .nav li.e-download-tab a {
	text-decoration: none;
	padding-left: 65px;
	padding-right: 15px;
	vertical-align: middle;
}

.nav-pills li.active > a, .nav-pills li.active > a:hover, .nav-pills li.active > a:focus {
	color: #222;
	background-color: transparent;
}

.nav li > a, .nav li > a:hover, .nav li > a:focus {
	color: #666;
	background-color: transparent;
}
.e-section-profile{
    margin-bottom: 40px;
}
/*-------------- TABLE BEGIN-----------*/
input[type=search]:focus {
    outline: none !important;
    border: 1px solid #7EB6E2;
    box-shadow: 0 0 5px #E0EFFB;
}
.e-table-centered {
    width: 90%;
    margin: 20px auto;
    background-color: #FFFFFF;
    padding-top: 30px;
}
section table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.table > tbody > tr > td{
    border-top: 0;
    vertical-align: middle;
}

section table th {
    border-bottom: 0!important;
    background-color: #3B3B45!important;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 18px;
    vertical-align: inherit!important;
}
.dataTables_wrapper.no-footer{
    border-bottom: none!important;
}
.dataTables_wrapper.no-footer, #shopCartTable, #cartTable_wrapper {
    width: 100%!important;
}
.dataTable{
    border-bottom: none!important;
    width: 100%!important;
}
#documentTable, #cartTable, #downloadTable {
    width: inherit !important;
    border-bottom: none!important;
}

/*the hidden columns of the download table*/
#downloadTable > thead > tr > th:nth-child(5), #downloadTable > thead > tr > th:nth-child(6){
    width: 0!important;
    padding: 0;
    margin: 0;
    border: 0;
}
#assignInvPayOpts {
    display: flex;
    justify-content: space-around;
}
table > tbody > tr:nth-child(odd) {
    background-color: #fafafa !important;
}
table > tbody > tr:nth-child(even) {
    background-color: #dde0e3!important;
}
#DataTables_Table_0_wrapper > div.dataTables_scroll > div.dataTables_scrollBody{
    overflow-x: hidden!important;
    border-bottom: none;
}
#shopCartTable th, .table-hover th {
    padding: 25px 18px !important;
}
#DataTables_Table_0, #DataTables_Table_0_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div, 
#DataTables_Table_0_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table {
    width: 100% !important;
}
.dataTables_length{
    margin-bottom: 20px;
}
#profileTable td{
    padding: 8px 10px;
    text-align:left;
}
#profileTable td:nth-child(odd) {
    width: 22%;
}
.e-section-checkout {
    margin-right: 70px;
    margin-left: 70px;
}
#payflow_gateway, #xptHSSHeader {
    padding-left: 0;
}
#grid {
    height: auto!important;
    min-height: 70vh;
}
#grid > div.k-grid-content.k-auto-scrollable{
    height: auto!important;
}

.dataTables_wrapper .dataTables_processing {
    top: 100% !important;
    margin-top: 0 !important;
}
tr.child {
    text-align: left;
}
#cartTable > tbody > tr.child > td > ul > li > span.dtr-title{
    width: 110px;
}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
/*----------TABLE END----------------*/
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 4px solid #83C63F;
    border-top-color: #2D914D;
    animation: spinner .6s linear infinite;
}
#document {
    width: 210px;
    height: 0.01px;
    /*opacity: 0;*/
    overflow: hidden;
    position: absolute;
    top: 22px;
    z-index: -1;
    border: none;
}

#document:focus{
    border: 30px solid #ffffff;
    margin-left: -7px;
    margin-top: 2px;
}

#uploadDocChooseFile label:nth-child(2) {
    max-width: 80%;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

#file-name {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chooseFile {
    position: absolute;
    top: 20px;   
}

#chooseFileBtnDiv {
    margin-top: 5px;
    width: 195px;
    height: 55px;
}
/*-----------MEDIA QUERIES--------------*/
@media (max-width: 1570px) {
    .e-centered {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1212px) and (min-width: 491px) {
    #welcome > h1:first-child {
        font-size: 50px;
    }
}

@media (max-width: 1212px) {
    .e-centered {
        width: 90%;
    }
        #welcome > p:nth-child(2) {
        font-size: 30px;
    }

    #loginForm > p:first-child {
        font-size: 30px;
    }
    #DataTables_Table_0_wrapper > div.dataTables_scroll > div.dataTables_scrollBody, #profTableDiv {
        overflow-x: scroll !important;
    }
    .e-tabbar {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1197px) {
    #navPills {
        flex-direction: column;
    }
}

@media (max-width: 1096px) {
    .main-container {
        flex-direction: column;
    }
    #notMember {
        text-align: right;
    }

    #uploadDocIntro {
        flex-direction: column;
    }
    #uploadDocIntro div {
        margin-bottom: 20px;
    }
    #uploadDocChooseFile, #uploadDocFileIcons, #pleaseNote {
        width: 100%;
    }
    
    .e-profile-tab, .e-upload-tab, .e-status-tab, .e-payment-tab {
        border-right: none;
    }
}

@media (max-width: 840px){
    #firstUploadRules{
        flex-direction: column;
    }
    #firstUploadRules > div {
        width: 100%;
        margin-right: 10px;
    }

    #firstUploadRules > div:nth-child(2) {
        width: 100%;
    }
} 

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}
@media (max-width: 630px){
    .shoppingCart{
        width: 100%;
        text-align:start!important;
    }
    #marketplaceBody > h4{
        margin-left: 0;
        text-align: center;
    }
    .e-section-checkout {
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 1368px){
    ol.progtrckr li {
        width: 12%;
    }
}
@media (max-width: 1096px) and (min-width: 491px){
    .e-default-slide {
        background-position: 0% 90%;
    }
    .e-default-slide-eeditor {
        height: 250px;
        background-position-y: 25%;
    }
}
@media (max-width: 490px){
    .e-default-slide {
        background-position: 20% 90%;
    }
    .e-default-slide-eeditor {
        display: none;
    }
    #welcome > h1:first-child {
        font-size: 40px;
    }

    #editor-homepage-header-logo, #e508-homepage-header-logo {
        max-width: 250px;
    }
    #etranslators-homepage-header-logo {
        max-width: 300px;
    }
    #vendorsSecondColInstructions {
        width: 100%;
    }
    #marketplaceImage{
        width: 220px;
    }
    .page-heading h1{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 630px) and (min-width: 491px) {
    #vendorsSecondColInstructions {
        width: 80%;
    }
}
@media (max-width: 800px) and (min-width: 631px) {
    #vendorsSecondColInstructions {
        width: 65%;
    }
}
@media (max-width:793px){
    .phoneSection, .taxSection, .mBillingSection, .editSection, #languages {
        flex-direction: column;
    }
    .twoCols {
        width: 100%;
    }
    .filterSection{
        flex-direction: column;
    }
}

@media (max-width: 673px){
    #marketplaceHeader > div:nth-child(1), #marketplaceHeader > div:nth-child(2) {
        width: 100%;
    }
    #marketplaceHeader {
        flex-direction: column;
        padding: 0;
    }
        #marketplaceHeader > div > h1 {
            text-align: center;
        }
    #forgPswdEmailDiv{
        width: 100%;
    }
    #availableVendors > fieldset{
        flex-direction: column;
    }
    #availableVendors > fieldset > label{
        width: 100%;
    }
}
@media (max-width: 800px){
    #marketplaceBody, #vendorsFirstCol {
        width: 100%;
    }
    #vendorOptions {
        flex-direction: column;
    }
}
@media (min-width: 1510px){
    .e-table-centered{
        width: 75%;
    }
    #paymentAdditionalInfo{
        width: 75%;
    }
}
@media (max-width: 905px){
    #paymentOptions{
        flex-direction: column;
        align-items: center;
    }
    #paymentOptions a{
        width: 270px;
    }
}
@media (max-width: 1115px) {
    .addedrow {
        display: none !important;
    }
}

@media (max-width: 801px) and (min-width: 365px) {
    #documentTable > tbody > tr.child > td > ul > li > span.dtr-title {
        width: 160px;
    }
}
@media (max-width: 504px){
    #checkAll, #deselectAll {
        display: none;
    }
}
@media (max-width: 745px) and (min-width: 439px){
    #assignInvPayOpts{
        flex-direction: column;
    }
}
@media (max-width: 438px){
    #assignInvPayOpts{
        display: inline;
    }
    #assignInvPayOpts a{
        margin-right: 10px;
    }
}
@media (min-width: 1020px){
    label[for=textAlert] {
        white-space: nowrap;
    }
}
/*---------------- IE --------------------------*/
/*-ms-high-contrast is Microsoft-specific (and only available in IE 10+), it will only be parsed in Internet Explorer 10 and greater.*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav-pills li.e-upload-tab.active a, .nav-pills li.e-profile-tab.active a, .nav-pills li.e-payment-tab.active a, .nav-pills li.e-status-tab.active a, .nav-pills li.e-download-tab.active a {
        text-decoration: underline;
    }
}