body {
    background-color: #6D4D7B;
}

/*.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('https://portal.mystudentpod.com/img/cube.gif') 50% 50% no-repeat rgb(249,249,249);
	opacity: .8;
}*/

.displayNone {
    display: none!important;
}

/*Sign In Page */

.containerMpg {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
}

.containerMpg h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.containerMpg form .form-control {
    height: 60px!important;
    margin-bottom: 20px;
}

.containerMpg .checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.containerMpg .loginForm form span {
    display: block;
    width: 100%;
    height: 80px;
}

.tab-content {
    padding-top: 20px;
}

.imageFooter {
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.imageFooter img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
}

.containerMpg .btn-help {
    position: relative;
    top: 10px;
    right: 0px;
    color: #6D4D7B!important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: all ease .5s!important;
}

.containerMpg .btn-help:hover {
    color: #4c3257!important;
}

.containerMpg .btn-help:hover i {
    background-color: #4c3257;
}


.btn-all-docs {
    position: relative;
    top: 32px;
    right: -5px;
    color: #6D4D7B !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: all ease .5s !important;
}

.btn-all-docs i {
    padding: 0px;
    color: #fff !important;
    background-color: #6D4D7B;
    border-radius: 99em;
    display: inline-block;
    text-align: center;
    transition: all ease 0s !important;
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0s;
    width: 25px;
    height: 25px;
    padding-top: 5.1px;
}

.containerMpg .btn-help i {
    padding: 5px 8px 5px 7px;
    background-color: #6D4D7B;
    color: #fff!important;
    border-radius: 99em;
    display: inline-block;
    text-align: center;
    transition: all ease 0s!important;
}

.containerMpg form p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.containerMpg form label {
    margin-top: 20px;
    font-size: 1.5em;
}

textarea {
    margin-top: 40px;
    min-height: 80px;
    margin-bottom: 50px;
    max-width: 100%;
}

/* /sign in page */

.results tr[visible='false'],
.no-result {
    display: none;
}

.results tr[visible='true'] {
    display: table-row;
}

.counter {
    padding: 8px;
    color: #4c3257;
}

.dataTables_filter label {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.dataTables_length {
    padding-top: 30px;
    text-align: right!important;
}

.col-sm-12 {
    padding: 0px;
}

.red {
    background-color: red!important;
}

.containerCreateNew form label {
    font-size: 1.2em;
}

.input-group-addon {}

.formHidden {
    display: none;
}

.multipleSelect {
    min-height: 800px;
}

.uploadInput {
    padding-top: 10px!important;
    padding-left: 10px!important;
}

.step-incomplete {
    background-color: #D9515C;
    background-image: url("/img/tiles/frown.png");

}

.step-pending {
    background-color: #FEC849;
    background-image: url("/img/tiles/refresh.png");

}

.step-complete {
    background-color: #4ec93e;
    background-image: url("/img/tiles/smile.png");

}

.documents .col-lg-3 .step {
    height: 100%;
    padding-top: 10px;
    position: relative;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.documents .col-lg-3 {
    height: 200px;
    padding: 10px;
}

.documents .col-lg-3 h2,
.documents .col-lg-3 h1,
.documents .col-lg-3 h3,
.documents .col-lg-3 h4,
.documents .col-lg-3 p {
    color: white;
}

.documents .col-lg-3 h4 {
    font-size: 1.2em;
    font-weight: 500;
}

.documents .col-lg-3 h4:first-of-type {
    padding-left: 5px;
    padding-right: 5px;
}

.documents .col-lg-3 h4:last-of-type {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin: 0px;
}


.documents .col-lg-3 p {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0px;
    padding: 10px;
    line-height: 14px;
}

.documents .col-lg-3 button {
    position: absolute;

    bottom: 10px;
    left: 0px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.documents .col-lg-3 .step i {
    color: white;
    margin-top: 10px;
}


.documentsComplete span {
    color: white;
}

.property .col-md-6 p {
    font-weight: 500;
    font-size: 1.2em;
}

.property .col-md-6:nth-of-type(1) p {
    width: 150px;
}

.property .col-md-12 {
    border-top: 1px solid rgba(109, 77, 123, 0.19);
    padding-top: 50px;
    margin-top: 30px;
}

.property .col-md-12 span {
    font-weight: 500;
    font-size: 1.2em;
    text-decoration: underline;
}

.input-group-addon {
    padding: 6px 16px 16px!important;
    font-size: 2em!important;
}

.bulletList li {
    list-style: disc;

}

.date i, .date input{
    cursor: pointer!important;
}

.navbar {
    border-radius: 0px!important;
}

.ui-sortable-handle{
    cursor:pointer!important;
}
.ui-sortable-helper{
    cursor: move!important;
}
.orderPhoto-btn{
    margin-right:5px;
    display:none;
}
.rooms-not-exist{
    display:block;
}

.rooms-exist{
    display:none;
}

.shown{
    display:inline-block!important;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px!important;

    }
}