* {
    margin: 0;
    padding: 0;
}
.is_over td {
    background-color: #ff99ff !important;
    color: #000099 !important;
}

img, a {
    border: none;
}
html{
    margin: 0;
    min-height: 100%;
}
body {
    height: auto !important;
    background-color: #F8F8F8;
    font-family: Cambria, Georgia, serif;
    position: relative;
    min-height: 100vh;
}

body:before{
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent url("/images/adexemplum_szkola_logo.png") space 0 0;
  background-position: center;
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.06;
}

input[type=text],input[type=password] {
    border: solid 1px #000099;
    /*width: 234px;*/
    height: 25px;
}
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-style: inset;
  border-width: 1px;
  /*width: 80%;*/
  border : 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#header {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}
.headerLine{
    width: 70%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  align-items: center;
  /* justify-content: center */
}
.leftLine{
    margin-right: 20px;
    justify-content: flex-end;
}
.rightLine{
    margin-left: 20px;
    justify-content: flex-start;
}

/* #header { */
/*     margin: 22px auto 50px auto; */
/*     width: 990px; */
/*     height: 124px; */
/*     background-image: url('/images/page/top.png'); */
/* } */

#registrationForm {
    -moz-border-radius: 15px;
}

#registrationForm .regInfo {
     background-color: #f2f2f2;
     border: none;
     font-weight: normal;
     margin: 30px 10px 10px 10px;
     border-radius: 5;
     font-size: 16px !important;
}

#registrationForm .formHeaderBox{
    display: flex;
    /* justify-content: center; */
    flex-flow: column;
   /* (czcionka cambria, pogrubione, rozmiar 12, czarne) */
    padding: 10px;
    /* color: white; */
    font-weight: bold;
}

.formHeaderBox div {
    text-align: center;
}

.formHeader {
    font-size: 1.5em;
}
.formSubHeader {
    font-size: 1.2em;
}

#registrationForm .facture, #registrationForm .post {
    display: none;
}

#registrationForm {
    margin: 0 auto;
    /*width: 597px;*/
    background-color: rgba(255, 0, 0, 0.54);
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 3px solid #DF1E26;
}

#registrationForm table {
    margin: 0 0 20px 0 ;
}

#registrationForm form {
    padding: 0px 50px 50px 50px;
    display: block;
}

#registrationForm form label {
    /* color: #fff; */
    /*text-align: right;*/
    /*font-size: 16px;*/
    font-weight: normal;
    margin: 7px 0 0 0;
    display: block;
}

#registrationForm th {
    text-align: right;
    /* width: 120px; */
    padding: 0 30px 0 0;
    vertical-align: top;
}

#registrationForm tr {
    height: 35px;
}

#registrationForm td {
    vertical-align: top;
    font-size: 14px;
    /* color: #fff; */
    text-align: justify;
  text-justify: inter-word;
}

#registrationForm p a {
    /* color: #fff; */
}

/*#sf_guard_user_profile_first_name ,
#sf_guard_user_profile_last_name,
#sf_guard_user_profile_address,
#sf_guard_user_profile_city,
#sf_guard_user_profile_post_surname,
#sf_guard_user_profile_post_street,
#sf_guard_user_profile_post_city,
#sf_guard_user_profile_facture_street,
#sf_guard_user_profile_facture_city,
#sf_guard_user_profile_facture_zipcode {
    width: 250px !important;
}*/

#registrationForm input {
    /*height: 25px;*/

    /*-moz-box-shadow: inset 0 0 5px #888;*/
    /*-webkit-box-shadow: inset 0 0 5px#888;*/
    /*box-shadow: inner 0 0 5px #888;*/

}
#registrationForm input[type="text"] {
    height: 38px;
    /*width: 445px !important;*/
}
#registrationForm input[type="password"] {
    /*width: 445px !important;*/
    height: 38px;
}

#registrationForm textarea {
    margin: 0 0 10px 0;
    border: solid 1px #000099;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    box-shadow: inner 0 0 5px #888;
    /* width: 300px; */
}

