/* ---- Specification ---- */
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
}

html {
	height: 100%;
}

* {
	box-sizing: border-box;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

input{
	font-family: inherit;
	outline: none;
	border: none;
}

button,
button:hover,
button:focus {
	font-family: inherit;
	outline: none;
	border: none;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

.container {
	width: 1630px;
	margin: 0 auto;
	padding: 0 15px;
}

.container_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}


/*/Header/*/

.header {
	background: #000;
}

.nav {
	border-bottom: 1px solid #A1A1A1;
}

.logo {
	display: block;
	background: url('../img/logo1.png') no-repeat;
	width: 160px;
	height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

/* .menu__list {
    display: flex;
    padding-top: 10px;
}

.menu__item a {
    padding: 15px;
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0);
    transition: border-color .5s ease;
} */
   

/*/Form/*/

.form {
	background: linear-gradient(180deg, #001942 0%, rgba(0, 93, 131, 0.79) 104.21%, rgba(0, 222, 255, 0.92) 104.63%);
	padding-bottom: 180px;
	padding-top: 92px;	
	flex: 1 1 auto;	
}

.logo1 {
	display: block;
	background: url('../img/logo2.png') no-repeat;
	width: 300px;
	height: 50px;	
	margin-bottom: 40px;
	margin-left: auto;
    margin-right: auto;	  
}

.form-tittle_text{
	text-align: center;
	font-weight: 400;
	color: #fff;
}

.form-book {
    max-width: 500px;
    border-radius: 10px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;	
}

.form-book__message {
	font-size: 14px;
    line-height: 1;
	color: red;
	visibility: hidden;
	opacity: 0;
	transition: visibility .3s, opacity .3s linear;
}
.form-book__message.invalid {
	visibility: visible;
	opacity: 1;
}

.form-book__input {
	border: 1px solid transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    font-family: inherit;
    font-size: 13px;
    width: 100%;
    padding: 10px 20px;
}

.form-book__input.invalid {
	border-color: white;
}
.form-book__input.invalid::placeholder {
	color: white;
}

.btn {
    background-color: #00DEFF;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 48px;
    cursor: pointer;
    transition: background-color 0.4s linear;
	padding: 0;
}

.btn:hover {
	background-color: #00DEFF;
}

.btn:active {
	background: #00DEFF;
	box-shadow: none
}

.select-btn {
    width: 100%;
	height: 48px;
	margin-top: 20px;
}

/*/Inform/*/

.inform{
	background: #001942;
	color: #fff;
	font-size: 15px;
}

.inform-text{
    width: 190px
}

.inform-profile_text{
    padding-bottom: 5px;
}

.inform-profile_wrap{
    margin-left: 60px;
}

.inform-wrap {
	padding: 20px;
	display: flex;
}

.btn-logout {
	padding-bottom: 20px;
	text-align: right;
	width: 100%;
}

/*/Account/*/

.account {
    flex: 1 1 auto;
}

.reports-wraper {
    margin-top: 20px;
}

.reports-frame-wrap{
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 80vh; 
}

.reports-frame-wrap iframe{
	position: relative;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 2px rgb(0 25 66 / 25%);
    border-radius: 10px;
    display: block;
    border: none;
    width: 100%;
    min-height: 80vh;
    border-width: 0;
    outline-width: 0;
}

    .reports-full-screen-wrap.active {
        background:#313271ab;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 300;
    }
    
    .reports-full-screen-wrap.active .reports-frame-wrap {
        width: 100%;
        height: 100%;
        padding: 35px 10px;
    }
    
    .reports-full-screen-wrap.active iframe {
        width: 100%;
        height: 100%;
    }

.bar{
	position: relative;
	bottom: 20px;
	width: 100%;
	height: 29px;
	background-color: #d2d2d2;
	border-radius: 0 0 10px 10px;
}


/*/Footer/*/

.footer {
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
    left: 0;
    width: 100%;
}

.footer-bottom { 
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partner__logo {
	margin-right: 15px;
}

.footer-copy-right {
	color: #fff;
}

.gloma {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 5px;
}

.footer-copy-right__text {
	font-size: 12px;
}



/*  RESPONSIVE  */

/* Large: 1401px - 1599px */
@media (max-width: 1599px) {
    .container {
		max-width: 1360px;
	}
	.reports-frame-wrap{
      width: auto;
  }
}

/* Large: 1200px - 1400px */
@media (max-width: 1400px) {
    .container {
		max-width: 1160px;
	}
	
	.reports-frame-wrap{
	    min-height: 70vh;
	}
	
	.reports-frame-wrap iframe{
	    min-height: 70vh;
	}
}


/* Large: 992px - 1199px */
@media (max-width: 1199px) {
	.container {
		max-width: 960px;
	}
	.form-book {
        max-width: 300px;
	}
	.gloma {
        font-size: 15px;
	}

    .footer-copy-right__text {
       font-size: 10px;
 	}
 	
 	.reports-frame-wrap{
	    min-height: 60vh;
	}
	
	.reports-frame-wrap iframe{
	    min-height: 60vh;
	}
}


/* Medium: 768px - 991px */
@media (max-width: 991px) {
	.container {
		max-width: 720px;
	}
	
	.reports-frame-wrap{
	    min-height: 40vh;
	}
	
	.reports-frame-wrap iframe{
	    min-height: 40vh;
	}
	
	.bar-full_screen {
	    width: 15px;
	    height: 15px;
	    position: absolute;
	    background: url(../img/full-screen.svg) no-repeat;
	    right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
 }


/* Small: 576px - 767px */
@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}

	.inform-profile_wrap{
		display: none;
	}
	
	
	
}


/* Extra small: 451px - 575px */
@media (max-width: 575px) {
	.container {
		padding: 0 15px;
		width: auto;
	}

	.menu{
		display: none;
	}
	
	.header{
	    padding: 10px;
	}
	
	.nav {
	border-bottom: none;
}

	.logo{
		margin: auto;
	}

	.footer-bottom {
        display: block;
   }

   .footer__social-media{
   	    padding-top: 20px;
   }
   
   
    
    
}

/* Extra small: 250px - 450px */
@media (max-width: 450px) {
	.container {
		padding: 0 15px;
		width: auto;
	}

	.form-book {
    max-width: 250px;
	}

	.logo1{
		display: none;
	}
}

