﻿.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/cdn/agencylogo/newsback.jpg");
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.irt-btn, .irt-button {
    position: absolute;
    z-index: 6;
    color: white;
    top: 15px;
    right: 15px;
}

.irt-overlay {
    position: fixed;
    z-index: 5;
    color: black;
    top: 0px;
    right: 0px;
}

.hmain {
    font-size: 31px;
}

.hfour {
    font-size: 19px;
}

.irt-sidebar {
    position: unset !important;
    top: unset;
    z-index: unset;
    width: 100%;
    background-color: unset !important;
}



.irtsearch input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: right;
    width: 80%;
    background: #f1f1f1;
    margin: 0 !important;
}

.irtsearch a {
    float: right;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    text-align: center;
}

    .irtsearch a:hover {
        background: #0b7dda;
    }

.irtsearch::after {
    content: "";
    clear: both;
    display: table;
}


/* The Modal (background) */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
.buttonlogin {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

    .buttonlogin:hover {
        opacity: 0.8;
    }

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

/*.avatar {
  width: 40%;
  border-radius: 50%;
}*/

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    left: 25px;
    top: 0;
    color: white;
    font-size: 45px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

#collapseclose {
    color: white;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 46px;
    text-align: left;
    padding: 3px;
}

    #collapseclose button {
        background-color: transparent;
        color: white;
        border: 0;
        cursor: pointer;
    }

@media (max-width:768px) {
    .irt-sidebar {
        position: fixed !important;
        top: 0px !important;
        z-index: 6 !important;
        width: 90%;
        background-color: white !important;
    }

    .modal-content {
        width: 85%;
    }
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