#registrationForm .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#registrationForm .reg1 td,#registrationForm .reg1 th  {
    padding: 30px 0 20px 0;
}

#registrationForm .reg2 td,#registrationForm .reg2 th  {
    padding: 0 0 20px 0;
}

#registrationForm #sf_guard_user_profile_facture {
    margin: 0 !important
}

#registrationForm #sf_guard_user_profile_password+label {
    /* margin: 0 !important; */
    font-size: 12px;
    align-content: right;
}
#passwordRequirements {
    list-style-type: circle;
    list-style-position: inside;
    width: 25em;
}

#registrationForm .reg3 td {
    padding: 30px 0 20px 0;
}

#registrationForm  .reg2 input, .reg1 input {
    margin: 0 20px 0  0;
    border: solid 1px #000099;
}

#registrationForm #recaptcha_table {
    background-color: #fff;
    margin: 20px auto !important;
}

#registrationForm .submit {
    width: 132px;
    height: 43px;
    border: none;
    margin: 30px 0 0 180px;
}

#registrationForm p {
    font-size: 12px;
    /* color: #fff; */
    text-align: center;
}

#registrationForm  input.error {
    background-image: url('/images/page/error_input.png')
}

#registrationForm label.error {
    color: red;
    margin: 0 0 10px 0;
    float: left;
    font-weight: bold;
}

p.registrationTitle {
    color: #4B4B4B;
    text-align: center;
    margin: 10px 0 30px 0;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    font-family: Gorgia;
}

p.error {
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    color: red !important;
    border-radius: 5px 5px 5px 5px ;
    border: solid 1px red;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
}

p.info {
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    color: #000099 !important;
    border-radius: 5px 5px 5px 5px ;
    border: solid 1px #000099;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
}

p.success a {
    color: #000099 !important;
}

p.success {
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    color: #5DC172 !important;
    border-radius: 5px 5px 5px 5px ;
    border: solid 1px #D8F3DE;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
}

p.noresult {
    padding: 15px 0 15px 20px;
    font-size: 14px;
    color: #979797;
    font-style: italic;
}

.leftAlign {
    text-align: left !important;
}

.sigin {
    margin: 0 0 0 0 !important;
}

.centerAlign {
    text-align: center !important;
}

.rightAlign {
    text-align: right !important;
}

.clearfix {
    clear: both;
}

.error_list li {
    list-style: none;
    color: red;
}

#main {
    width: 990px;
    margin: 0 auto;
}

#main .leftAuth {
    float: left;
    width: 374px;
    height: 300px;
    background-color: #EEEEEE;
    margin: 40px 30px 0 0 ;
    color: #979797;
    text-align: center;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#main .leftAuth p {
    display: block;
    margin: 110px 0 15px 0;
}

#main .rightAuth {
    /* float: left; */
    /* width: 374px; */
    width: 40%;
    padding: 20px;
    #height: 300px;
    background-color: #EEEEEE;
    /* margin: 40px 0 0 30px; */
    color: #979797;
    text-align: center;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#main .rightAuth h3 {
    color: #000099;
    font-family: Gorgia;
    font-style: italic;
    text-align: center;
    margin: 32px 0 0 0;
    font-size: 16px;
}

