﻿/* Globals */



body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
}

h1 {
    font-size: 2.5em;
    width: 100%;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
}

h2 {
    font-size: 2.2em;
    line-height: 1.5em;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}

h3 {
    font-size: 2em;
    line-height: 1.5em;
    width: 100%;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
    text-align: left;
}

h4 {
    font-size: 1.8em;
    line-height: 1.5em;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}

h5 {
    font-size: 1.6em;
    line-height: 1.5em;
    width: 100%;
    font-weight: normal;
    font-family: 'Barlow', sans-serif;
    text-align: left;
}

h6 {
    font-size: 1.2em;
    line-height: 1.5em;
    width: 100%;
    font-family: 'Barlow', sans-serif;
    text-align: left;
    font-weight: bold;
}

p {
    line-height: 1.6;
}
/* End Globals */



/* Header Style */

.tx-header-wrapper {
    background: #3c454e;
    color: #fff;
}

.tx-header-top {
    margin-bottom: 20px;
}

.tx-header-sm-text {
    color: #7e858b;
    font-size: 1em;
    margin: 10px 0;
    font-family: 'Barlow', sans-serif;
}

.tx-topmost-links {
    float: right;
}

    .tx-topmost-links a {
        color: #fff;
        text-transform: uppercase;
        border-top: #00add8 4px solid;
        padding: 10px 0;
        margin: 0 10px;
        display: inline-block;
        font-weight: bold;
        font-size: 0.9em;
    }

        .tx-topmost-links a:hover, .tx-topmost-links a:active, .tx-topmost-links a:focus {
            text-decoration: none;
            border-top: #00add8 4px solid;
            color: #00add8;
        }


.password-form {
    display: inline;
    width: 98%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s
}



hr.tx-blue-line {
    border-top: 1px solid #00add8;
    margin: 0;
}

.tx-header-contact {
    text-align: right;
    margin-bottom: 10px;
}

    .tx-header-contact a {
        color: #fff;
    }

    .tx-header-contact .tel {
        font-size: 18px;
    }

    .tx-header-contact .divide {
        color: #00add8;
    }


#pnlForm .form-group .ErrorField {
    color: red;
    font-size: 18px;
    font-weight: 600;
}

.sso-enabled {
    display: inline-block;
    background-color: yellowgreen;
    color: #fff;
    padding: 3px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
}

.sso-disabled {
    display: inline-block;
    background-color: red;
    color: #fff;
    padding: 3px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
}

/*TOP NAV*/
.tx-header-nav {
}

    .tx-header-nav ul {
        list-style: none;
        padding: 0;
        text-align: right;
        text-transform: uppercase;
    }

        .tx-header-nav ul li {
            display: inline-block;
            font-size: 1.1em;
            font-family: 'Barlow', sans-serif;
        }

            .tx-header-nav ul li:first-child a {
            }

            .tx-header-nav ul li a {
                display: inline-block;
                padding: 10px 0 10px 12px;
                color: #999;
                font-size: 14px;
            }

                .tx-header-nav ul li a:hover, .tx-header-nav ul li a:active, .tx-header-nav ul li a:focus {
                    color: #fff;
                    text-decoration: none;
                }

.mobi-mnu {
    display: none;
    width: 40px;
    margin: 10px;
    float: right;
    cursor: pointer;
}

.activeTopNav {
    color: #fff !important;
}

/* End Header Style */

/* Footer Style */

.tx-footer-wrapper {
    background: #3c454e;
    color: #fff;
    padding-top: 70px;
}

.tx-footer-sm-text {
    color: #7e858b;
    font-size: 13px;
    margin-top: 30px;
    text-align: right;
}

.tx-footer-top {
    margin-bottom: 15px;
}

    .tx-footer-top img {
        margin-left: 30px;
    }

.tx-footer-middle {
    margin-top: 35px;
    margin-bottom: 70px;
}

    .tx-footer-middle .tx-get-in-touch img {
        margin-left: 30px;
    }

.tx-footer-contact {
    font-size: 16px;
}

    .tx-footer-contact a {
        color: #fff;
    }


