@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.home {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: #404041;
}

a {
    color: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover, a:active {
    color: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul, ol, dl, p {
    font-size: 0.85rem;
}

p {
    line-height: 2;
}

header {
    height: auto;
    line-height: 1em;
    padding: 0;
    box-shadow: none;
}

header.row {
    margin-bottom: 30px;
}

header .header-image {
    text-align: center;
    padding: 64px 0;
}

header .header-title {
    padding: 0;
    display: block;
    background: #343a40;
    text-align: center;
}

header .header-title h1 {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 30px;
    color: #DEDED5;
}

header h1 {
    color: #fff;
}

h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 20px;
}

.more {
    color: #ffffff;
    background-color: #3c5654;
    padding: 15px;
    margin-top: 10px;
}

.row {
    max-width: 100%;
}

.alert {
    background-color: #fff9e1;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 12px;
    border-bottom: 2px solid #ffcf06;
}

.alert {
    background-color: #fff9e1;
    font-size: 12px;
    display: block;
    padding: 12px;
    border-bottom: 2px solid #ffcf06;
    margin-bottom: 30px;
    color: #404041;
}

.alert p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}

.alert p:before {
    color: #ffcf06;
    content: "\0055";
    font-family: 'cakefont', sans-serif;
    font-size: 21px;
    margin-left: -0.8em;
    width: 2.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px 0 15px;
    vertical-align: -2px;
}

.alert ul {
    margin: 0;
    font-size: 12px;
}

.alert.url-rewriting {
    background-color: #F0F0F0;
    border-color: #cccccc;
    display: none;
}

.text-center {
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0 0 30px 0;
}

li {
    padding-left: 1.8em;
}

ul li ul, ul li ul li {
    margin: 0;
    padding: 0;
}

.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}

.success:before {
    color: #88c671;
    content: "\0056";
}

.problem:before {
    color: #d33d44;
    content: "\0057";
}

.cutlery:before {
    color: #404041;
    content: "\0059";
}

.book:before {
    color: #404041;
    content: "\0042";
    width: 1.7em;
}

hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
    margin-left: 30px;
    margin-right: 30px;
}


.icon {
    color: #404041;
    font-style: normal;
    font-family: 'cakefont', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon.support {
    font-size: 60px;
}
.icon.docs {
    font-size: 57px;
}
.icon.training {
    font-size: 39px;
}

@media (min-width: 768px) {
    .columns {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    header.row {
        max-width: 940px;
    }
}




.container{
    max-width: 100%;
}

.l-head{
    padding-top: 10px;
    padding-bottom: 10px;
}

.b-foot{
    padding-top: 60px;
    margin-bottom: 0px;
    padding-bottom: 300px;
    background-image: url(/img/holiday.jpg);
    background-size:cover;
}

.logo-svg{
    width: 200px;
    float: left;
    margin-top: 18px;
    margin-left: 10px;
}

#login-form{
    padding-top: 20px;
    display: none;
}
#logined-content{
    padding-top: 20px;
    display: none;
}

.settings{
    float: right;
    margin-top: 20px;
    display: none;
}
.setting-btn{
    margin-right: 0px;
    font-size: 3em;
    line-height: .75em;
    vertical-align: -15%;
}

.settings-menu{
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,.37);
    position: absolute;
    right: 10px;
    top: 55px;
    white-space: nowrap;
    display: none;
}
.settings-menu ul{
    padding: 0px;
    margin: 0px;
}
.settings-menu li{
    list-style-type : none;
    padding:0px;
    border-top:1px solid #999999;
    margin: 0px;
}
.settings-menu li:first-child{
    border-top:0px;
}
.settings-menu li:last-child{
    border-bottom:0px;
}


#change-password-content{
    display: none;
}
#change-password-form{
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.37);
    position: absolute;
    right: 30px;
    top: 140px;
    left: 30px;
    padding: 20px;
    white-space: nowrap;
    z-index: 1000;
}
.modalback{
    background-color: #00000090;
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}


#cancel-content{
    display: none;
}
#loading-content{
    display: none;
}
#loading-icon{
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.37);
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100px;
    margin: auto;
    white-space: nowrap;
    z-index: 1001;
    clear: both;
    height: 60px;
}
#refresh-icon{
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 32px;
    width: 32px;
}


#cancel-form{
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.37);
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 50%;
    white-space: nowrap;
    z-index: 1002;
}
#cancel-form ul{
    padding: 0px;
    margin: 0px;
}
#cancel-form li{
    list-style-type : none;
    padding:0px;
    border-top:1px solid #999999;
    margin: 0px;
}
#cancel-form li:active{
    background-color: #d9edf7;
}
#cancel-form li:first-child{
    border-top:0px;
}
#cancel-form li:last-child{
    border-bottom:0px;
}
#cancel-form li:active:first-child{
    border-radius: 12px 12px 0 0 / 12px 12px 0 0;
    border-top:0px;
    background-color: #d9edf7;
}
#cancel-form li:active:last-child{
    border-radius: 0 0 12px 12px / 0 0 12px 12px;
    border-bottom:0px;
    background-color: #d9edf7;
}

.btop{
    clear: both;
}

div.row{
    margin-top: 20px;
}

.send-buttons{
    display: none;
}

#post-halfday,
#post-allday{
    color: #ffffff;
    margin:40px 5%;
    width: 40%;
}
#post-allday{
    float: right;
}

#post-halfday.disabled, #post-halfday:disabled {
    background-color: #ffffff;
    border-color: #ffc107;
}

.datepicker,
.table-condensed {
    width: 100%;
    height: 100%;
}

.half-day{
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.all-day{
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.datepicker table tr td.highlighted.half-day {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.datepicker table tr td.highlighted.all-day {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.cucumber{
    width: 30px;
    height: 30px;
}

.alter-mail{
    margin-top: 64px;
}


.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}
.datepicker table tr td.holiday {
    color: #ffffff ;
    background-color: #f19ca6 ;
    border-color: #ffffff ;
}
.datepicker table tr td.highlighted.holiday {
    color: #ffffff ;
    background-color: #f19ca6 ;
    border-color: #ffffff ;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