#main #auth {
    /* width: 810px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#main #auth .middleLine {
    float: left;
    height: 400px;
    width: 1px;
    background-color: #EEEEEE;
}

#main #auth table {
    margin: 20px auto 25px auto;
    width: 280px;
}

#main #auth table tr {
    height: 30px;
}

#main #auth table th {
    font-weight: normal;
    font-size: 14px;
    vertical-align: top;
    padding: 5px 0 0 0;
}

#main #auth table td input[type=checkbox] {
    float: left;
    margin: 0 10px 0 0 ;
}

#main #auth table td {
    text-align: left;
    font-size: 13px;
    vertical-align: top;
}

#main #auth label {
    margin: 10px 10px 0 0;
}

#main #auth table a {
    color: #979797;
    font-style: italic;
    font-size: 12px;
    text-decoration: none;
}

#main #remember {
    float: left;
    width: 374px;
    background-color: #EEEEEE;
    padding: 40px 40px 40px 40px;
    color: #979797;
    text-align: left;
    margin: 0 0 0 260px;
}

#main #remember a {
    color: #979797;
    text-decoration: none;
    margin-left: 115px;
}

#main #remember a:hover {
    text-decoration: underline;
}

#main #remember p {
    font-weight: normal;
    font-size: 14px;
}

#main #remember h3 {
    color: #000099;
    font-family: Gorgia;
    font-style: italic;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 16px;
}

#main #remember table {
    margin: 10px 0 20px 0;
}

#main #remember table input {
    margin: 10px 0 0 20px;
}

#main #remember label {
    padding: 8px 0 0 0;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

#main .confirm img {
    margin: 20px 0 0 0;
}

#main .confirm {
    text-align: center !important;
}

#main .confirm p {
    margin: 20px 0 10px 0;
    line-height: 25px;
}

#header #userInfo {
    float: right;
    width: auto;
    min-width: 300px;
    /* margin: 30px 0 0 0; */
    color: #979797;
    line-height: 33px;
    font-size: 13px;
}

#header #userInfo .left {
    width: 59%;
    text-align: right;
    float: left;

}

#header #userInfo .right {
    width: 39%;
    text-align: left;
    float: right;
}

#header #userInfo .username {
    color: #000;
}

#header #userInfo .right a {
    margin: 0 0 0 10px;
    padding: 0 0 0 15px;
    border-left: solid 1px #C9C9C9;
    color: #4B4B4B;
    text-decoration: none;
    font-size: 13px;
}

#header #userInfo .right a.signout {
    font-family: Georgia;
    font-style: italic;
    text-decoration: none;
    color: #000099;

}

#header #userInfo .right a:hover {
    text-decoration: underline;
}

#header #userInfo .left a.message {
    color: #4B4B4B;
    font-size: 13px;
    #margin: 0 0 0 10px;
    #padding: 0 0 0 15px;
    text-decoration: none;
}

#header #userInfo .left a:hover {
    text-decoration: underline;
}

#main .left {
    width: 300px;
    min-height: 400px;
    padding: 0 35px 0 0;
    border-right: dotted 1px #C9C9C9;
    float: left;
}

#main .left .head {
    width: 300px;
    height: 23px;
    background-image: url('/images/page/belka1.png');
    text-align: center;
    padding: 10px 0 10px 0;
    color: #fff;
    /* font-style: italic; */
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-decoration: none;
}

#main .left .head2 {
    width: 300px;
    height: 23px;
    background-image: url('/images/page/belka1.png');
    text-align: center;
    padding: 10px 0 10px 0;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

#main .left ul {
    margin: 15px 0 25px 0;
}

#main .left ul li {
    list-style: none;
    color: #979797;
    line-height: 20px;
    border-bottom: dotted 1px #C9C9C9;
    font-size: 12px;
    padding: 4px 0 4px 10px;
}

.odd {
    background-color: #EAEAEA;
}

#main .left ul li a {
    text-decoration: none;
    color: #4B4B4B;
    font-size: 12px;
}

#main .left ul li a span {
    font-weight: bold;
    font-size: 13px;
}

#main .left ul li a:hover {
    text-decoration: underline;
}

#main .right {
    width: 625px;
    float: right;
    padding: 0 0 0 0;
}

#main .right h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px 0;
    color: #000099;
}

#main .right .description {
    margin: 0 0 0 40px;
    color: #4B4B4B;
    line-height: 20px;
    font-size: 14px;
}

#main .right p.price {
    color: #000099;
    margin: 40px 0 20px 0;
}

#main table.courseGroup {
    margin: 30px 0 30px 17px;
    border-collapse: collapse;
    width: 100%;
    color: #000099;
    font-size: 14px;
}

#main table.courseGroup a {
    color: #000099;
    text-decoration: none;
}

#main table.courseGroup tr td {
    border-bottom: dotted 1px #979797;
    padding: 5px;
}

#main table.courseGroup tr th.icon {
    width: 10px;
}

#main .right .regulation {
    line-height: 25px;
    color: #000099;
}

