@font-face {
	font-family: 'icofont';
	src: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/icofont.eot");
	src: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/icofont.eot?#iefix") format('embedded-opentype'),
		 url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/icofont.woff2") format('woff2'),
		 url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/icofont.woff") format('woff'),
		 url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/icofont.ttf") format('truetype'),
		 url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/icofont.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/RedHatDisplay-Regular.ttf") format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'RedHatDisplay';
	src: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/fonts/RedHatDisplay-Bold.ttf") format('truetype');
	font-weight: 700;
}
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
* {
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'RedHatDisplay', Arial, Helvetica, sans-serif, sans-serif;
    font-size: 16px;
	color: #43464F;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: 'RedHatDisplay', Arial, Helvetica, sans-serif, sans-serif;
	font-size: 16px;
	color: #43464F;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

.calendar-time-line .current-month {
    font-weight: normal;
}

li.current-month .time-line-item {
    background: #EAEBF5 !important;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #43464F;
    text-decoration: none;
    font-weight: normal;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #283198;
}

.footer {
    padding: 0em;
}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/
.time-line-month-name {
    color: #43464F;
}

.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    text-decoration: underline;
    color: #283198;
}

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 0em;
}

.next-event div.date-time {
    font-weight: normal;
    padding-bottom: 5px;
    color: #001F33 !important;
}

.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: 300;
    padding-top: 0em;
    padding-bottom: 0em;

    font-family: inherit;
    color: #001F33;
    font-weight: bold !important;
}

div#lblUpcommingEventDownload {
    color: #001F33;
    font-weight: bold !important;

}

.section-header.subscription-header {
    color: #001F33;
}

.export-and-subscription {
    margin-top: 3em;
    margin-bottom: 3em;
}

.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0em;
    font-family: inherit;
    color: #0045E3;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.75em;
    /*margin: -0.08em 0 0 -0.08em;*/
    border: 1px solid #DBDBDB;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #DBDBDB;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #ccc;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #fff;
}

.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}

/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse > .exco-text {
    display: inline-block;
    text-align: center;
    color: #43464F;
    font-size: 1.5em;
    width: 1.15em;
    background: #efefef;
    height: 1.15em;
    line-height: 1.05em;
    border: 0.16em solid #efefef;
    border-radius: 0.75em;
}

span.type-filter-name {
    font-weight: normal;
}

.expand-collapse > .exco-text:hover,
.expand-collapse.expand > .exco-text {
    background-color: #43464F !important;
    border-color: #43464F !important;
    color: #EA5404 !important;
}

/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0em solid #DADADA;
    border-top: 0.08em solid #DADADA;
    padding: 10px 0;
    position: relative;
    top: 0;
    left: 0;

}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.link-location, .attachments {
    padding-top: 0px;
    padding-bottom: 0px;
}

.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #ccc;
}

ul.events li:last-child .content-headline {
    border-bottom: 0;
}

/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}

.filter-type {
    border-bottom: 0px solid #43464F;
    padding-bottom: 0.6em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination > li > a,
.eupagination > li > span {
    font-weight: bold;
    padding: 0.6em;

    line-height: normal;
    color: #43464F;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #E1E1E1;
    outline: none;
}

.eupagination > li > a:hover,
.eupagination > li > span:hover {
    background-color: #283198;
    color: #ffffff !important;
}

.eupagination > .active > a,
.eupagination > .active > span,
.eupagination > .active > a:hover,
.eupagination > .active > span:hover,
.eupagination > .active > a:focus,
.eupagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #283198;
    border-color: #283198;
    font-weight: bold;
}

.eupagination > li:last-child > a,
.eupagination > li:last-child > span {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-left: 0;
}

.eupagination > li:first-child > a,
.eupagination > li:first-child > span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-right: 0;
}


/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    border: 0px solid #FFF;
    background: #EAEBF5;
    color: #283198;
    padding: 1em 1.5em;
    border: 0em solid #EAEBF5;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
    border-radius: 0px;
    height: auto;
    width: 12em;
    text-align: left;
    white-space: nowrap;
    line-height: normal;
    text-transform: capitalize;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.btn:after, .btn-primary:after {
    content: "";
    display: inline-block;
    background-image: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/activeArrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    position: relative;
    left: 35px;
    top: 2px;
}

.btn-submit:after{
    content: "";
    display: inline-block;
    background-image: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/activeArrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    position: relative;
    left: 55px;
    top: 2px;
}

