@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 21px;
    font-weight: 400;
    background: url(../css/images/bg.jpg) no-repeat top fixed;

}

img {
    border: 0;
    vertical-align: bottom
}

hr {
    border: none;
    background-color: #DDD;
    color: #DDD;
    height: 1px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    color: #BFAF98;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

a {
    font-weight: normal;
    color: #ff9600;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #BFAF98;
}

table {
    margin: 0;
}

td, th {
    padding: 3px 0;
    color: #666;
    font-size: 14px;
}

.metadata {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    color: #ff9600;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

strong {
}

.wrapp {
    max-width: 1300px;
    margin: 0 auto;
}

#top {
    background: #fff url(../css/images/bg1.jpg) repeat-x bottom;
    box-shadow: 1px 0px 3px #bbb;
}

#logotop {
    margin: 6px 0 0 10px;
    float: left;
}

#nav-top {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-top li {
    margin: 0;
    padding: 0;
    float: left;
}

#nav-top li a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #999;
    padding: 42px 14px 0px 14px;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}

#nav-top li a:hover {
    color: #555;
    background: url(../css/images/menu_dot_ov.jpg) no-repeat 0% 100%;
}

#nav-top li a.nav_sel {
    color: #ff9600;
    background: url(../css/images/menu_dot.jpg) no-repeat 0% 100%;
}

#search-container {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
}

#search-container-in {
    background: #fff;
    box-shadow: 1px 1px 2px #bbb;
    margin-bottom: 12px;
    padding: 5px;
}

#search-input {
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 17px;
}

#search_det_btn {
    border-left: 1px solid #e4e4e4;
    cursor: pointer;
}

#search_btn {
    cursor: pointer;
}

#search-details {
    background: #fff;
    box-shadow: 1px 1px 2px #bbb;
}

#content {
    background: #fff url(../css/images/bg2.jpg) repeat-x top;
    box-shadow: 1px 0px 3px #bbb;
    padding: 20px 0;
    float: left;
    width: 100%;
    height: 100%;
}

.dataTable {
    padding: 3px 0;
    color: #777;
    font-size: 14px;
    line-height: 18px;
    border-spacing: 1px;
    border-collapse: separate;
}

.dataTable th {
    border-bottom: 5px solid #004663;
    padding: 10px 15px;
    color: #00A4E8;
    background: #fff;
}

.dataTable #th-lp-text {
    border-bottom: 5px solid #00A4E8;
    color: #CCC
}

.dataTable #th-left-text {
    color: #004663;
}

.dataTable #th-mid-text {
    border-bottom: 5px solid #00A4E8;
}

.dataTable #th-right-text {
    color: #004663;
}

.dataTable #th-center-text {
    border-bottom: 5px solid #ff9600;
    color: #ff9600;
}

.dataTable td {
    border-bottom: 1px solid #eee;
}

.dataTable td.lp-text {
    color: #aaa
}

.dataTable .odd {
}

.dataTable .even {
    background: #fff url(../css/images/bg1.jpg) repeat-x bottom;
}

.play_pause_btn {
    padding: 10px 0 1px 0;
    cursor: pointer;
}

.dataTable table {
    margin-bottom: 60px;
    border-spacing: 2px;
    border-collapse: separate;
    width: 100%;
}

.dataTable table th {
    border-bottom: 2px solid #ccc;
    padding: 5px 2px;
    color: #666;
    background: #fff;
}

.dataTable table th.seq-text-tab-2 {
    border-bottom: 2px solid #00A4E8;
    color: #00A4E8
}

.dataTable table td {
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #f6f6f6;
}

/*
@media screen and (max-width: 750px) {
	#nav-top{ display:none;}
}
*/

div.floatclear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

#annotations {
    max-height: 300px;
    overflow: auto;
}

.wavesurfer-annotations tr.wavesurfer-active td {
    background-color: yellow;
    white-space: normal !important;
}

table.wavesurfer-annotations td {
    white-space: normal !important;
    overflow: visible !important;
}

.wavesurfer-time {
    width: 100px;
    color: #555;
}

.wavesurfer-text {
    white-space: normal !important;
}

.wavesurfer-handle {
    background-color: #c9e2b3;
}

.dataTable table td {
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #f6f6f6;
}

.success td {
    background-color: #FCBD4C !important;
}

.success td {
    background-color: #FCBD4C !important;
}

.playedRow td {
    background-color: #FCBD4C !important;
}

.word-normal {
}

.word-highlight {
    background-color: red !important;
}

/*Funny Boxes
------------------------------------*/
.funny-boxes {
    background: #f7f7f7;
    padding: 20px 20px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.funny-boxes h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

.funny-boxes p a {
    color: #72c02c;
}

.funny-boxes .funny-boxes-img li {
    font-size: 12px;
    margin-bottom: 2px;
}

.funny-boxes .funny-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

@media (max-width: 992px) {
    .funny-boxes .funny-boxes-img li {
        display: inline-block;
    }
}

.funny-boxes .funny-boxes-img img {
    margin: 5px 10px 15px 0;
}

.funny-boxes ul.funny-boxes-rating li {
    display: inline-block;
}

.funny-boxes ul.funny-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 14px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
    color: #f8be2c;
}

/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
    color: #fff;
}

/*Red Funny Box*/
.funny-boxes-red {
    background: #e74c3c;
}

/*Dark Red Funny Box*/
.funny-boxes-purple {
    background: #9b6bcc;
}

/*Blue Funny Box*/
.funny-boxes-blue {
    background: #3498db;
}

/*Grey Funny Box*/
.funny-boxes-grey {
    background: #95a5a6;
}

/*Turquoise Funny Box*/
.funny-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
    border-top: solid 3px #1abc9c;
}

.funny-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
    border-top: solid 3px #f1c40f;
}

.funny-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Red Top Bordered Funny Box**/
.funny-boxes-top-red {
    border-top: solid 3px #e74c3c;
}

.funny-boxes-top-red:hover {
    border-top-color: #c0392b;
}

/*Purple Top Bordered Funny Box**/
.funny-boxes-top-purple {
    border-top: solid 3px #9b6bcc;
}

.funny-boxes-top-purple:hover {
    border-top-color: #814fb5;
}

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
    border-left: solid 3px #e67e22;
}

.funny-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
    border-left: solid 3px #72c02c;
}

.funny-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Blue Left Bordered Funny Box**/
.funny-boxes-left-blue {
    border-left: solid 3px #3498db;
}

.funny-boxes-left-blue:hover {
    border-left-color: #2980b9;
}

/*Dark Left Bordered Funny Box**/
.funny-boxes-left-dark {
    border-left: solid 3px #555;
}

.funny-boxes-left-dark:hover {
    border-left-color: #333;
}
.input-group-addon{
    padding: 0px!important;
    background-color: #fff!important;
    border-top: 0px!important;
    border-bottom: 0px!important;
}
.form-group {
    margin-bottom: 0px !important;
}
div[data-error] {
    color: red;
}
/* Date */
.bbf-date .bbf-date {
    width: 4em;
}

.bbf-date .bbf-month {
    width: 9em;
}

.bbf-date .bbf-year {
    width: 6em;
}
.lang_box
{
    margin: 5px;
}
.lang_box:hover
{
    border: solid 4px #ff9600;
    border-radius: 4px;
}

.lang_box_selected
{
    margin: 5px;
    border: solid 4px #ff9600;
    border-radius: 4px;
}