﻿

/*Fix Number*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


/*Gets rid of overflow on mobile*/
@media only screen and (max-device-width: 800px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    a-right {
        text-align: left !important;
    }
}

@media (max-width: 800px) {
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    p {
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 500px) and (max-device-width: 700px) {
    label {
        width: 200px !important;
    }
}

#header {
    margin-bottom: 0px;
}

@media only screen and (max-width: 800px) {
    .extra-links a {
        float: right;
    }
}

@media only screen and (max-width: 950px) {
    #header {
        padding-bottom: 0px;
    }

    #content, #mcontent {
        padding-top: 30px;
    }
}

@media (max-width: 900px) {
    #header .logo {
        margin: 0px;
    }

    .extra-link a {
        margin: 0px;
    }
}

@media (min-width: 703px) and (max-width: 724)
{
       input[type=radio] {
        min-width: 0px;
        max-height: 32px;
        
    }
}

.ticketType {
    text-align: center;
    padding-bottom: 20px;
}

.ticketOption {
    background-color: #09225e;
    box-shadow: 0px 10px 14px -7px #051d57;
    border: none;
    border-radius: 8px;
    color: white;
    /*padding: 15px 20px;*/
    margin: 4px 1px 4px 1px; /*4px 4px*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 220px;
    height: 60px;        
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

label {
    display: inline-block;
    width: 300px;
    font-size: 16px;
    line-height: 1.25em;
    text-align: left;
}



input, select /*, .radBtn*/{
    display: inline-block;
    min-width: 300px;
    max-height: 32px;
    font-size: 20px;
    width: 50%;
}

    input[type=number], input[type=tel] {
        padding: 5px 3px;
        margin: 0px 0;
        color: #666;
        outline: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    input[type=radio] {
        min-width: 10px;
        max-height: 32px;
        width: auto;
    }

textarea {
    display: inline-block;
    min-width: 200px;
    width: 50%;
}

.cscRadioOptionOne {
    display: inline-block;
    width: 140px;
    height: 50px;
}

.cscRadioOptionTwo {
    display: inline-block;         
    width: 140px;
    height: 50px;
}

.radioOptionOne {
    display: inline-block;
    width: 45%;
}

.radioOptionTwo {
    display: inline-block;         
    width: 45%;
}

.radBtn {
    display: inline-block;
    min-width: 300px; 
    width: 50%;
}

.radioLabel {
    width: 0px !important;
    font-size:20px;
    color: black;
    font-weight: normal;
}

/*Website Main Body*/
#content, #mcontent {
    border-top: 4px solid #555;
    background: #FFF;
    padding-bottom: 40px;
}

/************************************/


/*Jquery UI Tooltip change*/
.ui-tooltip {
    padding: 5px;
    max-width: 350px;
    max-height: 100px;
    font-size: 14px;
    background-color: black;
    color: white;
    
}

body .ui-tooltip {
    border-width: 1px;
    border-radius: 5px;
}

/*Adds spaces between inputs*/
.input-space {
    padding-bottom: 5px;
    text-align: center;
}

/*Puts label at top of textArea*/
.descriptionArea {
    vertical-align: top;
}

.cscDescription {
    padding-top: 30px;
}

.subBtn {
    margin: 10px auto;
    display: block;
}

.contactInfo {
    width: 100%;
    display: inline-block;
}

.formSection {
    margin-top: 20px;
    margin-bottom: 10px;
}

.formButtonsCNOC, .formButtonsCSC, .formSubSection, .ticketType {
    margin-top: 10px;
    width: 100%;
    text-align: center;                        
}

.subButton {
    clear: both;
    margin-top: 15px;
}

.formTitle {
    text-align: center;
}


/*Custom Button CSS*/
.levelTwoCustBtn {
    background-color: #1344b9;
    box-shadow: 0px 10px 14px -7px #051d57;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 15px 20px;
    margin: 4px 1px 4px 1px; /*4px 4px*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 200px;
    height: 60px;
    /*min-width: 110px;*/
}

    .levelTwoCustBtn:hover {
        background-color: #295fe0;
        text-decoration: underline;
    }

.custBtn {
    background-color: #09225e;
    box-shadow: 0px 10px 14px -7px #051d57;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 15px 20px;
    margin: 4px 1px 4px 1px; /*4px 4px*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
     width: 200px;
    height: 60px;
    /*min-width: 110px;*/
}

    .custBtn:hover {
        background-color: #16398d;
        text-decoration: underline;
    }


.custBtnRequest {
    background-color: #09225e;
    box-shadow: 0px 10px 14px -7px #051d57;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 15px 20px;
    margin: 4px 1px 4px 1px; /*4px 4px*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 200px;
    height: 60px;
    /*min-width: 110px;*/
}

    .custBtnRequest:hover {
        background-color: #16398d;
        text-decoration: underline;
    }


.subTicket {
    background-color: lightgray;
    opacity: 0.6;
}

.custBtnInActive {
    /*background-color: #808080; */ /* Grey */
    opacity: 0.6;
}

/*CSS for Input Text Box invalid*/
.inputError {
    border: 1px solid red;
    border-radius: 4px;
    resize: none;
}

    .inputError:focus {
        border: 1px solid #0034ad;
    }

/*Input Text Box style*/
.inputBoxes {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
}

    .inputBoxes:focus {
        border: 1px solid #0034ad;
    }

/*Main DIV CSS*/
.cTicketForm {
    /*text-align: center;*/
    /*width: 90%;*/
    margin: 0 auto;
    max-width: 700px;
    min-width: 250px;
}

/*Main DIV after submit*/
.csTicketFormPost {
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
    min-width: 250px;
    font-size: 17px;
}

/*CSS for Spinning icon*/
.loader {    
    text-align: center;
}


/*Ticket Submitted box*/
.postTicketTable {
    /*background-color: #eee;*/
    background-color: white;
    border-radius: 10px;
    border: 3px dashed #ccc;
}

/*Mozilla firefox for input required boxes*/
input[required] {
    box-shadow: none;
}

select[required] {
    box-shadow: none;
}
/*End Mozilla firefox*/

.table {
    width: 100%;
}

.tr {
    width: 100%;
}

td {
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: top;
    width: 10%;
}
