@import url'https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:200,300,400,500,600,700|Hind+Siliguri:300,400,500,600,700|Muli:300,400,600,700|Poppins:300,400,500,600,700|Titillium+Web:300,400,600,700|Varela');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Wire+One');
@import url('https://fonts.googleapis.com/css?family=Rambla:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Righteous');

body{
	margin:0px; 
	padding:0px; 
	color:#333; 
	font-size:14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-family: 'Hind Siliguri', sans-serif;
    font-family: 'Muli', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-family: 'Varela', sans-serif;
	/*font-family: 'Fjalla One', sans-serif;
	font-family: 'Righteous', cursive;*/
	/*font-family: 'Open Sans', sans-serif; 
	font-family: 'Merriweather', serif;
	font-family: 'Raleway', sans-serif;*/
	/*font-family: 'Rambla', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	/*font-family: 'Hind Siliguri', sans-serif;
	font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	background:#fff;
	-webkit-font-smoothing: antialiased !important;
}
p {color:#333; font-weight:400;}
a {color:#333; text-decoration:none !important; outline:none !important;}
a img {border:none;}
.clr{clear:both;}
.box-1{
	padding-left:0px;
	padding-right:0px;
}
.box-2{
	padding-left:0px;
}
.box-3{
	padding-right:0px;
}
select {
	-moz-appearance: none ;
	background-image: url("../images/select-arrow1.png") !important ;
	background-origin: content-box !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
}
select:focus {
	background-image: url("../images/select-arrow.png") !important ;

}
.form-control{
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #ccc;
	font-size:13px;
	font-weight:500;
	border-radius:3px;
	height:35px;
	color:#666;
}
.form-control:focus{
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #999;
}
.admin-panel-main-div{
	width:100%;
	height:auto;
	margin:auto;
}
.adminp-top-main-strip{
	width:100%;
	height:auto;
	margin:auto;
	background:#1A2A42;
    position: fixed; /* Set the navbar to fixed position */
    top: 0px; /* Position the navbar at the top of the page */
	z-index:888;
}
.top-xs-3 {
    float: left;
    min-height: 1px;
    position: relative;
}
.top-xs-9 {
    float: left;
    min-height: 1px;
    position: relative;
}
.adminp-logodiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#131E30;
	text-align:center;
}
.adminp-logodiv img{
	margin-right:7px;
	margin-top:-3px;
}
.adminp-logodiv a{
	color:#fff;
	font-size:18px;
	font-weight:600;
	line-height:50px;
}
.adminp-logodiv a span{
	margin-left:10px;
	font-weight:900;
	color:#FF6666;
	color:#EBA74E;
}
.adminp-toprgt-div{
	width:100%;
	height:auto;
	margin:auto;
}
.admin-not-lst-lft{
	width:88%;
	height:auto;
	float:left;
}
.admin-logout-btn-rgt{
	width:110px;
	height:auto;
	float:right;
	background:#fff;
	text-align:center;
	line-height:32px;
	border-radius:2px;
	margin-top:10px;
}
.admin-logout-btn-rgt a{
	display:block;
	margin:auto;
	font-size:14px;
	font-weight:600;
	color:#1A2A42;
}
.admin-logout-btn-rgt:hover{
	background:#EBA74E;
	transition: all 0.5s ease 0s;
}
.admin-logout-btn-rgt:hover a{
	color:#fff;
}	
.top-log2 {
	width: 100%;
	height: auto;
	margin: auto;
}
.top-log2 ul {
	margin: 0px;
	padding: 0px;
}
.top-log2 ul li {
	float: left;
	list-style-type: none;
	margin-left: 40px;
	margin-top: 14px;
}
.top-log2 ul li img {
	width:35px;
	border-radius:100%;
	margin-right:10px;
	margin-top:-5px;
}
.top-log2 ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	position:relative;
}
.top-log2 ul li a h3{
	margin:0px;
	font-size:26px;
}
.top-log2 ul li a  strong {
    background: #FF6666;
	color: #fff;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	right: -34px;
	top: 8px;
	font-size: 11px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.top-log2 ul li a .fa {
	margin-right: 10px;
	color: #f1c40f;
}
.acc-btn-style2 {
	background: none;
	color: #fff;
	border: none;
	border-radius: 0px;
	margin-top: -6px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 15px;
	padding: 0px;
}
.acc-btn-style2:hover {
	background: none;
	color: #fff;
	outline:none !important;
}
.acc-btn-style2:active {
	background: none;
	color: #fff;
	outline:none !important;
}
.acc-btn-style2:focus {
	background: none;
	color: #fff;
	outline:none !important;
}
.acc-btn-style2:active:focus {
	background: none;
	color: #fff;
	outline:none !important;
}
.acc-btn-style2 .fa {
	margin-right: 10px;
	margin-left: 50px;
	animation: 2s linear 0s normal none infinite running fa-spin;
	color: #fff;
}
.acc-btn-style2:hover .fa {
	color: #18191B;
}
.acc-drop2 {
	margin-top: 5px !important;
	border-radius:1px;
	box-shadow: none;
    min-width: 180px;
}
.top-log2 .dropdown-menu {
	margin-left: 0px;
}
.top-log2 .dropdown-menu > li:last-child {
	border-bottom:0px solid #ddd;
}
.top-log2 .dropdown-menu > li {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
}
.top-log2 .dropdown-menu > li > a {
	display:block;
	color: #333;
	background: none;
	float: none;
	font-size:14px;
	line-height:30px;
}
.top-log2 .dropdown-menu li:hover {
	background:#1A2A42;
	transition: all 0.5s ease 0s;
}
.top-log2 .dropdown-menu li:hover a{
	color:#fff;
}
.admin-mid-main-div{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
	margin-top:50px;
}
.ad-lftmenu-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#1A2A42;
	position:relative;
	background-color: #222d32;
}
.ad-lftmenu-fixed{
	width:228px;
	height:100%;
	margin:auto;
	background-color: #222d32;
	position:fixed;
	overflow: auto;
}
.ad-rgt-contblock-main-div{
	width:100%;
	height:auto;
	margin:auto;
	padding:25px;
	padding-left:10px;
	padding-right:10px;
}
.ad-dsh-tophead-mainstrip{
	width:100%;
	height:auto;
	margin:auto;
}
.admdsh-tophead{
	width:50%;
	height:auto;
	float:left;
}
.admdsh-tophead h1{
	margin:0px;
	font-size:28px;
	color:#555555;
	text-transform:uppercase;
	font-weight:600;
}
.admdsh-tophead p{
	margin:0px;
	font-size:18px;
	color:#888;
	padding-top:5px;
}
.admdsh-breadcum{
	width:50%;
	height:auto;
	float:left;
}
.breadcrumb-adm {
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 0px;
	margin-top:0px;
	padding-left:0px;
}
.breadcrumb-adm ul {
	 margin:0px;
	 padding:0px;
	 background:#f5f5f5;
	 padding:15px;
	 padding-top:5px;
	 padding-bottom:5px;
	 border-radius:2px;
}
.breadcrumb-adm ul li  {
    display: inline-block;
	float:left;
	margin-left:0px;
	font-size:13px;
	font-weight:400;
}
.breadcrumb-adm li + li::before {
    color: #ccc;
    content: " / ";
    padding: 0 5px;
}
.breadcrumb-adm ul li a{
	color:#000;
	font-size:13px;
	text-decoration:none;
	font-weight:400;
}
.breadcrumb-adm ul li a:hover{
	color:#FF6666;
	font-weight:400;
}
.breadcrumb-adm ul li.active{
	color:#777;
	font-weight:300;
}
.admin-rgt-top-adddelte{
	width:100%;
	height:auto;
	margin:auto;
}
.ad-top-adp-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.ad-top-adp-lst ul{
	margin:0px;
	padding:0px;
}
.ad-top-adp-lst ul li{
	width:35px;
	height:30px;
	float:left;
	list-style-type:none;
	margin-left:10px;
	text-align:center;
	border-radius:4px;
	line-height:30px;
	margin-top:10px;
}
.ad-top-adp-lst ul li:nth-child(1n){
	background:#00bcd4;
}
.ad-top-adp-lst ul li:nth-child(2n){
	background:#009688;
}
.ad-top-adp-lst ul li:nth-child(3n){
	background:#FF6666;
}
.ad-top-adp-lst ul li a{
	text-decoration:none;
	outline:none;
	color:#fff;
	display:block;
}
.all-admpgs-main-div{
	width:100%;
	height:auto;
	margin:auto;
	border-top:2px solid #eee;
	margin-top:15px;
	padding-top:15px;
}
.admdsh-4box-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.dshbx-xs-6 {
    float: left;
    min-height: 1px;
    position: relative;
}
.admin-info-box-1{
	width:100%;
	height:120px;
	float:left;
	border-radius:3px;
	margin-bottom:20px;
}
.admin-info-bg-1{
	background:#0073B6;
}
.admin-info-bg-2{
	background:#ff851b;
}
.admin-info-bg-3{
	background:#a1c436;
}
.admin-info-bg-4{
	background:#f44336;
}
.admin-info-bg-5{
	background:#8665C9;
}
.admin-info-bg-6{
	background:#009688;
}
.admin-info-bg-7{
	background:#76848B;
}
.admin-info-bg-8{
	background:#00bcd4;
}

