﻿
/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 Share Us if You Like our work 
 Enjoy Our Codes For Free always.
======================================*/
.template {
  margin: 10px;
  display: inline-block;
  vertical-align: top; 
}
.template a {
  display: block;
  outline: 2px solid rgb(143, 196, 239);
  padding: 2px;
  width: 220px;
  height: 300px;
  overflow-y: auto;
}
.template a:hover {
  outline: 5px solid #305e9b;
  transition: outline .2s;
}
.template button {
  display: block;
  outline: 2px solid rgb(143, 196, 239);
  padding: 2px;
  width: 220px;
  height: 300px;
  overflow-y: auto;
}
.template button:hover {
  outline: 5px solid #305e9b;
  transition: outline .2s;
}

.button_order {
    border: none;
    text-decoration: none;
    background: transparent;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu > li > form > button:hover,
.dropdown-menu > li > form > button:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* user image section */
.user-section {
    margin-top:20px;
    font-size:22px;
    background-color:rgb(83, 163, 163);
}
.user-section-inner {
    height: 65px;
width: 65px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
display: inline-block;
float: left;
margin-right: 15px;
margin-top: 20px;
}
    .user-section-inner img {
        margin-left:10px;
        width:55px;
        height:60px;
        
    }
.user-info {
    display: block;
    color:#000!important;
display: inline-block;
padding: 15px;
margin-bottom: 0px
}
.user-text-online {
    font-size:12px;
    color:#fff
}
.user-circle-online {
    width: 15px!important;
    height: 15px!important;
}

/* side-menu section */
.nav > li > a:hover, .nav > li > a:focus {
    background-color:rgba(74, 72, 126, 0);
}
/* background-color: #75C5B8; */
.navbar-top-links  .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #305e9b;
}
.navbar-top-links > li > a {
color: #FFFFFF;
}
.nav > li > a {
padding: 29px 23px;
}

.menu-voice{
	padding: 9px 15px !important;
}

/* background-color: rgb(143, 196, 239); */
.menu-selected{
	padding: 9px 15px !important;
	color: rgb(143, 196, 239) !important;
}

#footer {
	text-align: center;
	margin-top: 6px;
}

#footer a {
	color:#fff;
}

.text-muted {
	color: #a6a6a6;
	margin-bottom: 0px;
	font-size: 12px;
}

#side-menu {
    background-color:#04B173;
}

.logo {
	font-family: Apple Chancery;
	font-size: 48px;
	vertical-align: middle;
	font-weight: bold;
	color: #DE5E60 !important;
}

.logo-min {
	font-size: 42px;
}

.fa {
	display: inline;
}

#side-menu a {
           color:#fff;
           border-bottom: 1px solid #84B899 !important;
           height: 55px;
        }
        .selected {
            background-color: #305e9b;
        }
/* back colors */
        .blue {
            background-color:rgb(113, 159, 241);
        }
         .green {
            background-color:rgb(144, 236, 192);
        }
          .red {
            background-color:rgb(255, 102, 133);
        }
        .yellow {
            background-color:rgb(237, 253, 46);
        }

.navbar-default .navbar-nav > li > a {
        	color:#fff;
        }
        
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color:#333;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#a6a6a6;
}

.page-header {
	margin-top: 2px;
	padding-bottom: 5px;
}

h1.page-header{
  font-size: 20px;
}

.label {
	font-size: 55%;
}
.label2 {
	font-size: 75%;
}
.label3 {
	font-size: 75%;
	padding-right: 25px;
	font-weight: bold;
	vertical-align: bottom;
}
.label-default{
	color: #777;
}
.label-divisore {
	color: #fff; 
	font-size: 55%;
}

  /* No border */
.no-boder {
    border:0px solid #5bc0de !important;
}
/* tap nvbar Section */

/* background-color:rgb(83, 163, 163); */
#navbar {
    background-color: rgb(143, 196, 239);
}
.navbar {
  margin-bottom: 0px;
  min-height: 35px;
}
.navbar-brand {
    padding-left:20px;
    padding: 3px 25px;
}
/* height:30px; */
.navbar-brand img {
    height:80px;
}
.top-label {
    position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -24px;
	margin-right: -24px;
}

/*large font*/
.large-font {
    font-size:18px;
}

/* background-color:#84B899; background-color:rgb(84, 141, 202); */
.body-Login-back {
    background-color:rgb(143, 196, 239);
}

.margin-tips {
    margin:5px;
}

/* border-color: #27A6BE; */
.navbar-default {
	border: none;
    background-color: #305e9b;
}
/*media queries*/

/*margin: 0 0 0 250px;*/
@media(min-width:768px) 
{
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 0 30px;
        min-height: 1000px;
        padding-top: 38px;
    }

}

@media(max-width:768px) {
#wrapper {
    margin-top:140px!important;
    
}
}