﻿@import url("Theme.Bootstrap.css?2652");

/* 
1 -
2 - 
3 - 
4 - Filter
5 - List Style
6 - Buttons / Links
7 - Colors
8 - Menu / Submenu
9 - Title / Subtitle
10 - toggle checkbox
11 - Avatar Style
12 - Dashboard

*/

body {
    font-family: 'Open Sans', Arial, sans-serif;
    /* Margin bottom by footer height */
    margin: 0;
}

html {
  position: relative;
  min-height: 100%;
}

.Logo img {
    max-height: 40px;
    padding: 2px 0px;
}

.navbar-brand.Logo img {
    margin-top: -10px;
}
.navbar-default {
    background-color: #06a9c8;
    border: 0;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.TopMenu {
    background: #06a9c8;
    white-space: nowrap;
    box-shadow: 0px 1px 3px #111;
}

.TitleSection {
    background: #4d4d4d;
}

.TitleSection .Heading1 {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 0;
}

.LayoutMainContent{
    margin-bottom: 60px;
}

.ButtonDefault,
.Button.Is_Default {
    background: #06a9c8;
    border: 1px solid #06a9c8;
    color: #F5E6E7;
}

.footer {
    position: inherit;
    bottom: 0;
    width: 100%;
}

.footer .footer-social .icon a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #9e0b11;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    margin-top: -5px;
    padding-top: 2px;
}

.footer .footer-social .icon a:hover {
    background: #9e0b11;
    color: #555;
}

.os-internal-ui-dialog{
    overflow: visible !important;
}

/* 4 - Filter */

.Filter {
    padding: 20px 30px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #D5D5D5;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.05);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.05);
}

/* 5 - List Style */

.ListLine {
    border-bottom: solid 1px #D5D5D5;
}

