.datepick {
background-color: #fff;
color: #000;
border: 1px solid #444;
border-radius: 0.25em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
font-family: Arial,Helvetica,Sans-serif;
font-size: 90%;
}
.datepick-rtl {
direction: rtl;
}
.datepick-popup {
z-index: 1000;
}
.datepick-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}
.datepick a {
color: #fff;
text-decoration: none;
}
.datepick a.datepick-disabled {
color: #888;
cursor: auto;
}
.datepick button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #fcc;
border: none;
border-radius: 0.25em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
float: left;
width: 100%;
background-color: #000;
color: #fff;
font-size: 90%;
font-weight: bold;
}
.datepick-ctrl {
background-color: #600;
}
.datepick-cmd {
width: 30%;
}
.datepick-cmd:hover {
background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
width: 8%;
}
a.datepick-cmd {
height: 1.5em;
}
button.datepick-cmd {
text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
float: left;
padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
float: left;
width: 35%;
text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}
.datepick-month-nav {
float: left;
background-color: #777;
text-align: center;
}
.datepick-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.datepick-month-nav span {
color: #888;
}
.datepick-month-row {
clear: left;
}
.datepick-month {
float: left;
width: 15em;
border: 1px solid #444;
text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
height: 1.5em;
background-color: #444;
color: #fff;
font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
height: 1.4em;
margin: 0em;
padding: 0em;
border: none;
font-size: 100%;
}
.datepick-month-header input {
position: absolute;
display: none;
}
.datepick-month table {
width: 100%;
border-collapse: collapse;
}
.datepick-month thead {
border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
margin: 0em;
padding: 0em;
font-weight: normal;
text-align: center;
}
.datepick-month th {
border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
background-color: #777;
color: #fff;
}
.datepick-month td {
background-color: #eee;
border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
border: 1px solid #777;
}
.datepick-month td.datepick-week * {
background-color: #777;
color: #fff;
border: none;
}
.datepick-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
background-color: #eee;
color: #000;
text-decoration: none;
}
.datepick-month span {
display: block;
width: 100%;
padding: 0.125em 0em;
}
.datepick-month td span {
color: #888;
}
.datepick-month td .datepick-other-month {
background-color: #fff;
}
.datepick-month td .datepick-weekend {
background-color: #ddd;
}
.datepick-month td .datepick-today {
background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
background-color: #f08080;
}
.datepick-month td .datepick-selected {
background-color: #777;
color: #fff;
}
.datepick-month th.datepick-week {
background-color: #777;
color: #fff;
}
.datepick-status {
clear: both;
background-color: #ddd;
text-align: center;
}
.datepick-clear-fix {
clear: both;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}@font-face {
font-family: 'themify';
src:url(//www.microlabserres.gr/wp-content/plugins/medicalist_donation/assets/front-end/css/fonts/themify.eot?-fvbane);
src:url(//www.microlabserres.gr/wp-content/plugins/medicalist_donation/assets/front-end/css/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
url(//www.microlabserres.gr/wp-content/plugins/medicalist_donation/assets/front-end/css/fonts/themify.woff?-fvbane) format('woff'),
url(//www.microlabserres.gr/wp-content/plugins/medicalist_donation/assets/front-end/css/fonts/themify.ttf?-fvbane) format('truetype'),
url(//www.microlabserres.gr/wp-content/plugins/medicalist_donation/assets/front-end/css/fonts/themify.svg?-fvbane#themify) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}body {
overflow-x: hidden;
}
.wp-donation-system {
float: left;
position: relative;
width: 100%;
}
.wp-donation-system h1,.wp-donation-system h2,
.wp-donation-system h3,.wp-donation-system h4,
.wp-donation-system h5,.wp-donation-system h6{
font-family: roboto slab;
color: #4d4c4c;
}
.wp-donation-system p {
font-family: arimo;
color: #8f8f8f;
font-size: 12px;
line-height: 30px;
}
.wp-donation-system ul li ,.wp-donation-system ul li a{
font-family: arimo;
color: #8f8f8f;
font-size: 12px;
line-height: 30px;
}
.wp-donation-system a:hover,
.wp-donation-system a:focus{
text-decoration:none;
outline:none;
}
.wp-donation-system {
float: left;
padding: 70px 80px 0;
position: relative;
width: 100%;
}
.wp-donation-system h6 {
background: none repeat scroll 0 0 #000000;
color: #ffffff;
font-size: 14px;
left: 0;
margin: 0;
padding: 30px 80px 60px;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.easy-donation {
background: none repeat scroll 0 0 #f4f4f4;
float: left;
overflow: hidden;
position: relative;
width: 100%;
}
.donation-title {
background: none repeat scroll 0 0 #1c1d1d;
float: left;
width: 100%;
position: relative;
margin: 0;
padding: 40px 90px;
}
.donation-title h1 {
color: #ffffff;
float: left;
font-size: 22px;
letter-spacing: 0.5px;
margin: 7px 0;
padding: 0;
} .easy-donation,
.language-selector .select2-container--default .select2-selection--single,
.language-selector .select2-container--default .select2-selection--single span.select2-selection__rendered,
.select2-container--default .select2-selection--single,
.wpdonation-button, .donation-figures li a.wpdonation-button,
.textfield input,.textfield textarea,
.wpdonation-box .nav li a,
.wp-donation-system button,
.field,
.wpdonation-payment a,
.history,
.history-detail,
.history-detail > span,
.history-detail > i,
.trans-history,
.thanks-message,
.payment-method
.wp-donation-system input[type="submit"],
.wp-donation-system input[type="button"]{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.donation-amount .textfield:before,
.donation-amount .textfield:after,
.history-detail:before{
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
}
.wpdonation-box .nav li a,
.wp-donation-system button,
.search input,
.search button,
.history-detail > a,
.wpdonation-payment a,
.history:hover .history-detail > i{
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-ms-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.language-selector {
float: right;
width:180px;
}
.language-selector .select2.select2-container {
float: left;
width: 100% !important;
}
.language-selector .select2-container--default .select2-selection--single {
background-image:none; 
border: 0 none;
height: 37px;
}
.language-selector .select2-container--default .select2-selection--single span.select2-selection__rendered {
color: #ffffff;
font-family: arimo;
font-size: 11px;
letter-spacing: 0.5px;
line-height: 37px;
padding: 0 40px 0 20px;
text-transform: uppercase;
}
.language-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 35px;
width: 40px;
}
.language-selector .select2-container--default .select2-selection--single .select2-selection__arrow b{
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.language-selector .select2-container--default .select2-selection--single span.select2-selection__rendered img {
float: left;
margin-right: 10px;
margin-top: 12px;
} .donation-fields {
float: left;
padding: 50px 100px;
padding-top: 0px;
width: 100%;
}
.easy-donation .select2-container {
width: 100% !important;
z-index: 1 !important;
}
.select2-container--default .select2-selection--single {
background: #ffffff;  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #fafafa 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(44%,#fcfcfc), color-stop(100%,#fafafa)); background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 44%,#fafafa 100%); background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 44%,#fafafa 100%); background: -ms-linear-gradient(top, #ffffff 0%,#fcfcfc 44%,#fafafa 100%); background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 44%,#fafafa 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); border: 1px solid #b7d6df;
height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #646464;
font-family: arimo;
font-size: 12px;
letter-spacing: 0.4px;
line-height: 48px;
padding: 0 40px 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 49px;
width: 40px;
}
.select2-results__option {
font-family: arimo;
font-size: 12px;
line-height: 10px;
padding: 10px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
background: none repeat scroll 0 0 #b1b1b1;
content: "";
height: 10px;
width: 1px;
margin-top: -5px;
position: absolute;
top: 50%;
left: 0;
} .wpdonation-box {
float: left;
margin-top: 45px;
width: 100%;
}
.wpdonation-title {
color: #4d4c4c;
float: left;
font-size: 18px;
font-weight: 600;
margin:0 0 30px;
text-align: center;
text-transform: uppercase;
width: 100%;
}
ul.donation-figures {
float: left;
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}
ul.donation-figures li {
display: inline-block;
margin:0 5px;
}
.wpdonation-button, .donation-figures li a.wpdonation-button {
background: none repeat scroll 0 0 #4a4a4a;
color: #ffffff;
float: left;
font-family: arimo;
font-size: 14px;
line-height: 25px;
padding: 10px 30px;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-ms-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
} .textfield {
float: left;
position: relative;
width: 100%;
}
.textfield input, .textfield textarea{
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #d2cfcf;
color: #a8a8a8;
float: left;
font-family: arimo;
font-size:12px;
letter-spacing: 0.5px;
height: 49px;
padding: 10px 20px;
width: 100%;
}
.textfield textarea::-moz-placeholder,.textfield input::-moz-placeholder{
opacity: 1;
color:#8f8f8f;
}
.textfield textarea::-webkit-placeholder,.textfield input::-webkit-placeholder{
opacity: 1;
color:#8f8f8f;
}
.donation-amount .textfield textarea{
text-align: center;
line-height: 110px;
min-height: 135px;
}
.donation-amount .textfield textarea{
font-size: 50px;
line-height: 110px;
}
.donation-amount .textfield textarea::-moz-placeholder {
font-size: 12px;
}
.donation-amount {
float: left;
margin-top: 50px;
width: 100%;
}
.donation-amount .textfield::before, 
.donation-amount .textfield::after {
background: none repeat scroll 0 0 #f4f4f4;
border: 1px solid #b6b6b6;
color: #4d4c4c;
content: "OR";
font-family: roboto slab;
font-size: 12px;
font-weight: 700;
height: 47px;
left: 50%;
line-height: 47px;
margin-left: -23.5px;
position: absolute;
text-align: center;
top: -24px;
width: 47px;
z-index: 1;
}
.donation-amount .textfield::after {
background: none repeat scroll 0 0 #ffffff;
border: 0 none;
content: "";
height: 57px;
margin-left: -28.5px;
margin-top: -6.5px;
width: 57px;
z-index: 0;
}
.wpdonation-box ul {
border: 0 none;
}
.wpdonation-box .nav {
float: left;
text-align: center;
width: 100%;
}
.wpdonation-box .nav li {
display: inline-block;
float: none;
margin: 0 5px;
}
.wpdonation-box .nav li a, 
.wpdonation-box .nav li.active a, 
.wpdonation-box .nav li a:hover {
background: none repeat scroll 0 0 #4a4a4a;
border: 0 none;
color: #ffffff;
line-height: 20px;
margin: 0;
padding: 13px 50px;
}
.wpdonation-box > .tab-content{
float: left;
padding-top: 50px;
width: 100%;
}
.payment-type h3 {
color: #4d4c4c;
float: left;
font-size: 15px;
font-weight: 400;
margin: 0 0 20px;
text-align: center;
width: 100%;
}
.wpdonation-box .tab-content .tab-content {
float: left;
margin-top: 10px;
padding: 0 60px;
width: 100%;
}
.wpdonation-box .tab-content .tab-content p {
float: left;
font-family: roboto slab;
margin-bottom: 30px;
text-align: center;
width: 100%;
}
.form {
float: left;
margin-bottom:-20px;
width: 100%;
}
.form > div {
margin-bottom:20px;
}
.textfield > img {
position: absolute;
right: 10px;
top: 10px;
}
.wp-donation-system button{
background: none repeat scroll 0 0 #4a4a4a;
border: 0 none;
color: #ffffff;
display: table-caption;
float: none;
font-family: arimo;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.5px;
margin: 30px auto 0;
padding: 14px 50px;
text-transform: uppercase;
}
.search {
height: 100%;
background: none repeat scroll 0 0 #373737;
position: absolute;
right: 0;
top: 0;
}
.search button {
color:#a2a2a2;
float: left;
font-size: 18px;
height: 100%;
margin: 0;
padding: 0;
width: 70px;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
}
.search input {
background:#0F0F0F;
border: 0 none;
color: #ffffff;
font-family: roboto slab;
font-size: 16px;
font-weight: 400;
height: 100%;
padding: 20px 0;
position: absolute;
right: 100%;
width: 0;
}
.search button:hover{
color:#ffffff;
}
.search:hover input,.search input:focus {
padding: 20px;
width: 250px;
}
.date-range {
float: right;
margin: 0;
}
.field {
background: none repeat scroll 0 0 #373737;
float: left;
height: 36px;
margin-left: 20px;
position: relative;
width: 150px;
}
.field input {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
color: #a2a2a2;
font-family: arimo;
font-size: 11px;
height: 100%;
padding:6px 30px 6px 20px;
width: 100%;
}
.field i {
color: #a2a2a2;
font-size: 12px;
position: absolute;
right: 10px;
top: 12px;
}
.donation-fields strong.wpdonation-subtitle {
color: #4d4c4c;
float: left;
font-family: roboto slab;
font-size: 14px;
text-align: center;
}
.wp-donation-system button.clear-filter {
margin-top: 0;
padding: 15px 20px;
width: 100%;
}
.history {
background: none repeat scroll 0 0 #ffffff;
float: left;
margin-top: 20px;
padding: 10px;
width: 100%;
}
.wpdonation-payment {
color: #4c4c4c;
float: left;
font-family: roboto slab;
font-size: 36px;
font-weight: 300;
margin:35px 0;
text-align: center;
width: 100%;
}
.wpdonation-payment i {
font-size: 24px;
font-style: normal;
font-weight: 700;
margin-right: 5px;
}
.wpdonation-payment a {
background: none repeat scroll 0 0 #c0bebe;
color: #ffffff;
display: table;
font-family: arimo;
font-size: 11px;
margin: 0 auto;
padding: 7px 22px;
}
.history-detail {
background: none repeat scroll 0 0 #f4f4f4;
float: left;
width:100%;
padding:30px 30px 25px 70px;
position: relative;
}
.history-detail > span {
background: none repeat scroll 0 0 #ffffff;
color: #4a4a4a;
display: table;
font-family: arimo;
font-size: 10px;
letter-spacing: 0.4px;
margin-bottom: 20px;
padding: 6px 15px;
text-transform: uppercase;
}
.history-detail h5 {
color: #646464;
float: left;
font-family: arimo;
font-size: 15px;
letter-spacing: 0.5px;
margin: 0;
}
.history-detail h5 strong {
font-family: roboto slab;
font-size: 18px;
margin-right: 5px;
}
.history-detail > i{
background: none repeat scroll 0 0 #c0bebe;
color: #ffffff;
float: right;
font-family: arimo;
font-size: 11px;
font-style: normal;
letter-spacing: 0.5px;
margin-top: -20px;
padding: 10px 25px;
}
.history-detail ul {
float: left;
list-style: outside none none;
margin: 10px 0 0;
padding: 0;
width: 100%;
}
.history-detail ul li {
float: left;
line-height: 20px;
padding-right: 20px;
width: 50%;
}
.history-detail:before {
background: none repeat scroll 0 0 #c0bebe;
border: 3px solid #ffffff;
color: #ffffff;
content: "\e64c";
font-family: "themify";
height: 37px;
left: -17.5px;
line-height: 29px;
margin-top: -17.5px;
position: absolute;
text-align: center;
top: 50%;
width: 37px;
}
.history-wrap {
float: left;
margin-top: 40px;
width: 100%;
}
.trans-history {
background: none repeat scroll 0 0 #ffffff;
float: left;
margin-top: 20px;
text-align: center;
width: 100%;
}
.trans-history a {
color: #646464;
float: left;
font-family: roboto slab;
font-size: 12px;
line-height: 22px;
margin: 0;
padding: 20px 30px;
text-transform: uppercase;
width: 100%;
}
.thanks {
background: none repeat scroll 0 0 #f4f4f4;
float: left;
height: 100%;
padding: 70px 80px;
width: 100%;
}
.thanks-message {
background: none repeat scroll 0 0 #282a1f;
float: left;
padding: 80px 100px;
width: 100%;
text-align: center;
}
.thanks-message img {
float: left;
margin: -140px 0;
width:190px;
}
.thanks-message h5 {
color: #0b9444;
font-family: roboto slab;
font-size: 80px;
font-weight: 600;
letter-spacing: 0.3px;
margin: 0;
text-shadow: 5px 5px 4px #202020;
}
.thanks-message span {
color: #ffffff;
display: inline-block;
font-family: roboto slab;
font-size: 28px;
letter-spacing: 1px;
margin-top: 11px;
text-shadow: 5px 5px 4px #202020;
}
.success-notification {
float: left;
margin-top: 90px;
text-align: center;
width: 100%;
}
.success-notification > h5 {
color: #1b1b1b;
font-family: roboto slab;
font-size: 16px;
margin-bottom: 30px;
margin-top: 0;
text-transform: uppercase;
}
.success-notification > h5 strong {
font-size: 18px;
margin-left: 20px;
}
.success-notification p {
color: #505050;
font-family: arimo;
font-size: 13px;
line-height: 26px;
padding: 0 80px;
}
.payment-method {
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #b6b6b6;
float: left;
padding: 45px 90px;
width: 100%;
}
.payment-date {
background: none repeat scroll 0 0 #f9f9f9;
float: left;
width: 100%;
padding:50px 75px;
}
.payment-date > strong {
float: left;
font-family: arimo;
font-size: 36px;
color:#0b9444;
}
.payment-date > span {
float: right;
font-family: arimo;
font-size: 13px;
margin-top: 15px;
}
.payment-method > div > h5 {
color: #454545;
float: left;
font-family: roboto slab;
font-size: 18px;
font-weight: 600;
margin-bottom: 30px;
margin-top:60px;
text-transform: uppercase;
width: 100%;
}
.payment-method ul {
float: left;
list-style: outside none none;
margin: 0;
padding: 0;
width: 100%;
}
.payment-method ul li {
float: left;
line-height: 30px;
width: 100%;
}
.payment-method ul li span {
color: #646464;
float: left;
font-size: 12px;
font-weight: 700;
width: 50%;
}
.payment-method ul li i {
color: #646464;
float: left;
font-family: arimo;
font-size: 12px;
font-style: normal;
width: 50%;
}
.payment-method > p {
color: #646464;
float: left;
font-size: 12px;
margin-bottom: 0;
margin-top: 20px;
width: 100%;
}
.overlay{
display:none;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.87);
height: 100%;
left: 0;
overflow-y: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
}
.overlay .my_loader {
width: 50px;
height: 50px;
background-color: #4CC987;
left: 50%;
margin-left: -50px;
margin-top: -50px;
position: absolute;
top: 50%;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes rotateplane {
0% { 
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
} 50% { 
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
} 100% { 
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
#errmsg
{
color: red;
}
#f_overlay {
display:none;
background: none repeat scroll 0 0 rgba(0,0,0, 0.57);
height: 100%;
left: 0;
overflow-y: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
}
.confirm_popup {
background: none repeat scroll 0 0 #fff;
border-radius: 4px;
left: 50%;
margin-left: -350px;
padding: 20px;
position: fixed;
top: 50%;
width: 700px;
z-index: 9999999;
}
.confirm_popup > h2 {
background: none repeat scroll 0 0 #4f4f4f;
color: #fff;
font-family: roboto slab;
font-size: 20px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.5px;
line-height: 20px;
margin: -20px -20px 20px;
padding: 15px 20px;
text-align: center;
text-transform: uppercase;
}
.wp-donation-system table {
border: 1px solid #cfcfcf;
margin-bottom: 30px;
}
.wp-donation-system table td {
border: 1px solid #d9d9d9;
font-family: arimo;
font-size: 14px;
padding: 6px 20px;
text-transform: capitalize;
}
.wp-donation-system input[type="submit"], .wp-donation-system input[type="button"] {
font-family: arimo;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.7px;
padding: 10px 20px;
text-transform: capitalize;
}
#bank_layer {
background: none repeat scroll 0 0 #000;
color: #fff;
cursor: pointer;
font-size: 18px;
padding: 4px 10px;
position: absolute;
right: 1px;
}
#bank_transcation {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.87);
left: 50%;
margin-left: -40%;
overflow-y: hidden;
position: absolute;
top: 10%;
width: 80%;
z-index: 999999;
}
.wp-donation-system h6 > a {
color: #fff;
}
#msg_ {
float: left;
text-align: center;
width: 100%;
}
.no-record {
background: none repeat scroll 0 0 #fff;
border-radius: 3px;
float: left;
padding: 15px 30px;
width: 100%;
}
.no-record p {
color: #3f3f3f;
float: left;
font-family: roboto slab;
font-size: 14px;
font-weight: 700;
margin: 0;
text-align: center;
text-transform: uppercase;
width: 100%;
}
#paypal_single_payment {
background: none repeat scroll 0 0 #B0B0B0;
height: auto;
left: 50%;
margin-left: -25%;
margin-top: -6%;
position: fixed;
top: 50%;
width: 50%;
z-index: 9999999;
}
#reporting_popup .confirm_popup table {
width: 100% !important;
}
#reporting_popup .confirm_popup table td {
border: 1px solid #e7e7e7;
padding: 5px;
width: 50%;
}
.donation_for {
padding-bottom: 20px;
padding-top: 20px;
}
.delet_record {
margin-right: 10px;
cursor:pointer;
}.wp-donation-system h6,
.language-selector .select2-container--default .select2-selection--single,
.wpdonation-box ul.nav li.active a,
.wp-donation-system button:hover,
.history:hover .history-detail > i,
.wpdonation-payment a:hover,
.confirm_popup > h2,
.wp-donation-system input[type="submit"],
.wp-donation-system input[type="button"],
#single_payment_close{
background-color:#3574c8;
} .wpdonation-payment i{
color: #3574c8;
}