h2.page-heading {
    border-bottom: 1px #2b699e solid;
    padding-bottom: 15px;
    margin-bottom: 22px;
    color: #2b699e;
}
.glyphicon-pencil{
	color: #fff;
    background: #449d44;
}
.glyphicon-eye-open {
        color: white;
    background: #2b699e;
}
.glyphicon-trash{
	 background: #cc0000;
    color: #fff;
}
.glyphicon{
	font-size: 12px;
    padding: 6px 10px;
    border-radius: 3px;
}
.pagination {
    background: #eaeaea;
}
.form-control{
	border-radius: 0px !important;
}
 #errorSummary {
        background-color: rgba(255, 0, 0, 0.08);
        border: solid 1px rgba(255, 0, 0, 0.4);
        border-radius: 2px;
        padding: 15px;
        -webkit-animation: show_summary 0.2s ease-out;
        animation: show_summary 0.2s ease-out;
      }
      #errorSummary ul {
        margin: 0;
      }
      #errorSummary li {
        color: #666;
        font-size: 0.95em;
        padding: 0.3em 0;
        margin: 0;
      }
      #errorSummary li a {
        color: #333;
      }
      #errorSummary p {
        margin-top: 0;
      }
      .error-indicator {
        display: inline-block;
        position: relative;
        color: #f00;
        margin: 5px 0;
        font-size: 0.85em;
      }
      .tandc-wrapper .error-indicator {
        display: block;
      }
      .error-indicator[aria-hidden="true"] {
        display: none;
      }
      @-webkit-keyframes show_summary {
        0% { transform: scale(0.9); opacity: 0.6; }
        100% { transform: scale(1); opacity: 1; }
      }
      @keyframes show_summary {
        0% { transform: scale(0.9); opacity: 0.6; }
        100% { transform: scale(1); opacity: 1; }
      }
	  
 th.actionWidth{
	width:150px !important;
}	  
td.actionButtons{
	color: rgba(0, 0, 0, 0.21);
}  
.table{

	margin-bottom:0px;
}

.text-red{
	color:red;
}



.loginPage{
	margin:0px;
}
.loginPage .wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.loginPage .form-signin {
      max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 1px 1px 10px 1px;
  }

.loginPage .form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
  color: #eee;
}

.loginPage .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

.loginPage input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.loginPage input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.loginPage .colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}




.mapGoogle .map-list{
	padding: 30px;
}
.mapGoogle .map-list h3{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	text-align: center;
}
.mapGoogle .google-map-list{
	list-style: none;
	margin: 0;
	padding:0px;
	border-top: 1px solid #bbb;
}

.mapGoogle .google-map-list li{
	border-bottom: 1px solid #bbb;
	padding: 5px 0;
}
.mapGoogle .google-map-list li a{
	color: #f7584c;
	font-weight: 800;
}
.mapGoogle .google-map-list li a:hover,
.mapGoogle .google-map-list li a:focus{
	color: #5c1410;
}
.mapGoogle .google-map-list li span{
	display: block;
	color: #444;
}

ul.adminMenu{
	padding:0px;
	float:left;
	width:100%;
	text-align:left;
}
.m-2 {
	margin: .5rem;
}
.v-align {
	display: flex;
	padding: 0 5px;
}
.v-align-item {
	align-items: center;
    display: flex;
}
ul.adminMenu li {
	list-style: none;
	margin: 15px 0;
}
ul.adminMenu li .box{
	/*height:150px;
	width:150px;
	border:0px #d5d5d5 solid;
	background:#fff;
	padding:5px;
	display: inline-block;
	margin-bottom:3px;
	margin:5px;
	text-align:center;*/
	background-color: #fff;
	border-radius: 5px;
    box-shadow: 0 1px 9px #b6b6b6;
	list-style: none;
	padding: 20px 15px;
	font-weight: 500;
}
ul.adminMenu li > a{
	display:table;
	height:100%;
	width:100%;
	vertical-align: middle;
	border:1px #d5d5d5 solid;
}
ul.adminMenu li a:hover{
	text-decoration: none;
	/*color:#8d0d19;
	background:#f1f1f1; 
	*/
}
ul.adminMenu li > a {
    background-color: #fff;
    background-position: -30px center;
    border: 0px solid #ccc;
    border-radius: 5px;
	box-shadow:0 1px 9px #b6b6b6;
    color: #565656;
    float: left;
    text-decoration: none;
    transition-duration: 0.8s;
    vertical-align: middle;
}
ul.adminMenu li a:hover, ul.adminMenu li a:focus{
    background-position: 0 center;
    /*border-bottom-left-radius: 50% 20px;
    box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25); 
	*/
	border-radius: 10%;
    position: relative;
    z-index: 10;
	outline: 0 none;
}
ul.adminMenu li a:hover i, ul.adminMenu li a:focus i{
	color: #346cb0;
}
ul.adminMenu li a span{
	vertical-align: middle;
	height:100%;
	width:100%;
	padding:10px;
	display: table-cell;
}
ul.adminMenu li a span img {
    display: inline-block;
}
ul.adminMenu li a span i {
    display: block;
    margin-top: 10px;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

@media only screen and (max-width:479px){
.navbar-nav{
    max-height: 500px !important;
}
}
i.glyphicon.glyphicon-stats {
    background: #cc0000;
    color: #fff;
}
.text-blue{
	color: #337ab7;
}























