.ListLine:hover {
    border-bottom: solid 1px #9E0B11;
    
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ListLine .ListIcon {
    margin-top: 17px;
    width: 50px;
    height: 50px;
    white-space: nowrap;
    float: left;
    text-align: center;
}

.ListLine .ListMiddle {
    margin: 10px 0 10px 10px;
    width: auto;
    color: #999999;
}

.ListLine .ListMiddle.Forum {
    max-width: 450px;
}

.ListLine .ListMiddle .ListName {
    color: #484848;
    font-size: 18px;
    margin-top: 4px;
    font-family: Roboto Slab;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ListLine .ListMiddle .ListLocation {
    text-transform: uppercase;
    font-size: 10px;
}

.ListLine .ListMiddle .Resume {
    font-size: 10px;
}

.ListLine  .ListType {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
}

.ListLine .job-offers-post-badge {
    float: right;
    max-width: 240px;
    margin-right: 0;
    margin: 0;
    max-width: 220px;
    background-color: #9e0b11;
    border: solid 2px #9e0b11;
    border-radius: 6px;
}

.ListLine .job-offers-post-badge-job-type {
    width: 110px;
    color: #9e0b11;
    float: left;
    padding: 12px;
    height: 50px;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ListLine .job-offers-post-badge .job-offers-post-badge-amount {
    float: right;
    margin: 4px 13px 0 13px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
}


.CaixaData{
    font-family: Monaco,Courier,MonoSpace;
    height: 35px;
    width: 47px;
}

.CaixaData_Date {
    position: relative;
    width: 70px;
    font-family: Georgia, serif;
    margin: 0 auto;
}

.CaixaData_Day, .CaixaData_Month, .CaixaData_Year {
    position: absolute;
}

.CaixaData_Day { 
    font-size: 25px;
    top: 16px;
    right: 35px;
}

.CaixaData_Month { 
    top: 0;
    left: 0;  
    font-size: 18px;
}

.CaixaData_Year {
    top: 10px;
    right: 1px;
    font-size: 18px;
    rotation: -90deg !important;
    /* ** Hacks ** */
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);  
}


/* 6 - Buttons / Links */

.ButtonApply:hover {
    cursor:pointer;
}

.ButtonApply {
    font-size: 15px;
    background: 0 0;
    text-shadow: none;
    padding: 6px 20px;
    border-radius: 3px;
    float: none;
    margin: 1em 0;
    font: 700 15px Montserrat,sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
}

.ButtonApply.Blue {
    border-color: #9e0b11;
    color: #9e0b11;
}

.ButtonApply.Register {
  border-color: #06a9c8;
  color: #06a9c8;
  margin: 0px;
  padding: 7px 20px;
  margin-left: 20px;
  cursor: pointer;
}

.FavouriteIcon,
.FavouriteIcon a {
    font-size: 24px;
    color: #ffffff !important;
} 

.FavouriteIconActive,
.FavouriteIconActive a{
    font-size: 24px;
    color: yellow !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}

/* 7 - Colors */

.bg-primary-color       { background: #D32F2F; }
.bg-secondary-color     { background: #F44336; }
.bg-light-color         { background: #FFCDD2; }
.text-primary-color     { color: #FFFFFF; }
.text-bg-color          { background: #03A9F4; }
.text-secondary-color   { color: #727272; }
.text-secondary-dark    { color: #212121; }
.border-color           { border-color: #B6B6B6; }

/* 8 - Menu / Submenu */

.Submenu {
    padding: 12px 20px;
    display: inline-block;
    border-right: 1px solid #d5d5d5;
    margin-left: 0px;
    font: 700 14px Montserrat,sans-serif;
    text-transform: uppercase;
}

.Submenu:hover{
    background: #6F6F6F;
}

.Submenu a {
    color: #FFFFFF;
}

.arrow_box {
    position: relative;
    background: #6F6F6F;
}
.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(77, 77, 77, 0);
    border-top-color: #6F6F6F;
    border-width: 10px;
    margin-left: -10px;
}



/* 9 - Title / Subtitle */

.SectionTitle {
color: #58585b;
font-size: 30px;
font-weight: bold;
font-family: Roboto Slab;
line-height: 50px;
font-style: normal;
}

.SectionSubtitle {
font-family: 'Montserrat', sans-serif;
color: #666666;
line-height: 32px;
font-weight: normal;
font-style: normal;
font-size: 20px;
}

/* 10 - toggle checkbox */

.can-toggle {
    position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}
.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
    position: relative;
}
.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}
.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
    color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #70c767;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #4fb743;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #5fc054;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.can-toggle label .can-toggle__switch {
    -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #848484;
}
.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(65px, 0, 0);
    transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
    font-size: 14px;
}
.can-toggle label .can-toggle__switch {
    height: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 134px;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
    border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
    left: 67px;
    font-size: 12px;
    line-height: 36px;
    width: 67px;
    padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 65px;
    line-height: 32px;
    font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(44px, 0, 0);
    transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, 
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(78px, 0, 0);
    transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
    font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
    left: 80px;
    font-size: 14px;
    line-height: 50px;
    width: 80px;
    padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 78px;
    line-height: 46px;
    font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
    color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #8f315c;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
    color: #a23768;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
    color: #39916a;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #44ae7f;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #368a65;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #2f7757;
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background: #c14b81;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    color: #b53e74;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
    color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
    color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
    color: #62b125;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #75d32d;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #5da924;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #52941f;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
    -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #515151;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(58px, 0, 0);
    transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
    font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    left: 60px;
    font-size: 13px;
    line-height: 60px;
    width: 60px;
    padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 30px;
    width: 58px;
    line-height: 56px;
    font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

/* 11 - Avatar Style */

.resume-author-avatar {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.resume-author-avatar-holder {
    display: inline-block;
    width: 100%;
    border: solid 10px #E9F0F5;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    overflow: hidden;
    max-width: 250px;
}


.resume-author-avatar-holder img {
    width: 100%;
}

/* 12 - Dashboard */


.board-widgets {
  position: relative;
  margin-bottom: 20px;
}

.board-widgets.bondi-blue   { background:#0093a8; }
.board-widgets.green        { background:#00A300; }
.board-widgets.brown        { background:#b51c44; }
.board-widgets.blue-violate { background:#5b3ab6; }
.board-widgets.dark-yellow  { background:#e88a05; }
.board-widgets.magenta      { background:#a300aa; }
.board-widgets.blue         { background:#0049a3; }
.board-widgets.orange       { background:#ce4b27; }

.board-widgets a {
    display:block;
    text-decoration:none;
    color:#f8f8f8;
    cursor:pointer;
    font-family: 'Dosis', sans-serif;
}

.board-widgets .widget-stat {
  background: rgba( 0, 0, 0, .4);
}

.board-widgets .widget-stat {
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 28px;
  padding: 0 10px;
  line-height: 50px;
}

.board-widgets .fa {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  top: 0px;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  padding: 5px 5px 0 10px;
}

.board-widgets .widget-label {
  display: block;
  padding: 5px 10px 10px 10px;
  font-size: 20px;
  text-transform: uppercase;
}

/* 13 - Logo */

.Application_Title img {
  max-height: 40px;
}

.MenuSelected {
    background-color: #fff;
}

.MenuSelected a {
    color: black !important;
}


@media screen and (max-width: 1023px) {
.nav > li > a {
    padding: 10px 8px;
}
}

@media screen and (max-width: 764px) {
    .navbar-header {
        background-color: white;
        border: 0;
        margin-bottom: 0px;
        border-bottom: 3px solid white;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: black;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle {
        border-color: black;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: white;
    }

    .footer {
        font-size: 10px;
    }

    .Submenu {
        border-right: 0px;
        margin-left: 0px;
        font: 700 12px Montserrat,sans-serif;
        text-transform: uppercase;
        width: 100%;
        padding: 3px;
    }

    .arrow_box:after {
        display: none;
    }
}