﻿/*#region Image zoom */

.img-zoom {
    transition: transform 1s; /* Animation */
    padding:20px;
}

    .img-zoom:hover {
        -ms-transform: scale(1.3); /* IE 9 */
        -webkit-transform: scale(1.3); /* Safari 3-8 */
        transform: scale(1.4);
    }

/*#endregion */
.height-120{
    height:120px;
}
.form-group input[type='file'] {
    border: 0;
    border-radius: 5px;
    height: 50px;
    color: #3e4140;
}
/*#region Hide powered by google text */

.goog-logo-link {
    display: none
}
.goog-te-combo {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.goog-te-gadget {
    height: 20px;
}
.skiptranslate {
    visibility: collapse;
}

    .skiptranslate div {
        visibility: visible;
    }

/*#endregion */

/*.logo img{
    width:100%
}*/

.preline {
    white-space: pre-line;
}
.maxh-100{
    max-height:100px;
    overflow:auto;
}
.maxh-200 {
    max-height: 200px;
    overflow: auto;
}

.maxh-300 {
    max-height: 300px;
    overflow: auto;
}
/*
.btn-common.disabled, .btn-common:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}*/

button.disabled, button:disabled {
    opacity: .65;
}










@media screen and (max-width: 992px) {
    .height-550{
        height:400px !important;
    }
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
    .height-550 {
        height: 200px !important;
    }
    .img-zoom:hover {
        -ms-transform: scale(1); /* IE 9 */
        -webkit-transform: scale(1); /* Safari 3-8 */
        transform: scale(1);
    }
}