/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 30, 2017, 10:36:31 AM
    Author     : Multimedia
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
body {
  background-color: #f4f6f9;
  font-family: 'Ubuntu', sans-serif;
}

.navbar-brand{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.form-signin {
  width: 350px;
  padding: 15px;
  margin: 0 auto;
}

.btn-login{
    background: #0b74bf;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    transition: all .5s;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-login:hover{
   background: #065993;
   color: #fff;
}

.form-signin .form-signin-heading{
    text-align:center
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

/*dashboard*/

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


.navbar-fixed-top {
  border: 0;
}

.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
  
}

.nav-sidebar {
  margin-right: -21px; 
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.navbar-inverse {
    background-color: #600058 !important;
    border-color: #600058 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fed731 !important;
}

.navbar-inverse .navbar-brand {
    color: #fff !important;
}

.navbar-inverse .navbar-brand span{
    color: #fed731 !important;
}



/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

/* Reset */

* {
    margin: 0;
    padding: 0;
}

.jumbotron {
    margin-bottom: 0;
}


/* General */

body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    background-color: #f4f6f9;
}

.button {
    padding: 1rem 2rem;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    animation-name: button;
    animation-duration: 3s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes button {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Header */

#header {
    width: 100%;
    background-color: #FFF !important;
    -webkit-box-shadow: 0 1px 15px 1px rgba(81,77,92,.5);
    -moz-box-shadow: 0 1px 15px 1px rgba(81,77,92,.5);
    box-shadow: 0 1px 15px 1px rgba(81,77,92,.5);
}

#header .brand-name {
    font-size: 40px;
    font-weight: 700;
}

#header .brand-name img {
    max-width: 100%;
    height: 60px;
}

.trasparent-bg {
    color: #ff5252;
    background-color: rgba(0, 0, 0, 0.9);
    min-height: 60px;
    width: 100%;
    position: fixed;
    z-index: 60;
    transition: all 1s ease;
}

#header .brand-name a {
    text-decoration: none !important;
    color: #333333;
    font-size: 36px;
	font-family: 'Ubuntu', sans-serif;
}

#header .social-media {
    margin-top: 18px;
}

#header .social-media a {
    color: #fff;
    font-size: 2rem;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #dcdcdc;
}
::-webkit-scrollbar-thumb {
    background: #0b74bf;
    border-radius: 1ex;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}

#header .brand-name #openMobileMenu {
    text-decoration: none !important;
    color: #333333;
    font-size: 35px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.mobile-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 61;
    top: 0;
    left: 0;
    background-color: #ececec;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.mobile-nav a {
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #0b74bf;;
    display: block;
    text-transform: uppercase;
    text-align: center;
    transition: all .5s;
}

.mobile-nav a:hover {
    color: #0b74bf;;
}

.mobile-nav .btn-close {
    position: absolute;
    top: 0;
    right: 22px;
    font-size: 36px;
    margin-left: 50px;
    font-weight: 700;
}

#header .header-content {
    text-align: center;
    margin-top: 180px;
}

#header .header-content h1 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    animation-name: title_heading;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes title_heading {
    0% {
        top: -100px;
    }
    100% {
        top: 10px;
    }
}

#header .header-content p {
    font-size: 2rem;
    margin-bottom: 50px;
    position: relative;
    animation-name: content_heading;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes content_heading {
    0% {
        left: -1000px;
    }
    100% {
        left: 0;
    }
}

#header .header-content .button-border {
    border: 1px solid #ff5252;
    color: #ffffff;
    transition: background 1s;
}

#header .header-content .button-border:hover {
    background-color: #ff5252;
    transition: background 1s;
}

#header .header-content .button-full {
    border: 1px solid #ff5252;
    background-color: #ff5252;
    color: #fff;
    margin-left: 20px;
    transition: background 1s, border 1s;
}

#header .header-content .button-full:hover {
    border: 1px solid #ec2a2a;
    background-color: #ec2a2a;
}


/*  */

.section {
    margin-top: 30px;
    margin-bottom: 50px;
    min-height: 400px;
}


.divider-10{ 
	width:100%; 
	min-height:1px; 
	margin-top:10px; 
	margin-bottom:10px;  
	display:inline-block; 
	position:relative;
}

.logout {
	margin: 20px 0;
}


.logout a {
	color: #333333;
}

.formular .form-control {
	border: 2px solid #ddd !important;
    box-shadow: none !important;
    height: 40px !important;
    border-radius: 0 !important;
}

.form-control:focus {
	transition: all .5s;
	border-color: #0b74bf !important;
}


.cale {
	padding: 15px 0 0 0;
}

.cale .breadcrumb {
    background-color: #f4f6f9;
    padding: 2px 15px !important;
    margin-bottom: 15px !important;
}

.login {
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('/assets/images/login_bg.jpg');
    background-size: cover;
    position: relative;
}

.form-login {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.form-signin h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.form-signin .mic {
    color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	margin-top: 10px;
}

.breadcrumb {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.footer {
    padding: 20px 0;
    color: #777;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
	clear:both;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	position: fixed;
    bottom: 0;
    width: 100%;
}

.footer p {
	margin: 0;
}

	html body .col-md-8 .formular .panel-body form .form-group .pachete-alege {
		height: 80px !important;
	}

.jumbotron h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}
@media (min-width: 991px) {
.sus {
    position: fixed !important;
    z-index: 999999999;
    width: 100%;
    top: 0;
}
}

@media (max-width: 768px) {
	html body .col-md-8 .formular .panel-body form .form-group .pachete-alege {
		height: 40px !important;
	}
	 #header .brand-name a {
	 font-size: 24px;
  }
  .well .btn-primary {
     margin-bottom: 15px;
  }

  .well h2 {
    font-size: 22px;
  }

  .btn-primary {
     margin-bottom: 15px;
  }
}
