﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#Content_NoForm {
    margin-bottom: 40px
}

.title-name h1 {
    font-size: 24px;
    margin: 0;
}

.title-area {
    height: 120px;
}

.title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
}

.site-masthead {
    /*background-image: url("../img/site-bg.jpg");*/
    /*http: //www.mdc.edu/college_wide/template14/img/site-bg.jpg*/
    /*background-image: url("//www.mdc.edu/college_wide/template14/img/site-bg.jpg");*/
    background-image: url("//www.mdc.edu/college_wide/template14/img/site-sm.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1565c0;
    color: #fff;
    margin-top: -50px;
}

.admission-title {
    font-size: 48px;
    margin-top: 1.2em;
}

.header-links {
    font-size: 2.5em;
    color: white;
    /*margin-top: 0.5em;*/
    padding-bottom: 1em;

}

.header-links p a {
    color: white;

}

.menuDark,
.description,
.tableinfo {
    color: #333;
}

.tableinfo,
.menuDark {
    line-height: 1.5em;
}

.menudark ul li {
    list-style-type: none;
}

#inputPhone,
#inputCPhone {
    width: 35%;
    display: inline;
}

#checkboxPhone,
#checkboxCPhone {
    display: inline;
    width: 3%;
    height: 1em;
    -webkit-box-shadow:none;
}

.title-links {
    font-size: 0.25em;
    font-weight: 300;
}

#logout-link,
#close-link,
#comment-link,
.title-links {
    /*padding-left: 16em;*/
    padding-right: 1em;
    float: right;
    font-size: 0.4em;
}

.title-section {
    font-size: 25px;
}

.title-section-link {
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.side-title {
    text-decoration: none !important;
}

.dropdown-fullwidth {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
}


.form-control.shrinkwidth,
#AddressLink,
#nonUSAddress,
.dropdown-fullwidth.shrinkwidth {
    width: 35%;
    margin-bottom: 2px;
}

.note-em {
    margin-top: 2em;
}

#inputDOBMONTH, .InlineMonth {
    width: 25%;
    display: inline; 
    margin-bottom: 15px;
}

#inputDOBDAY,
#inputDOBYEAR, .InlineYear {
    width: 15%;
    display: inline;
    margin-bottom: 15px;
}

.form-check-label {
    font-weight: 400;
}

.required-field::after {
    content: "*";
    color: red;
}

.glyphicon.glyphicon-ok-sign {
    font-size: 1.7em;
    padding-right: 0.2em;
    font-weight: bold;
    color: green;
}

 .dl-horizontal dt {
    text-align: initial;
    /*width: 100px;*/
}

.application-details {
    margin-left: 1px;
}

.instructions {
    font-size: 1.5em;
}




@media (min-width: 150px) and (max-width: 770px) {
    .form-control.shrinkwidth,
    #AddressLink,
    #nonUSAddress,
    .dropdown-fullwidth.shrinkwidth {
        width: 100% !important;
    }
}


/*Responsive Queries*/
@media (max-width: 349px) {
}


    @media (min-width: 350px) and (max-width: 640px) {
    }

    @media (min-width: 480px) and (max-width: 640px) {
    }


    @media (max-width: 640px) {
    }

    @media (min-width: 641px) and (max-width: 767px) {
    }


   


    @media (min-width: 768px) {
        .title-area {
            width: 100%;
            position: relative;
            height: 40px;
        }

        .title-container {
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            display: table;
        }

        .title-name {
            display: table-cell;
            vertical-align: middle;
        }
    }



    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991px) {
        .title-area {
            height: 100px;
        }

        .title-name h1 {
            font-size: 37px;
        }

        .site-masthead {
            margin-top: -50px;
        }
    }


@media (max-width: 959px) {
    .site-masthead {
        height: auto;
        margin-bottom: 2em;
    }

    .title-name h1 {
        /*margin-top: 0.8em;*/
        margin-bottom: 0.8em;
    }
}


    @media (min-width: 992px) {
    }

    @media (max-width: 1024px) {
    }

    @media (max-width: 991px) {

        .title-area {
            /*height: 110px;*/
            height: 40px;
        }

        .title-name h1 {
            font-size: 40px;
            /*margin-top: 20px;*/
            margin-top: -40px;
        }

        .header-links {
                /*margin-top: -1.5em;*/
                margin-top: -2.5em;
        }
    }


    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199px) {
        .title-area {
            /*height: 110px;*/
            height: 60px;

        }

        .title-name h1 {
            font-size: 37px;
            margin-top: 30px;
        }
    }
    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
        .title-area {
            /*height: 120px;*/
            height: 80px;
        }

        .title-name h1 {
            font-size: 50px;
                margin-top: 40px;
        }
    }

    @media (min-width:768px){
        .dl-horizontal dd {
            text-align:left;
            margin-left:350px;
        }

        .dl-horizontal dt {
            width:350px;
            word-wrap: break-word;
            white-space: normal;
        }
    }

     @media (max-width: 767px) {

        .header-links {
            margin-top: -0.5em;
        }

        .title-name h1 {
            margin-top: 0px;
        }
    }

    
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745 !important;
}

    .btn-outline-success:hover {
        color: #fff !important;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8 !important;
}

    .btn-outline-info:hover {
        color: #fff !important;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }


    .panel-done{
        border-color:#337ab7
    }
    .panel-done>.panel-heading{
        color:white;
        background-color:#337ab7;
        border-color:#337ab7
    }
    .panel-done>.panel-heading+.panel-collapse>.panel-body{
        border-top-color:#337ab7
    }
    .panel-done>.panel-heading .badge{
        color:white;
        background-color:#31708f
    }
    .panel-done>.panel-footer+.panel-collapse>.panel-body{
        border-bottom-color:#337ab7
    }


    .btn-outline-done {
    color: #337ab7;
    border-color: #337ab7 !important;
}

    .btn-outline-done:hover {
        color: #fff !important;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .btn-outline-done:focus, .btn-outline-done.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-done.disabled, .btn-outline-done:disabled {
        color: #337ab7;
        background-color: transparent;
    }

    .btn-outline-done:not(:disabled):not(.disabled):active, .btn-outline-done:not(:disabled):not(.disabled).active,
    .show > .btn-outline-done.dropdown-toggle {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .btn-outline-done:not(:disabled):not(.disabled):active:focus, .btn-outline-done:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-done.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }


.btn-outline-default {
    color: #000;
    border-color: #ddd;
}

    .btn-outline-default:hover {
        color: #000;
        background-color: #ddd;
        border-color: #ddd;
    }

    .btn-outline-default:focus, .btn-outline-default.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-default.disabled, .btn-outline-default:disabled {
        color: #ddd;
        background-color: transparent;
    }

    .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
    .show > .btn-outline-default.dropdown-toggle {
        color: #fff;
        background-color: #ddd;
        border-color: #ddd;
    }

        .btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-default.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }


        .textDark { font-weight:bold;}

        h2{
            font-size:32px;
        }

        h3{
            font-size:23px;
        }

        h4{
            font-size:16px;
        }

        .ui-widget-overlay {
           background: rgb(0,0,0);
           opacity: .50;
           filter: Alpha(Opacity=70);
        }

        /*new styles*/

        #wizHeader li .prevStep
{
    background-color: #669966;
}
#wizHeader li .prevStep:after
{
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}        
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child 
{
    padding-right: 50px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}        
.content
{
    height:150px;           
    padding-top:75px;
    text-align:center;
    background-color:#F9F9F9;
    font-size:48px;
}