﻿body {font-family: "Lato", sans-serif;}

.sidebar {
  height: 100%;
  width: 40px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#ED1D27;
  opacity:0.8;
  padding-top: 16px;
  overflow :visible ;
 /*   overflow-x: hidden;
  overflow :hidden ;*/
  
    
     /*-webkit-box-shadow: 0 3px 8px -1px gray;
	        -moz-box-shadow: 0 3px 8px -1px gray;
	        box-shadow: 0 3px 8px -1px gray;*/
  
 }

.sidebar a {
  padding: 6px 8px 6px 7px;
  text-decoration: none;
  font-size: 20px;
  color:  White;
  display: block;

}

.sidebar a:hover {
  color: White  !important;
  }

.sidebarr{
  padding: 4px 0px 6px 0px;
  text-decoration: none;
  font-size: 20px;
  color: #ED1D27;
  display: block;
}

.main {
  margin-left: 35px; 
  font-size: 20px; 
  padding: 0px 10px;
 
}

.maintest {
  margin-left: 2px; 
  font-size: 16px; 
  padding: 0px 10px;
 
}

.main-inproser {
  margin-left: 35px; 
  font-size: 20px; 
  padding: 20px 10px;
 
}

.mains {
  /*margin-left: 160px; /* Same as the width of the sidenav */
  /*padding: 0px 10px;*/


  margin-left: 35px; /* Same as the width of the sidenav */
  font-size: 15px; /* Increased text to enable scrolling */
  padding: 20px 26px;
  position: relative ;
  z-index: 1;
 
}

.neswdp {
  /*margin-left: 160px; /* Same as the width of the sidenav */
  /*padding: 0px 10px;*/
 margin-top: -30px; /* Same as the width of the sidenav */
  padding: 0px 0px;
 
}


@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0px;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*------------------------------------------*/
.responsive {
  width: 100%;
  max-width: 800px;
  height: auto;
}

* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: red;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
/*--------------------*/

 
        .loading
        {
            background-image: url(altimages/b4load2.jpg);
        }
        .loaderror
        {
            background-image: url(altimages/b4load2.jpg);
        }

        .loadingW
        {
            background-image: url(altimages/b4loadwall.jpg);
        }
        .loaderrorW
        {
            background-image: url(altimages/b4loadwall.jpg);
        }

        .loadingAdd
        {
            background-image: url(altimages/b4add.jpg);
        }
        .loaderrorAdd
        {
            background-image: url(altimages/b4add.jpg);
        }
 
        .loadingAddB
        {
            background-image: url(altimages/b4addB.jpg);
        }
        .loaderrorAddB
        {
            background-image: url(altimages/b4addB.jpg);
        }


/*=====================================ajax tool tip================================*/
 .tooltopHoverPopup
        {
           background-color: #ED1D27;
            color: White;
            padding: 8px;
            display:none;
            z-index:111;
            font-family: Arial;
            font-size: 10pt;
            
            border-top-left-radius: 1px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 1px;
            border-bottom-right-radius: 10px;
        }



.panelcss
{
     z-index: 111;
}