﻿/*
 * CUSTOMIZED CSS
 */
#messagebox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 50px;
  width: 100%;
  text-align: center;
  /*right: 25px;
    margin-left: 25px;*/
  /*left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
  z-index: 2099; }

#messageboxModal {
  display: none;
  margin: 10px; }

#announcementBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 50px;
  width: 100%;
  text-align: center;
  z-index: 3000;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  border-radius: 0px; }

input:-moz-placeholder {
  color: #000000; }

input:-ms-input-placeholder {
  color: #000000; }

input:-webkit-input-placeholder {
  color: #000000; }

.form-remark {
  margin: -17px 0 -2px 10px;
  padding: 0;
  vertical-align: baseline;
  float: left;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 100;
  text-decoration: none;
  display: block; }

.input-remark {
  /*margin: -17px 20px 0 0;*/
  padding: 0;
  vertical-align: baseline;
  float: right;
  color: #aaa;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  display: block; }

.profile-picture {
  position: relative;
  display: inline-block;
  margin: auto 20px auto auto;
  border-radius: 50%;
  background-image: url("../Images/sample_profile.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  background-size: 150px; }

.profile-picture.profile-medium {
  margin: auto 10px auto auto;
  width: 80px;
  height: 80px;
  background-size: 80px; }

.profile-picture.profile-small {
  margin: auto 10px auto auto;
  width: 50px;
  height: 50px;
  background-size: 50px; }

.img-circle.img-small {
  width: 38px;
  height: 38px; }

strong {
  text-decoration: none; }

.dashboard-like-available {
  background-color: #acd6ef;
  color: white;
  border-radius: 15px;
  padding: 3px 10px 3px 10px;
  z-index: 90; }

.dashboard-like-pending {
  background-color: #f0f0f0;
  border-radius: 15px;
  padding: 3px 10px 3px 10px;
  z-index: 90; }

.dashboard-like-confirmed {
  border: 1px solid #acd6ef;
  border-radius: 15px;
  padding: 3px 10px 3px 10px;
  z-index: 90; }

.dashboard-like-description {
  font-size: 15px;
  color: #909090;
  z-index: 90;
  text-align: center; }

.profile-item {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: left;
  color: black; }

.profile-item.name {
  font-size: 40px;
  line-height: 38px;
  vertical-align: top; }

.profile-item.program {
  width: 100%;
  padding-left: 5px;
  padding-top: 5px;
  font-size: 15px; }

.profile-item.description {
  padding-left: 5px;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 100;
  color: #909090; }

.profile-card .profile-item {
  display: block; }

.profile-card .profile-item.name {
  font-size: 25px;
  line-height: initial; }

.label-dashboard {
  display: inline-block;
  position: relative;
  float: right;
  padding: 0;
  margin-top: 10px; }

.label-loose {
  margin: auto 10px; }

#spanPendingLikes {
  cursor: pointer; }

#spanConfirmedLikes {
  cursor: pointer; }

/*attached to BOOTSTRAP class*/
.modal-content .profile-item.name {
  font-size: 24px;
  line-height: initial;
  width: initial;
  display: inline-block; }

.profile-item.edit {
  color: #777;
  font-weight: 100;
  border-bottom: 1px solid;
  vertical-align: super;
  margin-left: 20px;
  cursor: pointer; }

.profile-item.edit:hover {
  border-bottom: 2px solid;
  font-weight: initial; }

.modal-content .profile-item.edit {
  float: right;
  position: absolute;
  display: inline-block;
  /*margin: 10px 10px auto auto;*/
  /*vertical-align: initial;*/ }

.profile-card .profile-item.program {
  font-weight: 100;
  padding-top: 0px; }

/*attached to BOOTSTRAP class*/
.modal-content .profile-item.program {
  font-weight: 100;
  padding-top: 0px; }

/*attached to BOOTSTRAP class*/
.modal-header {
  position: relative; }

/*.modal-header .close {
    position: absolute;
    top: 52%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}*/
.modal-header-friend-duration {
  position: absolute;
  top: 55%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px; }

.text-message {
  border: 1px solid #c7d0d2;
  padding: 10px;
  /*margin-top: 20px;*/
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  color: #777;
  /*margin-bottom: 15px;*/ }

.modal-content .text-message {
  margin-top: 20px; }

.modal-content .btn {
  margin: 5px; }

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

.space-top {
  margin-top: 20px; }

.profile-fav {
  position: relative;
  display: inline-block;
  background-image: url("../Images/unfav.png");
  width: 19px;
  height: 18px;
  margin: 8px 0 0 10px;
  cursor: pointer; }

.profile-fav.active {
  background-image: url("../Images/fav.png"); }

.study-program-select {
  height: 106px !important; }

.study-year-select {
  height: 108px !important; }

.contact-box {
  height: 140px; }

/******* FOOTER SECTION*********/
.footer-clearer {
  position: relative;
  /*bottom: 0;*/
  display: block;
  height: 100px; }

.footer-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999; }

