/*
Template Name: Academic Education
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(template.css);
@import url(navi.css);
/* @import url(forms.css);*/
.pull-left {float: left;}
.pull-right {float: right;}
.loading {
    background-color: #eee;
    background-image: url('../images/103.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}
 
.loading * {
    opacity: .8;
}
.grid-view table.items th {
    color: white;
    background: url("bg.gif") repeat-x scroll left top white!important;
    text-align: center;
}
#content table.detail-view tr.odd {
    background: #F0EBE8;
}


.portlet {
    margin-top: 1em;
    margin-bottom: 25px;    
}
.event {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.eventdate {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid #CCBD9C;
    border-top: 0;
    width: 40px;
    text-align: center;
}
.eventdate .month {
    background: #BF9975;
    font-size: 12px;
    color: #fff;
    margin-bottom: 3px;
}
.eventdate .day {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #090909;
    margin-bottom: 0px;
}
.eventdate .dayname {
    font-size: 12px;
    color: #090909;
    margin-bottom: 3px;
}
.right_panel {
    overflow: hidden;
    float: right;
    width: 120px;
}
.info {
    margin-left: 60px;
    margin-right: 150px;
}
/* */
.info_block {
    width: 100%;
    /* float: left; */
    position: relative;
}
.info_block dl {
    margin-top: 30px;
    color: #000;
    position: relative;
    padding: 15px;
    border: 1px dashed #808080;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.info_block dl dt {
    font-weight: bold;
    width: 180px;
    float: left;
    text-align: left;
    line-height: 20px;
}
.info_block dl dd {
    margin-left: 150px;
    margin-bottom: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#container table th a {
    color: #EEE;
    font-weight: bold;
    text-decoration: none;
}


.cke_skin_kama .cke_editor {
    display: table !important;
}
h6.line {
    display: block;
    color: #888;
    margin: 20px 0 5px!important;
    padding: 10px 0!important;
    border-bottom: 1px solid #DDD;
}
.row3 p {
    text-align: justify;
}
.row {margin: 1em 0;}
.row > label  {
font-weight: bold;
display: inline-block;
padding-bottom: .5em;
}
select {
    max-width: 600px;
    *width: 600px;
}
.captcha input{
    display: block;
    margin-bottom: 1.5em;
}
/* Сообщения */
span.required {color:red;}
.flash-error, .flash-alert, .flash-notice, .flash-success, .flash-info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.flash-error, .flash-alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.flash-notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.flash-success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.flash-info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.flash-error a, .flash-alert a {color:#8a1f11;}
.flash-notice a {color:#514721;}
.flash-success a {color:#264409;}
.flash-info a {color:#205791;}



.user-info {
    
    margin: 50px 0 15px;
    width: 100%;
    border-bottom: 2px solid #DDD;
    height: 55px;
}
#user-avatar {
    width: 55px;
    height: 55px;
    background: url("../images/na.png") no-repeat 0 0;
    border-right: 2px solid #DDD;
    float: left;
    margin-right: 10px;
}
#user-name {
    
}
.thesis_view {
    text-align: justify;
}
.captcha img{
    display: block;
}

ul.yiiPager a:hover {
    border: solid 1px #CCC!important;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
border: solid 1px #999!important;
color: #999!important;
}
ul.yiiPager .selected a {
    background: #CCC!important;
}
.innertable {
    
    font-size: 11px!important;
    margin: 0!important;
    
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 370px; 
}
.hor-minimalist-b
{
	/* 
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    background: #fff;
    */
	font-size: 12px;
	
	margin: 25px 0;
	width: 100%;/* width: 480px;*/
	border-collapse: collapse;
	text-align: left;
    
}
.hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #222;
	padding: 10px 8px;
	border-bottom: 2px solid #8B4726;

}
.hor-minimalist-b td
{
	/*border-bottom: 1px solid #ccc;*/
	color: #666;
	padding: 6px 8px;
}
/*.hor-minimalist-b tbody tr:hover td
{
    background: #fff;
	color: #444;
}*/
.hor-minimalist-b .odd
{
	background: #FFFFF0; 
}

/* */

.list_section {
    margin: 10px 0;
    padding: 0;
}
.list_section div.list_section_item {
    padding: 5px 0 5px 3px;
    border-bottom: 1px solid #E1E1E1;
}
.list_section div.list_section_item {
    color: #666;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
xmp {
    white-space:pre-line;
}
.small {
    font-size: 11px;
}
.dinfo { 
    background: #FFF; 
    color: #205791; 
    border-color: #92cae4; 
    padding: 0.8em; 
    margin-bottom: 1em; 
    border: 2px solid #ddd;
    line-height: 17px;
    cursor:pointer;
}
.schedule_32 {
    display:inline-block;
    background: url('../images/clip/schedule_32.png') no-repeat 0 0 transparent!important;
    vertical-align: text-top;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 2px 7px 30px 0;
    float:left;
}
.inner_table_con_fix_height {
    display:block;
    height: 400px;
    overflow-y: scroll;
    border-bottom: 2px solid #8B4726;
}
#container ul.tabs {
    padding: 0;
}
#container .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#container .close:hover,
#container .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#container ::-webkit-scrollbar{
    width:9px;
    height:9px;
}
#container ::-webkit-scrollbar-button:start:decrement, #container ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
#container ::-webkit-scrollbar-track-piece{background-color:#E2E2E2;-webkit-border-radius:0;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;}
#container ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#8B4726;}
#container ::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#8B4726;}



/* */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #8b4726;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default, a.btn-default {
  color: #ffffff!important;
  background-color: #8b4726!important;
  border-color: #8b4726;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #B45B30!important;
  border-color: #5b2e19!important;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.front-button {
    display: inline-block;
    width: 125px;
    margin-right:  5px;
}
#column .subnav .active a{
    color: #8B4726;
}

