.cal-state {
    background: #fff;
}
.dots {
    clear: both;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.dots .pip {
    display:inline-block;
    min-width:8px;
    min-height:8px;
    background-color: #E8EEEE;;
    border-radius: 50%;
    margin-right:3px;
}

.dots .active {
    background-color: #175457;
}

.calendar-bar {
    background:white;
    display: inline-block;
    width: 100%;
}

.calendar-bar h1 {
    background-color: white;
    clear:both;
    color: #014548;
    padding: 20px;
    min-height: 30px;
}

.calendar-titles {
    padding:20px;
    float:left;
}

.calendar-actions {
    width: 530px;
   
    padding: 0 20px;
    float:right;
}

.calendar-actions button {
    background-color: #E8EEEE;
    margin-bottom:10px;
    color:#014548;
    font-size:14px;
    padding:10px 15px;
    border:none;
    outline: none;
    border-radius: 5px;
    width:260px;
}

.calendar-actions .calendar-create {
    background-color: #014548 !important;
    color:#E8EEEE !important;
}

.calendar-actions button.small {
    width:260px;
}

.calendar-actions select {
    color: #222;
    color:#014548;
    width: 99%;
    margin: 0 0 10px 0;
    height: 40px;
    font-size:14px;

}

.calendar-save {
    background-color: rgb(156, 156, 156) !important;
    color:white !important;
    transition: background-color 0.3s linear;
}

.calendar-actions button.enabled {
    background-color: #175457 !important;
}

.calendar-print {
    background-color: rgb(156, 156, 156) !important;
    color:white !important;
}

.calendar-delete {
    background-color: rgb(212, 107, 107) !important;
    color:white !important;
}


.calendar-actions button span {
   float:right;
}

.calendar-bar h2 {
    font-size:28px;
    letter-spacing: 0.5px;
}

.calendar-bar h3 {
    letter-spacing: 0.8px;
    margin-top:3px;
    color:grey;
    font-size: 16px;
}


.calendar-container {
    background-color:white;
    border-top:1px solid #ccc;
    padding:20px 50px;
    position:relative;
    overflow:hidden;
    height:100%;
    clear:both;
    color:black;
}

.calendar-row-container {
    width:100%;
    position: relative;
    overflow: hidden;
}

.calendar-container h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.calendar-row {
    width:4000px;
    left:10px;
    /* transition: left 1s ease; */
    position: relative;
}

.left-arrow {
    position: absolute;
    cursor: pointer;
    left:30px;
    top:43%
}

.right-arrow {
    position: absolute;
    right:30px;
    cursor: pointer;
    top:43%
}

.arrow-disabled {
    opacity:0.5;
}

.background-container {
    position:relative;
    margin:20px 20px;
    width:150px;
    float:left;
}

.background-image {
    position:relative;
}

.background-container h3 {
    font-size: 14px;
    font-weight: 500;
    color: #175457;
    margin-top:10px;
}

.background-container h4{
    font-size: 14px;
    font-weight: normal;
    color: #175457;
}

.background-container img {
    border:1px solid #ccc;
    padding:1px;
    -webkit-box-shadow: 9px 9px 2px -4px rgba(181,181,181,1);
    -moz-box-shadow: 9px 9px 2px -4px rgba(181,181,181,1);
    box-shadow: 9px 9px 2px -4px rgba(181,181,181,1);
}

.background-container label span {
    vertical-align: middle;
    padding-top:1px;
    font-weight: 500;
  }

.background-container label {
    width:25px;
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.background-container input {
    display:inline-block;
    vertical-align: middle;
    width:16px;
    height:16px;
} 

.background-container label, .background-container button {
    position: absolute;
    color:white;
    bottom:10px;
    left:10px;
    width:50px;
}

.background-container button {
    background-color:#175457;
    border:1px solid white;
    font-size: 10px;
    border-radius: 3px;
    padding: 3px 7px 3px 7px;
    left:auto;
    right:10px;
}

.ngDialog-calendar-popup {
    width:600px;
    top:40%;
    left:30%;
   
}

.ngDialog-calendar-popup .ngdialog-content {
    position: relative;
    border:8px solid #8aa9aa;
    border-radius:5px;
    padding:20px;
}

.ngDialog-calendar-popup .ngdialog-content input {
    display: inline-block;
    height:30px;
    width:450px;
}

.ngDialog-calendar-popup .ngdialog-content a {
    background-color: #014548;
    color:white;
    text-decoration: none;
    padding:8px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-left:30px;
}