@charset "UTF-8";
/* CSS Document */
body {
    background: url(../images/bg.jpg) no-repeat;
    background-position: top center;
    overflow-x: hidden;
    background-color: #010000;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
	height: 100vh;
}
.iframe {
    border-radius: 12px;
    border: 1px solid #ffc200;
}
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.text{
	background-color: #040003;
	color: #757575;
	padding: 10px;
	border-bottom: 1px solid #fe8600;
	text-align: justify;
}
.row {
    /* background-color: #00000087; */
}
.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;
}

.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: #ff002f;
    border: 2px solid #f01640 !important;
}
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: #000000ad;
    background: -moz-linear-gradient(-45deg, #000000 50%, #da292c 50%, #da292c 100%);
    /* background: -webkit-linear-gradient(-45deg, #000000 50%, #010000 50%, #b43829 100%); */
    /* background: linear-gradient(135deg, #000000 50%, #040001 50%, #b43829 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#da292c', GradientType=1 );
    border-color: #ff8700;
}
.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 #0698cf;
}
.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;
}
}
	@media screen and (orientation:landscape) {
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
		 height: 320px;
}
}
@media screen and (max-width: 768px) {
	.btn-primary {
		width: 100%;
}
.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: #000000d9 !important;
}
.side-collapse.in {
    width: 0;
}
.logo {
    max-height: 60px;
}
	
}
.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: 320px;
}
[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: 12px;
	width: 100%;
}
		.side-collapse {
    background: url(../images/dog.png) no-repeat;
    background-color: #000000d9 !important;
}
		button.btn.btn-primary {
    color: #fff;
    background-color: #ff002f;
    border: 2px solid #ab1b15 !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;
}
	}