﻿

@font-face
{
	font-family: Exo; 
	src: url(exo.ttf); 
}

html, body
{
	height:100%;
	margin:0px;
	padding:0px;
}

a
{ 
	text-decoration: none; 
	color: #88A894;
} 



a:hover
{ 
	color: #55695C;
} 

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.newrow,.copyrow
{
	cursor:pointer;
}
.header
{
	margin:0px;
	font-family: 'Exo', Arial, sans-serif;
	font-weight: normal;
	font-size: 45px;
	color: #000;
	height: 200px;
	width: 100%;
	background: #3498DB; /* Для старых браузров */
    background: linear-gradient(to top, #3498DB, #BED3FF);    
	text-align:right;		
}

.button_upload
{
	display:none;
}
.result_upload
{
	font-weight:bold;
	color: green;
	display:none;
}


.progress_upload img
{
  padding:10px;
  vertical-align: middle
 
}

.progress_upload 
{

  display:none;
}


.footer
{
	
	margin:0px;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'Exo', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	height: 160px;
	width: 100%;
	background: #BED3FF; /* Для старых браузров */
    background: linear-gradient(to top, #BED3FF, #3498DB);    
	text-align:right;		
}

.footer2
{

	background: #FFD9D9; /* Для старых браузров */
    background: linear-gradient(to top, #FF9D9D, #FFD9D9);    
	
}


.header p
{
	padding-top: 50px;
	padding-right: 50px;
	font-size: 45px;
	padding-left: -30px;
}

.header span
{
	font-size: 25px;
}

.modules
{
	width:100%;
}

.module
{
	float:left;
	width:200px;
	text-align:center;
	font-family: 'Exo', Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.content
{
	font-family: 'Exo', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #000;
}

.main
{
	width:100%;
}

.brc
{
	margin-top:50px;
}
 
input[type="button"] ,input[type="submit"] 
 {
  
  font-family: 'Exo', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  background: #3498DB;
 }

input[type="text"],input[type="password"],select,textarea
 {
  font-family: 'Exo', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #3498DB;
  line-height: 1.5;
  height: 30px;
  border-radius: 3px;
  border: 1px dashed #9ECDDE;
  padding: 5px;
  text-align:left;
 }
 

 #parent_popup /* стиль затемнения */
{
	background: #000;
	display:none;
	width: 100%;
	height: 100%;
	opacity: 0.5; /* прозрачность */
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
}

.popup--centered_overlay
{
	text-align: center;
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 400;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.1);
}

.popup--centered_overlay:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.popup--centered
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: #002233;
	border: 2px solid white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 400px;
	text-align: left;
	box-shadow:
		0 1px 4px rgba(0, 0, 0, .3),
		-23px 0 20px -23px rgba(0, 0, 0, .8),
		23px 0 20px -23px rgba(0, 0, 0, .8),
		0 0 40px rgba(0, 0, 0, .1) inset;
}

#popupcontent
{
	font-family: 'Exo', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	padding: 30px;
	margin-top: -20px;
	color: #FFFFFF;
	text-align:center;
}

#closepopup
{
	position:relative;
	margin-left:385px;
	margin-top:-10px;
    height: 30px;
    width: 30px;
    background-color: #FF0004;
    border-radius: 5px;
    position: relative;
	cursor:pointer;
	
}

#closepopup:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "X"; /* use the hex value here... */
    font-size: 20px; 
    color: #FFF;
    line-height: 30px;
    text-align: center;
}




#breadcrumbs {
    text-align: left;
	  font-family: 'Exo', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  clear:both;
}
#breadcrumbs ul {
    display: inline-table;
    list-style: none outside none;
}
#breadcrumbs ul li {
    display: inline;
}
#breadcrumbs ul li a {
 display: block;
 float: left;
 height: 50px;
 background: #3498db;
 text-align: center;
 padding: 30px 40px 0 40px;
 position: relative;
 margin: 0 10px 0 0; 
 font-size: 20px;
 text-decoration: none;
 color: #fff;
}
#breadcrumbs ul li a:after {
 content: "";  
 border-top: 40px solid red;
 border-bottom: 40px solid red;
 border-left: 40px solid blue;
 position: absolute; right: -40px; top: 0;
}
#breadcrumbs ul li a:after {
    content: "";  
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #3498db;
    position: absolute; right: -40px; top: 0;
    z-index: 1;
}

#breadcrumbs ul li a:before {
    content: "";
    border-bottom: 40px solid transparent;
    border-left: 40px solid #d4f2ff;
    border-top: 40px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#breadcrumbs ul li a {
 display: block;
 float: left;
 height: 50px;
 background: #3498db;
 text-align: center;
 padding: 30px 40px 0 80px;
 position: relative;
 margin: 0 10px 0 0; 
 font-size: 20px;
 text-decoration: none;
 color: #fff;
}

#breadcrumbs ul li:first-child a {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
#breadcrumbs ul li:first-child a:before {
    display: none;
}
#breadcrumbs ul li:last-child a {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 80px;
}
#breadcrumbs ul li:last-child a:after {
    display: none;
}
#breadcrumbs ul li a:hover {
    background: none repeat scroll 0 0 #fa5ba5;
}
#breadcrumbs ul li a:hover:after {
    border-left-color: #fa5ba5;
}
 
.panel
{
	position:absolute; 
	width:300px;
	float:left;
	top:150px;
	left:50px;
	font-family: 'Exo', Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
} 

.panel_text
{
	width:150px;
	float:left;
	margin-left:10px;
	margin-top:4px;
	color:#FFF;
}

.onoffswitch {
float:left;
    position: relative; width: 130px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "включена";
    padding-left: 10px;
    background-color: #A8DB4F; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "выключена";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 93px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


#userslist tr {	

}

#add td {	
	width: 33%;
}

#add input[type="text"] {	
	width: 95%;
}


#userslist tr:hover {	
	background-color: #F0F3FF;
}