.tx-pds-connect {

margin-left: 10px;
margin-right:10px;
font-family: 'Ubuntu Condensed', sans-serif;
max-width:1000px;
margin:0px auto;
    margin-bottom: 100px;

}


.survey .ui-checkbox {
    max-width:50%;
}


.survey input[type="radio"] {
    display: none;
}


#mainCol{
    margin-left: 3%;
    margin-right: 3%;

}

.ce-div {
    color:red;

}

.survey {
    text-align: center;
}

.csc-mailform {

    max-width: 300px;
}

#comment{

    height:80px !important;
    overflow-y: scroll;
}

#popupReports .ui-btn,
#popupTimeDocumentation .ui-btn {
    background-color: lightblue !important; /* Green */
    border: none !important;
    color: black !important;
    padding: 10px 0px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 12px !important;
    height:30px;
    width:100px;
}

#popupTimeDocumentation-popup {
    max-width: 1000px !important;
}

.ui-btn {
    background-color: white !important; /* Green */
    border: none !important;
    color: black !important;
    padding: 10px 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    height:40px;
}



.cam-icon {
    position: relative;
    left: 100px;
    top:100px;
    z-index: 2;
}

.user-img{
    max-width: 150px;
    height: 150px;
    position: relative;
    margin: 0px auto;

}



.photo {
    position: absolute;
}

.photo img {
    image-orientation: from-image;
    image-orientation: from-image;
}


.heading-tab {
    border-style: solid solid solid none;
    border-color: lightblue;
    border-radius: 5px;
    margin-top:5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right:10px;



}
.body-tab {
    display: none;
    margin-left: 10px;
    margin-right:10px;
}


#upload-img{
    height:300px;
}

#upload-img2{
    height:300px;
}

#upload-img3{
    height:300px;
}

#upload-img4{
    height:300px;
}



.img-container {
    margin-top: 20px;
}
.single-img {
    margin-top:10px;
}

.no-border{
    padding: 0;
    height: 200px;
    overflow: hidden;
    border: 1px solid white;
}

.no-border2{
    padding: 0;
    height: 140px;
    overflow: hidden;
    text-align: center;
}

.no-border2 img {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 100px;
    width: 100px;


}

.poll-info{
    height:20px;
    width: 100%;
    color:black;
}

.bottom-20 {
    height:250px !important;
}

.edit-image{
    padding: 0;
    height: 200px;
    overflow: hidden;
    border: 1px solid white;
}

.edit-image img{
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 200px;
    width: 200px;

}


.no-border img {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 200px;
    width: 200px;

}

.fit-img{
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
}

.ov-user-img{

    max-height:50px;
    object-fit:contain;
    margin-top: -80px;
    width:50px !important;
}

.top-coiners {
    padding-top:5px;
    border:1px solid grey;
    height:60px;
    margin-bottom:10px;
    box-shadow: 5px 5px 5px grey;
    font-size: 20px;
}
.top-coiners-number{
    color: white;
    font-size: 30px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin-right: 20px;
}


.loadingAnimation {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('https://i.stack.imgur.com/FhHRx.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loadingAnimation {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingAnimation {
    display: block;
}

