﻿.box.box-primary {
    border-top-color: rgb(132, 74, 172);
}

.roleSelect {
    color: rgba(0,0,0,.87);
    min-height: 30px;
    position: relative;
    top: 2px;
    padding: 3px 0;
}

#roleContainer {
    -moz-transition: transform 230ms linear;
    -webkit-transition: transform 230ms linear;
    -o-transition: transform 250ms linear;
    transition: transform 250ms linear;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}

#searchContainer {
    -moz-transition: transform 250ms linear;
    -o-transition: transform 250ms linear;
    -webkit-transition: transform 250ms linear;
    transition: transform 250ms linear;
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    width: 100%;
    left: 0;
    top: 0;
}

#applicationInformationContainer, #reminderContainer, #submitContainer {
    -moz-transition: transform 250ms linear;
    -o-transition: transform 250ms linear;
    -webkit-transition: transform 250ms linear;
    transition: transform 250ms linear;
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    width: 100%;
    left: 0;
    top: 0;
}

label {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.list-group-item {
    padding: 5px 10px;
}

p {
    text-indent: 2em;
}

h3 {
    font-size: 18px;
}

.operationTitle {
    padding: 8px 10px;
    float: left;
    font-size: 18px;
    color: white;
}

.nyulogo {
    float: left;
}

.nyuTitle {
    padding-left: 150px;
}

    .nyuTitle div {
        text-align: left;
    }

.nyuhead {
    width: 520px;
}

.otherInfo {
    width: 50%;
    margin-top:20px;
}

@media screen and (max-width:350px) {
    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        font-size: 15px;
    }

    .operationTitle {
        font-size: 15px;
    }

    .col-sm-12 {
        padding: 0;
    }
}

@media screen and (max-width:520px) {
    .nyulogo {
        float: none;
    }

    .nyuTitle {
        padding-left: 0;
    }

        .nyuTitle div {
            text-align: center;
        }

    .nyuhead {
        width: auto;
    }

    .otherInfo {
        width: 80%;
    }
}