.btn:hover:after, .btn-primary:hover:after {
    content: "";
    display: inline-block;
    background-image: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/hoverArrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    position: relative;
    left: 35px;
    top: 2px;
}

input.btn.btn-default.btn-cancel {
    padding: 1.2em 1em;
}

.btn-submit:hover:after {
    content: "";
    display: inline-block;
    background-image: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/hoverArrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    position: relative;
    left: 55px;
    top: 2px;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    color: #ffffff;
    background: #283198;
    cursor: pointer;
    text-decoration: none;
    border-color: #283198;
}

/************************************************ END OF BUTTONS *********************************************************/
.events-container {
    padding-top: 0.6em;
    clear: both;
}

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 0em 0;
}

body.body-rtl .tabs,
body.body-rtl .tabs li {
    float: none !important;
}


.tabs {
    background-color: transparent;
    margin-top: 3em;
    margin-bottom: 3em;
    width: 100%;
    height: auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size: 1.0em;
    border-bottom: 0px solid #0045E3;
    text-align: center;
}

body.body-rtl .tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size: 1.0em;
    border-bottom: 0px solid #0045E3;
    text-align: center;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 1em !important;
    padding-right: 2em;
    padding-bottom: 1em !important;
    padding-left: 2em;
    margin-top: 0.0em;
    margin-right: 0em;
    margin-bottom: 0.0em;
    margin-left: 0em;
    text-transform: none;
    text-decoration: none;
    font-weight: 700! important;
    font-style: normal;
    font-size: 1em;
    background: #FFFFFF!important;
    border-top: 0.08em solid #EAEAEA;
    border-right: 0.08em solid #EAEAEA;
    text-decoration: underline !important;
    border-bottom: 0.08em solid #EAEAEA;
    border-left: 0.08em solid #EAEAEA;
    background: #FFFFFF;
    color: #283198!important;
    border-radius: 0px;
    outline: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
    /* margin: 0 1em; */
    min-width: 11em;
}

.tabItem:hover,
.tabs li a:hover {
    cursor: pointer;
    background: #98b4f4;
}

.tab-active {
    background: #FFFFFF;
    color: #283198!important;
    border-bottom: 0.32em solid #283198;
    cursor: default !important;
}

.tab-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.75em;
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
    border-top: 0.75em solid #007EAC;
    display: none;
}

/* YEAR BUTTONS */
.year-filter ul {
    margin: 10px 0px 0px 0px;
}

.year-filter ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 1em;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;

    text-decoration: none;
    font-weight: bold;
    font-style: normal;


    transition: background 0.5s;
    color: #000;
    border-radius: 0;
    margin: 0;
    margin-left: 5px;
}

/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.tabItem {
    text-transform: none;
}

/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.0em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #001F33;
    font-family: inherit;
}

.events-container {
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* box-shadow: 1px 3px 2px 0 #a4a4a4;
    -webkit-box-shadow: 1px 3px 2px 0 #a4a4a4;
    -moz-box-shadow: 1px 3px 2px 0 #a4a4a4;*/
}

li.type {
    width: 50%;
    padding: 0.5em 0;
}

.checkbox-event-type {
    padding: 0;
}

label {
    vertical-align: text-top;
}

.modal-body {
    position: relative;
    padding: 1em;
}

.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
}

.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #efefef;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #231F20;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    height: 44px;
    background: #fff;
    border: 1px solid #BDC3C7 !important;
}

.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}

/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
}

.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}

.etooltip {
    border: 0.08em solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #003E5C;
    -moz-box-shadow: 0 0.08em 0.32em #DBDBDB;
    -webkit-box-shadow: 0 0.08em 0.32em #DBDBDB;
}

.etooltip .tip-arrow {
    background: transparent;
}

/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) {
    li.type {
        width: 50% !important
    }
}

@media (max-width:479px) {
    #PastEventsContainer .attachments {
        margin-top: 0 !important;
    }

    .button-wrraper {
        margin-top: 1em !important
    }

    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
}

@media (max-width:320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: left;
    }

    .export-types {
        padding-bottom: inherit;
    }
}

/*END*/
.button-wrapper {
    text-align: center;
}

.section-header.subscription-header {
    text-align: center;
}

.show-hide-toggle {
    display: block !important;
}

span.exco-text {
    display: none !important;
}

nav.year-filter li.selected a {
    text-decoration: underline !important;
    color: #283198;
}