.tx-footer-contact-itm {
    margin-bottom: 10px;
}

.tx-footer-label {
    color: #00add8;
    width: 55px;
    display: inline-block;
}

.tx-footer-info {
    text-align: right;
    margin: 20px 0;
    font-size: 13px;
}

    .tx-footer-info a {
        color: #fff;
        font-weight: bold;
    }

        .tx-footer-info a:active, .tx-footer-info a:hover, .tx-footer-contact a:hover, .tx-footer-contact a:active {
            text-decoration: none;
            color: #00add8;
        }

/* End Footer Style */


/* Page Banners Style */

.page-banner {
    width: 100%;
}

/* End Page Banners Style */

/* SubNav Style */

.tx-subnav {
    background: #ebebeb;
    padding-right: 15px;
    padding-left: 15px;
}

    .tx-subnav ul {
        list-style: none;
        padding: 10px 0;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
        font-weight: bold;
        font-size: 15px;
    }

        .tx-subnav ul li {
            display: inline-block;
        }

            .tx-subnav ul li a {
                display: inline-block;
                padding: 10px 20px 10px 20px;
                color: #555;
            }

                .tx-subnav ul li a:active, .tx-subnav ul li a:hover {
                    text-decoration: none;
                    color: #000;
                }

.mobi-sub-mnu {
    display: none;
    width: 40px;
    float: right;
    margin: 10px;
    cursor: pointer;
}

.tx-subnav .mob-only {
    display: none;
}

.activeSubNav {
    border-bottom: 4px solid #00add8;
}

.activeSubNavOrange {
    border-bottom: 4px solid #E74F21;
}

.activeSubNavGreen {
    border-bottom: 4px solid #91BE24;
}

.activeSubNavPurple {
    border-bottom: 4px solid #884182;
}

.activeSubNavBlue {
    border-bottom: 4px solid #458ac7;
}
/* End SubNav Style */

/* Main Content Panel Style */

.tx-main-content {
    min-height: 400px;
    margin-top: 30px;
    padding-bottom: 40px;
    /*margin-bottom: 40px;*/
}

    .tx-main-content p.tx-info {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-left: 5px solid #ce4844;
        padding: 8px 12px;
    }


span.tx-invalidfield {
    display: inline-block !important;
}

.tx-invalidfield {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 5px solid #ce4844;
    padding: 8px 12px;
    background-color: #f2dede;
}

.tx-box-text {
    padding: 7px 22px;
}

.tx-text-red {
    color: #ce4844;
}

/* End Main Content Panel Style */


/* Default page */

span.blue-header {
    margin: 0;
    background-color: #00ADD8;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    font-family: 'Barlow', sans-serif;
}

span.grey-header {
    margin: 0;
    background-color: #41464E;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    font-family: 'Barlow', sans-serif;
}

.header-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.orange-line {
    text-align: center;
    border-top: 10px #E74F21 solid;
    padding: 40px 20px;
    margin: 40px 0;
}

.p46car-line {
    text-align: center;
    border-top: 10px #009B8A solid;
    padding: 40px 20px;
    margin: 40px 0;
}

.green-line {
    text-align: center;
    border-top: 10px #91BE24 solid;
    padding: 40px 20px;
    margin: 40px 0;
    /*-moz-box-shadow: 0 0 20px 5px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 0 0 20px 5px rgba(119, 119, 119, 0.5);
    box-shadow: 0 0 20px 5px rgba(119, 119, 119, 0.5);*/
}

.purple-line {
    text-align: center;
    border-top: 10px #884182 solid;
    padding: 40px 20px;
    margin: 40px 0;
}

.product-text {
    padding-top: 20px;
    min-height: 300px;
    max-height: 300px;
}

.product-hover:hover {
    -moz-box-shadow: 0 0 20px 5px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 0 0 20px 5px rgba(119, 119, 119, 0.5);
    box-shadow: 0 0 20px 5px rgba(119, 119, 119, 0.5);
}

/* End default page */

/*About us*/
.demoSection {
    text-align: center;
}


