.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.header {
    background: url(../images/bg-header.jpg) repeat-x left top;
}

.topLinks {
    padding-bottom: 15px;
}

.page-template-page-home-php .header > div {
    padding-bottom: 460px;
}

#call_us {
    border: 1px solid green;
    font-weight: bold;
}

#call_us, #call_us span {
    background: #FFF;
    color: #F00;
    border-radius: 4px;
    text-shadow: none;
}

#member_login {
    color: #FFF;
    font-weight: bold;
    background: #88bc3e;
}

#member_login, #member_login span {
    background: #88bc3e;
    border-radius: 4px;
    text-shadow: none;
}

.center {
    width: 90%;
}

#bottom_nav {
    margin-top: 3px;
}

.proms {
    margin-top: -475px;
}

.proms > div {
    float: none;
    width: auto;
    max-width: 100%;
}

.proms .half, .features3 .half {
    width: 49%;
    margin-right: 1%;
}

.proms .half .right {
    margin-right: 0px;
}

.intro h1, .intro h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0px 1px #EEE;
}

.intro h1 {
    margin-bottom: 10px;
}

.intro h2 {
    margin-bottom: 10px;
    line-height: normal;
    font-size: large;
}

#started_image {
    text-align: center;
    margin-top: 20px;
}

#started_image img {
    height: 240px;
}

.tweets {
    margin-top: -70px;
}

.features3 {
    font-family: 'Verdana';
    font-size: 82%;
}

.features3 ul {
    width: 100%;
}

.features3 ul li {
    width: 33%;
}

.features3 li + li {
    margin-left: 0px;
}

.features3 li .content {
    padding: 0px 60px;
    font-size: 12px;
    line-height: 1.5em;
}

.col_4 {
    float: left;
    width: 33.33%;
}

.col_4 img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
}

.box {
    margin: 20px;
    border-radius: 10px;
    border: 1px solid #CCC;
    overflow: hidden;
    font-family: 'MuseoSlab500Regular';
}

.box h3 {
    padding: 15px;
    text-align: center;
    color: #444;
}

.box p {
    padding: 15px;
    padding-top: 0px;
    text-align: left;
    color: #666;
}

.footer .links div div {
    width: 25%;
    padding: 0px;
}

.page-title > div {
    float: left;
    width: 96.6%;
    max-width: 100%;
}

.page-title > div > span {
    float: left;
    margin-top: 13px;
}

.page-title > div > a#print_button {
    float: right;
}

.signupform th, .signupform td {
    padding: 10px
}

.signupform input {
    width: 280px;
    padding: 10px;
}

.signupform select {
    width: 280px;
    padding: 10px;
    box-sizing: content-box;
    background-color: #fff;
    border: solid 1px #bbb;
    float: left;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    box-shadow: 1px 1px 1px #ccc inset;
    -webkit-box-shadow: 1px 1px 1px #ccc inset;
    -moz-box-shadow: 1px 1px 1px #ccc inset;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.signupform textarea {
    width: 280px;
    padding: 10px;
    box-sizing: content-box;
    background-color: #fff;
    border: solid 1px #bbb;
    float: left;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    box-shadow: 1px 1px 1px #ccc inset;
    -webkit-box-shadow: 1px 1px 1px #ccc inset;
    -moz-box-shadow: 1px 1px 1px #ccc inset;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.signupform label {
    text-align: left;
    display: block;
    font-weight: bold;
}

.certificate_form .button {
    height: auto;
}

.bottom_text {
    background: #55acee;
    padding: 4px 7px;
    color: #FFF;
    border-radius: 4px;
    font-size: auto;
    font-weight: normal;
    text-shadow: none;
}

.lesson-title {
    width: 100% !important;
}

.lesson-title h2 {
    font-size: 16px !important;
}

#embed_details {
    width: 100%;
    margin-top: -20px;
    text-align: center;
    border-spacing: 5px;
}

.info {
    width: 100% !important;
}

button {
    height: auto;
}

/*.course_complete {box-shadow: 0px 0px 10px red;}*/

.contactDiv textarea {
    width: 950px;
}

/*- AFI's y * u * m + p * u * m -*/

html body .first_exam_table table {
    border-collapse: collapse !important;
    box-shadow: 0px 0px 12px #a0a0a0;
    border-radius: 5px;
    border: 1px solid #676767;
    max-width: 950px;
    float: none;
    margin: 10px auto;
}

html body .first_exam_table table.table thead {
    background: #55acee;
}

html body .first_exam_table table.table th {
    color: #fff;
}