.headline-left .full-descriptions {

    padding-top: 5px;
    padding-bottom: 5px;
}

.event-name {
    font-size: 1.10em;
    font-weight: bold;
    padding-top: 10px !important;
}

.event-type {}

.subscribe-content-wrapper .event-name,
ul.checkbox-event-type span,
.your-preference-title {
    font-size: 16px;

}

.check-subscription-link a,
.check-subscription-link {

    font-weight: 300;
    color: #334C5C !important;
    font-size: 16px;
}

.check-subscription-link a:hover,
.check-subscription-link:hover {
    text-decoration: none !important;
}

.link-location a {
    font-size: 16px !important;
}

.event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: transparent;
}

footer.footer {
    font-size: 16px;
    padding-top: 5px;
}

.footer a {
    font-weight: normal !important;
    color: #334C5C;
    text-decoration: underline;
}

.event-name {
    color: #283198 !important;
}

.supply-by {
    line-height: 22px;
}

.disclaimer-box {
    line-height: 32px;
    height: 16px;
}

.color-box {
    width: 12px;
    height: 12px;
    margin-top: -4px;
    display: inline-block;
}

.modal .close {
    font-size: 21px;
}

@media (min-width: 0px) and (max-width: 516px) {
    .tabs li {
        margin: 5px;
    }

    .tabItem {
        margin-left: 0px;
    }
}

.row-control {
    height: auto;
}

.checkbox {
    background: none;
}

.checkbox:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 0.8em;
    height: 0.8em;
    font-size: 13px;
    border-radius: 0px;
    padding-top: 1px;
    padding-left: 1px;
    border: 0.08em solid #ccc;
    background: transparent;
}

.checkbox-wrapper {
    outline: none;
}



.headline-left .date-time {
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}

.radio {
    background: transparent;
    line-height: 0.9em;
}

.radio:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 0.08em solid #ccc;
    background: transparent;
}


.button-wrraper {
    text-align: center;
    padding: 15px 0px 15px 0;
}


body.body-rtl .button-wrraper {
    text-align: center;
    padding: 15px 0px 15px 0;
    margin-right: -27px;
}


span.privacy-policy-name {
    position: relative;
    top: 3px;
}

@media (max-width: 479px) {
    li.type {
        width: 100% !important;
        padding: 0;
    }
}

.headline-left .date-time {
    font-weight: normal;
    font-size: 16px;
}

/*****Modification***/
.section-header.subscription-header {
    text-align: right;
}

button.export-icon.mail-outlook,
button.export-icon.mail-google {
    display: none;
}
.headline-left .event-name {
    padding-top: 0;
    padding-bottom: 0;
}

.headline-left .full-descriptions {
    color: #001F33;
    padding-top: 0px;
    padding-bottom: 5px;
}

@media (max-width: 320px) {
    .subscription-section .subscription-header {
        display: none;
    }

    .check-subscription-link,
    .subscription-section .btn-subscribe-wrapper {
        text-align: center;
    }
}

.full-descriptions {
    font-family: inherit !important;
    font-weight: 400;
    line-height: 30px;
}

span.footer-separator {
    display: inline-block !important;
}

.supply-by span span {
    display: block;
}

.cookies-box {
    font-size: 14px;
}

.calendar-view {
    margin-left: 2px;
    margin-right: 2px;
}

.export-types.download-event {
    
}

.supply-by-box {
    font-size: 12px;
}

.content-headline .headline {
    padding-top: 0px;
}


.main-heading {
    display: none;
    padding-bottom: 20px;
}

@media (max-width: 420px) {
    .tabItem {
        margin: 0;
    }
}

/* @media (max-width: 380px){
    .tabItem,
    .tabs ul li a {
        margin: 0.15em 0em;
        border-top: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
        border-bottom: 3px solid #E1E1E1;
        border-left: 1px solid #E1E1E1;
        display: block;
    }
    .tab-active,
    .tabs ul li a.tab_selected {
        background: #FFFFFF;
        color: #0045E3;
        border-top: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
        border-bottom: 3px solid #0045E3;
        border-left: 1px solid #E1E1E1;
    }
} */