.ad-box-info-img{
	width:100%;
	height:auto;
	margin:auto;
	padding:10px;
}
.ad-info-left{
	width:auto;
	height:auto;
	float:left;
}
.ad-info-left h1{
	margin:0px;
	color:#fff;
	font-weight:800;
	font-family: 'Montserrat', sans-serif;
}
.ad-info-left h4{
	margin:0px;
	color:rgba(255, 255, 255, 0.8);
	font-weight:700;
	padding-top:10px;
	font-size:16px;
}
.ad-info-img{
	width:auto;
	opacity:0.3;
	-webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.admin-more-infp-strip{
	width:100%;
	height:auto;
	margin:auto;
	background:rgba(0, 0, 0, 0.2);
	text-align:center;
	margin-top:3px;
}
.admin-more-infp-strip a{
	color:#fff;
	line-height:25px;
	font-weight:600;
	color:rgba(255, 255, 255, 0.7);
}
.admin-more-infp-strip a:hover{
	color:#fff;
}
.more-info-icon{
	margin-left:5px;
}
.admin-info-bg-1:hover{
	background:#015e94;
}	
.admin-info-bg-2:hover{
	background:#e06a04;
}
.admin-info-bg-3:hover{
	background:#8baf1e;
}
.admin-info-bg-4:hover{
	background:#da281b;
}
.admin-info-bg-5:hover{
	background:#6F4EB3;
}
.admin-info-bg-6:hover{
	background:#008276;
}
.admin-info-bg-7:hover{
	background:#677278;
}
.admin-info-bg-8:hover{
	background:#02a3b8;
}
.admin-info-bg-1:hover .ad-info-img, .admin-info-bg-2:hover .ad-info-img, .admin-info-bg-3:hover .ad-info-img, .admin-info-bg-4:hover .ad-info-img,
.admin-info-bg-5:hover .ad-info-img, .admin-info-bg-6:hover .ad-info-img, .admin-info-bg-7:hover .ad-info-img, .admin-info-bg-8:hover .ad-info-img{
	-webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.admin-shrtlst-dtlbx-main-div{
	width:100%;
	height:auto;
	margin:auto;
}
.ad-tbllst-mainbx{
	width:100%;
	height:auto;
	margin:auto;
	border:1px solid #e8e8e8;
	border-top:3px solid #bfbfbf;
	margin-bottom:25px;
}
.ad-tbllst-headstrip{
	width:100%;
	height:auto;
	margin:auto;
	padding:10px;
	border-bottom:1px solid #e8e8e8;
}
.ad-tbllst-headstrip h3{
	margin:0px;
	font-size:16px;
	color: #595959;
}
.ad-tbllst-headstrip h3 span{
	font-size:14px;
	margin-left:10px;
	color:#999;
}
.ad-tbllst-headstrip h3 .fa{
	margin-right:7px;
}
.ad-tbllst-body{
	width:100%;
	height:auto;
	margin:auto;
	padding:10px;
}
.ad-tbllst-body thead h4 {
	margin:0px;
    color: #1e91cf;
    text-decoration: none;
	font-size:13px;
	text-align:left;
}
.ad-tbllst-body td {
	margin:0px;
    color: #777;
	font-size:13px;
}
.ad-tbllst-body td .fa{
	margin-right:0px;
}
.ad-tbllst-body td a {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	width:25px;
}
.ad-tbllst-body td a .fa {
    margin-right: 0px;
}
.dtflt-main-strip{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:20px;
	background:#f5f5f5;
	padding:10px;
	border: 1px solid #e3e3e3;
	border-radius:3px;
}
.dtflt-frmbx{
	width:100%;
	height:auto;
	margin:auto;
}
.dtflt-frmbx label {
    font-weight: 600;
    font-size: 13px;
    color: #555;
}
.dtflt-frmbx .form-group {
    margin-bottom: 15px;
}
.fltbtn-style {
    min-width: 85px;
    height: 35px;
    background: #4C6D99;
    color: #fff;
    border-radius: 3px !important;
    transition: all 0.5s ease 0s;
    border-color: transparent !important;
    font-size: 14px;
    font-weight: 600;
}
.fltbtn-style .fa{
	margin-right:5px;
}
.fltbtn-style:hover{
    background: #EBA74E;
	color: #fff;
	 transition: all 0.5s ease 0s;
}
.fltbtn-style2 {
    min-width: 85px;
    height: 35px;
    background: #EBA74E;
    color: #fff;
    border-radius: 3px !important;
    transition: all 0.5s ease 0s;
    border-color: transparent !important;
    font-size: 14px;
    font-weight: 600;
	margin-left:15px;
}
.fltbtn-style2 .fa{
	margin-right:5px;
}
.fltbtn-style2:hover{
	background: #4C6D99;
	color: #fff;
	 transition: all 0.5s ease 0s;
}
.lst-pagimain-div{
	width:100%;
	height:auto;
	margin:auto;
}
.lst-pagimain-div .pagination {
    margin: 10px 0;
}
.ft-copyrt-div{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}
.ft-copyrt-div p{
	font-size:12px;
	color:#888;
}
.ft-copyrt-div p a{
	color:#1e91cf;
}
.ft-copyrt-div p a:hover{
	color:#0875b0;
}
/********Manage Profile*********/
.myprf-lftside-main-div:after{
	position:absolute;
	width:100%;
	content:"";
	height:140px;
	background:rgba(19, 30, 48, 0.3);
	background:rgba(235, 167, 78, 0.5);
	background:rgba(255, 102, 102, 0.5);
	top:0px;
	left:0px;
}
.myprf-lftside-main-div{
	width:100%;
	height:auto;
	margin:auto;
	background:#F5F5F5;
	padding:20px;
	position:relative;
}
.usrprf-dtltop{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	position:relative;
	z-index:111;
}
.usrprf-dtltop img{
	width:150px;
	height:150px;
	margin:auto;
	border-radius:100%;
	text-align:center;
	border:5px solid #fff;
	margin-top:40px;
}
.usrprf-dtltop h4{
	margin:0px;
	padding-top:10px;
	font-size:18px;
	font-weight:600;
	color:#1e91cf;
}
.usrprf-dtltop h5{
	margin:0px;
	padding-top:10px;
	font-size:14px;
	color:#888;
}
.usrprf-middtl{
	width:100%;
	height:auto;
	margin:auto;
	border-top:1px solid #ddd;
	margin-top:30px;
	padding-top:30px;
}
.usrprf-othdtl-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.usrprf-othdtl-lst ul{
	margin:0px;
	padding:0px;
}
.usrprf-othdtl-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	margin-bottom:20px;
}
.usrprf-othdtl-lst ul li p{
	margin:0px;
	font-size:13px;
	color:#888;
}
.usrprf-othdtl-lst ul li h4{
	margin:0px;
	font-size:14px;
	color:#333;
	padding-top:5px;
	line-height:24px;
}
.usrprf-othdtl-lst ul li iframe{
	width:100%;
	border:5px solid #fff;
	height:220px;
}
.myprf-edit-rgtside-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#F5F5F5;
	padding:20px;
}
.myprf-edit-rgtside-maindiv h1{
	margin:0px;
	font-size:17px;
	font-weight:600;
	color:#1e91cf;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom:15px;
}
.myprf-edtformbox{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
}
.myprf-edtformbox label {
    font-weight: 600;
    font-size: 14px;
    color: #555;
	text-align:left;
}
.con-fieldstyle{
	width:100%;
	height:50px;
	background:#fff;
	border:none;
	border-bottom:3px solid rgba(0, 0, 0, 0.15);
	box-shadow:none;
}
.con-fieldstyle:focus{
	border-color:transparent;
	box-shadow:none;
	border:none;
	border-bottom:3px solid rgba(255, 102, 102, 0.50);
	
}
.con-txtboxstyle{
	width:100%;
	height:250px;
	background:#fff;
	border:none;
	border-bottom:3px solid rgba(0, 0, 0, 0.15);
}
.con-txtboxstyle:focus{
	border-color:transparent;
	box-shadow:none;
	border:none;
	border-bottom:3px solid rgba(255, 102, 102, 0.50);
}
/********Manage Profile*********/

/********View Detail*********/
.viewdtl-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#F5F5F5;
	padding:20px;
}
.viewdtl-innerdiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	padding:20px;
}
.vwdtl-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.vwdtl-lst ul{
	margin:0px;
	padding:0px;
}
.vwdtl-lst ul li{
	width:50%;
	height:auto;
	float:left;
	list-style-type:none;
	margin-bottom:20px;
	color:#777;
	font-size:14px;
}
.vwdtl-lst ul li span{
	width:30%;
	display:inline-flex;
	color:#1e91cf;
}
.vwdtl-lst ul li .fa{
	margin-right:7px;
}
.vwtdl-gobck{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:50px;
}
.gobck-btn{
	min-width:120px;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	line-height:35px;
	border-radius:4px;
	background:#4C6D99;
	text-align:center;
	display:table;	
	transition: all 0.5s ease 0s;
}
.gobck-btn a{
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:600;
}
.gobck-btn:hover{
	transition: all 0.5s ease 0s;
	background:#EBA74E;	
}
/********View Detail*********/

#panel, #flip {
	display:none;
}
#panel {
    display: none;
	display:block;
}