.footer {
  padding: 0; }

.footer .footer-container {
  width: 100%;
  position: relative;
  z-index: auto;
  background-color: initial;
  box-shadow: initial; }

.footer-container .footer-credit {
  position: relative;
  text-align: center; }

.footer-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.footer-container ul li {
  display: inline; }

.footer-container ul li a {
  padding: 0 15px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  /*height: 35px;
            line-height: 35px;*/ }

/***********ESE footer************/
/*.footer-container-ese {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-image: url('img/esefooter.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
}

    .footer .footer-container-ese {
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: initial;
        box-shadow: initial;
    }

.footer-container-ese ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .footer-container-ese ul li {
        display: inline;
    }

        .footer-container-ese ul li a {
            padding: 0 15px;
            text-align: center;
            height: 50px;
            line-height: 50px;
            color: #ffffff !important;
            /*height: 35px;
            line-height: 35px;
        }
        .footer-container-ese ul li a:hover {
            text-decoration:underline;
        }*/
/*******CUSTOM TO INSPINIA CSS********/
.form-control.input-email-prefix {
  width: 53%;
  display: inline; }

.form-control.input-email-suffix {
  width: 45%;
  display: inline;
  margin-left: 1px;
  border: none !important; }

.form-control.input-prefix {
  width: 22%;
  display: inline; }

.form-control.input-short {
  width: 76%;
  display: inline;
  margin-left: 1px; }

.signup-box {
  max-width: 600px;
  margin: 0 auto;
  position: relative; }

.login-box {
  max-width: 300px;
  margin: 0 auto;
  position: relative; }

/*.signupscreen.middle-box {
    max-width: 660px;
    width: initial;
    margin-left: -330px;
    margin-top: -350px;
}

.signupscreen .inner-form {
    width: 300px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}*/
.tooltip {
  z-index: 100000000; }

.btn-search {
  width: 40%; }

.form-group .chosen-container {
  width: 100% !important; }

.well {
  margin: 10px auto 5px auto;
  padding: 5px 10px 5px 15px; }

.message-from {
  margin: 5px 20px; }

.message-from-body {
  margin: 0 auto;
  max-width: 450px; }

.message-date {
  padding-top: 18px;
  max-width: 80px; }

.info-container {
  width: 800px !important;
  left: -200px;
  position: relative;
  padding-bottom: 200px; }

/*.info-container-ese {
    width: 800px !important;
    left: -200px;
    padding-bottom: 300px;
    position: relative;
}*/
.info-title {
  font-size: 44px;
  font-weight: 100; }

.info-title-medium {
  font-size: 38px;
  font-weight: 100; }

.info-title-small {
  font-size: 32px;
  font-weight: 100; }

.info-paragraph {
  font-size: 16px;
  font-weight: 100;
  text-align: justify;
  margin: 20px auto 100px auto;
  line-height: 180%; }

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

ul.list-number {
  list-style-type: decimal; }

.help-button-center {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-left: -280px; }

.help-button-top-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  background-color: #f3f3f4;
  z-index: 500;
  padding: 10px; }

