@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Montserrat');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan');

h2 {
    font-family: Montserrat;
    background: #dadada;
    margin: -10px -10px 14px -10px;
    padding: 10px;
    color: #7d3b63;
    font-size: 16px !important;
}

body{
    background: #eaeaea;
    font-family: Montserrat;;
    margin: 0px;
}

#menu {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background: #ba5994;
}

#logo {
    font-family: 'Baloo Chettan', cursive;
    font-size: 28px;
    padding-left: 10px;
    color: #492f4b;
    float: left;
}

.back {
    float: left;
    color: white;
    padding: 10px;
    padding-left: 21px;
    border-left: 1px solid #612148;
    margin-left: 15px;
    background: linear-gradient(to right, rgb(171, 88, 165) 0%,rgb(145, 64, 114) 1%,rgba(255,255,255,0) 100%);
}

#mainarea{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 600px 400px;
    margin: 10px;
}

.appointments {
    grid-column: 2;
    grid-row : 1/3;
}

.new-appointment{
    grid-column:  1;
    grid-row: 1;
}

#card {
    background: white;
    padding: 10px;
    border: 0px solid #b1b1b1;
    /* overflow: auto; */
}

.add-appointment{
    grid-column: 1;
    grid-row: 1;
}

.free-appointments{
    grid-column: 1;
    grid-row: 2;
}

.day {
    width: calc(100% - 10px);
    background: #e8e8e8;
    padding: 5px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

span#card-appointment {
    background: #c683ac;
    color: #2b2828;
    border-radius: 3px;
    margin: 5px;
    padding: 3px;
    padding-left: 5px;
    float: left;
    font-size: 12px;
}

.card-date {
    font-size: 37px;
    text-align: center;
    color: #73a745;
    font-family: 'Barlow Condensed', sans-serif;
    margin-top: 7px;
}

.card-date-section {
    float: left;
    height: 80px;
    background: #ccef64;
    width: 79px;
    border-right: 1px solid #acc75a;
}

.card-info-section {
    float: left;
    display: inline;
    width: calc(100% - 90px);
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.card-name {
    font-size: 20px;
}

.card-time {
    width: 80px;
    height: 27px;
    text-align: center;
    font-size: 14px;
    font-family: Helvetica;
    color: #80a85d;
}

.card {
    background: #e8e8e8;
    margin-bottom: 10px;
    border: 1px solid #b1b1b1;
    height: 80px;
}

#day-group div{
    display: none;
}

.appointment-delete {
    float: right;
    margin-left: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: -3px;
    margin-bottom: -3px;
    margin-right: -3px;
    height: 19px;
    background: #a75b8a;
    border-radius: 0px 3px 3px 0px;
    text-decoration: none;
    padding-top: 2px;
}

.today {
    border: 5px solid #afd19a;
}

.appointment-delete a{
    text-decoration: none;
    color: white;
}

.delete-booking {
    display: inline;
    float: right;
    margin-top: -34px;
    /* color: red; */
}


.delete-booking a {
    color: #bebebe;
}

.delete-booking a:hover {
    color: #bc3c8a;
}

input {
    border: 1px solid #ba5994;
    background: #ffeef8;
    height: 30px;
}

input[type=radio]{
    height:10px;
}

.radiolabel{
    width: 300px !important;
    text-align: right;
}

select{
    border: 1px solid #ba5994;
    background: #ffeef8;
    height: 30px;
}

.no-entry {
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    text-align: center;
    margin-top: 50px;
    color: #dadada;
}

.login{
    width: 400px;
    margin-left:auto;
    margin-right: auto;
    margin-top:150px;
}

.login input{
    padding-left: 4px;
    padding-right: 4px;
    width: calc(100% - 125px);
}

.login input[type = submit]{
    padding-left: 4px;
    padding-right: 4px;
    width: 80px;
    margin-left: 318px;
}

.login label{
    width: 120px;
    display: inline-block;
    margin-bottom: 15px;
}

.section {
    padding: 10px 0px;
    margin: 5px 0px;
    border-bottom: 1px solid #dedede;
}

.section label {
    display: inline-block;
    width: 140px;
    text-align: left;
    margin-left: 10px;
}

.section input[type=text]{
    width: calc(100% - 160px);
}

.section input[type=email]{
    width: calc(100% - 160px);
}

a {
    text-decoration: none;
    color: inherit;
}

.cat-2 {
    background: #75c363 !important;
    color: #285830 !important;
}

.cat-2 > .appointment-delete {
    background: #4c7b41;
}



