/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.02.2016, 15:28:48
    Author     : alexander
*/

table.niceCalendarTb {
    width: 100%;
    border-collapse: collapse;
    background-color:#f7f7f7;
    font-size:16px;
}

table.niceCalendarTb, table.niceCalendarTb t,table.niceCalendarTb th,table.niceCalendarTb td table.niceCalendarTb div,table.niceCalendarTb span{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
}
table.niceCalendarTb tr,table.niceCalendarTb th, table.niceCalendarTb td{
    background-color:#f7f7f7;
    text-align:center;
    vertical-align: middle;
    color:black;
}

table.niceCalendarTb tr.topSeparator{
    display:none;        
}

table.niceCalendarTb tr.topSeparator td{
    padding-top:0px;
    padding-bottom:5px;
}
table.niceCalendarTb tbody td{
    padding:0px;
}
table.niceCalendarTb tbody td div{
    padding-top:6px;
    padding-bottom: 6px;
}

table.niceCalendarTb thead tr,table.niceCalendarTb thead td,table.niceCalendarTb thead th,
table.niceCalendarTb thead th.dowCol{
    color:#00acc8;
    background-color:white;
    padding-top:12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}


table.niceCalendarTb th.dowCol,table.niceCalendarTb td.dowCol {
    background-color:#e6e6e6;    
}
table.niceCalendarTb .holy th,table.niceCalendarTb .holy td,table.niceCalendarTb .holy td div {
    color:#00acc8;
}

table.niceCalendarTb td,table.niceCalendarTb th{
    -a-border:1px solid silver;
    border:none;
}

table.niceCalendarTb td,table.niceCalendarTb th{
    padding-left:0px;
    padding-right:0px;    
}

table.niceCalendarTb td.dowCol,table.niceCalendarTb th.dowCol{
    width:3.801840%;
    max-width:3.801840%;    
}
table.niceCalendarTb td.niceCalendarSeparator,table.niceCalendarTb th.niceCalendarSeparator{
    width:0.86383%;
    /* 3.649380%; */
    max-width:0.86383%;
    /* 3.649380%; */
}

table.niceCalendarTb td.niceCalendarSeparator.niceCalendarColumn-0,table.niceCalendarTb th.niceCalendarSeparator.niceCalendarColumn-0,
table.niceCalendarTb td.niceCalendarSeparator.last,table.niceCalendarTb th.niceCalendarSeparator.last{
    width:2.580%;
    max-width:2.580%;
}

table.niceCalendarTb td.niceCalendarCell,table.niceCalendarTb th.niceCalendarCell{
    width:2.78555%;
    max-width:2.78555%;
}
table.niceCalendarTb .niceCalendarColumn-5{
    display:none;
}


th.dowCol span {
    display: inline-block;
    width: 18px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    min-height: 24px;
    background-image: url(/front/sprite/seminars/calendarBtn.png);
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.6;
}

th.dowCol {
    padding-top: 0px;
    padding-bottom: 0px;
}

th.dowCol span:hover {
    opacity: 1.0;
}

th.dowCol.dowColLeft span {
    background-position: 4px 0px;
}
th.dowCol.dowColRight span {
    background-position: -20px 0;
}

th.dowCol.dowColRight span {
    background-position: -20px 0;
}

.niceCalendarHilight {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    transition: all 0.4s;
    cursor:pointer;
}
.niceCalendarHilight:hover{
    border-radius: 4px;
    background-color:#E8E8E8;
}
.niceCalendarHilight.empty,.niceCalendarHilight.empty:hover{
    cursor:default;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    transition: all 0.4s;
}

.hilight .niceCalendarHilight,.holy .hilight .niceCalendarHilight,
.hilight .niceCalendarHilight:hover,.holy .hilight .niceCalendarHilight:hover{
    border-radius: 4px;
    color:white;
    background-color:orange;

}

.seminarListItemOne {
    margin-top: 25px;
    margin-bottom: 50px;
}

span.seminar-date {
    display: inline-block;
    margin-right: 20px;
    color: black;
}

.Seminar-list-wrap {
    position: relative;
}