#main .right h2 {
    /* font-style: italic; */
    padding: 30px 0 0 30px;
    color: #4B4B4B;
    font-size: 20px;
    font-weight: bold;
}

#main .right .message {
    clear: both;
    color: #4B4B4B;
    border-bottom: dotted 1px #C9C9C9;
    margin: 0 0 20px 0;
}

#main .right .message .date {
    float: left;
    width: 120px;
    color: #000099;
    font-size: 14px;
    padding: 2px 0 0 0;
}

#main .right .message .date img {
    margin: 0 15px 0 0;
    float: left;
}

#main .right .message .content {
    float: right;
    width: 490px;
    font-size: 14px;
}

#main .right .message .content2 {
    font-size: 14px;
}

#main .right .message .content h3 {
    color: #000099;
    margin: 0 0 20px 0;
    font-size: 16px;
}

#main .right .message .content .options {
    margin: 20px 0 20px 0;
}

#main .right .message .content .options a {
    color: #000099;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#main .right .message .content .options .archive {
    border-left: solid 1px #C9C9C9;
    margin: 0 0 0 10px;
    padding: 0 0 0 12px;
}


#main #auth .rightAuth .gotoplatform {
    margin: 20px;
}

#main #auth .rightAuth a.gotoplatform {
    color: #000099;
    text-decoration: none;
}

.description .title {
    margin-left: 0 !important;
    padding-left: 0 !important;
    /* color: #000099 !important; */
    color: #4B4B4B !important;
}

.basket {
    color: #A1A1A1;
}

#proformo {
    border-collapse: collapse;
    font-size: 12px;
}

#proformo td {
    border: solid 1px #C9C9C9;
    width: 100%;
    padding: 5px 10px 5px 10px;

}

#main .right h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px 0;
    color: #000099;
}

#main .right .answer {
    font-size: 14px;
    margin: 30px 0 0  0;
    color: #000099;
    font-weight: bold;
}

#aceptReg table td {
    border: none !important;
    background: none !important;
    font-size: 14px !important;
}

#aceptReg label.error {
    clear: both;
    color: red;
}

#aceptReg table td {
    vertical-align: top;
}

#aceptReg input[type=checkbox] {
    margin: 0 10px 0 0;
}

#main .right  .answer .yes, #main .right .answer .no {
    float: left;

    display: block;
    width: 71px;
    height: 37px;
    background-image: url('/images/page/tak.png');
}

#main .right  .answer .yes {
    margin-left: 200px;
}

#main .right .answer .no {
    float: left;
    background-image: url('/images/page/nie.png');
}

#main .right .description h3 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-size: 14px;
}

#main .right .description p {
    margin: 0 0 5px 0;


}

#main .right .description {
    margin-bottom: 30px;
}

#main .right .description .price {
    margin: 20px 0 0 0;
}

#main .right .description table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

#main .right .description table th {
    background-color: #000099;
    color: #fff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #B2CBFF;
    vertical-align: top;
}

#main .right .description table td {
    background-color: #ccf;
    color: #000000;
    font-size: 11px;
    padding: 2px 5px 2px 5px;
    text-align: left;
    border: solid 1px #000099;
    vertical-align: top;
}

#main .right .course {
    color: #979797;
    font-size: 14px;
    text-decoration: none;
}

#main .right .course:hover {
    text-decoration: underline;
}

#profile {
    width: 100%;
    font-size: 14px;
    color: #4B4B4B;
    border-collapse: collapse;
}

#profile th {
    width: 50%;
    text-align: left;
    border: solid 1px #C9C9C9;
    padding: 5px 10px 5px 10px;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
}

#profile td {
    padding: 5px 10px 5px 10px;
    border: solid 1px #C9C9C9;
    font-size: 12px;
    font-weight: bold;
}

#profile .head3 {
    text-align: center;
    font-weight: bold;
    background-color: #C9C9C9;
}

.profile p {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-style: italic;
    color: #4B4B4B;
}

.profile .changePassword {
    float: right;
    margin: 0 0 10px 0;
    color: #4B4B4B;
    font-style: normal;
    text-decoration: none;
}

