﻿

.margin-left-10 {
    margin-left: 10px;
}


.width-100-px {
    width: 100px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.left_panel {
    background: #172B44;
    width: 240px !important
}

.navbar {
    position: fixed;
    width: 100%;
    background: white;
    height: 60px;
    z-index: 2500;
}

.left_panel {
    top: 60px;
}

.right_panel_header_area {
    margin-top: 30px;
}

.text-white {
    color: white;
}

.main_navigation {
    margin-top: 25px;
}

.primary-button {
    height: 40px;
    background: #172B44;
    border-radius: 10px;
    padding: 0 5px;
    color: #F5F5F5;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.cancel-button {
    height: 40px;
    background: white;
    border-radius: 10px;
    padding: 0 5px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.text-danger {
    color: red !important;
}

.none-pointer-cursor {
    cursor: default !important;
}

    .none-pointer-cursor:before {
        cursor: default !important;
    }

@media only screen and (max-width:450px) {
    .formPopup.loginPopup {
        top: 300px !important;
    }
}


.settings-min-amount-label {
    margin-left: 50px;
}


.require-certificate-label {
    margin-right: 5px;
    margin-top: 8px;
}

.float-left {
    float: left;
}

.full-width {
    width: 100%;
}




.btn-alert-popup-close {
    position: absolute;
    right: 12px;
    top: 9px;
}

.announce-popup .btn-alert-popup-close i {
    font-size: 18px;
    color: #fff;
}

.announce-popup {
    max-width: 50% !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    z-index: 999999;
    border-radius: 10px;
    background-color: #5E94BC;
}

    .announce-popup .contact-section {
        padding: 0px !important;
        margin: 0px !important;
        ;
    }
/*mobile device*/
@media (max-width: 480px) {
    #announce-popup-image {
        content: url("/Content/images/LastCallMobile.jpg") !important;
    }

    .announce-popup{
        max-width:100% !important;
        width:90% !important;
    }
}

/*low resolution Tablets*/
@media (min-width: 481px) and (max-width: 767px) {
    #announce-popup-image {
        content: url("/Content/images/LastCallMobile.jpg") !important;
    }
    .announce-popup {
        max-width: 100% !important;
        width: 90% !important;
    }
}
/*Tablets Ipads portrait mode*/
@media (min-width: 768px) and (max-width: 1024px) {
    #announce-popup-image {
        content: url("/Content/images/LastCallMobile.jpg") !important;
    }

    .announce-popup {
        max-width: 100% !important;
        /* width: 100% !important;*/
        top: 60% !important;
        transform: translate(-50%, 0);
    }
}
