/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2015, 5:24:56 PM
    Author     : anestis
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2015, 5:54:15 PM
    Author     : anestis
*/
/* Colors */
/* fonts */
.bg-gray {
  background-color: #f3f3f3;
  color: #555;
}
@media only screen and (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-2 {
    width: 16.66666666%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-1 {
    width: 12%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2015, 5:38:28 PM
    Author     : anestis
*/
.card {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
}
.mybox {
  float: left;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.mybox .title {
  font-size: 120%;
  color: #4d7496;
  font-weight: 600;
  float: left;
}
.mybox .title:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.mybox .extra {
  font-size: 80%;
  margin-left: 5px;
  margin-top: 3px;
  font-weight: normal;
  float: right;
}
.mybox .row2 {
  text-align: left;
  border: 1px solid #d8d8d8;
  color: #768796;
  background-color: #f6fbfd;
  padding: 10px;
}
.mybox .listActions {
  margin-top: 15px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.mybox .listActions .btn-group,
.mybox .listActions a:link {
  float: right;
  margin-left: 5px;
}
@media only screen and (min-width: 1200px) {
  .mybox.rowof3:nth-child(3n+4) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mybox {
    /*&.rowof3:nth-child(3n+4){
            clear:none;
        }
        &.rowof3:nth-child(2n){
            clear:both;
        }*/
  }
  .mybox.rowof3:nth-child(2n+3) {
    clear: both;
  }
}
.mylist .listRow {
  padding: 6px 16px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.35);
}
.mylist .listRow:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.mylist .listRow .fieldLabel {
  margin-right: 5px;
  float: left;
  font-weight: bold;
}
.mylist .listRow .fieldValue {
  float: right;
}
.mylist .listRow .fieldValue span.label {
  margin-top: 0px;
  padding: 0.36em 0.8em;
}
.clearfix:after,
.cleafix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
.deptSq {
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.deptSq.large {
  height: 29px;
  width: 29px;
  padding-top: 7px;
  font-size: 11px;
}
.deptWrapperSmall {
  position: absolute;
  width: 30px;
  height: 24px;
  overflow: hidden;
  z-index: 30;
  background-color: white;
}
.deptWrapperSmall .deptSqOpen {
  position: absolute;
  right: -7px;
  bottom: 3px;
}
.deptWrapperlarge {
  position: absolute;
  width: 70px;
  height: 93px;
  overflow: hidden;
  z-index: 30;
  background-color: white;
}
.deptWrapperlarge .deptSqOpen {
  position: absolute;
  right: -3px;
  bottom: 3px;
}
/* 3 lines to (X) */
.lines-button {
  display: inline-block;
  padding: 0px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 28px/7;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.line {
  display: inline-block;
  width: 28px;
  height: 28px/7;
  background: white;
  border-radius: 28px/14;
  transition: 0.3s;
}
.lines {
  display: inline-block;
  width: 28px;
  height: 28px/7;
  background: white;
  border-radius: 28px/14;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 28px;
  height: 28px/7;
  background: white;
  border-radius: 28px/14;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 28px/14 center;
}
.lines:before {
  top: 28px/4;
}
.lines:after {
  top: -28px/4;
}
.lines-button.x.close2 .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
.lines-button.x.close2 .lines:before,
.lines-button.x.close2 .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 28px;
}
.lines-button.x.close2 .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close2 .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button:hover .lines:before {
  top: 28px/3.5;
}
.lines-button:hover .lines:after {
  top: -28px/3.5;
}
.widget-chart2 {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
  border-color: #3f6ad8 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(26, 54, 126, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(63, 106, 216, 0.03), 0 0.9375rem 1.40625rem rgba(63, 106, 216, 0.03), 0 0.25rem 0.53125rem rgba(63, 106, 216, 0.05), 0 0.125rem 0.1875rem rgba(63, 106, 216, 0.03);
  text-align: left !important;
}
.widget-chart2 .ml-auto,
.widget-chart2 .mx-auto {
  margin-left: auto !important;
}
.widget-chart2 .w-100 {
  width: 100%;
}
.widget-chart2 .widget-chart-flex {
  display: flex;
  align-items: baseline;
  align-content: center;
  margin-bottom: 0;
}
.widget-chart2 .widget-numbers {
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  margin: 1rem auto;
  margin-left: 0;
}
.widget-chart2 .widget-chat-wrapper-outer {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 100%;
}
.widget-chart2 .widget-chat-wrapper-outer .widget-chart-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex: 1;
  position: relative;
  z-index: 5;
}
.widget-chart2 .widget-chat-wrapper-outer .widget-chart-content .widget-numbers {
  margin-left: 0;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: 1rem auto;
}
.widget-chart2 .widget-chat-wrapper-outer .widget-chart-content .widget-numbers .widget-chart-flex {
  display: flex;
  align-items: baseline;
  align-content: center;
  margin-bottom: 0;
}
.widget-chart2 .circle-progress small {
  position: absolute;
  height: 100%;
  width: 100%;
  font-weight: bold;
  left: 0;
  top: 0;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 80%;
}
.widget-chart2 .circle-progress small .circle-progress small span {
  margin: 0 auto;
}
.widget-chart2 .opacity-5 {
  opacity: 0.5 !important;
}
.widget-chart2 .text-uppercase {
  text-transform: uppercase !important;
}
.widget-chart2 .fsize-4 {
  font-size: 2rem !important;
}
.widget-chart2 .align-items-center {
  align-items: center !important;
}
.widget-chart2 .pr-2,
.widget-chart2 .px-2 {
  padding-right: 0.5rem !important;
}
.widget-chart2 .text-left {
  text-align: left !important;
}
.widget-chart2 .opacity-5 {
  opacity: 0.5 !important;
}
.widget-chart2 .pl-1,
.widget-chart2 .px-1 {
  padding-left: 0.25rem !important;
}
/* end 3 lines to (X) */
/*
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
    width: 18px; 
    height: 18px; 
    margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
*/
.myrow {
  width: 100%;
  float: left;
}
.m-t-60 {
  margin-top: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-80 {
  margin-top: 80px;
}
m-80 {
  margin: 80px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
m-40 {
  margin: 40px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
m-20 {
  margin: 20px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
m-10 {
  margin: 10px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
m-5 {
  margin: 5px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
m-0 {
  margin: 0px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.m-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.m-t-10 {
  padding-top: 10px;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33.33%;
}
/***overides *******/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
li.btn-primary a:link,
li.btn-primary a:visited {
  color: white;
  text-decoration: none;
}
li.btn a:hover {
  text-decoration: none;
}
.pagination > li > span {
  padding: 0px;
}
.pagination > li > span a:link {
  padding: 6px 12px;
  float: left;
}
/*** THEME OVERIDES ***/
/*
.smart-style-3 .dropdown-menu>.active>a, 
.smart-style-3 .dropdown-menu>.active>a:hover, 
.smart-style-3 .dropdown-menu>li>a:focus, 
.smart-style-3 .dropdown-menu>li>a:hover, 
.smart-style-3 .tt-suggestion.tt-is-under-cursor
{
    background-color: #0AB1FC!important;
}
*/
.minified nav > ul > li > a > .menu-item-parent {
  top: 1px!important;
}
.navbar-collapse.in {
  overflow-y: visible!important;
}
.app > .header-container.header-fixed {
  z-index: 10!important;
}
.nav-container .nav ul li > a i.fa-caret-right {
  margin-right: 15px;
}
.nav-container .nav ul .fa,
.nav-container .nav ul .glyphicon {
  margin-right: 15px;
}
.nav-container .nav ul li > a {
  padding: 10px 0 10px 30px;
}
.nav-container .nav ul.tlevellinks li > a {
  padding: 10px 0 10px 50px;
}
.nav-container .nav ul > a.tlevel {
  padding: 10px 0 10px 30px;
}
.nav-container li.open:not(.proposals) a:link {
  background-color: #e4e4e4;
}
.nav-container li.active:not(.proposals) a:link {
  background-color: #e4e4e4;
}
.nav-container li.vl1.active:not(.proposals) > a:link {
  background-color: #1bb7a0 !important;
}
.nav-container li.vl1.active.open:not(.proposals) > a:link {
  background-color: #1bb7a0 !important;
}
.nav-container li ul li {
  font-weight: normal;
}
.nav-container .nav ul li:hover > a,
.nav-container .nav ul li.active > a {
  color: #1bb7a0;
}
/*third level*/
.tlevel .icon-has-ul {
  position: absolute;
  top: 15px;
  right: 0px;
}
.tlevel .icon-has-ul-h {
  display: none;
}
/* end third level menu */
/*proposals menu*/
nav > ul > li > a > i {
  margin-right: 12px;
}
.nav-container .nav .proposals a,
.nav-container li.proposals.open a:link {
  background-color: white;
}
.nav-container li.proposals.open > a:link {
  color: #d7b240;
}
.nav-container .nav > li.proposals.active > a {
  background-color: #d7b240 !important;
  color: white!important;
}
.nav-container .nav > li.proposals.active > .fa {
  color: white!important;
}
.nav-container .nav li.proposals li:hover a,
.nav-container .nav li.proposals li.active a {
  color: #d7b240;
}
.nav-container .nav li.proposals:hover > a {
  color: #d7b240;
  background-color: white;
}
.nav-container .nav > li.proposals:hover > .fa {
  color: #d7b240;
}
.nav-container .nav > li.proposals.open > .fa {
  color: #d7b240;
}
.header-container > .top-header .logo > a {
  font-size: 0;
}
.wizard > .content > .body {
  position: static;
}
#header.header-container {
  background-color: #2b9ed5;
  background-image: url('../images/top-menu-bg.png');
  background-position: 0,0;
  background-repeat: no-repeat;
}
/* this is so that the search boxes have enough height do no remove!*/
.app > .main-container > .content-container {
  min-height: 600px;
}
.app > .main-container > .content-container {
  margin-left: 0px;
}
.page {
  padding-bottom: 0px;
}
.table > thead > tr > th {
  color: #768796;
}
.table > thead > tr > th {
  vertical-align: middle;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #768796 !important;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #768796 !important;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #557997 !important;
}
a:link,
a:visited {
  color: #768796;
}
.progress-bar .ng-scope {
  padding-left: 10px;
  color: #333333;
  min-width: 55px;
  float: left;
}
.callout-info {
  background-color: white!important;
  border-left: 3px solid #eee !important;
}
.callout {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.pagination a:hover {
  color: #fff;
}
.ui-checkbox input[type="checkbox"]:checked + span:before {
  background-color: #00acec;
  border: 1px solid #00acec;
}
.picedit_nav_box {
  width: 100%!important;
}
.switch i::before {
  width: 20px!important;
  height: 20px!important;
  border-radius: 20px!important;
}
.tabs-left > .tab-content {
  margin-left: 175px;
}
.status .links {
  padding: 10px 10px;
}
.status .links li {
  padding-right: 0px;
}
.status .links .fa {
  margin-right: 0px;
}
.status .text {
  padding: 5px;
}
#calendar a {
  color: #333;
}
select.recordsPerRowSelect {
  min-width: 70px;
  line-height: 20px;
}
#left-panel {
  position: fixed;
}
.Fahrer #main {
  margin-left: 0px;
}
.jarviswidget-color-greenDark > header {
  border-color: #ddd !important;
  background: #878787;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.table-hover > tbody > tr:nth-of-type(odd):hover {
  background-color: #ecf3f8;
}
.table span.label {
  margin-top: 0px;
}
a.underlineHover {
  color: #373737;
  font-weight: bold;
}
a.underlineHover:hover {
  text-decoration: underline;
}
td label {
  font-size: 100%;
}
.smart-style-3 .page-footer,
.smart-style-3 .superbox-show {
  background: #6e6e6e;
}
table td {
  font-size: 90%;
}
td.actions .btn {
  padding: 4px 6px;
  min-width: 29px;
  min-height: 29px;
}
.select2-container .select2-drop,
.select2-container .select2-dropdown {
  top: 47px;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  top: 0px!important;
}
.form-group label {
  font-weight: bold;
}
.form-group {
  padding-left: 4px;
  padding-right: 4px;
}
.smart-style-3 input[type=text],
.form-control {
  border-top-color: #cccccc;
  border-left-color: #cccccc;
  border-bottom-color: #cccccc;
  border-right-color: #cccccc;
}
.widget-chart-content .widget-numbers span {
  font-size: 25px!important;
}
.widget-chart-content .widget-numbers {
  margin-top: 0px!important;
}
.widget-chart {
  padding-left: 0px;
}
/* open-sans-300 - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-500 - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-800 - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-300italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-300italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-500italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-500italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-700italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-800italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-800italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/*# sourceMappingURL=overides.css.map */