html body .first_exam_table table.table th,
html body .first_exam_table table.table td {
    padding: 10px 6px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    border: 1px solid #676767;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 150px;
}

html body .first_exam_table table.table td a {
    border-radius: 3px !important;
    float: none;
    width: 112px;
    margin: 0 auto;
    display: block;
}

.question.first_exam_quiz {
    margin-top: 20px;
    padding: 10px 20px 20px;
    border: 1px solid #676767;
    box-shadow: 0px 0px 10px #a0a0a0;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.question.first_exam_quiz h3 {
    border: 1px solid #3d6c90;
    background: #55acee;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

.question.first_exam_quiz ol {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.question.first_exam_quiz ol > li {
    font-weight: bold;
    float: left;
    width: 97%;
    text-align: left;
    line-height: 18px;
}

.question.first_exam_quiz ol > li label {
    border-bottom: 1px solid #bbbbbb;
    padding: 6px 5px;
    float: right;
    width: 95%;
    margin-top: -6px;
    line-height: normal;
    border-radius: 3px;
    font-weight: normal;
}

.question.first_exam_quiz ol > li input {
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}

.question.first_exam_quiz > button {
    float: right;
    margin-right: 13px;
    margin-top: 0;
}

#back.st_btn {
    padding: 12px 30px;
    text-align: center;
    margin-top: 15px;
    display: table;
    float: none;
    margin: 20px auto 0;
    overflow: hidden;
}

.exam_view.first_exam_view {
    width: 600px;
    margin: auto;
    float: none;
    display: table;
    padding: 10px;
    border: 1px solid #676767;
    box-shadow: 0px 0px 10px #a0a0a0;
}

.exam_view.first_exam_view ol {
    margin-bottom: 10px;
    counter-reset: item;
}

.exam_view.first_exam_view ol > li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    counter-increment: item;
}

.exam_view.first_exam_view ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
    font-size: 16px;
}

.exam_view.first_exam_view .exam_button {
    float: left;
    width: 100%;
}

.exam_view.first_exam_view .exam_button a.bottom_text {
    float: none;
    margin: 0 auto;
    display: table;
}

/*FOOTER styling 30082016*/
html body .footer .links div > div {
    width: 27%;
}

html body .footer .links div > div.scnd_child {
    width: 20%;
}

html body .footer .links div > div.fb_plugin {
    width: 33%;
}

html body .footer .links div > div.fb_plugin div {
    width: 100%;
}

.footer .social-links {
    float: left;
    padding-left: 0 !important;
}

.footer .social-links li {
    float: left;
}

.footer .social-links li a {
    float: left;
}

.footer .social-links li a.sm_icon {
    float: left;
    width: 35px;
    height: 35px;
    background-size: 100% !important;
}

.footer .social-links li a.sm_icon,
.footer .social-links li a.sm_icon * {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*rgba(204, 204, 204, 0.58) */
.footer .social-links li a.sm_icon.sm_icon1 {
    background: url('images/fa.png') no-repeat;
}

.footer .social-links li a.sm_icon.sm_icon2 {
    background: url('images/tw.png') no-repeat;
}

.footer .social-links li a.sm_icon.sm_icon3 {
    background: url('images/yo.png') no-repeat;
}

.footer .links h3 {
    font-weight: bold !important;
    color: #2284aa;
}

.footer .links p {
    font-size: 14px;
    max-width: 260px;
    word-wrap: break-word;
}

.footer .links p i {
    margin-right: 10px;
    margin-bottom: 13px;
    margin-top: 2px;
    float: left;
}

.section_profile {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #e4ecef url(../images/bg-mask.png);
}

.section_profile .col-lg-6 {
    min-width: 660px;
}

.section_profile .col-lg-6,
.section_profile .col-lg-12 .panel-footer1 a.btn-primary {
    margin: 0 auto;
    display: table;
    overflow: hidden;
    float: none;
}

.section_profile .col-lg-6 .panel-body {
    padding: 15px 80px;
    float: left;
    width: 100%;
}

.section_profile .col-lg-6 .panel-primary {
    float: left;
    border: 0;
}

.section_profile .col-lg-6 .panel-footer {
    float: left;
    width: 100%;
    padding: 10px 80px;
    background-color: #ffffff;
    border-top: 1px solid #337ab7;
}

.header .sf_heading {
    font-size: 22px;
    text-align: center;
}

.page-title center > .sf_heading {
    margin: 0;
}

.section_profile .col-lg-6 .panel-body .form-group > span {
    color: red;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    text-align: right;
}

html body .footer .prom {
    float: left;
    height: auto;
    min-height: 50px;
}

html body .footer .prom h2 {
    margin: 0;
}

h2#embed_title > span {
    font-size: 16px;
}

