

/*....PHOTOGALLERY CSS STARTED......*/
.cont {
	border-radius: 7px;
	margin-top: 3px;
}
.cusmc_lbl {
	margin-top: 10px;
	color: #280000;
	font-weight: bold;
}
gallery-block.grid-gallery {
	padding-bottom: 60px;
	padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
	margin-bottom: 30px;
	color: #484848;
	margin-top: 16px;
	border-bottom: 1px solid #17A2B8;
	padding: 6px 0;
	color: #17A2B8;
}

	.gallery-block.grid-gallery .heading h2 {
		font-weight: bold;
		font-size: 1.4rem;
		text-transform: uppercase;
	}

.gallery-block.grid-gallery a:hover {
	opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
	transition: 0.4s;
	border-radius:7px;
	height:225px;
	/*-webkit-box-shadow: 7px 6px 29px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 6px 29px -5px rgba(0,0,0,0.75);
	box-shadow: 7px 6px 29px -5px rgba(0,0,0,0.75);*/
}

.gallery-block.grid-gallery .item {
	margin-bottom: 20px;
}

@media (min-width: 576px) {

	.gallery-block.grid-gallery .scale-on-hover:hover {
		transform: scale(1.05);
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
	}
}

/*....PHOTOGALLERY CSS ENDED......*/

input.ng-invalid {
    border-left-color: red !important;
    border-left-width: 5px !important;
}

input.ng-valid {
    border-left-color: green !important;
    border-left-width: 5px !important;
}

input.ng-pristine {
    border-left-color: blue !important;
    border-left-width: 2px !important;
}

select.ng-invalid {
    border-left-color: red !important;
    border-left-width: 5px !important;
}

select.ng-pristine {
    border-left-color: blue !important;
    border-left-width: 2px !important;
}

select.ng-valid {
    border-left-color: green !important;
    border-left-width: 5px !important;
}

textarea.ng-invalid {
    border-color: red !important;
    border-left-width: 5px !important;
}

textarea.ng-valid {
    border-color: green !important;
    border-left-width: 5px !important;
}

textarea.ng-pristine {
    border-color: blue !important;
    border-left-width: 2px !important;
}


/*
nav {
	float: left;
	width: 100%;
	background: url(../Content/overlay.png) repeat #fff;
	position: fixed;
	min-height: 78px;
	z-index: 9999;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
   
}
	*/

.well {
    min-height: 2px;
    padding: 2px;
    margin-bottom: 2px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: double;
    background-color: #cc0000;
    color:white;
}
	*/
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: darkblue;
}
/*
  .navbar-default .navbar-toggle .icon-bar {
        background-color: #cc0000;
    }
	*/
#page-inner {
    width: 100%;
    margin: 0px 20px 10px 0px;
    /* background-color: #fff!important;*/
    padding: 3px;
    min-height: 400px;
}


#footer-sec {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
    background: linear-gradient(to right, #5f4391, #306aa9) !important;
    /*background: linear-gradient(90deg, #236dad 0%, #236dad 35%, #236dad 100%); 21-04-2026*/
    /*background-color: #575b84;*/
    color: white;
    text-align: center;
}

#page-wrapper {
    padding: 5px 5px;
    min-height: 500px;
    /* background: #F8F8F8;*/
    background: #c4c2dd82 !important;
}


    #footer-sec a {
        color:#fff;
    }
    #footer-sec a:hover,a:focus {
        color:#fff;
        text-decoration:none;
    }









/* Old CSS
body {
    font-family: 'Open Sans', sans-serif;
    line-height:25px;
}

#wrapper {
    width: 100%;
    background: #202020;
}

#page-wrapper {
    padding: 5px 5px;
    min-height: 600px;
    background: #F8F8F8;
}



.page-head-line {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #00CA79;
    margin-bottom: 10px;
}

.page-subhead-line {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-style:italic;
    margin-bottom:30px;
    border-bottom:1px dashed #00CA79;

}

.form-control.ng-invalid {
     border-color: red;
}

.loadernew {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






.navbar-cls-top .navbar-brand {
    color: #fff;
    width: 600px;
    background-color:#202020;
    float:left;
    padding-left:20px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform:uppercase;
}

.header-right {
    color: #fff;
    float: right;
    font-size: 16px;
}

.navbar-cls-top .navbar-brand:hover {
    background: #202020;
    color: #fff;
}

.user-img-div {
  background-color: #D8D8D8;
  border-right:1px solid #C8C8C8 ;
  min-height: px;
  padding: 20px;
}
    .user-img-div img {
        max-height: 60px;
    }

    .user-img-div .inner-text {
        text-align: right;
        position: relative;
        color: #fff;
        font-weight: 800;
        line-height: 25px;
    }

.active-menu {
    background-color: #00CA79!important;
}
.active-menu-top {
    background-color: #000!important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

        .sidebar-collapse .nav > li > a {
            color: #fff;
            background: #202020;
            text-shadow: none;
            padding: 15px 40px;
            border-bottom: 1px solid #2F2E31;
        }

    .sidebar-collapse > .nav > li > a {
        padding: 15px 10px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #0A0A0A;
        outline: 0;
    }



.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: #202020;
}

.navbar-cls-top {
	background-color: #202020;
    border-bottom: none;
}


.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00CA79;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

.nav > li > a > i {
    margin-right: 10px;
}






@media (min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 0px;
        padding: 5px 10px;
        min-height: 630px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

    .navbar {
        border-radius: 0px;
    }
}

*/