#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000001; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    /*max-width: 700px;*/
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {

    .summary_box{
        width:50%;
        padding:5px;
        margin:0px;
    }

    .icon_30px{
        width:25px;
    }

    .icon_20px{
        width:15px;
    }

    .number{
        font-size: 20px;
        margin-left: 15px;
    }

    .iimsol_btn{
        font-size:14px;
        border:1px solid darkgrey;
    }


    .iimsol_btn_link{
        font-size:14px;
    }

    .iimsol_image_view{
        height: 200px;
    }

    .iimsol_live_view{
        height: 280px;
    }

    .iimsol_split_map{
        height: 300px;
    }

    .iimsol_logo{
        width:100px;
    }

    .iimsol_logo_bottom{
        width:75px;
    }
    .iimsol_nav_bar{
        height: 50px;
    }

    .iimsol_smart_fleet{
        display:block;
        height: 100px;
        left:10px;
        width:100%;
        background: transparent;
    }
    /*
    Toggle Switches
     */
    .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .blink {
        animation: blink-animation 3s steps(5, start) infinite;
        -webkit-animation: blink-animation 3s steps(5, start) infinite;
    }
    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }


    /*
    Toggle Switches
     */
}


/*// Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 576px) {

    .summary_box{
        width:50%;
        padding:5px;
        margin:0px;
    }

    .icon_30px{
        width:25px;
    }

    .icon_20px{
        width:15px;
    }

    .number{
        font-size: 20px;
        margin-left: 15px;
    }

    .iimsol_btn{
        font-size:14px;
        border:1px solid darkgrey;
    }


    .iimsol_btn_link{
        font-size:14px;
    }

    .iimsol_image_view{
        height: 200px;
    }

    .iimsol_live_view{
        height: 280px;
    }

    .iimsol_split_map{
        height: 300px;
    }

    .iimsol_logo{
        width:100px;
    }

    .iimsol_logo_bottom{
        width:75px;
    }
    .iimsol_nav_bar{
        height: 50px;
    }

    .iimsol_smart_fleet{
        display:block;
        height: 100px;
        left:10px;
        width:100%;
        background: transparent;
    }
    /*
    Toggle Switches
     */
    .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .blink {
        animation: blink-animation 3s steps(5, start) infinite;
        -webkit-animation: blink-animation 3s steps(5, start) infinite;
    }
    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }


    /*
    Toggle Switches
     */
}

/*// Small devices (landscape phones, less than 768px)*/
@media (min-width: 768px)  {
    /*.summary_box{*/
        /*width:100%;*/
    /*}*/
}

/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 992px)  {

    .summary_box{
        width:50%;
        padding:5px;
        margin:0px;
    }

    .icon_30px{
        width:25px;
    }

    .icon_20px{
        width:15px;
    }

    .number{
        font-size: 20px;
        margin-left: 15px;
    }

    .iimsol_btn{
        font-size:14px;
        border:1px solid darkgrey;
    }


    .iimsol_btn_link{
        font-size:14px;
    }

    .iimsol_image_view{
        height: 200px;
    }

    .iimsol_live_view{
        height: 280px;
    }

    .iimsol_split_map{
        height: 300px;
    }

    .iimsol_logo{
        width:100px;
    }

    .iimsol_logo_bottom{
        width:75px;
    }
    .iimsol_nav_bar{
        height: 50px;
    }

    .iimsol_smart_fleet{
        display:block;
        height: 100px;
        left:10px;
        width:100%;
        background: transparent;
    }
    /*
    Toggle Switches
     */
    .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .blink {
        animation: blink-animation 3s steps(5, start) infinite;
        -webkit-animation: blink-animation 3s steps(5, start) infinite;
    }
    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }


    /*
    Toggle Switches
     */
}
/*// Large devices (desktops, less than 1200px)*/
@media (min-width: 1200px) {
    .summary_box{
        width:50%;
        padding:5px;
        margin:0px;
    }

    .icon_30px{
        width:25px;
    }

    .icon_20px{
        width:15px;
    }

    .number{
        font-size: 20px;
        margin-left: 15px;
    }

    .iimsol_btn{
        font-size:14px;
        border:1px solid darkgrey;
    }


    .iimsol_btn_link{
        font-size:14px;
    }

    .iimsol_image_view{
        height: 200px;
    }

    .iimsol_live_view{
        height: 280px;
    }

    .iimsol_split_map{
        height: 300px;
    }

    .iimsol_logo{
        width:100px;
    }

    .iimsol_logo_bottom{
        width:75px;
    }
    .iimsol_nav_bar{
        height: 50px;
    }

    .iimsol_smart_fleet{
        display:block;
        height: 100px;
        left:10px;
        width:100%;
        background: transparent;
    }
    /*
    Toggle Switches
     */
    .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .blink {
        animation: blink-animation 3s steps(5, start) infinite;
        -webkit-animation: blink-animation 3s steps(5, start) infinite;
    }
    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }


    /*
    Toggle Switches
     */
}

/*// Large devices (desktops, less than 1200px)*/
@media (min-width: 1650px) {
    .summary_box{
        width:33.333%;
        padding:5px;
        margin:0px;
    }

    .icon_30px{
        width:30px;
    }

    .icon_20px{
        width:20px;
    }

    .number{
       font-size: 24px;
        margin-left:20px;
    }

    .iimsol_btn{
        font-size:18px;
        border:1px solid darkgrey;
    }


    .iimsol_btn_link{
        font-size:18px;
    }

    .iimsol_image_view{
        height: 320px;
    }


    .iimsol_live_view{
        height: 385px;
    }

    .iimsol_split_map{
        height: 400px;
    }

    .iimsol_logo{
        width:175px;
    }

    .iimsol_logo_bottom{
        width:100px;
    }
    .iimsol_nav_bar{
        height: 60px;
    }

    .iimsol_smart_fleet{
        display:none;
        height: 0px;
    }

   /*
   Handeling toggle switches
    */
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .blink {
        animation: blink-animation 3s steps(5, start) infinite;
        -webkit-animation: blink-animation 3s steps(5, start) infinite;
    }
    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }


    /*
    Toggle Switches
     */
}




/*!* 100% Image Width on Smaller Screens *!*/
/*@media only screen and (max-width: 700px){*/
/*.modal-content {*/
/*width: 100%;*/
/*}*/
/*}*/