.panel__header {
    float: left;
    width: 100%;
}

.panel__heading {
    float: left;
}

a.edit_icon {
    float: right;
    margin-top: 3px;
    font-size: 18px;
    color: #fff;
}

a.edit_icon:hover,
a.edit_icon:focus,
a.edit_icon:active {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
}

.panel-footer1 {
    float: right;
    margin-left: 10px;
}

.section_profile .panel-footer button.btn-primary {
    float: right;
    margin-left: 10px;
}

.section_profile .panel-footer .btn-primary {
    min-width: 90px;
}

.mobile_menu {
    float: right;
    display: none;
}

.mobile_menu a {
    text-decoration: none !important;
    font-size: 24px;
    float: left;
}

.new_link {
    float: left;
    width: 100%;
}

.new_link * {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

/*- END AFI's y * u * m + p * u * m -*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++ ----------  RESPONSIVE VERSION  ---------- +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 1100px) {
    .page-template-page-home-php .header > div {
        padding-bottom: 20px;
        float: left;
        width: 100%;
    }

    .proms {
        margin-top: 0;
        float: left;
        width: 100%;
    }

    .proms .half, .features3 .half {
        width: 100% !important;
        margin: 0 !important;
    }

    .intro h1 {
        margin-bottom: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 22px;
    }

    .features3 {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .features3 > .center > h2 {
        margin-bottom: 10px;
    }

    .features3 > ul {
        float: left;
        width: 100%;
    }

    .features3 > ul > li {
        width: 100%;
    }

    .features3 > ul > li .icon {
        float: none;
        height: 47px;
        width: 47px;
        margin: 0 auto 10px;
    }

    .features3 > ul > li .content * {
        text-align: center;
    }

    html body .footer .prom {
        background: -moz-linear-gradient(-180deg, #35A7CB 21%, #2385AB 100%);
        background: -webkit-gradient(linear, 270deg, color-stop(33%, 35 A7CB), color-stop(100%, 2385 AB));
        background: -webkit-linear-gradient(-180deg, #35A7CB 21%, #2385AB 100%);
        background: -o-linear-gradient(-180deg, #35A7CB 21%, #2385AB 100%);
        background: -ms-linear-gradient(-180deg, #35A7CB 21%, #2385AB 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
        background: linear-gradient(-180deg, #35A7CB 21%, #2385AB 100%);
    }

    html body .footer .prom > .center > h2 {
        text-align: center;
        width: 100%;
        line-height: normal;
        margin-bottom: 15px;
    }

    html body .footer .prom > .center > .right {
        float: none;
        margin: 0 auto;
        display: block;
        overflow: hidden;
        width: 203px;
    }

    #bottom_nav.nav ul#menu-main-nav {
        margin-top: 10px;
    }

    .page-title {
        margin-top: 20px;
        margin-bottom: 0 !important;
    }

    .page-title > div {
        padding: 3px 2%;
        width: 96%;
    }

    .page-title > div > span,
    .page-title > div > h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        line-height: normal;
    }

    .page-title > div > h2 {
        margin-bottom: 0px;
    }

    .page-title > div > .right {
        float: left;
        width: 100%;
    }

    .page-title > div > a#print_button,
    .page-title > div > .right a#print_button {
        float: none;
        margin: 10px auto;
        display: table;
        overflow: hidden;
    }

    .page-title > div > center > h2 {
        font-size: 18px;
        width: 100%;
        line-height: normal;
    }

    .header > div > .center > h1 {
        float: left;
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    #player_container .mejs-container {
        width: 100% !important;
        max-width: 400px;
        float: none;
        margin: 0 auto 20px;
        display: table;
    }

    .container > .center > table {
        margin: 0 auto 20px;
        float: none;
        display: table;
    }

    .features3 .half table#embed_details {
        margin-top: 20px;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened {
        width: 51% !important;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened .fancybox-inner,
    .fancybox-wrap.fancybox-desktop.fancybox-opened .fancybox-inner div#access-policy,
    .fancybox-wrap.fancybox-desktop.fancybox-opened .fancybox-inner div#access-policy table,
    .fancybox-wrap.fancybox-desktop.fancybox-opened .fancybox-inner div#access-policy table tbody,
    .fancybox-wrap.fancybox-desktop.fancybox-opened .fancybox-inner div#access-policy table tbody tr {
        width: 100% !important;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened .fancybox-inner div#access-policy table tbody tr td {
        float: left;
        width: 100%;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened .fancybox-inner div#access-policy table tbody tr td img {
        max-width: 100% !important;
        width: 50% !important;
        height: auto !important;
    }

    body.contact__us .content {
        float: left;
        width: 100%;
        padding: 0;
    }

    body.contact__us .sidebar.right {
        float: none;
        margin: 0 auto;
        display: table;
        width: 60%;
    }

    body.contact__us .sidebar.right * {
        text-align: center;
    }

    body.contact__us .page-title > div > .right a.button {
        float: none;
        margin: 10px auto 2px;
        display: table;
    }

    body.contact__us .contactDiv .half,
    body.contact__us .contactDiv .item {
        margin-bottom: 15px;
        float: none !important;
        margin: 0 auto 20px;
        text-align: center;
        width: 60% !important;
    }

    body.contact__us .contactDiv .half .input-text {
        width: calc(100% - 16px);
    }

    body.contact__us .contactDiv h2 {
        margin-top: 35px;
        text-align: center;
    }

    body.contact__us .submit__con {
        float: none;
        margin: 0 auto;
        display: table;
    }
}

@media (max-width: 990px) {
    .footer {
        background: rgba(204, 204, 204, 0.38);
    }

    html body .footer .links div > div {
        width: 100% !important;
        float: left;
        margin-bottom: 20px;
    }

    html body .footer .links div > div * {
        text-align: center;
    }

    .footer .links p {
        max-width: 100%;
    }

    .footer .links p i {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .footer .social-links {
        float: none;
        margin: 0 auto;
        display: table;
    }

    html body .footer .links div > div iframe {
        position: inherit !important;
    }
}

@media (max-width: 850px) {
    .container > .center > .col_4 {
        float: none;
        width: 50%;
        margin: 0 auto;
    }

    .container > .center > .col_4 .box * {
        text-align: center;
    }

    .print_popup {
        width: 94%;
        height: auto;
        min-height: 1000px;
        padding: 3%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
    }

    .print_popup .certificate_div {
        float: none;
        margin: 0 auto;
        position: inherit !important;
        left: initial !important;
        width: 90%;
        /*overflow: hidden;*/
        min-height: 500px;
    }

    .certificate_pre {
        position: inherit !important;
        left: inherit !important;
        float: left;
        width: 100%;
    }

    .certificate_pre img {
        float: none;
        margin: 0 auto 20px;
        display: table;
    }

    .certificate_headings {
        float: left;
        width: 100%;
    }

    .certificate_headings h2,
    .certificate_headings h3 {
        float: left;
        width: 100%;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
        text-align: center;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened {
        width: 60% !important;
    }
}

