@font-face {
	font-family: 'Raleway-Regular';
	src:	url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/Raleway-Regular.woff') format('woff'),
			url('fonts/Raleway-Regular.ttf') format('truetype'),
			url('fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Raleway-SemiBold';
	src:	url('fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
			url('fonts/Raleway-SemiBold.woff') format('woff'),
			url('fonts/Raleway-SemiBold.ttf') format('truetype'),
			url('fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* GENERAL */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
body {
	font-family: 'Raleway-Regular';
	min-height: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}
input, textarea, button, select {
	font-family: 'Raleway-Regular';
	color: #000000;
	outline: none;
}
input, select {
	padding: 0 15px;
}
p {
	margin: 0;
	padding-bottom: 15px;
}
.clear{
	clear: both;
}
a:hover {
	text-decoration: none;
}
button {
	outline: none;
}
button:focus {
	outline: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* END OF GENERAL */

header {
	text-align: center;
}

header .logo img{
	height: 100px;
}

header .top-bar {
	background: #17a2b8;
	position: relative;
	height: 70px;
	line-height: 70px;
}
header .top-bar .top-bar-info li {
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

header .top-bar .top-bar-info li i {
	color: #fff;
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    top: 3px;
}
header .top-bar .social li{
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
	color: #17a2b8;
}
header .top-bar .social, .top-bar .link {
    display: inline-block;
    margin-left: 20px;
}

header .top-bar .social li a i {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
	color: #17a2b8;
}

header .menu {
	color: #000000;
	background: rgba(255,255,255,0.8);
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	font-weight: bold;
}
header .menu ul {
	display: inline-block;
}
header .menu ul li {
	display: inline-block;
	margin: 0 30px;
	padding: 15px 0;
}
header .menu ul li a {
	color: #000000;
	border-bottom: 5px solid transparent;
}
header .menu ul li a:hover {
	color: #17a2b8;
}

header .menu ul li.active a {
    border-color: #17a2b8;
    color: #17a2b8;
}

header .menu a i {
	color: #17a2b8;
}

header .menu .submenu {
	color: #ffffff;
	background: #58B0E2;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 2;
	top: 54px;
	display: none;
}
header .submenu ul {
	display: inline-block;
}
header .submenu ul li {
	display: inline-block;
	margin: 0 20px;
	padding: 15px 0;
}
header .submenu ul li a {
	color: #ffffff;
}
header .submenu ul li a:hover {
	color: #0c2645;
}

header .menu .icon {
	display: none;
	position: absolute;
	right: 50px;
	top: 50px;
}

@media screen and (max-width: 800px) {
	header .top-bar .mobile{
		display: block;
	}
	header .top-bar .web{
		display: none;
	}
	header .menu ul li.a-menu {
		display: none;
	}
	header .menu a.icon {
		float: right;
		display: block;
	}

	header .menu.responsive {position: relative;}
	header .menu.responsive .icon {
		position: absolute;
		right: 50px;
		top: 50px;
	}
	header .menu.responsive ul li {
		float: none;
		display: block;
		text-align: left;
	}
	
	.sidebar {
		display: none;
	}
	
	.carousel-inner h1{
		font-size: 30px;
	}
}

footer {
	text-align: left;
    background: #333333;
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
}

footer .footer-copyright {
	margin-top:20px;
	padding-top: 10px;
	border-top: 1px solid transparent;
    border-color: #17a2b8;
}
footer h4 {
	padding: 20px 0;
}
footer ul li {
	padding-bottom: 5px;
}
footer a{
	color: #ffffff;
}

footer .social li{
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
	color: #333333;
}
footer .social, .top-bar .link {
	display: inline-block;
    width: 100%;
    margin-top: 50px;
}

footer .social li i {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
	margin: 10px 0px;
}
footer .scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #17a2b8;
    background: #333333;
    text-align: center;
    border: 2px solid #17a2b8;
}

footer .scroll-top:hover {
	background: #656161;
}

footer .newsletter input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #3b3633;
    margin-bottom: 10px;
}

footer .newsletter input[type="submit"] {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #ffffff;
    background: #17a2b8;
    border: 0;
	cursor: pointer;
}

body .messages {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

body .messages .alert{
  width: fit-content;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.modal .modal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.modal .modal-content {
	width: 400px;
	border: 0;
	padding: 45px;
	border-radius: 10px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.modal.adauga_retea .modal-content, .modal.adauga_locatie .modal-content, .modal.adauga_produs .modal-content {
	width: 800px;
	height: 360px;
}
.modal.detalii .modal-content {
	overflow: auto;
}
.modal.adauga_locatie .modal-content {
	height: 550px;
}
.modal.adauga_produs .modal-content {
	height: 425px;
}
.modal .modal-content .close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.modal .modal-content .buttons {
	margin-top: 15px;
}
.modal .modal-content .buttons button.salveaza {
	height: 60px;
	min-width: 60px;
	text-align: center;
	border-radius: 10px;
	border: 0;
	margin-right: 15px;
	background: #92c204;
	color: #ffffff;
	cursor: pointer;
	padding: 0 15px;
}
.modal .modal-content .buttons button.renunta {
	height: 60px;
	min-width: 60px;
	text-align: center;
	border-radius: 10px;
	border: 0;
	cursor: pointer;
	background: #f93636;
	color: #ffffff;
	padding: 0 15px;
}

.modal .modal-content .label-input {
	margin-bottom: 15px;
}
.modal .modal-content .label-input .label {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 5px;
}

.modal .modal-content .label-input .text-right {
	text-align: right;
}
.modal .modal-content .label-input .input input[type="text"] {
	height: 60px;
	border-radius: 10px;
	width: 450px;
	border: 1px solid rgba(0,0,0,0.1);
	max-width: 100%;
}
.modal .modal-content .label-input .input select {
	height: 60px;
	border-radius: 10px;
	width: 450px;
	border: 1px solid rgba(0,0,0,0.1);
	max-width: 100%;
}
.modal .modal-content .label-input .input .checkbox {
	float: left;
	width: 30%;
}
.modal .modal-content .label-input .input input[type="checkbox"] {
	margin-right: 5px;
}
.modal .error {
	color: #f93636;
}

.modal .modal-content .nume {
	font-weight: 700;
	font-size: 24px;
}
.modal .modal-content .row {
	width: 100%;
}
.modal .modal-content .column1 {
	width: 70%;
	float: left;
}
.modal .modal-content .column2 {
	width: 30%;
	float: left;
}
.modal .modal-content .title-column {
	margin-top: 15px;
	font-weight: 700;
}
.carousel-inner{
	width: 100%;
	height: 300px;
}
.carousel-inner img {
    width: 100%;
	height: 300px;
}

.carousel-inner .banner_img {
	position: absolute;
	top: 0;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px;
	height: 200px;
}

.carousel-inner .banner1 {
	background: url('../images/banner1.png') no-repeat center;
	background-size: contain;
}

.carousel-inner .banner2 {
	background: url('../images/banner2.png') no-repeat center;
	background-size: contain;
}

.carousel-caption {
	color: #000000;
}

.main_index{
	background: rgba(0,0,0,0.03);
	position: relative;
}

.main_index .container{
	padding-top: 20px;
	padding-bottom: 20px;
}
  
.main {
	padding-top: 45px;
	padding-bottom: 45px;
	background: rgba(0,0,0,0.03);
	position: relative;
}

.main h1 {
	float: left;
}

.main button {
	height: 45px;
	border-radius: 10px;
	background: #0c2645;
	color: #ffffff;
	padding: 0 15px;
	border: 0;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.main button.open_adauga_retea, .main button.open_adauga_locatie, .main button.open_adauga_produs {
	float: right;
}
.main button.open_adauga_retea i, .main button.open_adauga_locatie i, .main button.open_adauga_produs i {
	margin-right: 10px;
}

.main .open_detalii_vanzare, .main .open_detalii_stoc {
	cursor: pointer;
	transition: 0.3s;
}
.main .open_detalii_vanzare:hover, .main .open_detalii_stoc:hover {
	color: #58B0E2;
}


/* Login */
.main .loginform {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px;
	margin: auto;
	left: 0;
	right: 0;
	width: 512px;
	position: absolute;
	border-radius: 10px;
	background: #ffffff;
}

.main .loginform .label-input {
	margin-bottom: 30px;
}

.main .loginform .label-input .label {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 5px;
}
.main .loginform .label-input .input input {
	height: 60px;
	border-radius: 10px;
	width: 450px;
	border: 1px solid rgba(0,0,0,0.1);
	max-width: 100%;
}

.main .loginform .submitLogin {
	margin-top: 30px;
	position: relative;
	width: 450px;
}
.main .loginform .submitLogin button {
	height: 60px;
	border-radius: 10px;
	background: #0c2645;
	color: #ffffff;
	border: 0;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
}
.main .loginform .submitLogin button:hover {
	background: #1f4169;
}
.main .loginform .error {
	color: #f93636;
}


.main .table {
	margin-bottom: 60px;
	border-bottom: 2px solid #0c2645;
}
.main .table table {
	width: 100%;
}
.main .table table tr th {
	background: #0c2645;
	color: #ffffff;
	font-weight: 400;
	border: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.main .table table tr th:first-child {
	border-radius: 10px 0 0 0;
}
.main .table table tr th:last-child {
	border-radius: 0 10px 0 0;
	text-align: right;
}
.main .table table tr td {
	padding-left: 30px;
	padding-right: 30px;
}
.main .table table tr td.detalii {
	text-align: right;
}
.main .table table tr td .status {
	text-align: right;
}
.main .table table tr td .status.online span {
	color: #00c100;
}
.main .table table tr td .status.offline span {
	color: #ff0000;
}
.main .table table tr td:last-child {
	text-align: right;
}


/* Datepicker */
.ui-datepicker {
	background: #ffffff;
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-top: 7px;
	box-shadow: 0px 0px 36px 0 rgba(76, 104, 222, 0.13);
	display: none;
}
.ui-datepicker .ui-datepicker-prev {
	cursor: pointer;
	float: left;
	margin-left: 15px;
	text-transform: uppercase;
	color: #000000 !important;
	line-height: 27px;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	cursor: pointer;
	margin-right: 15px;
	text-transform: uppercase;
	color: #000000 !important;
	line-height: 27px;
}
.ui-datepicker .ui-datepicker-title {
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	color: #006ecc;
}
.ui-datepicker table.ui-datepicker-calendar {
	text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar  tr th {
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.ui-datepicker table.ui-datepicker-calendar  tr td {
	width: 50px;
	height: 50px;
	font-size: 16px;
}
.ui-datepicker table.ui-datepicker-calendar  tr td a {
	color: #313e5a;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	border-radius: 10px;
}
.ui-datepicker table.ui-datepicker-calendar  tr td a:hover, .ui-datepicker table.ui-datepicker-calendar  tr td.ui-datepicker-current-day a, .ui-datepicker table.ui-datepicker-calendar  tr td.ui-datepicker-days-cell-over a  {
	background: #006ecc;
	color: #ffffff;
}

.ui-datepicker table.ui-datepicker-calendar  tr td.ui-datepicker-today a {
	border: 2px solid #006ecc;
	line-height: 46px;
}

#container-subservicii {
	display: none;
}

#container-serviciu-details {
	display: none;
}

#container-serviciu-details .back .nume{
	margin-left: 50px;
}

#container-serviciu-details .back{
	cursor: pointer;
}

#container-serviciu-details .descriere{
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 28px;
	font-size: 14px;
}

.servicii-card {
	height: 150px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.servicii-card:hover {
	height: 150px;
	background-color: rgba(112, 124, 222, 0.1);
}

.servicii-card .logo{
	position: absolute;
	left: 20px;
	top: 20px;
	height: 40px;
}

.servicii-card .serviciu{
	text-transform: uppercase;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.servicii-card .see-more{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	color: #17a2b8;
}

.sidebar{
	background:#17a2b8;
	border-radius: .25rem;
	margin-bottom: 20px;
}

.sidebar .social li{
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}
.sidebar .social, .top-bar .link {
	display: inline-block;
    text-align: center;
    width: 100%;
}

.sidebar .social li i {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
	margin: 10px 0px;
	color: #17a2b8;
}


.sidebar .menu{
	border: 1px solid #f4f4f4;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .menu li{
	list-style: none;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 2px;
	cursor: pointer;
}

.sidebar .menu li div {
    display: block;
    font-size: 18px;
    color: #222;
    line-height: 30px;
    border-left: 5px solid transparent;
    font-weight: 400;
    padding-left: 34px;
    transition: all .5s ease;
    position: relative;
}

.sidebar .menu li:last-child {
    border-bottom: 0;
}

.sidebar .menu li.active div {
    color: #17a2b8;
}

.sidebar .menu li div:after {
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    left: -5px;
    top: 5px;
    color: #333;
    background: #f4f4f4;
}

.sidebar .menu li.active div:after {
    color: #fff;
    background: #17a2b8;
}

.sidebar .menu li.active div:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    right: 15px;
    top: 5px;
    color: #17a2b8;
}

/* LOADER */
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-css {
    height: 60px;
    position: relative;
	display: none;
}
.lds-rolling {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
}
.lds-rolling div,
.lds-rolling div:after {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 5px solid #92c204;
	border-top-color: transparent;
	border-radius: 50%;
	margin-top: 30px;
	margin-left: 30px;
}
.lds-rolling div {
	-webkit-animation: lds-rolling 1s linear infinite;
	animation: lds-rolling 1s linear infinite;
}
.lds-rolling div:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.float_left{
	float: left;
}
.float_right{
	float: right;
}
.none{
	display: none;
}

