#wrapper {
    width: 100%;
}
#page-wrapper {
    padding:5em 2em 2.5em;
    background-color: #F1F1F1;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
    margin-bottom: 0;
}

.sidebar .nav-second-level li a {
    padding:10px 0;
    padding-left: 65px;
    font-size: .9em;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
@media(min-width:768px){
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

fieldset legend {
    margin-top: 25px;
    color: #F2B33F;
    border-bottom-color: #F2B33F;
}

/* === SignUp === */
#validation_title {
    font-size: 16px;
    font-weight: bold;
    color: orangered;
}
#validation_text {
    font-size: 14px;
    color: black;
    padding-bottom: 25px;
}

/* === GlobalInfo === */
#globalInfo {
    position: fixed;
    display: block;
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
    top: 80px;
    z-index: 9999;
}

/* === CALENDAR === */
.calendar_select {

}
.calendar_select .fast {
    width: 50px;
    height: 30px;
    float: right;
    font-size: 30px;
    text-align: center;
}
.calendar_select .select {
    width: 100px;
    height: 30px;
    float: right;
    text-align: center;
}
.calendar_select .select select {
    width: 100%;
    height: 40px;
    text-align: center;
}

.calendar {
    height:100px;
    border:1px dotted #b3adad;
    border-collapse:collapse;
    padding:5px;
}
.calendar th {
    border:1px dotted #b3adad;
    padding:5px;
    background: #f0f0f0;
    color: #313030;
    text-align: center;
}
.calendar td {
    border:1px dotted #b3adad;
    text-align:center;
    color: #313030;
    vertical-align: top;
}
.calendar_day {
    color: black;
    min-height: 150px;
    position: relative;
    height: auto;
}
.calendar_day .background {
    position: relative;
    overflow: hidden;
    z-index: 1;
    bottom: 0;
    height: auto;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}
.calendar_day .item {
    box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -o-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    border: 1px solid gray;
    border-radius: 10px;
    margin: 0 5% 10px 5%;
    padding: 5px 15px 5px 15px;
    width: 90%;
    color: black;
    z-index: 3;
    position: relative;
    cursor: pointer;
    text-align: left;
}
.calendar_day .item .status {
    float: right;
    margin-right: 15px;
    font-size: 20px;
}
.calendar_day .item .buble {
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    margin-right: 2px;
}
.calendar_day .item .deployment_time {
    background-color: silver;
}
.calendar_day .item .deployment_module {
    border: 1px solid silver;
}
.calendar_day .item .deployment_status {
    color: white;
}
.calendar_day .item .detail {
    display: none;
    margin-right: 25px;
}
.calendar_legend {
    margin-top: 25px;
}
.calendar_legend .item {
    box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -o-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    border: 1px solid gray;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    width: 200px;
    color: black;
    position: relative;
    cursor: pointer;
    float: left;
}
.calendar_day .deleted {
    color: #DDDDDD;
}

.calendar_day_type {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    background-color: yellow;
    margin-bottom: 25px;
    padding: 5px 5px 5px 5px;
}

.welcome {
    position: fixed;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    height: 250px;
    width: 250px;
    margin-left: -125px;
    margin-top: -125px;
    background-color: #F2B33F;
    border-radius: 50%;
    padding: auto;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    transition: transform 1.5s; /* Animation */
}

.dashboard_emergency_day {
    color: #5bc0de;
    font-weight: bold;
    text-transform: uppercase;
}
.dashboard_emergency_groupname {
    background: white;
    border-bottom: 1px solid #5bc0de;
    color: #5bc0de;
    font-weight: bold;
    padding: 10px 2px 2px 2px;
}
.dashboard_emergency_data {
    padding: 2px 2px 2px 2px;
}

/* checkbox */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox_container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}