@media (max-width: 700px) {
    .container > .center > .col_4 {
        width: 70%;
    }

    body.contact__us .sidebar.right,
    body.contact__us .contactDiv .half,
    body.contact__us .contactDiv .item {
        width: 80% !important;
    }

    html body .section_profile .col-lg-6 {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 650px) {
    .mobile_menu {
        display: block;
    }

    ul#menu-top-links {
        display: none;
        float: right;
        width: 120px;
    }

    ul#menu-top-links li {
        padding-left: 13px;
        margin-left: 8px;
        display: block;
        float: left;
        overflow: hidden;
        width: 75%;
        background: url(../images/sep-toplinks.png) no-repeat left center;
        font-size: 14px;
        margin-bottom: 5px;
    }

    ul#menu-top-links li a {
        float: left;
    }

    ul#menu-top-links li a:before {
        margin-right: 5px;
    }

    .container > .center > table > tbody > tr {
        float: left;
        width: 100%;
    }

    .container > .center > table > tbody > tr,
    .container > .center > table > tbody > tr > td {
        float: left;
        width: 100%;
    }

    .container > .center > table tr td .breadcrumb_css {
        float: none !important;
        margin: 0 auto 10px;
        display: table;
    }

    .container > .center > table > tbody > tr > td #assesment_question_btn,
    .container > .center > table > tbody > tr > td #autoplay_btn,
    .container > .center > table > tbody > tr > td #narration_btn {
        float: none;
        margin: 0 auto 10px;
        display: table;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened {
        width: 70% !important;
    }
}

