﻿.form-control {
    height: calc(1.5rem);
}

.body-tabs-shadow .body-tabs-animated {
    padding: 0rem 0;
}

.FullFlow {
    display: flow-root;
}

label {
    font-size: 12px;
}

.select {
    padding: 0;
    background-color: whitesmoke;
}

.search {
}

.SepHead {
    margin-top: 15px;
}

.Photocantaner {
    width: 100%;
    height: 84px;
}

.Userphoto {
    float: right;
    border-radius: 50px;
    height: 70px;
}

.PhotocantanerDesk {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.PhotocantanerDeskPhoto {
    border-radius: 50px;
}

.inpWidth {
    width: 70%;
}

.lblWidth {
    width: 30%;
}

@media only screen and (max-width: 600px) {
    .Userphoto {
        position: absolute;
        top: -400px;
        display: none
    }

    .parentrow {
    }

    .Photocantaner {
        text-align: center;
        height: 0px;
    }
}

@media only screen and (min-width: 600px) {
    .PhotocantanerDesk {
        display: none
    }
}


@media only screen and (max-width: 600px) {
    #appmaincard {
        height: 1120px;
    }
    .appcard {
    }
    #clickModal {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {

    #appmaincard {
        height: 1235px;
        padding: 50px;
    }
    .appcard {
        padding: 15px;
    }

    
}