.help-button-top-center {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: #ffd700;
  z-index: 500;
  padding: 10px; }

/*OVERRIDING BOOTSTRAP MODAL FOOTER THAT CAUSES UNALIGNED BUTTONS*/
.modal-footer .btn + .btn {
  margin-bottom: 5px; }

.reject-reason-container {
  padding: 20px 50px 20px 50px; }

.reject-reason-title {
  font-weight: 100;
  font-size: 15px; }

.reject-reason-selection {
  margin: 10px auto; }

.button-250 {
  width: 250px; }

/*END OF OVERRIDING*/
.event-name {
  font-weight: 400;
  font-size: 24px;
  text-align: center; }

.event-title {
  font-weight: 400;
  font-size: 18px;
  padding-top: 5px; }

.event-title-remark {
  font-size: 14px;
  color: #8095a8; }

.event-detail {
  font-weight: 100;
  font-size: 14px;
  padding-bottom: 5px; }

.event-title-new {
  background-color: #ec4758;
  color: white; }

.event-title-accepted {
  background-color: #2196F3;
  color: white; }

.event-title-declined {
  background-color: #E0E0E0; }

.event-date {
  font-weight: 100;
  font-size: 16px;
  padding-top: 5px;
  float: right; }

.event-invitee {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

#divEventNameWrapper {
  margin: 15px 30px 15px 15px; }

/*********SPINNER*******/
.spinner-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 3000;
  display: none; }

.spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3001; }

.spinner-text {
  text-align: center;
  margin: 100px -200px 0 -200px;
  font-size: 26px;
  font-weight: 100;
  color: white;
  z-index: 3002; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1d9d83;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  -moz-animation: bounce 2.0s infinite ease-in-out;
  -o-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s; }

#checkmarkIcon {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: none; }

#stem {
  position: absolute;
  width: 15px;
  height: 75px;
  background-color: #ccc;
  left: 60px;
  top: 0; }

#kick {
  position: absolute;
  width: 20px;
  height: 15px;
  background-color: #ccc;
  left: 41px;
  top: 60px; }

/*OVERWRITTING INSPINIA UI*/
.list-group-item {
  min-height: 70px; }

.list-group-item.selected {
  border-left: 5px solid #1ab394 !important;
  border-radius: 0; }