@media (max-width: 600px) {
    .page-template-page-home-php .header > div > .center > h1 {
        text-align: center;
        margin: 20px 0;
        font-size: 22px;
    }

    #bottom_nav.nav {
        float: left;
        width: 100%;
    }

    #bottom_nav.nav ul#menu-main-nav {
        margin-top: 0px;
    }

    #bottom_nav.nav ul#menu-main-nav > li {
        display: block;
        margin: 0 auto 10px;
        float: none;
        overflow: hidden;
        width: 200px;
    }

    #bottom_nav.nav ul#menu-main-nav > li > a {
        margin: 0 auto;
        display: table;
        overflow: hidden;
        float: none;
    }

    .features3 .half table#embed_details tbody {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .features3 .half table#embed_details tbody tr {
        float: left;
        width: 98%;
        margin-bottom: 10px;
        padding-bottom: 4px;
        border: 1px solid #cccccc;
        border-radius: 6px;
    }

    .features3 .half table#embed_details tbody tr td {
        padding-right: 0px;
        float: right;
    }

    .features3 .half table#embed_details tbody tr td:first-child {
        width: 100%;
        float: left;
    }

    .features3 .half table#embed_details tbody tr td .lesson-title {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .features3 .half table#embed_details tbody tr td > a {
        margin-top: 6px;
        float: left;
    }

    body.contact__us .sidebar.right,
    body.contact__us .contactDiv .half,
    body.contact__us .contactDiv .item {
        width: 90% !important;
    }

    .section_profile .col-lg-6 .panel-body,
    .section_profile .col-lg-6 .panel-footer {
        padding: 15px 40px;
    }
}

@media (max-width: 500px) {
    .container > .center > .col_4 {
        width: 80%;
    }

    .container > .center > form.signupform > div {
        width: 90% !important;
        margin: auto;
        float: none;
        display: table;
    }

    .container > .center > form.signupform > div input {
        width: 90%;
    }

    .print_popup .certificate_div {
        min-height: 650px;
    }

    .myinput {
        width: 90%;
        padding: 4% !important;
    }

    .submit_img {
        max-width: 100%;
        width: 90px !important;
        margin: 0 auto;
        float: none;
        display: table;
    }

    #more_invite td {
        float: left;
        width: 97% !important;
    }

    .popup_div {
        max-width: 90%;
        width: 90% !important;
        left: 2% !important;
        margin: 0 !important;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened {
        width: 80% !important;
    }

    body.contact__us .sidebar.right,
    body.contact__us .contactDiv .half,
    body.contact__us .contactDiv .item {
        width: 95% !important;
    }

    .section_profile .col-lg-6 .panel-body,
    .section_profile .col-lg-6 .panel-footer {
        padding: 15px 20px;
    }
}

@media (max-width: 400px) {
    .print_popup .certificate_div {
        width: 88%;
    }

    .container > .center > .col_4 {
        width: 100%;
    }

    .features3 .half table#embed_details tbody tr td .lesson-title {
        padding: 10px 0;
    }

    .features3 .half table#embed_details tbody tr td .lesson-title h2 {
        float: left !important;
        width: 100%;
        line-height: 25px;
    }

    #started_image img {
        height: auto;
        max-width: 100%;
    }

    .intro h1 {
        font-size: 19px;
    }

    div > button > img#download {
        max-width: 100%;
        height: auto;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-opened {
        width: 90% !important;
    }
}

/* Responsive Table Codes */
.shadow-z-1 {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}

.table > thead > tr, .table > tbody > tr, .table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > thead > tr > th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-align: left;
    padding: 15px;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-align: left;
    padding: 15px;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-hover.table-mc-light-blue > tbody > tr:hover > td, .table-hover.table-mc-light-blue > tbody > tr:hover > th {
    background-color: #b3e5fc;
}

@media screen and (max-width: 768px) {
    .table {
        width: 90%;
        max-width: 90%;
        margin: auto;
    }

    .table-responsive-vertical.shadow-z-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .table-responsive-vertical > .table {
        margin-bottom: 0;
        background-color: transparent;
    }

    .table-responsive-vertical > .table > thead, .table-responsive-vertical > .table > tfoot {
        display: none;
    }

    .table-responsive-vertical > .table > tbody {
        display: block;
    }

    .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
        border: none;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    }

    .table-responsive-vertical > .table > tbody > tr {
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        margin-bottom: 1.6rem;
    }

    .table-responsive-vertical > .table > tbody > tr > td {
        background-color: #fff;
        display: block;
        vertical-align: middle;
        text-align: right;
    }

    .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: inherit;
        font-weight: 400;
        color: #757575;
    }
}

.table tr:nth-child(even) {
    background: #F5F5F5;
}

.row {
    width: 100%;
    float: left;
}

.col_6 {
    width: 50%;
    float: left;
}

.text-center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .col_6 {
        width: 100%;
    }
}