.profile .changePassword:hover {
    text-decoration: underline;
}

.profile .return {
    float: left;
    margin: 0 0 10px 0;
    color: #4B4B4B;
    font-style: normal;
    text-decoration: none;
}

.profile .return:hover {
    text-decoration: underline;
}

.profile .return img {
    float: left;
    margin: -3px 5px 0 0;
}

#profile td input[type=password] {
    height: 15px;
    font-size: 12px;
}

#profile td .submitChangePassword {
    font-size: 10px;
}

#schedule table {
    width: 605px;
    border-collapse: collapse;
    font-size: 12px;
    margin: 0 0 0 0;
}

#schedule .head4 {
    background-image: url('/images/page/belka2.png');
    height: 32px;
    color: #fff;
    font-weight: bold;

}

#schedule table td {
    padding: 10px 0 0 20px;
    color: #000099;
    vertical-align: top;
}

#schedule .head4 td {
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

#schedule span.type {
    color: #979797;
    font-style: italic;
    font-weight: normal;
}

#schedule td.title {
    color: #000099;
    font-weight: bold;
}

#schedule .option td {
    padding: 30px 0 10px  20px;
    border-bottom: dotted 1px #979797;
}

#schedule .place {
    width: 125px;
}

#schedule  td a {
    color: #000099;
    text-decoration: none;
    margin: 0 20px 0 0;
    float: left;
}

#schedule td a img {
    float: left;
    margin: 0  5px 0 0;
}

#schedule h2.titleCourse {
    padding: 0 0 0 20px;
    margin: 20px 0 20px 0;
    font-style: normal;
    font-size: 16px;
    color: #000099;
    font-family: Arial;
}

#schedule .titleSubsection {
    padding: 0 0 0 20px;
    margin: 20px 0 5px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #000099;
    font-family: Arial;
}

#schedule .hourCol {
    width: 60px;
}

#schedule h3 {
    background-image: url('/images/page/belka2.png');
    height: 24px;
    color: #fff !important;
    font-weight: bold;
    width: 585px;
    padding: 8px 0 0 20px;
    font-size: 12px !important;

}

#schedule .odd td {
    background-color: #EAEAEA;
}

#schedule .new-day td {
    border-top: 2px solid #979797;
}

#schedule .dateCol {
    width: 70px;
}

#schedule .file td {
    padding: 10px 0 10px  20px;
    border-bottom: dotted 1px #979797;
}

#schedule .file td a {
    float: right;
}

#schedule div.sendHomework {
    margin: 10px 10px 0 0;
    border: dotted 1px #979797;
    padding: 10px;
    display: none;
}

#schedule div.sendHomework .subject {
}



#schedule  h4 {
    border-bottom: dotted 1px #979797;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

#schedule  h4 img {
    float: left;
    margin: 0 10px 0 0;
}

#schedule div.sendHomework .option {
    width: 240px !important;
}

#schedule div.sendHomework table td {
    border: none;
    margin: 0;
    padding: 0;
}

#schedule div.sendHomework .submit {
    margin: 5px 0 0 0;
    padding: 0 5px 0 5px;
    font-size: 13px;
}

#schedule #user_casus_casus {
    font-size: 13px;

}

#schedule div.addOpinion {
    margin: 10px 10px 5px 0;
    border: dotted 1px #979797;
    padding: 10px;
    display: none;
}

#schedule div.addOpinion textarea {
    width: 94%;
    height: 100px;
    margin: 5px 0 0 0;
    padding: 10px;
    font-size: 12px;
    font-family: Arial;
    color: #979797;
    border: solid 1px #C9C9C9;
}

#schedule div.addOpinion button, #schedule div.addOpinion input[type=submit] {
    padding: 0 8px 0 8px;
    font-size: 12px;
    margin: 10px 0 0 5px;
    float: right;
    border: solid 1px #000099;
    background-color: #000099;
    color: #fff;
}

.swfupload-queue h3 {
    width: auto !important;
    background: none !important;
}

#schedule .star {
    list-style: none;
    width: auto;
    float: left;
    display: block;
}


