.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    }

    .main_layer {
    position: relative;
    height: 100%;
    width: 100%;
   }


.header {
	background-image: url("../images/background.jpg");
	
     height: 17%;
    
    width: 100%;
 
    top:0;
    left:0;
    
}

img.header_image {
    height: 100%;
        width: auto;
}

.heading {
    font-weight: 700;
    padding: 15px;
    color: #2c5a8ceb;
}

.content_body {
    margin-left: 15px;
    margin-right: 15px;
}






.display_data {
    color: #286090;
    font-weight: 700;
    font-size: 15px;
}

i.fa.fa-spinner.fa-spin {
    color: #337ab7;
}


.heading {
    color: #ff3100;
    font-size: 20px;
    font-weight: 600;
}


.text_animate
{


    position:relative;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
    }  

    @-webkit-keyframes run {
        0% { left: 0;}
        50%{ left : 50%;}
        100%{ left: 0;}
    }

    span.text_animate {
        text-transform: uppercase;
        font-size: 27px;
        color: #ff8300;
        font-weight: 800;
        text-shadow: 2px solid red !important;
    }


    i.fa.fa-spinner.fa-spin {
    color: #337ab7 !important;
}

.display{
    display:none;
}


.connected_to_cases {
    height: 250px;
    /* overflow: scroll; */
    overflow-x: scroll;
}

.max_height {
    height: 500px;
    overflow: scroll;
}