.mail-box-header {
  border: none;
  border-top: 1px solid #e7eaec; }

.mail-box {
  border: none; }

.message-dtm {
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ibox-title .btn-group {
  margin: -7px 0 0 20px; }

.ibox-tools.header {
  padding: 5px;
  margin-bottom: 10px; }

/*ProfileManagement.aspx*/
#tblProfile {
  cursor: pointer; }

/************** OVERWRITTING DATATABLE UI/SCRIPT *****************/
.dataTables_filter > label {
  width: 100%;
  text-align: right; }

.dataTables_filter > label > input {
  width: 80% !important;
  margin-left: 10px; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*************************************************************/
/******************** ESE custom style ***********************/
/*************************************************************/
.nav > li:focus {
  outline: none;
  box-shadow: none !important; }

a:focus {
  outline: none;
  box-shadow: none !important; }

:focus {
  outline: none;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) !important; }

.btn-ese.btn-outline {
  color: #002328;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3) !important; }

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-ese {
  background-color: #002328;
  border-color: #002328;
  color: #FFFFFF; }

.btn-ese:hover,
.btn-ese:focus,
.btn-ese:active,
.btn-ese.active,
.open .dropdown-toggle.btn-ese {
  background-color: #2d4144;
  border-color: #2d4144;
  color: #FFFFFF; }

.btn-ese:active,
.btn-ese.active,
.open .dropdown-toggle.btn-ese {
  background-image: none; }

.btn-ese.disabled,
.btn-ese.disabled:hover,
.btn-ese.disabled:focus,
.btn-ese.disabled:active,
.btn-ese.disabled.active,
.btn-ese[disabled],
.btn-ese[disabled]:hover,
.btn-ese[disabled]:focus,
.btn-ese[disabled]:active,
.btn-ese.active[disabled],
fieldset[disabled] .btn-ese,
fieldset[disabled] .btn-ese:hover,
fieldset[disabled] .btn-ese:focus,
fieldset[disabled] .btn-ese:active,
fieldset[disabled] .btn-ese.active {
  background-color: #477a82;
  border-color: #477a82; }

.ese-bg .btn-primary {
  background-color: #002328;
  border-color: #002328;
  color: #FFFFFF; }

.ese-bg .btn-primary:hover,
.ese-bg .btn-primary:focus,
.ese-bg .btn-primary:active,
.ese-bg .btn-primary.active,
.ese-bg .open .dropdown-toggle.btn-primary {
  background-color: #2d4144;
  border-color: #2d4144;
  color: #FFFFFF; }

.ese-bg .btn-primary.disabled,
.ese-bg .btn-primary.disabled:hover,
.ese-bg .btn-primary.disabled:focus,
.ese-bg .btn-primary.disabled:active,
.ese-bg .btn-primary.disabled.active,
.ese-bg .btn-primary[disabled],
.ese-bg .btn-primary[disabled]:hover,
.ese-bg .btn-primary[disabled]:focus,
.ese-bg .btn-primary[disabled]:active,
.ese-bg .btn-primary.active[disabled],
.ese-bg fieldset[disabled] .btn-primary,
.ese-bg fieldset[disabled] .btn-primary:hover,
.ese-bg fieldset[disabled] .btn-primary:focus,
.ese-bg fieldset[disabled] .btn-primary:active,
.ese-bg fieldset[disabled] .btn-primary.active {
  background-color: #477a82;
  border-color: #477a82; }

/*.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}*/
.ese-bg .form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%; }

.ese-bg .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5); }

/*CHOSEN PLUGIN CUSTOM STYLE*/
.chosen-container-active .chosen-choices {
  border: 1px solid rgba(0, 0, 0, 0.3) !important; }

.chosen-container-multi .chosen-choices:focus {
  border: 1px solid rgba(0, 0, 0, 0.3) !important; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices {
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #e5e6e7;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 2px;
  position: relative;
  width: 100%;
  max-height: 150px !important;
  overflow-y: auto !important; }

.chosen-container .chosen-results li.highlighted {
  background-color: #002328;
  color: #fff;
  background-image: none; }

/***************************/
.ese-bg .form-control.input-email-suffix {
  width: 45%;
  display: inline;
  margin-left: 1px;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.5); }

.ese-bg .form-control.input-email-prefix {
  width: 53%;
  display: inline; }

.ese-bg .form-control.input-prefix {
  width: 22%;
  display: inline; }

.ese-bg .form-control.input-short {
  width: 76%;
  display: inline;
  margin-left: 1px; }

.confirmation-info-paragraph {
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  margin: 50px auto 100px auto;
  line-height: 150%; }

.ese-bg {
  background-color: #ffd700;
  color: #233335; }

.ese-bg a {
  color: #233335; }

.ese-bg a:hover {
  text-decoration: underline;
  color: #233335; }

/*/*ESE footer

.ese-footer-image {
    visibility: hidden;
    width: 100%;
    margin-bottom: -60px;
}

.footer-container-ese {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-image: url('img/esefooter.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}

.footer .footer-container-ese {
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: initial;
    box-shadow: initial;
}

.footer-container-ese ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .footer-container-ese ul li {
        display: inline;
    }

        .footer-container-ese ul li a {
            padding: 0 15px;
            text-align: center;
            height: 50px;
            line-height: 20px;
            color: #ffffff !important;
        }

            .footer-container-ese ul li a:hover {
                text-decoration: underline;
            }

.info-container-ese {
    width: 800px !important;
    left: -200px;
    padding-bottom: 300px;
    position: relative;
}

.ese-links {
    padding: 20px;
}

    .ese-links h2 {
        font-size: 30px;
        margin: 0px;
    }

        .ese-links h2 a {
            border-bottom: 2px dashed;
        }

            .ese-links h2 a:hover {
                border-bottom: 2px solid !important;
                text-decoration: none;
            }

.info-paragraph a {
    border-bottom: 2px dashed;
}

    .info-paragraph a:hover {
        border-bottom: 2px solid !important;
        text-decoration: none;
    }

.ese-subtitle {
    font-size: 24px;
}

.big-links a {
    border-bottom: 2px dashed;
}

    .big-links a:hover {
        border-bottom: 2px solid !important;
        text-decoration: none;
    }

.ese-bg .signup-box {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}

.ese-logo {
    width: 80%;
    margin: 30px 0 10px 0;
}

.footer-credits {
    text-align: center;
    color: rgb(100, 112, 113);
    line-height: 10px;
    margin: 10px 0 20px 0;
}

    .footer-credits a {
        color: rgb(100, 112, 113);
    }

        .footer-credits a:hover {
            color: rgb(100, 112, 113);
            text-decoration: underline;
        }*/
/*******************************************************/
/*******************ESE user section********************/
/*******************************************************/
/*.nav > li.active {
    border-left: 4px solid #ffd700;
    background: #2d4144;
}*/
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #2d4144;
  color: white; }

.ese-user {
  background-color: #002328; }

.ese-user .nav-header {
  padding: 33px 25px;
  background: url("patterns/header-profile-ese.png") no-repeat; }

.ese-user .pace .pace-progress {
  background: #ffd700;
  position: fixed;
  z-index: 2000;
  top: 0px;
  left: 220px;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.ese-user .btn-primary {
  background-color: #002328;
  border-color: #002328;
  color: #FFFFFF; }

.ese-user .btn-primary:hover,
.ese-user .btn-primary:focus,
.ese-user .btn-primary:active,
.ese-user .btn-primary.active,
.ese-user .open .dropdown-toggle.btn-primary {
  background-color: #2d4144;
  border-color: #2d4144;
  color: #FFFFFF; }

.ese-user .btn-primary.disabled,
.ese-user .btn-primary.disabled:hover,
.ese-user .btn-primary.disabled:focus,
.ese-user .btn-primary.disabled:active,
.ese-user .btn-primary.disabled.active,
.ese-user .btn-primary[disabled],
.ese-user .btn-primary[disabled]:hover,
.ese-user .btn-primary[disabled]:focus,
.ese-user .btn-primary[disabled]:active,
.ese-user .btn-primary.active[disabled],
.ese-user fieldset[disabled] .btn-primary,
.ese-user fieldset[disabled] .btn-primary:hover,
.ese-user fieldset[disabled] .btn-primary:focus,
.ese-user fieldset[disabled] .btn-primary:active,
.ese-user fieldset[disabled] .btn-primary.active {
  background-color: #477a82;
  border-color: #477a82; }

.ese-user .btn-success {
  border-color: #FFD700;
  background-color: #FFD700;
  color: #002328; }

.ese-user .btn-success:hover,
.ese-user .btn-success:focus,
.ese-user .btn-success:active,
.ese-user .btn-success.active,
.open .dropdown-toggle.ese-user .btn-success {
  background-color: #ffe769;
  border-color: #ffe769;
  color: #002328; }

.ese-user .btn-success:active,
.ese-user .btn-success.active,
.open .dropdown-toggle.ese-user .btn-success {
  background-image: none; }

.ese-user .btn-success.disabled,
.ese-user .btn-success.disabled:hover,
.ese-user .btn-success.disabled:focus,
.ese-user .btn-success.disabled:active,
.ese-user .btn-success.disabled.active,
.ese-user .btn-success[disabled],
.ese-user .btn-success[disabled]:hover,
.ese-user .btn-success[disabled]:focus,
.ese-user .btn-success[disabled]:active,
.ese-user .btn-success.active[disabled],
fieldset[disabled] .ese-user .btn-success,
fieldset[disabled] .ese-user .btn-success:hover,
fieldset[disabled] .ese-user .btn-success:focus,
fieldset[disabled] .ese-user .btn-success:active,
fieldset[disabled] .ese-user .btn-success.active {
  background-color: #ffe769;
  border-color: #ffe769;
  color: #002328; }

.ese-user a {
  color: #2d4144; }

.ese-user a:hover,
.ese-user a:focus,
.ese-user a:active,
.ese-user a.active {
  color: #002328; }

.list-group-item.selected {
  border-left: 5px solid #ffd700 !important;
  border-radius: 0; }

.ese-user #spanAvailLikes {
  background-color: #FFD700;
  color: #002328; }

.ese-user #spanPendingLikes {
  background-color: #B5B5B5;
  color: #002328; }

.ese-user #spanConfirmedLikes {
  background-color: #002328;
  color: #FFFFFF; }

.ese-user .double-bounce1, .ese-user .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFD700;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  -moz-animation: bounce 2.0s infinite ease-in-out;
  -o-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out; }

.ese-user .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.announcement {
  position: absolute;
  padding: 50px 50px 0 50px;
  background-color: white;
  margin-top: 60px;
  border-radius: 3px;
  box-shadow: 0 0 10px #ddd;
  z-index: 3001;
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px; }

/*EVENT PAGE*/
.btn-select-all {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 95%;
  padding: 5px 10px; }

.btn-clear-all {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 95%;
  padding: 5px 10px; }

/*
/*#divOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 3000;
}

#divAnnouncementButton {
    position: absolute;
    right: 50px;
    bottom: 30px;
}*/
/*****************************************************/
/*******************ESE responsive********************/
/*****************************************************/
.signup-form {
  width: 50%;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (max-width: 768px) {
  .signup-form {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    float: none; } }

@media screen and (max-width: 900px) {
  #UPTE {
    display: none; } }

@media screen and (max-width: 700px) {
  /*.footer-container-ese {
        bottom: 0px;
        background-color: #002a2e;
        background-image: none;
    }

    .ese-footer-image {
        display: none;
    }

    .ese-bg .signup-box {
        margin-bottom: 0px;
    }

    .ese-logo {
        width: 300px;
        margin: 10px 0 0 0;
    }

    .big-links {
        font-size: 20px;
    }

    .footer-container-ese ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-top: 10px;
    }

        .footer-container-ese ul li a {
            padding: 0 15px;
            text-align: center;
            height: 50px;
            line-height: 20px;
            color: #ffffff !important;
        }

    .ese-subtitle {
        font-size: 15px;
    }

    .ese-links h2 {
        font-size: 18px;
        margin: 0px;
    }

    .ese-links {
        padding: 10px;
    }

    .footer-credits {
        text-align: center;
        color: rgb(100, 112, 113);
        line-height: 10px;
        margin: 10px 0 10px 0;
    }*/ }

@media screen and (max-width: 400px) {
  /*.footer-container-ese {
        bottom: 0px;
        background-color: #002a2e;
        background-image: none;
    }

    .ese-footer-image {
        display: none;
    }

    .ese-bg .signup-box {
        margin-bottom: 0px;
    }

    .ese-logo {
        width: 200px;
        margin: 10px 0 0 0;
    }

    .big-links {
        font-size: 20px;
    }

    .footer-container-ese ul {
        list-style-type: none;
        margin: 5px 0 5px 0;
        padding: 0;
        text-align: center;
    }

        .footer-container-ese ul li a {
            padding: 0 10px;
            font-size: 80%;
            text-align: center;
            height: 50px;
            line-height: 20px;
            color: #ffffff !important;
        }

    .ese-subtitle {
        font-size: 12px;
    }

    .ese-links h2 {
        font-size: 18px;
        margin: 0px;
    }

    .ese-links {
        padding: 10px;
    }

    .footer-credits {
        display: none;
    }*/ }

@media screen and (max-width: 900px) {
  .info-container {
    width: 500px !important;
    left: -50px;
    position: relative;
    padding-bottom: 200px; } }

@media screen and (max-width: 600px) {
  .info-container {
    width: 400px !important;
    left: 0px;
    position: relative;
    padding-bottom: 0px; } }

@media screen and (max-width: 400px) {
  .info-container {
    width: 300px !important;
    left: 50px;
    position: relative;
    padding-bottom: 0px; } }

@media screen and (max-width: 350px) {
  .info-container {
    width: 250px !important;
    left: 75px;
    position: relative;
    padding-bottom: 200px; } }

/*SMB styles start here*/
.ibox-content .cake-row:not(:last-child) {
  border-bottom: 1px dashed lightgrey; }

.ibox-content .cake-row:not(:first-child) {
  margin-top: 10px; }

.cake-row.-white {
  background: white;
  margin: 0 10px;
  padding: 10px 0 0 0;
  border: 1px solid lightgrey;
  border-top: none; }

.cake-row.-white:first-of-type {
  border-top: 1px solid lightgrey; }

.cake-row.-white:not(:last-child) {
  border-bottom: 1px dashed lightgrey; }

.cake-row.-white:last-child {
  margin-bottom: 10px;
  border-bottom: 1px solid lightgrey; }

.cakename {
  padding-top: 10px;
  padding-bottom: 10px;
  word-wrap: break-word; }

.cakeaction > .btn {
  margin: 5px 0 0 0; }

.cakeicon {
  width: 80px;
  display: inline-block;
  text-align: center;
  margin: 0 5px 10px 5px;
  cursor: pointer; }

.cakeicon.-packed {
  width: 50px; }

.cakeicon.-expired {
  color: red; }

.cakeicon.-expiring {
  color: orange; }

.cakeicon.-inprogress {
  display: none;
  border-bottom: 2px solid lightgrey;
  margin-bottom: 8px; }

.cakeicon.-reserved {
  display: none;
  border: 1px dotted lightgrey;
  margin-bottom: 8px; }

.cakeicon.-selected {
  border: 3px dotted darkcyan;
  margin-bottom: 8px; }

.modalicon-container {
  margin-bottom: 10px; }

.basestock-item {
  margin: 5px 15px 0 15px; }
  .basestock-item label {
    padding: 0 15px 0 3px; }

.bakery-item {
  margin: 5px 0; }

@media (max-width: 768px) {
  .cakename, .cakeaction {
    margin-bottom: 20px;
    padding-bottom: 0; } }

/*ADMIN USER PAGE*/
#tblBaseCake, #tblCake {
  display: none; }

.no-cake {
  padding: 40px 50px 50px 50px;
  font-size: 2rem;
  text-align: center;
  color: lightgrey;
  position: relative; }
  .no-cake .addnew {
    cursor: pointer; }
  .no-cake .fa {
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    font-size: 3.5rem; }

.order-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  color: grey; }
  .order-title span {
    border-bottom: 2px grey dashed; }

.-offset-label {
  margin-top: 28px; }

.v-middle-h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.v-middle {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.modal-sm .modalicon-container .fa {
  font-size: 40px; }

/*CustomerOrder PAGE*/
#tblOrderList,
#divPaymentMethod,
#divBakeryAction,
.bakery-item {
  display: none; }

/*WorkOrder PAGE*/
.ibox.-postponed .ibox-title {
  background-color: #ebebeb; }

.ibox.-completed .ibox-title {
  background-color: #bcdbd3; }

.order-remark {
  border: 1px solid #EBEBEB;
  margin: 0 0 10px 10px; }
  .order-remark .title {
    background-color: #F5F5F6;
    padding: 8px;
    border-bottom: 2px solid #EBEBEB; }
  .order-remark .body {
    padding: 8px; }

.modal-header .-topleft {
  position: absolute;
  top: 35px;
  left: 50px; }

.modal-header .-topright {
  position: absolute;
  top: 35px;
  right: 50px; }

.dt-buttons {
  display: none; }

/*OVERWRITE Inspinia*/
.modal-icon-small {
  margin-left: 10px;
  font-size: 42px;
  color: #e2e3e3; }

.popover.clockpicker-popover {
  z-index: 2050; }

