﻿
#wrap {
    /*had to changet he width dimension to make calculation was done wrong now it works*/
    width: 1000px;
}

.left {
    width: 450px;
    float: left;
    height: 169px;
    margin-left: 0px;
}

.right {
    width: 500px;
    float: right;
}

body {
    margin-top: 30px;
    margin-left: 30px;
    background-color: black;
    height: 512px;
    font-family: 'Rajdhani',serif;
}

/*CSS for dropdown box*/
select {
    background-color: rgb(27, 99, 114); /*slightly darker  - main bright blue */
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    border: 2px solid rgb(36, 138, 143);
}

/*CSS for input textbox and password*/
input[type='text'], input[type='password'] {
    background-color: rgb(27, 99, 114);
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    border: 2px solid rgb(36, 138, 143);
}

.righttextalignlabel {
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: small;
    float: right;
    font-weight: bold;
}

.inputfield {
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: small;
}

.label {
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: small;
}

.biglabel {
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: medium;
}

.hugelabel {
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: large;
}

.message {
    color: #de4630; /*red;*/
    font-family: 'Rajdhani',serif;
    font-size: small;
    float: right;
}

fieldset {
    border: 2px solid rgb(36, 138, 143);
}

legend {
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: small;
}

.mandatoryfieldindicator {
    color: #de4630; /*red;*/
    font-family: 'Rajdhani',serif;
    float: left !important;
}

.calendar {
    background-color: rgb(27, 99, 114);
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: small;
    border: 2px solid rgb(36, 138, 143) !important;
}

.calendartitle {
    background-color: rgb(27, 99, 114);
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif;
    font-size: small;
    font-weight: bold;
    border: 2px solid rgb(36, 138, 143) !important;
}



.selectedday {
    background-color: rgb(27, 99, 114) !important;
    font-weight: bold;
    font-size: small;
}

.othermonthday {
    background-color: rgb(36, 138, 143) !important;
    color: rgb(0, 224, 232) !important;
    font-family: 'Rajdhani',serif !important;
    font-size: small;
}

.daystyle {
    color: rgb(0, 224, 232) !important;
    font-family: 'Rajdhani',serif !important;
    font-size: small;
}

.button {
    background-color: black;
    rgb(27, 99, 114);
    color: rgb(0, 224, 232);
    font-family: 'Rajdhani',serif !important;
    border: 2px solid rgb(36, 138, 143);
    font-size: small;
    padding: 5px 10px;
}

    .button:hover {
        color: #de4630;
        border-color: #de4630;
    }

.pdfcontainer {
    position: relative;
    display: inline;
    border: 2px solid rgb(36, 138, 143);
    z-index: 100;
}

.centered {
    position: absolute;
    width: 361px;
    height: 415px;
    left: 39%;
    top: 28%;
    margin-left: -50px;
    margin-top: -50px;
    border: 2px solid rgb(36, 138, 143);
    background-color: black;
}

.centered2 {
    position: absolute;
    width: 950px;
    height: 600px;
    /*left:10%;
    top:10%;*/
    margin-left: 125px;
    margin-top: 5px;
    border: 2px solid rgb(36, 138, 143);
    background-image: url("../Images/BlueTucson2.jpg");
}

.frame {
    border: 2px solid rgb(36, 138, 143);
    height: inherit;
    width: inherit;
}