* {
    outline: none;
}
.export-icon {
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0px;
    border: none;
    border-radius: 0px;
    border: none;
    padding: 0!important;
}
.modal-header {
    padding-bottom: 0;
}
.headline-right .event-type {
    padding: 0;
}
div#lblUpcommingEventDownload {
    display: none;
}
.event-type {
    color: #43464F;
    font-weight: 600!important;
    text-transform: uppercase;
    font-size: 14px;
}
.download-event .export-icon {
    width: auto;
    height: auto;
}
.export-types .export-icon {
    margin: 0;
}
.mail-apple {
    background: #fff!important
}
button.export-icon.mail-apple span {
    font-size: 16px!important;
    position: relative!important;
    top: 0 !important;
    left: 0!important;

    font-family: inherit;
   
    font-weight: bold;
    color: #43464F;
    
}

button.export-icon.mail-apple span:after {
    content: ">";
    font-family: monospace;
    display: inline-block;
    padding-left: 3px;
    
}

button.export-icon.mail-apple span:hover:after {
    content: ">";
    font-family: monospace;
    display: inline-block;
    padding-left: 6px;
    
}

button.export-icon.mail-apple span.accessibility,
.check-subscription-link a {
    display: inline-block;
    width: auto!important;
    height: auto!important;
    clip: auto!important;
    padding-bottom: 0px!important;
    text-transform: capitalize;
    font-weight: normal;
    color: #43464F;
}
.check-subscription-link .link:hover {
    text-decoration: underline !important;
}

button.export-icon.mail-apple span.accessibility:hover,
button.export-icon.mail-apple span.accessibility:active,
.check-subscription-link a:hover,
.check-subscription-link a:active {
    color: #0045E3!important;
    border-color: #0045E3!important;
}

.tabItem:hover, .tabs li a:hover {
    border-bottom: 0.32em solid #283198;
}

.type-filter-name {
    font-weight: normal;
    text-decoration: underline;
}
.filter-type .selected .type-filter-name {
    font-weight: bold;
    text-decoration: none;
}

.next-event .event-name {
    margin-top: 0!important;
    padding-top: 0!important;
    margin-bottom: 2em;
}
.content-headline .headline {
    padding: 0px;
}

li.page.first a {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}
li.page.last a {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}

.checkbox:before {
    display: block;
    content: " ";
    position: absolute;
    top: -1px;
    border: 1px solid #283198;
    left: 0px;
    background: #fff;
    width: 1.2em;
    height: 1.2em;
    box-sizing: border-box;
    font-family: icofont;
    font-weight: 400;
    font-size: 1em;
    border-radius: 3px;
}
.checkbox.checkbox-checked:before {
    background: #FFFFFF;
}
.checkbox-checked:after {
    content: "\eed8";
    font-size: 18px;
    position: absolute;
    top: 1px;
    border: 0px solid #ccc;
    left: 1px;
    color: #283198;
    box-sizing: border-box;
    font-family: icofont;
    font-weight: 400;
}
.radio:before {
    content: " ";
    position: absolute;
    left: 2px;
    top: -3px;
    width: 1.1em;
    display: inline-block;
    border: 1px solid #283198;
    height: 1.1em;
    border-radius: 100%;
    background: #ffffff;
}

.radio-checked:after {
    content: " ";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 10px;
    display: inline-block;
    border: 1px solid #283198;
    height: 10px;
    background: #283198;
    border-radius: 100%;
}

span.radio, span.checkbox, span.event-name {
    margin-right: 10px;
}

.tabItem {
    text-transform: capitalize!important;
    text-decoration: none!important;
}

.input select {
    /*background-image: url("//tools.euroland.com/tools/FinCalendar2/Config/Company/es-cox/down-arrow.svg") ;*/
    background-origin: content-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}


select {
    color: #231F20;
    height: 38px;
    padding: 0 5px;
    border: 2px solid #231F20 !important;
    font-family: inherit;
    -webkit-appearance: none;
}


.modal .close {
 
    font-size: 21px;
    font-weight: initial;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    background: #283198;
    width: 1.5em;
    opacity: 1!important;
    height: 1.5em;
}

.preference-period {
    text-align: center;
    margin-top: 15px !important;
}

.modal .close:hover {
    color: #fff;
}

.form .label {
    width: 22%;
}


@media (max-width:320px) {
    body.body-rtl .button-wrraper {
        text-align: center;
        padding: 15px 15px 15px 0;
        margin-right: -27px;
    }
    input.btn.btn-default.btn-cancel {
        margin-bottom: 5px;
    }
}

.supply-by-box {
    display: none;
}

.tabs--reverse {
    display: block!important;
}
