

html, body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
	width: 100%;
	margin: 0;
	padding: 0;	
	background: #F8F8F8;
}
body {
	position:relative;
}

html {
	height:100%;
}

.pageT2 {
	height: 100%;
	overflow-y: scroll;
}

label {
	font-weight: 300;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:focus {
	outline: none;
	outline-offset: 0px;
}

.edit-pic {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.tags {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	margin: 4px 0 0;
	padding: 2px 5px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.tags:hover {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	margin: 4px 0 0;
	padding: 2px 5px;
}

#accordion:hover .edit-pic {
	opacity: unset;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-o {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	color: #ffffff !important;
	display: inline-block;
	font-family: open sans;
	font-size: 15px !important;
	font-weight: normal !important;
	margin: 0 0 10px;
	padding: 5px 11px;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-o:hover {
	background-color: rgba(255, 255, 255, 0.4);
	color: #fff !important;
}

.btn-o:focus {
	background: #b63b4d;
	color: #fff;
	border: 1px solid #b63b4d;
}

.submenu .iamgurdeeposahan {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
	border-radius: 50%;
	height: 60px;
	padding: 2px;
	width: 60px;
}

.photosgurdeep>a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block !important;
	padding: 0 !important;
}

.view-all {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
	border: 1px solid;
	float: right;
	font-family: oswald;
	font-size: 26px;
	height: 60px;
	line-height: 61px;
	text-align: center;
	width: 60px;
}

.photosgurdeep {
	padding: 10px 9px 4px 35px;
}

ul {
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover,a:focus{
	color:#000;
}

.center {
	text-align: center;
}
/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 40px;
}

h1 a {
	color: #c12c42;
	font-size: 16px;
}

.accordion {
	width: 100%;
	max-width: 360px;
	margin: 30px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {
	display: block;
}
/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #444359;
	font-size: 14px;
}

.submenu li {
	border-bottom: 1px solid #4b4a5e;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	background: #b63b4d;
	color: #FFF;
}

.nav.navbar-nav .dropdown-toggle {
	padding: 0 !important;
}

.dropdown-toggle span {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	font-size: 23px !important;
	height: 38px;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 38px;
	text-shadow: none !important;
}

.nav.navbar-nav {
	bottom: 10px;
	right: 12px;
	transition: all 0.4s ease 0s;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 2px !important;
	margin-top: 10px;
	min-width: 101px;
	padding: 0;
}

.navbar-nav>li>.dropdown-menu li a {
	color: #333333 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 2px 8px !important;
	text-align: right !important;
	text-shadow: none !important;
}

.dropdown-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	font-size: 15px !important;
}

.dropdown {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dropdown-menu>li>a {
	color: #428bca;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dropdown ul.dropdown-menu {
	border-radius: 4px;
	box-shadow: none;
}

.dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -8px;
	right: 8px;
	z-index: 10;
}


.spinner {
	display: inline-block;
	opacity: 0;
	max-width: 0;
	-webkit-transition: opacity 0.25s, max-width 0.45s;
	-moz-transition: opacity 0.25s, max-width 0.45s;
	-o-transition: opacity 0.25s, max-width 0.45s;
	transition: opacity 0.25s, max-width 0.45s;
	/* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
	cursor: progress;
}

.has-spinner.active .spinner {
	opacity: 1;
	max-width: 50px;
	/* More than it will ever come, notice that this affects on animation duration */
}

.modal-td-padding{
	padding: 10px 10px 0px 10px;
}
.modal-table-Modify{
	display: inline-flex;
	padding: 10px 10px 10px 10px;
}

.modal-dialogModify {
	top:20%;
}


.view-button {
    background-image: url(../../libs/res/view_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b1c800;
    background-position: left center;
    float: left;
    min-width: 20px;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
    margin-top: 3px;
    margin-left: 2px;
    margin-bottom: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: left;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    width: 90%;
}