.Seminar-loader {
    position: absolute;
    background-color: rgba(255,255,255,0.75);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

.WinfoSeminar {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00acc8;
    font-size: 16px;
    color: black;
}

span.WinfoSeminarV1 {
    color: #00acc8;
    font-weight: bold;
    margin-right: 20px;
}

span.WinfoSeminarv2 {
    margin-left: 20px;
}

span.WinfoSeminarv2 a,span.WinfoSeminarv2 a:link,span.WinfoSeminarv2 a:hover,span.WinfoSeminarv2 a:active,span.WinfoSeminarv2 a:visited {
    color: #00acc8;
    text-transform: lowercase;
}

.WinfoSeminarError {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #00acc8;
    background-color: #D9F3F7;
}

table.niceCalendarTb thead tr th {
    border-top: 1px solid #00acc8;
    border-bottom: 1px solid #00acc8;
}

.seminar-intro-page {
    overflow: hidden;
    margin-bottom: 27px;
}

.calendar-header {
    color: white;
    background-color: #00acc8;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.InfoPageContent {
    overflow: hidden;
}

.InfoPageContentImage {
    float: left;
    max-width: 10%;  
    margin-right: 4%;
}

.InfoPageContentImage img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.InfoPageContent {
    font-size: 14px;
}

.InfoPageContent h2 {
    font-size: 24px;
    font-weight: normal;
    color: black;
    margin-bottom: 23px;
}

p.InfopageInfoLinkText {
    margin-top: 15px;
    font-size: 18px;
}

p.InfopageInfoLinkText a,p.InfopageInfoLinkText a:link,p.InfopageInfoLinkText a:visited,p.InfopageInfoLinkText a:hover,p.InfopageInfoLinkText a:active {
    color: #00acc8;
}

@media screen AND (max-width:1350px){
    /* освобождается 1 сепаратор и пять ячеек*/
    table.niceCalendarTb td.dowCol,table.niceCalendarTb th.dowCol{
        width:3.801840%;
        max-width:3.801840%;  
        /*не меняем - выглядит прилично*/
    }
    table.niceCalendarTb td.niceCalendarSeparator,table.niceCalendarTb th.niceCalendarSeparator{
        width:1.64084%;
        max-width:1.64084%;
        -x-old-width:4.86584%;
        -x-old-max-width:4.86584%;
        -x-old-width:3.649380%;
        -x-old-max-width:3.649380%;
        /* освободился один сепаратор - 3.649380%*/
        /* делим на оставшиеся сеператоры (3)*/
    }

    table.niceCalendarTb td.niceCalendarSeparator.niceCalendarColumn-0,table.niceCalendarTb th.niceCalendarSeparator.niceCalendarColumn-0,
    table.niceCalendarTb td.niceCalendarSeparator.last,table.niceCalendarTb th.niceCalendarSeparator.last{
        width:2.580%;
        max-width:2.580%;
        
    }

    table.niceCalendarTb td.niceCalendarCell,table.niceCalendarTb th.niceCalendarCell{
        -x-old-width:2.78555%;
        -x-old-max-width:2.78555%;
        width:3.225%;
        max-width:3.225%;
        /* осободилось пять ячеек - 5x2.580 = 12.9%*/
        /* делим на оставшиеся 20 */
    }
    table.niceCalendarTb .niceCalendarColumn-4{
        display:none;
    }
}

@media screen AND (max-width:1100px){
    /* освобождается 2 сепаратоa и 10 ячеек*/
    table.niceCalendarTb td.dowCol,table.niceCalendarTb th.dowCol{
        width:4%;
        max-width:4%;  
        -x-old-value:3.801840%;
        /*Дотянем до 4 процентов за счет сепараторов*/
    }
    table.niceCalendarTb td.niceCalendarSeparator,table.niceCalendarTb th.niceCalendarSeparator{
        -xx-old-width:4.86584%;
        -xx-old-max-width:4.86584%;        
        width:3.77356%;
        max-width:3.77356%;
        -xxx-old-width:8.41614%;
        -xxx-old-max-width:8.41614%;
        -x-old-width:3.649380%;
        -x-old-max-width:3.649380%;
        /* освободилс 2 сепаратор - 7.29876%*/
        /*вычитаем 0,19816х2 - уширение дов = 7,1006 */
        /* 3,5503 */
        
        /* делим на оставшиеся сеператоры (2)*/
    }

    table.niceCalendarTb td.niceCalendarSeparator.niceCalendarColumn-0,table.niceCalendarTb th.niceCalendarSeparator.niceCalendarColumn-0,
    table.niceCalendarTb td.niceCalendarSeparator.last,table.niceCalendarTb th.niceCalendarSeparator.last{
        width:2.580%;
        max-width:2.580%;
        
    }

    table.niceCalendarTb td.niceCalendarCell,table.niceCalendarTb th.niceCalendarCell{
        -x-old-width:2.78555%;
        -x-old-max-width:2.78555%;
        width:4.64258%;
        max-width:4.64258%;
        /* осободилось 10 ячеек - 5x2.580 = 12.9%*/
        /* делим на оставшиеся 20 */
    }
    table.niceCalendarTb .niceCalendarColumn-4{
        display:none;
    }
    table.niceCalendarTb .niceCalendarColumn-3{
        display:none;
    }
}