.sidePanel {
    border-top: 1px solid #B1B2B6;
    font-family: 'Barlow', sans-serif;
    font-size: 1.8em;
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.sideText {
    font-size: 1.1em;
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.onlineSecurity img {
    position: absolute;
    right: 0;
    top: 0;
}

.boldText {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
}

.blueText {
    color: #00add8;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    display: inline-block;
    width: 30%;
}

.fp-blueText {
    color: #478bca;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    display: inline-block;
    width: 30%;
}

/*End about us*/


/* Button/Demo */

.button-fpdemo {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px;
    margin: 5px;
    color: white;
    font-weight: normal;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
}

    .button-fpdemo a {
        /*padding-right: 15px;*/
        /*padding-left: 10px;*/
        color: #3c454e;
        font-size: 16px;
    }

        .button-fpdemo a:active, .button-demo a:hover {
            text-decoration: none;
        }

/*.button-fpdemo a:after {
            text-align: center;
            display: inline-block;
            width: 40px;
            content: '>';
            font-size: 18px;
            padding: 10px;
            margin-right: -1px;
            margin-left: 15px;
        }*/

/* Button/Demo */


/* Button/Link Arrow Styles */

.button-arrow {
    display: inline-block;
    background-color: #3E464F;
    /*padding-left: 10px;*/
    margin: 5px;
    color: white;
    font-weight: normal;
}

    .button-arrow a {
        /*padding-right: 15px;*/
        padding-left: 15px;
        color: white;
        font-size: 18px;
    }

        .button-arrow a:active, .button-arrow a:hover {
            text-decoration: none;
        }

        .button-arrow a:after {
            text-align: center;
            display: inline-block;
            width: 40px;
            content: '>';
            font-size: 18px;
            padding: 10px;
            margin-right: -1px;
            margin-left: 15px;
        }
.bik-h4 {
    text-align: left;
    margin-bottom: 20px;
}
.bik-h5 {
    color: #345995;
}

.bik-header {
    border: none;
    background-color: #345995;
    color: #fff;
    padding: 10px;
    display: inline-block;
    width: auto;
}

.bik-header-img img {
    border: solid 1px #ccc;
}

.bik-screentshot img {
    border: solid 1px #ccc;
}


.bg-fileprotect a:after {
    background-color: #468ac9;
}

.bg-p11d a:after {
    background-color: #E74F21;
}

.bg-BIK a:after {
    background-color: #345995;
}

.bg-p46car a:after {
    background-color: #009B8A;
}

.bg-personal a:after {
    background-color: #91BE24;
}

.bg-partnership a:after {
    background-color: #884182;
}

.bg-blue a:after {
    background-color: #00ADD8;
}

/* End Button/Link Arrow Styles */

/*Just backgrounds*/
.bgclr-fileprotect {
    background-color: #468ac9 !important;
}

.bgclr-p11d {
    background-color: #E74F21 !important;
}

.bgclr-p46car {
    background-color: #009B8A !important;
}

.bgclr-personal {
    background-color: #91BE24 !important;
}

.bgclr-partnership {
    background-color: #884182 !important;
}

.bgclr-blue {
    background-color: #00ADD8 !important;
}
/*End Just backgrounds*/


/*Forms*/
.formTemplate {
    border: 1px solid #B0B1B5;
}

.formHeader {
    background-color: #F0F0F0;
    padding: 20px;
    text-align: center;
    font-size: 1.7em;
    font-weight: normal;
    border-bottom: 1px solid #B0B1B5;
}

.formFields {
    padding: 20px 5px 20px 5px;
    display: inline;
}

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

/*End Forms*/





/*LATEST UPDATES start*/

.updateIcons {
    padding-top: 20px;
    text-align: center;
}

.updateEntry {
    display: block;
    border: 1px solid #B1B2B6;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.updateText {
    padding: 10px;
}

.updateDate {
    background-color: #8C2437;
    color: #fff;
    padding: 20px 10px;
    /*display: inline-block;*/
    width: 150px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}

.deadlineDates {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
}

    .deadlineDates tr td {
        padding: 10px 15px;
    }

    .deadlineDates th {
        border-bottom: 1px solid gray;
        padding: 10px 15px;
    }

    .deadlineDates tr:nth-child(even) {
        background: #FFF;
    }

    .deadlineDates tr:nth-child(odd) {
        background: #F1F1F1;
    }

/*LATEST UPDATES end*/



.demoImage {
    padding-top: 40px;
    padding-bottom: 40px;
}

.demoText {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2em;
}

.blue-block-text {
    background-color: #00ADD8;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    color: #fff;
}

.grey-block-text {
    background-color: #41464E;
    display: inline-block;
    padding: 10px;
    margin-top: -10px;
    color: #fff;
}

.demoSelect {
    padding: 5px;
    border-bottom: 1px solid #B0B1B5;
    margin-bottom: 30px;
    text-align: center;
}




/* Buying Options Panel Style */

.tx-buying-options-panel {
    background: #28303b;
    color: #fff;
    padding: 70px 0;
    /*margin-bottom: -40px;*/
}

    .tx-buying-options-panel .options-features {
        padding-right: 80px;
    }

        .tx-buying-options-panel .options-features h2 {
            padding-bottom: 0;
            padding: 15px 20px;
            display: inline-block;
            text-transform: uppercase;
            text-align: left;
            width: auto;
            line-height: normal;
            margin-bottom: 0;
            font-weight: normal;
        }

        .tx-buying-options-panel .options-features p {
            font-weight: bold;
            margin: 15px 0;
        }

        .tx-buying-options-panel .options-features ul {
            margin-bottom: 15px;
        }

            .tx-buying-options-panel .options-features ul li {
                padding: 4px;
            }

.windows-compatible, .mac-compatible {
    margin-bottom: 25px;
}

.options-form {
    color: #000;
    background: #fff;
    padding: 10px 40px;
}

    .options-form h2 {
        display: inline-block;
        font-size: 22px;
        padding: 0;
        text-align: left;
        width: auto;
        line-height: normal;
        margin-bottom: 0;
        font-weight: normal;
    }

    .options-form .head-row {
        border-bottom: #ccc 1px solid;
        padding: 5px 0;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.tx-buying-options-panel .options-features .compatibles {
    margin-top: 20px;
}

.options-form .head-row img {
    margin-top: 5px;
    width: 40px;
}

.options-form .fileprotect-img {
    margin-top: 0 !important;
    width: 150px !important;
}


.options-form label {
    margin-top: 8px;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
}

.options-form .form-total {
    margin: 40px 0 30px 0;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
}

    .options-form .form-total div:first-child {
        padding: 0 !important;
    }

.options-form .form-buttons {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    .options-form .form-buttons div:last-child {
    }

.form-support {
    margin-bottom: 50px;
}

    .form-support div:first-child {
        border-right: 1px solid #ccc;
    }

    .form-support .block {
        padding: 5px 8px;
        display: inline-block;
        background: #28303b;
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
    }

    .form-support div.red {
        background: #ff0000;
        margin-top: 20px;
    }

.p11d-color:after {
    background-color: #e81cb8 !important;
}

.leftBuyingButton {
    text-align: left;
}

.rightBuyingButton {
    text-align: right;
}

/* End Buying Options Panel Style */



/* Order Form Panel Style */

.tx-download-form .tx-form {
    /*margin-top: 60px;*/
    margin-bottom: 60px;
}

.tx-download-form {
    margin-top: 50px;
}

    .tx-download-form .tx-form-methods {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .tx-download-form hr {
        border-bottom: #ccc solid 1px;
    }

.tx-form p {
    font-size: 16px;
}

.order-option-item {
    margin-bottom: 30px;
}

    .order-option-item img {
        margin: 0 auto;
    }

    .order-option-item p {
        font-size: 16px;
        text-align: center;
        margin-top: 30px;
    }

        .order-option-item p span.red {
            color: #e00712;
            font-weight: bold;
        }

        .order-option-item p span a {
            color: #e00712;
        }

    .order-option-item .img-wrap {
        height: 200px;
    }

.download-img {
    display: inline-block;
}

/* End Order Form Panel Style */

/* BASKET */

.tblBasket {
    width: 100%;
    padding: 10px;
}

    .tblBasket tr td {
        padding: 10px;
    }

    .tblBasket tr th {
        background-color: #ebebeb;
        padding: 10px;
    }

td.remove {
    color: #A41E34;
}

    td.remove a {
        color: #A41E34;
    }

/* END BASKET */


.p46car-buynow {
    background-color: #009B8A;
}

    .p46car-buynow a {
        color: #fff !important;
        border-bottom: 4px solid #009B8A;
    }

        .p46car-buynow a.activeSubNav {
            border-bottom: 4px solid #00add8 !important;
        }

.p11d-buynow {
    background-color: #e84e1b;
}

    .p11d-buynow a {
        color: #fff !important;
        border-bottom: 4px solid #e84e1b;
    }

        .p11d-buynow a.activeSubNavOrange {
            border-bottom: 4px solid #00add8 !important;
        }

.ptm-buynow {
    background-color: #93c01f;
}

    .ptm-buynow a {
        color: #fff !important;
        border-bottom: 4px solid #93c01f;
    }

        .ptm-buynow a.activeSubNavGreen {
            border-bottom: 4px solid #00add8 !important;
        }


.pt-buynow {
    background-color: #8a3f85;
}

    .pt-buynow a {
        color: #fff !important;
        border-bottom: 4px solid #8a3f85;
    }

        .pt-buynow a.activeSubNavPurple {
            border-bottom: 4px solid #00add8 !important;
        }



.btn-p46car {
    background-color: #009B8A;
    color: #fff !important;
    font-weight: bold;
    width: 180px !important;
    height: 66px !important;
    line-height: 56px;
    font-size: 28px;
    margin-top: 40px;
}

.btn-p11d {
    background-color: #e84e1b;
    color: #fff !important;
    font-weight: bold;
    width: 180px !important;
    height: 66px !important;
    line-height: 56px;
    font-size: 28px;
    margin-top: 40px;
}

.btn-ptm {
    background-color: #93c01f;
    color: #fff !important;
    font-weight: bold;
    width: 180px !important;
    height: 66px !important;
    line-height: 56px;
    font-size: 28px;
    margin-top: 40px;
}

.btn-pt {
    background-color: #8a3f85;
    color: #fff !important;
    font-weight: bold;
    width: 180px !important;
    height: 66px !important;
    line-height: 56px;
    font-size: 28px;
    margin-top: 40px;
}





.prod-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .prod-menu li {
        padding-top: 10px !important;
        /*padding-bottom: 10px !important;*/
    }


/*DASHBOARD NAV*/
.tx-dashboardnav {
    /*background: #ebebeb;*/
    /*padding-bottom: 30px;*/
}

    .tx-dashboardnav ul {
        list-style: none;
        padding: 15px 0 0 0;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid gray;
    }

        .tx-dashboardnav ul li {
            display: inline-block;
            font-size: 26px;
            font-weight: 200;
            font-family: 'Barlow', sans-serif;
            margin: 0;
        }

            .tx-dashboardnav ul li a {
                display: inline-block;
                padding: 10px 20px 10px 20px;
                border-bottom: 5px solid #fff;
                color: #555;
            }

                .tx-dashboardnav ul li a:hover,
                .tx-dashboardnav ul li a:active {
                    text-decoration: none;
                    border-bottom: 5px solid #00ADD9;
                }


    .tx-dashboardnav .mob-only {
        display: none;
    }

.loggedIn {
    text-align: center;
    display: block;
    padding-top: 10px;
}


/*END DASHBOARD NAV*/


/*DYNAMIC */

.video {
    width: 100%;
    min-height: 250px;
    max-height: 300px;
    background-color: silver;
    border: 1px solid gray;
    margin-top: 20px;
}

.contactTrialPanel {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2em;
    border-top: 1px solid #B1B2B6;
    border-bottom: 1px solid #B1B2B6;
    margin-top: 10px;
}

.faqQuestion {
    display: block;
    padding: 15px;
    font-weight: bold;
}

.faqQuestion-heading {
    padding: 0;
}

a.faqQuestion:hover, a.faqQuestion:active, a.faqQuestion:focus {
    color: #00add8;
    text-decoration: none;
}

a.faqQuestion:visited {
    text-decoration: none !important;
}
/*END DYNAMIC*/

/*DASHBOARD*/

.product-box {
    display: table;
}

.divDashboard {
    background-color: #F1F1F1;
    /*margin: 20px;
    display: table-row;*/
}

.product-icon {
    text-align: center;
    background-color: #F1F1F1;
    border-right: 1px solid #B2B3B6;
    padding: 20px 0 0 0;
    display: table-cell;
    vertical-align: bottom;
    float: unset;
    width: 400px;
}

.product-info {
    margin-left: -1px;
    display: table-cell;
    float: none;
}

.product-info-left {
    background-color: #F1F1F1;
    padding: 15px 15px;
}

.product-info-right {
    background-color: #F1F1F1;
    padding: 15px 15px;
}

.product-launch {
    width: 100%;
    padding: 15px;
    color: #fff;
    margin-top: 40px;
}

    .product-launch a {
        width: 100%;
        padding: 10px;
        color: #fff;
        font-family: 'Barlow', sans-serif;
    }

.dashboard-blue-link {
    color: #00ADD9;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
}

.dashboard-arrow-link {
    color: #3E464F;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
}

    .dashboard-arrow-link:before {
        content: '>';
        color: #00ADD9;
        padding: 10px;
    }

hr {
    border-top: 1px #B2B3B6 solid !important;
}

a.dashboard-blue-link:hover {
    text-decoration: none;
    color: #000;
}

a.dashboard-arrow-link:hover {
    text-decoration: none;
    color: #00ADD9;
}

table.Licences {
    margin-left: 20px;
}

.Licences tr th {
    background-color: #686F76;
    color: #fff;
    padding: 10px;
}

.Licences tr td {
    padding: 10px;
}


.addressForm {
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 0;
    height: 44px !important;
    font-size: 18px;
}




/* Support Method Panel Style */

.tx-support-methods {
    background: #ebebeb;
    padding: 60px 0;
    text-align: center;
}

    .tx-support-methods .methods-head {
        display: inline-block;
        background: #3c454e;
        color: #fff;
        padding: 10px 15px;
        font-size: 20px;
        width: auto;
        margin: 0 auto;
        margin-bottom: 30px;
        float: none;
    }

    .tx-support-methods .method-item .img-wrap {
        height: 250px;
    }

    .tx-support-methods .method-item img {
        margin: 30px auto;
    }

    .tx-support-methods p {
        margin: 20px 0;
        font-size: 18px;
        padding: 0 30px;
    }

        .tx-support-methods p span {
            color: #e00712;
            font-weight: bold;
        }

            .tx-support-methods p span a {
                color: #e00712;
            }

/* End Support Method Panel Style */


/* Support Demo Panel Style */

.tx-support-demo {
    background: #ebebeb;
    padding: 60px 0;
}

.tx-support-blocks {
    margin: 60px 0 30px 0;
}

    .tx-support-blocks div {
        background: #3c454e;
        color: #fff;
        display: inline-block;
        font-size: 32px;
        text-transform: uppercase;
        padding: 10px 20px;
    }

        .tx-support-blocks div.red {
            background: #e20612;
        }

        .tx-support-blocks div.demo {
            font-size: 22px;
            margin-top: 30px;
            text-transform: none;
        }

.tx-support-demo .left-sec {
    border-right: 1px solid #ccc;
}

.tx-support-vid {
    background: #fff;
    padding: 10px;
    margin: 30px /*50px*/ 0 auto;
}

    .tx-support-vid iframe {
        width: 100%;
        height: 360px;
        /*min-height: 200px;
            max-height: 350px;*/
    }


.modal-content {
    width: 1200px;
}


/*medium (small desktop/big tablet) devices*/
@media /*(min-width: 768px) and*/ (max-width: 1200px) {
    .tx-support-blocks div {
        font-size: 28px;
    }

    .modal-content {
        width: 850px;
    }

    .tx-support-blocks div.demo {
        font-size: 18px;
    }
}


/* End Support Demo Panel Style */



/*small (tablet) devices*/
@media /*(min-width: 768px) and*/ (max-width: 992px) {
    /*Support demo*/

    .modal-content {
        width: 700px;
    }

    .tx-support-blocks div {
        font-size: 20px;
    }

        .tx-support-blocks div.demo {
            font-size: 16px;
        }
    /*End support demo*/


    /* Header Style */

    .tx-header-contact {
        text-align: left;
        margin: 10px;
    }

    .tx-header-nav ul {
        margin-top: 10px;
        text-align: left;
        font-size: 12px;
    }

    /* End Header Style */

    /* Footer Style */

    .tx-footer-sm-text {
        text-align: left;
        margin-left: 30px;
    }

    .tx-get-in-touch {
        margin-bottom: 30px;
    }

    .tx-footer-contact {
        padding-left: 50px;
    }

    /* End Footer Style */

    .product-info {
        margin: 0;
    }

    .product-icon {
        width: 250px;
    }
}

/*extra-small (mobile) devices*/
@media (max-width: 768px) {
    /*Support demo*/

    .modal-content {
        width: 100%;
    }

    .tx-support-demo .left-sec {
        margin: 30px 50px;
        border: 0;
    }

    .tx-support-vid {
        margin: auto;
    }

        .tx-support-vid iframe {
            height: 24em;
        }
    /*End support demo*/
    .tx-dashboardnav ul li {
        display: inline-block;
        font-size: 16px;
        font-weight: 200;
        font-family: 'Barlow', sans-serif;
        margin: 0;
    }

    /* Header Style */

    .tx-header-nav ul {
        display: none;
        margin-top: 0;
    }

        .tx-header-nav ul li {
            display: block;
        }

            .tx-header-nav ul li:first-child {
                padding-top: 10px;
            }

    .nav-line {
        display: none;
    }

    .mobi-mnu {
        display: block;
    }

    .tx-header-main {
        padding-bottom: 10px;
        border-bottom: 2px solid #00add8;
    }

    /* End Header Style */

    /* Footer Style */

    .tx-get-in-touch img {
        width: 70%;
    }

    .tx-footer-address {
        margin-top: 20px;
        padding-left: 50px;
    }

    /* End Footer Style */

    /* SubNav Style */

    .tx-subnav ul {
        display: none;
        text-align: left;
    }

        .tx-subnav ul li {
            display: block;
        }

    .mobi-sub-mnu {
        display: block;
    }

    .tx-subnav .mob-only {
        display: block;
    }

        .tx-subnav .mob-only a {
            color: #888;
            font-size: 12px;
        }

    /* End SubNav Style */


    /* Default page */

    .product-hover:hover {
        -moz-box-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }


    .green-line {
        text-align: center;
        border-top: 10px #91BE24 solid;
        padding: 40px 20px;
        margin: 40px 0;
        box-shadow: none !important;
    }

    .product-text {
        min-height: 0;
        max-height: 500px;
    }

    .blue-header {
        font-size: 24px;
    }

    .grey-header {
        font-size: 18px;
    }


    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.6em;
    }

    h5 {
        font-size: 1.4em;
    }

    h6 {
        font-size: 1.2em;
    }
    /* End default page */

    .sidePanel {
        margin-bottom: 0 !important;
    }

    .sideText {
        margin-top: 0 !important;
    }


    /*BUYING PANEL MOBILE*/
    .leftBuyingButton {
        text-align: right;
    }

    .rightBuyingButton {
        text-align: right;
    }

    .tx-buying-options-panel {
        padding: 0;
    }

    .form-support div:first-child {
        border-right: none;
    }
    /*END BUYING PANEL MOBILE*/

    .tblBasket tr td {
        padding: 5px;
    }



    .product-box {
        display: unset;
    }

    .divDashboard {
        display: unset;
    }

    .product-icon {
        display: block;
        width: 100%;
        border-right: none;
    }

    .product-info {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        margin-top: -1px;
        width: 100%;
    }
}

.IpField {
    width: 50px !important;
    display: inline !important;
}

.chkProduct {
    margin-right: 10px;
}

    .chkProduct input + label {
        padding-left: 5px;
    }

.twitter-icon {
    background-image: url('../images/twitter-feed-icon.png');
    background-repeat: no-repeat;
    padding-left: 70px;
}

    .twitter-icon a {
        color: #3c454e;
    }

.PasswordDetail {
    font-weight: 800 !important;
    font-size: 18px !important;
    padding-bottom: 20px;
}

    .PasswordDetail > span {
        color: #00ADD8;
    }


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.form-group {
    padding-left: 10px !important;
}

.form-horizontal .control-label {
    text-align: right;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }



.divDashboardP11dcd {
    display: none;
}




@media(min-width:768px) {
    .square {
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .square:after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }
}


.square-content {
    padding: 10%;
}

@media(min-width:768px) {
    .square-content {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        padding: 15% 10%;
    }

    h3 {
        font-size: 140% !important;
    }
}



.square-content a {
    /*padding-right: 15px;*/
    padding-left: 15px;
    color: white;
    font-size: 18px;
    padding: 0 0 0 10px !important;
    border-radius: 0 !important;
    border: none !important;
}

    .square-content a:active, .square-content a:hover {
        text-decoration: none;
    }

    .square-content a:after {
        text-align: center;
        display: inline-block;
        width: 40px;
        content: '>';
        font-size: 18px;
        padding: 10px;
        margin-right: -1px;
        margin-left: 15px;
    }




@media(max-width:991px) {
    .square-content {
        font-size: 120%;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .square-content {
        font-size: 130%;
    }
}

@media(min-width:1201px) and (max-width:1350px) {
    .square-content {
        font-size: 120%;
    }
}


@media(min-width:1351px) and (max-width:1700px) {
    .square-content {
        font-size: 140%;
    }
}


@media(min-width:1701px) {
    .square-content {
        font-size: 160%;
    }
}

.sqbg:nth-of-type(12n+1) {
    background-color: #F1F1F1;
}

.sqbg:nth-of-type(12n+2) {
    background-color: #00ABD8;
    color: #fff;
}

.sqbg:nth-of-type(12n+5) {
    background-color: #3F464F;
    color: #fff;
}

.sqbg:nth-of-type(12n+6) {
    background-color: #F1F1F1;
}

.sqbg:nth-of-type(12n+7) {
    background-color: #F1F1F1;
}


.sqbg:nth-of-type(12n+9) {
    background-color: #00ABD8;
    color: #fff;
}

.sqbg:nth-of-type(12n+10) {
    background-color: #00ABD8;
    color: #fff;
}

.sqbg:nth-of-type(12n+11) {
    background-color: #F1F1F1;
}

.sqbg:nth-of-type(12n+12) {
    background-color: #3F464F;
    color: #fff;
}

/*light grey background*/
.sqbg:nth-of-type(12n+1) a, .sqbg:nth-of-type(12n+6) a, .sqbg:nth-of-type(12n+7) a, .sqbg:nth-of-type(12n+11) a {
    background-color: #3F464F;
}

    .sqbg:nth-of-type(12n+1) a:after, .sqbg:nth-of-type(12n+6) a:after, .sqbg:nth-of-type(12n+7) a:after, .sqbg:nth-of-type(12n+11) a:after {
        background-color: #00ABD8;
        color: #fff;
    }


/*bright blue background*/
.sqbg:nth-of-type(12n+2) a, .sqbg:nth-of-type(12n+9) a, .sqbg:nth-of-type(12n+10) a {
    background-color: #3F464F;
}

    .sqbg:nth-of-type(12n+2) a:after, .sqbg:nth-of-type(12n+9) a:after, .sqbg:nth-of-type(12n+10) a:after {
        background-color: #fff;
        color: #00ABD8;
    }


/*dark blue/grey background*/
.sqbg:nth-of-type(12n+5) a, .sqbg:nth-of-type(12n+12) a {
    background-color: #00ABD8;
}

    .sqbg:nth-of-type(12n+5) a:after, .sqbg:nth-of-type(12n+12) a:after {
        background-color: #fff;
        color: #00ABD8;
    }

.containermax {
    max-width: 1700px;
    margin: 0 auto;
}
