/* UT Bootstrap general styles */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/open_sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/open_sans/OpenSans-Semibold.ttf);
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/open_sans/OpenSans-ExtraBold.ttf);
}*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=cyrillic,latin-ext');
body {
    line-height:1.4;
    font: 14px/21px "Open Sans", sans-serif;
    color: #565656;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size:26px;
}
tbody {
    border:none;
}
tbody td {
    padding:5px;
}
#main-content-header h1#page-title {
    margin-top:0px;
}
#ut-logo 
{
    background: url(../images/logo_ut.png) 97% 50% no-repeat;
    height:40px;
    width:223px;
    margin-top:0px;
    margin-bottom:15px;
}
#content-column {
    margin-bottom:20px;
}
#content-column .content-inner {
    padding-left:15px;
    padding-right:15px;
}
#prev_next {
    text-align: right;  
}
#prev_next .glyphicon {
    font-size:24px;
    padding:5px 10px 6px 10px;
}
#powered-by a {
    background: url("../images/sisu_footer.png") no-repeat scroll 0 0 transparent;
    border: medium none !important;
    display: block;
    height: 50px;
    padding: 0 !important;
    text-decoration: none !important;
    text-indent: -999em;
    width: 78px;
    margin:0px 0px 5px 5px;    
    float:right;
    display:inline;
    margin-right:0px;
    position:absolute;
    top:10px;
    right:15px;
}
footer {
    position:relative;
    margin-bottom:20px;
}
/* jQuery override */
#accordion {
    margin-bottom:10px;
}
/* uGlossary overrides */
.uglossary-terms ul.listing {
    padding-left:5px;
}
.uglossary-terms ul.listing li {
    margin-bottom: 10px;
}
.node-type-uglossary .node-uglossary .field-name-body p {
    word-wrap: break-word;
}
/* News overrides */
.page-news #content-column h2 {
    font-size:18px;
}
.page-news #content-column .field-name-field-news-date {
    margin-bottom:5px;
    margin-top:-5px;
    font-style: italic;
    font-size:12px;
}
.page-news #content-column li.node-readmore {
    padding:0px;
}
.page-news #content-column a.node-readmore,
.page-documents #content-column a.node-readmore {
    display: block;
    margin-top: 10px;
}
.media .field-name-field-html-code {
    text-align:center;
}
img {
    max-width:100%;
    height:auto;
    -ms-interpolation-mode: bicubic;
}
/*21.05.2014*/
.view-os-news .field-type-datestamp {
    margin-bottom:10px;
}
/* 28.07.2016 Login button */
a#footer-login-button {
    color: #989696 !important;
    padding: 0px 5px !important;
    text-align: center !important;
    border-radius: 5px !important;
    font-size: 9px !important;
    float: right !important;
    top: 62px !important;
    margin-right: 20px !important;
    height: 19px !important;
    width: 39px !important;
    background-image: none !important;
    text-indent: 0 !important;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.3) !important;
    background: #ebebeb;
    background: -moz-linear-gradient(19% 75% 90deg, #E0E0E0, #FAFAFA) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E0E0E0)) !important;
    font-family: helvetica,sans-serif !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) !important;
}
div.warning, table tr.warning {
    background-image: none !important;
}
.ui-accordion .ui-accordion-content {
    height: 100% !important;
    overflow: hidden !important;
}
.os-files-other-list td img {
    width:16px;
}
/* -- 16.08.2017 CSS fixes Media Gallery */
/* Fix tabs width */
.node-type-media-gallery .media-wrapper .media-browser-button {
    width: 202px;
    height: 38px;
    padding:8px;
}

/* Fix uploaded files table */
.node-type-media-gallery .media-wrapper .mb-preview {
    width: 60px;
}

.node-type-media-gallery .media-wrapper .mb-file-actions {
    width:1px;
    padding-left:10px;
    margin-top:-10px;
}

/* Fix text position in table */
.node-type-media-gallery .media-wrapper .media-row span {
    margin-top: -7px;
}

/* Fix select files to Add button */
.node-type-media-gallery .media-wrapper .media-browser-pane #media-browser-file-select {
    left: 40%;
    width: 169px;
    height: 35px;
}

/* Remove text underneath images */
.node-type-media-gallery .gallery-thumb-inner .caption.none p {
    display:none;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 30px;
    left: -33px;
}
.jcarousel-skin-default .jcarousel-next-horizontal {
    top: 30px;
    right: -33px;
}

/* -- 05.01.2018 Hide upload button from webform file upload */
.node-webform .webform-client-form .form-managed-file input[type="submit"] {
    display: none;
}

#webform-component-edit-form fieldset.collapsed {
    height: 30px;
}

#webform-component-edit-form legend, 
#webform-component-edit-form .form-item, 
#webform-component-edit-form .form-actions {
    margin: 5px;
}

#webform-component-edit-form a:hover, 
#webform-component-edit-form a:focus {
    text-decoration: none;
}

.webform-client-form .form-item input[type=radio], 
.webform-client-form .form-item input[type=checkbox] {
    margin: 0;
}

.webform-client-form .form-item input[type=text],
.webform-client-form .form-item input[type=email] {
    display: block;
}
#topRightMenu {
    width: 55px;
    height:40px;
}
.topRight_subMenu ul {
    padding: 0px;
}
.dropdown-menu>li>a,
.dropdown-menu>li>span {
    padding: 3px 15px;
}

.node-type-webform table.webform-grid td, 
.node-type-webform table.webform-grid th {
    display: table-cell;
}

h2.element-invisible {
    display: none;
}

ul.menu li {
    list-style: none;
}