﻿/** 
*    course map  
****/


div.coursemap {
    position: relative;
    font-size: 100%;
    margin: auto;
    border: 0px none;
    width:100%;
    left: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    overflow:auto;
}

.ptk-list {
    position:relative;
    float:left;
    width:275px;
}

.ptk-button {
    border: 0px none;
    font-family: EtelkaMediumPro, LatoBold;
    font-size: 95%;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    background-color: #aaa683;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    cursor: hand;
    padding: 10px;
    outline: none;
    transition: 0.4s;
    line-height: 1.5;
    text-align: left;
    outline: none;
}

    .ptk-button.active {
        color: #007c91;
        background-color: #c1bc93;
        outline: none;
        border:none;
    }

.ptk-button:hover {
    color: #007c91;
    background-color: #c1bc93;
}
.ptk-button:focus {
    outline: 0;
}

.lsn-box {
    background-color: #FFFFFF;
    color: #000000;
    overflow: hidden;
    opacity: 0;
    height: 0px;
    outline: none;
}

.lsn-box.show {
    opacity: 1;
    height:100%;
}

.lsn-box-list {
    position: relative;
    float: left;
    display: none;
    margin-left: 20px;
    width: 50%;
    outline: none;
}

.lsn-box-list.show {
    display: block;
}

.lsn-button {
    border: 0px none;
    font-family: EtelkaTextPro, Lato;
    font-size: 90%;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    padding: 5px;
    margin-left: 5px;
    outline: none;
    transition: 0.4s;
    line-height: 1.5;
    text-align: left;
}
    .lsn-button:hover {
        font-weight: bold;
    }

    .lsn-button.active {
        color: #007c91;
    }
    .lsn-button:focus {
        outline: 0;
    }

span .ptk-sisu, a.ptk-sisu {
    font-family: EtelkaTextPro, Lato;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-decoration: none;
    outline: none;
}
.ptk-sisu.labitud{
	color: #7F7F7F;
}
span.ptk-group {
    font-family: Lato;
    font-weight: bold;
    color: #007c91;
    line-height: 2;
}
a.ptk-group{
    font-family: Lato;
    font-weight: bold;
    color: #007c91;
    line-height: 2;
    text-decoration:none;
}

.exam-button {
    border: 0px none;
    font-family: EtelkaMediumPro, Lato;
    font-size: 90%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    width: 50%;
    background-color: #007c91;
    border-right: 1px solid #ffffff;
    cursor: pointer;
    cursor: hand;
    padding: 10px;
    outline: none;
    transition: 0.4s;
    line-height: 1.5;
    outline: none;
}

.exam-button:hover { color: #000; }

.coursemap::-webkit-scrollbar {
    width: .7em;
}

.coursemap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
    border: 1px solid #edece1;
}

.coursemap::-webkit-scrollbar-thumb {
    background-color: #aaa683;
    outline: 1px solid #aaa683;
}

.small-lsn-box-list {
    display: none;
    width: 100%;
    border: none;
    float: left;
    outline: none;
}

.ptk-sisu-button {
    background-color: #ffffff;
    font-family: EtelkaTextPro, Lato;
    font-size: 100%;
    width: 100%;
    border: none;
    cursor: pointer;
    cursor: hand;
    text-align: left;
    padding: 5px;
    margin-left: 5px;
    outline: none;
}

.ptk-sisu-button:hover {
	font-weight: bold;
}
.ptk-sisu-button.labitud{
	color: #7F7F7F;
}

.small-lsn-box-list.show {
    display: block;
}

.bookmark hr {
    color: #aaa683;
    display: block;
    border-style: inset;
    border-width: 1px;
    width: 80%;
}

.bookmarkBox {
    padding:5px;
    font-size: 80%;
    position: inherit;
    margin-top: -55px;
    color: #ffffff;
    background-color: #aaa683;
    height: 45px;
    width: 60px;
    float: right;
    text-align: center;
}
