﻿



/* On screens that are 600px or more */
@media screen and (min-width: 800px) {
    .k-form-group {
        max-width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .k-form-group {
        max-width: 70%;
    }
}


/* On screens that are 600px or less */
/*@media screen and (max-width: 800px) {
    .k-form-group {
        max-width: 50%;
        background-color:aliceblue;
    }
}
*/
@media screen and (max-width: 600px) {
    .k-form-group {
        min-width: 90%;
    }
    #main{
        max-width:50%;
    }
}



.content-padding {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.white {
    color: white;
}

.print {
    color: black;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: smaller;
    font-family: "Nunito Sans";
}

/* TRF document overrides: shrink .print spans on the High School and
   College Transcript Request Form partial views only. The College
   wrapper's id is suffixed with the CollegeTranscriptID, so use a
   prefix attribute selector to match all instances. */
#hsTranscriptDocumentContent .print,
[id^="collegeTranscriptDocumentContent_"] .print {
    font-size: 10px;
}

#Back{
    cursor:pointer;
}

.btn-transcript {
    color: #ffffff !important;
    background: #f38a00 !important;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

    .btn-transcript:hover {
        color: #002f86 !important;
        background: #f38a00 !important;
    }

p .k-button {
    margin: 0 15px 0 0;
}


/*main blue buttons*/
/*.btn-primary, .k-button {
    color: #fff !important;
    background: #002f86 !important;
    font-size: .875rem !important;
    font-weight: 800 !important;
    padding: 13px 17px !important;
    border: 0 !important;
    transition: color .3s !important;
    margin-right: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

    .k-button.k-state-hover, .k-button:hover {
        background: #f38a00 !important;
        color: #fff !important;
        background-image: none !important;
        border: 0px !important;
    }*/

    /*.k-button.k-state-focused, .k-button.k-state-focused.k-state-disabled, .k-button:focus, .k-button:focus:hover, .k-state-disabled .k-button.k-state-focused {*/
        /*box-shadow: 0 0 0 1px #f38a00 !important; */
        /*box-shadow: none !important;
        border-color: #f38a00 !important;
    }*/

    /*.k-button:focus {
        box-shadow: none !important;
        border: 0px !important;
        background: #f38a00 !important;
    }


        .k-button.k-state-focused, .k-button.k-state-focused.k-state-disabled, .k-button:focus, .k-button:focus:hover, .k-state-disabled .k-button.k-state-focused {*/
            /*box-shadow: none !important;*/
            /*border-color: #f38a00 !important;*/
            /*background: #f38a00 !important;
            color: #fff !important;
            background-image: none !important;
            border: 0px !important;
        }*/



/*-----------------------------------------------
--
--     Styles for Student Signature Section
--
------------------------------------------------*/
table.studentSignature {
    width: 100%;
}

td.signatureLabelColumn {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 25%;
}

td.signatureDateColumn {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 7%;
}

td.signatureSpacer {
    padding-top: 10px;
    padding-bottom: 2px;
    width: 1%;
}

tr.signatureBottomBorder {
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    white-space: nowrap;
}

td.rowBottomBorder {
    padding-top: 6px;
    border-bottom: 1px solid black;
}

tr.rowSubScriptSignature {
    font-size: 12px;
    padding: 1px 5px 1px 5px;
}
.rowBottomBorder {
    vertical-align: bottom;
    display: block;
    position: absolute;
    bottom: 0 !important;
}

.signature{
    border:0;
    border-bottom: 1px solid #000;
}
 
.transcript-padding{
    margin-left:50px;
}