.Theamecolor
{
	background:-webkit-linear-gradient(top,rgb(0 205 241 / 95%),rgb(11 233 255));
	/*background-color:rgb(41, 48, 51);*/
	/* background-color:#c4110d; */
	/*background:-webkit-linear-gradient(top,rgb(253, 16, 10),rgb(167, 39, 36));*/
	/* background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgba(243, 243, 243, 0.92)); */
}
.TheamecolorAdmin
{
	/*background:-webkit-linear-gradient(top,rgba(2, 151, 177, 0.95),rgb(15, 108, 117));*/
	/*background-color:rgb(41, 48, 51);*/
	background-color:#c4110d;
	/*background:-webkit-linear-gradient(top,rgb(253, 16, 10),rgb(167, 39, 36));*/
	background: -webkit-linear-gradient(top,rgb(22, 96, 119),rgba(11, 16, 21, 0.92));
        border-top: 2px solid #043a30;
    border-left: 2px solid #043a30;
    border-right: 2px solid #043a30;
	
	/* border-left: 2px solid #165f76;
    border-right: 2px solid #175d73; */
}
.TheamecolorB
{
	background:-webkit-linear-gradient(top,rgba(2, 151, 177, 0.95),rgb(15, 108, 117));
	/*background-color:rgb(41, 48, 51);*/
	/* background-color:#f11212; */
	/* background:-webkit-linear-gradient(top,rgb(253, 16, 10),rgb(167, 39, 36)); */
	/*background:-webkit-linear-gradient(top,rgba(74, 215, 239, 1),rgba(58, 120, 173, 0.92));*/
}

.activatebutton
{
	background-color:limegreen;
	background:-webkit-linear-gradient(top,rgba(19, 236, 96, 0.95),rgb(13, 191, 84));
}




.img-box {
	border: 1px solid #7d7a7a;
	min-height: 200px;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.imgboxuplpoadimage{
	border: 1px solid #ececec;
	min-height: 132px;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.img-box:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}

.imgboxuplpoadimage:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}
.img-box:hover i {
	color: #ffc908;
}
.img-box:hover:after {
	background-color: #3864868c;
}

.imgboxuplpoadimage:hover i {
	color: #ffc908;
}
.imgboxuplpoadimage:hover:after {
	background-color: #3864868c;
}

.img-box-user
{
	width:100%;
	float:left;
	height:154px;
}

.img-box .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	background:red;
	height:40px;
	text-align:left;
	padding-left:10px;
}

.img-box hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}
.imgboxuplpoadimage .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	/*background:#23bff7;*/
	background:black;
	height:40px;
	text-align:left;
	padding-left:10px;
	color: cornsilk;
}

.imgboxuplpoadimage hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}

.home-section {
	overflow: hidden;
}


.home-section {
	padding: 70px 0;
	background-color: #fff;
	position: relative;
}
.no-bg-color-parallax.parallax-white .parallax-bg:after {
	background-color: rgba(255, 255, 255, 0.9);
}
.no-bg-color-parallax .parallax-bg:after {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.no-bg-color-parallax .parallax-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	min-height: 400%;
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.7);
}
.no-bg-color-parallax {
	background-color: transparent !important;
	overflow: hidden;
}
.parallax-black *, .parallax-black .about-tabs .tab-li-content h4 {
	color: #fff;
}

.home-section ul, .x-section ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}

a:focus, a:hover{
	color:white;
}

/********main selection********/
/* The container */
.INPMaincontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	float: left;
}



/* Hide the browser's default checkbox */
.INPMaincontainer input {
    /* position: absolute; */
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.INPMaincheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
        background-color: #f9f9f9;
    border: 1px solid #a5a5a5;
}

/* On mouse-over, add a grey background color */
.INPMaincontainer:hover input ~ .INPMaincheckmark {
    background-color: #11f718;
}

/* When the checkbox is checked, add a blue background */
.INPMaincontainer input:checked ~ .INPMaincheckmark {
    background-color: #11f718;
}

/* Create the checkmark/indicator (hidden when not checked) */
.INPMaincheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPMaincontainer input:checked ~ .INPMaincheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPMaincontainer .INPMaincheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Green check mean Approval checks */
/* The container */
.INPcontainer {
    /* display: block; */
    /* position: relative; */
    padding-left: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.INPcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 204;
    left: 10;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.INPcontainer:hover input ~ .checkmark {
    background-color: #11f718;
}

/* When the checkbox is checked, add a blue background */
.INPcontainer input:checked ~ .checkmark {
    background-color: #11f718;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* orange check mean Review checks */
/* The container */
.INPRevcontainer {
    /* display: block; */
    /* position: relative; */
    padding-left: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.INPRevcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.Revcheckmark {
    position: absolute;
    top: 204;
    left: 40;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.INPRevcontainer:hover input ~ .Revcheckmark {
    background-color: #ffbc00;
}

/* When the checkbox is checked, add a blue background */
.INPRevcontainer input:checked ~ .Revcheckmark {
    background-color: #ffbc00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Revcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPRevcontainer input:checked ~ .Revcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPRevcontainer .Revcheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* red check mean Deleted checks */
/* The container */
.INPDelcontainer {
    /* display: block; */
    /* position: relative; */
    padding-left: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.INPDelcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.Delcheckmark {
    position: absolute;
    top: 204;
    left: 190;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.INPDelcontainer:hover input ~ .Delcheckmark {
    background-color: #ff2300;
}

/* When the checkbox is checked, add a blue background */
.INPDelcontainer input:checked ~ .Delcheckmark {
    background-color: #ff2300;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Delcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPDelcontainer input:checked ~ .Delcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPDelcontainer .Delcheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* **********approve requests check matrk open********** */
/* The container */
.Approvcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.Approvcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.Approvcheckmark {
    position: absolute;
    top: 0;
    left: 10;
    height: 25px;
    width: 25px;
    background-color: #4ad0e8;
}

/* On mouse-over, add a grey background color */
.Approvcontainer:hover input ~ .Approvcheckmark {
    background-color: #11f718;
}

/* When the checkbox is checked, add a blue background */
.Approvcontainer input:checked ~ .Approvcheckmark {
    background-color: #11f718;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Approvcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.Approvcontainer input:checked ~ .Approvcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.Approvcontainer .Approvcheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* **********approve requests check matrk close********** */

@media screen and (max-width: 767px) {
	
	.home-section {
	padding: 2px 0;
	background-color: #fff;
	position: relative;
}
	
	.img-box {
	border: 1px solid #7d7a7a;
	min-height: auto;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

	.imgboxuplpoadimage{
	border: 1px solid #7d7a7a;
	min-height: auto;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.img-box:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}

.imgboxuplpoadimage:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}
.img-box:hover i {
	color: #ffc908;
}
.img-box:hover:after {
	background-color: #3864868c;
}

.imgboxuplpoadimage:hover i {
	color: #ffc908;
}
.imgboxuplpoadimage:hover:after {
	background-color: #3864868c;
}

.img-box-user
{
	width:100%;
	float:left;
	height:Auto !important;
}

.img-box .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	background:red;
	height:40px;
	text-align:left;
	padding-left:10px;
}

.img-box hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}
.imgboxuplpoadimage .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	background:black;
	height:40px;
	text-align:left;
	padding-left:10px;
	color: cornsilk;
}

.imgboxuplpoadimage hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}
}