@charset "UTF-8";
/* CSS Document */
body {
    background: url(../images/bg.jpg) no-repeat;
    background-position: top center;
    overflow-x: hidden;
    background-color: #191919;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
}
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.text{
	background-color: #000000db;
	color: #d7d7d7;
	padding: 10px;
	border-bottom: 1px solid #ff012e;
	text-align: justify;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #1a1a1a;
    border: 1px solid #2b2626;
}
a.list-group-item {
    color: #f9f9f9;
    text-transform: uppercase;
}
.bg {
    background-color: #000000cf;
    border-bottom: 1px solid #dd303c;
}
/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  /* background-color: #ffffff; */
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /* border: 1px solid #ddd; */
  /* margin-top: 20px; */
  /* margin-left: 50px; */
  /* margin: 15px; */
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  /* background-clip: padding-box; */
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
  padding-right: 0;
  /* padding-left: 0; */
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #dd303c;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #f10034;
  background-image: #5a55a3;
  color: #ffffff;
  border: 0;
}
div.bhoechie-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f10034;
}

div.bhoechie-tab-content {
  /* background-color: #ffffff; */
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.tab-content>.active {
    display: block;
    visibility: visible;
    background-color: #222324;
    padding: 15px;
    color: white;
    min-height: 350px;
    font-size: 14px;
    border-radius: 0 0 18px 10px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #a22239;
    border: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #b00236;
    border: 0px;
    border-bottom-color: transparent;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #ff0040;
}
.nav-tabs {
    border-bottom: 1px solid #f00;
    background-color: #f10034;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: white;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 16.6%;
}
.bg2 {
    /* background-color: #272525; */
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 0px;
}
.col-lg-4.col-md-12.col-sm-12.col-xs-12 {
    margin-top: 90px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 0px solid black;
    border-bottom: 0px solid transparent;
    -webkit-box-shadow: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #09213e;
    /* border-color: #5f040e; */
    border: 1px solid #a72123;
    text-transform: uppercase;
}
.headerbox.hidden-xs.hidden-sm {
    background-color: black;
    border-bottom: 3px solid #ed2025;
}
button.btn.btn-primary {
    color: #fff;
    background-color: #d60a3f;
    border: 1px solid #dd303c !important;
    text-transform: uppercase;
}
a.btn.btn-primary {
    color: #fff;
    background-color: #ff002f;
    border: 2px solid #ab1b15 !important;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #f91028;/* border-color: #010101 !important; */

}
.logo {
    max-height: 70px;
    /* margin-left: -53px; */
}
/*#footer {
    background-color: black;
    border-top: 1px solid #141d6d;
}*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px !important;
}
.navbar-inverse {
    background: #000000;
    background: -moz-linear-gradient(-45deg, #000000 50%, #da292c 50%, #da292c 100%);
    /* background: -webkit-linear-gradient(-45deg, #001024 50%, #001024 50%, #ff012e 100%); */
    /* background: linear-gradient(135deg, #001024 50%, #001024 50%, #ff012e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#da292c', GradientType=1 );
    border-color: #ff012e;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ea3348;
}
.pull-left {
    float: right!important;
}
.navbar-inverse.side-collapse {
    margin-top: 15px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -56px;
    margin-right: -22px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
form.navbar-form.navbar-right.form-theme.loginform {
    /* margin-top: 19px; */
}
pre {
    tab-size: 8;
}
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

	.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
   height: 320px;
}
					   body {
    background: url(../images/bg.jpg) no-repeat;
    background-position: top center;
    overflow-x: hidden;
    background-color: #191919;
    background-size: inherit;
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
}
}
	@media screen and (orientation:landscape) {
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 380px;
}
}
@media screen and (max-width: 768px) {
	.btn-primary {
		width: 100%;
}
						   body {
    background: url(../images/bg.jpg) no-repeat;
    background-position: top center;
    overflow-x: hidden;
    background-color: #191919;
    background-size: inherit;
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 100% !important;
}
	.navbar-right {
    float: right!important;
    /* margin-right: 0px; */
}
	.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
	#deletebtn{
		display: none;
	}
.side-collapse-container {
    width: 100%;
    position: relative;
    right: 0;
    transition: right .4s;
}
.side-collapse-container.out {
    left: 200px;
}
.side-collapse {
    /* top: 65px !important; */
    /* bottom: 0; */
    /* right: 0; */
    /* width: 200px; */
    /* position: fixed; */
    overflow: hidden;
    transition: width .4s;
    /* background: url(../images/dog.png) no-repeat; */
    /* background-color: #0e1858 !important; */
}
.side-collapse.in {
    width: 0;
}
.logo {
    max-height: 60px;
    margin: auto;
}
	
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
    border: none !important;
}
navbar-nav {
    margin: none !important;
}
/*.navbar-form {
    padding: none !important;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
}*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-bottom: 8px;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.navbar-header {
    float : right !important;
}
	button.btn.btn-primary {
    color: #fff;
    background-color: #ff002f;
    border: 2px solid #ab1b15 !important;
		width: 100% !important;
}
.navbar-toggle {
    display: block !important;
    margin-top: 0px;
}
	.side-collapse.in {
    width: 0;
}
.side-collapse {
    top: 72px;
    bottom: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    transition: width .4s;
    padding-top: 20px;
	    max-width: 200px !important;
	    width: 200px;
	 background: url(../images/dog.png) no-repeat;
    background-color: #02051ad9;
}
.navbar-form .form-group {
    display: block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-bottom: 8px;
}

.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 380px;
}
[data-action="login"] {
    margin-top: 0px;
}
[data-security="form"] {
    padding-top: 12px;
}
.w-100 {
    width: 100%;
}
}

@media (max-width: 767px) {
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-bottom: 6px;
    width: 100%;
}
		.side-collapse {
    /* background: url(../images/dog.png) no-repeat; */
    /* background-color: #02051ad9 !important; */
    /* height: 180px; */
}
		button.btn.btn-primary {
    color: #fff;
    background-color: #000000;
    border: 2px solid #dd303c !important;
    width: 100% !important;
}
[data-action="login"] {
    margin-top: 0px;
}
[data-security="form"] {
    /* padding-top: 10px; */
}
.w-100 {
    width: 100%;
}
}
[data-toggle="collapse-side"] {
    border : 0px !important;
}
	@media (min-width: 768px){
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 13px;
    padding-left: 0;
}
		.navbar-right {
    float: right!important;
    margin-right: -15px;
 
}
	}
	

	/* ipad Mini Portrait */
@media only screen and (width:768px) and (resolution: 163dpi) {
.side-collapse {
    background: url(../images/dog.png) no-repeat;
    background-color: #02051ad9 !important;
}
}
	/* iPad Mini in portrait only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
	.side-collapse {
    background: url(../images/dog.png) no-repeat;
    background-color: #02051ad9 !important;
}
	}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 33.2%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 33.3%;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        width: 16.6%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