#schedule .star-rating-control div {
    float: left;
    width: 20px;
    margin: -3px 0px 5px 0px;
}

#schedule span.rating {
    float: left;
    margin-right: 5px;
}

#schedule .star label {
    display: none;
}

#schedule .success {
    margin: 0 0 0 0 !important;
}

#schedule #instructorSchedule td {
    padding: 8px;
}

#schedule .courseInfo {
    color: #000099;
    font-weight: normal;
    font-style: italic;
}

#schedule .rowTableIns td {
    padding: 30px 0 10px  20px;
    border-bottom: dotted 1px #979797;
    color: #000099 !important;
}

#schedule .rowTableIns td textarea {
    width: 94%;
    height: 100px;
    margin: 5px 0 0 0;
    padding: 10px;
    font-size: 12px;
    font-family: Arial;
    color: #979797;
    border: solid 1px #C9C9C9;
}

#schedule .rowTableIns td input[type=file] {
    margin: 5px 0 10px 0;
}

#schedule  td.group {
    width: 70px;
}

#schedule .info {
    width: 330px;
}

#schedule .rowTableIns button, #schedule .rowTableIns input[type=submit] {
    padding: 0 8px 0 8px;
    font-size: 12px;
    margin: 10px 0 0 5px;
    float: right;
    border: solid 1px #000099;
    background-color: #000099;
    color: #fff;
}

.saveButtom {
    text-align: center;
    margin: 50px 0 0 0;
}
#regulamin ol {
    margin: 0 0 30px 20px;
    display: block;
}

#regulamin ol li ol {
    margin-bottom: 0;
}

#regulamin ol li ol li {
    list-style: lower-alpha;
}

span.red {
    color: red;
}

.title p {
    margin-bottom: 5px;
}



.is_over td a {
    color: #000099 !important;
}

.titleCourse a {
   color: #000099;
   text-decoration: none;
   font-size: 13px;
}

.titleCourse a:hover {
    text-decoration: underline;
}

.loading {
    float: left;
}

#schedule #group {
    float: left;
}

#footer {
    width: 960px;
    margin: 30px auto 0 auto;
    padding: 5px 0 5px 0;
    font-size: 12px;
    color: #A1A1A1;
    border-top: dotted 1px #C9C9C9;
}

#instructorSchedule .homeworkRow {
    background-color: #ffff99;
    color: #000099 !important;

}

#instructorSchedule .odd td {
    background-color: #ccff99 ;
    color: #000099 !important;
}

#instructorSchedule .download {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background-color: #548dd4;
    border: solid 1px #000;
    margin: 0 5px 0 0;
}

#instructorSchedule .download2 {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background-color: #92d050 !important;
    border: solid 1px #000;
    margin: 0 5px 0 0;
}

#instructorSchedule .send {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background-color: #ff0066;
    border: solid 1px #000;
    margin: 0 5px 0 0;
}

#instructorSchedule .cancel {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background-color: #FF9263;
    border: solid 1px #000;
    margin: 0 5px 0 0;
}

#navv a, #navv span {
    text-decoration: none;
    display: block;
    padding: 3px;
    float: left;
    width: auto;
}

#navv a {
    font-weight: bold;
}

#navv span {
    font-size: 16px;
}

.nomarginbottom {
}

.mode-admin {
    text-align: center;
    opacity: 0.9;
    color: red;
    font-weight: bold;
    width: 100%;
}

.pager_list {
    float: right;
    margin: 0 20px 0 0;

}


#schedule table {
    border-collapse: collapse;
}

#schedule .head5 {
    background-image: url("/images/page/belka4.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    height: 44px !important;
}

#schedule .head5 td {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 0 0 20px;
    vertical-align: middle;
    height: 28px !important;
}

#main .left .head2 {
    background-image: url("/images/page/belka1b2.png");
    color: #FFFFFF;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    height: 23px;
    padding: 10px 0;
    text-align: center;
    width: 300px;
}

#files_extra {
    position: relative;
}

.course_available {
    display: none;

}

.course_available_ire {
    display: none;

}

.course_available_main {
    display: none;

}
.course_available_repeat {
    display: none;

}
.course_available_conf {
    display: none;

}
.course_available_resume {
    display: none;

}
.course_available_additional {
    display: none;

}
.course_available_online {
    display: none;

}
.course_available_rodo {
    display: none;

}
.display {
    display: block !important;
     margin: 0 0 0 0 !important;
}

.av_course {
    cursor: pointer;
}

.av_course_a {
    margin: 0 0 20px 0 !important;
}

.course_arrow {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.alert {
    text-align: center;
    background-color: #10355B;
    color: white;
    padding: 20px;
    opacity: 0.8;
}

.head6 {
    margin: 0 !important;
}

.legend {
    margin: 10px 0 10px 0;
}

.play {
    font-size: 20px;
    margin-top: -4px;
    display: block;
    float: right;
    height: 20px;
    width: 20px;
}

.ret_movie {
    margin: 20px 0 0 0;
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #10355B;
    font-weight: bold;

}

.available {
    width: 90px;
}

.ret_movie:hover {
    text-decoration: underline;
}

.date_movie {
    float: right;
    display: block;
}

.movie_1 td {
    background-color: #D8F2B0;
    padding: 10px 10px 10px 20px !important;
    margin: 0 !important;
    border-bottom: 1px dotted #979797;
}

.movie_legend_1 {
    background-color: #D8F2B0;
    display: block;
    width: 35px;
    height: 15px;
    float: left;
    margin: 0 10px 0 0;
}

.movie_2 td {
    background-color: #F7EF80;
    padding: 10px 10px 10px 20px !important;
    margin: 0 !important;
    border-bottom: 1px dotted #979797;
}

.movie_legend_2 {
    background-color: #F7EF80;
    display: block;
    width: 35px;
    height: 15px;
    float: left;
    margin: 0 10px 0 0;
}

.movie_3 td {
    background-color: #E3CEEA;
    padding: 10px 10px 10px 20px !important;
    margin: 0 !important;
    border-bottom: 1px dotted #979797;
}

.movie_legend_3 {
    background-color: #E3CEEA;
    display: block;
    width: 35px;
    height: 15px;
    float: left;
    margin: 0 10px 0 0;
}

.movie_4 td {
    background-color: #9AA2EA;
    padding: 10px 10px 10px 20px !important;
    margin: 0 !important;
    border-bottom: 1px dotted #979797;
}

.movie_legend_4 {
    background-color: #9AA2EA;
    display: block;
    width: 35px;
    height: 15px;
    float: left;
    margin: 0 10px 0 0;
}

#user option {
    padding: 0px 0px 0px 20px;
}

#user option.status1 {
    background-color: #E3CEEA;
}

#user option.status2 {
    background-color: #D8F2B0;
}

.adex-side-menu {
    background: #DF1E26;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    #box-shadow: 3px 3px 10px #DF1E26;
    margin-bottom: 15px;

}
.registrationFormHeader {
    /* color: white; */
}
.registrationSubmitButton {
    border-radius: 5px;
    padding: 18px;
    font-weight: bold;
    font-size: 26px;
    color: white;
    background-color: #DF1E26;
    box-shadow:  2px 2px 5px white !important;
    width: 250px;
    height: auto !important;
    border: none !important;
    /* margin: 30px 0 0 180px; */
    /*margin: 0 0 0 120px;*/
    font-family: Cambria, Arial, Gorgia;
}
.mainMenuItemRevers{
    background: #ffffff;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    color: #DF1E26;
    font-weight: bold;
    border-radius: 3px;
    /* box-shadow: 3px 3px 10px #DF1E26; */
    margin-bottom: 15px;
    border: 2px solid #DF1E26;
    margin-top: 15px;
}
.mainMenuItemAvers{
    background: #DF1E26;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    /*box-shadow: 3px 3px 10px #DF1E26;*/
    margin-bottom: 15px;
    margin-top: 15px;
}
.stickyMenu {
    position: fixed;
    /* top: 0; */
    width: 300px;
    /* width: 100%; */
  }

li a {
    color: #424242 !important;
}
