﻿/*
        
        LOGIN STYLES
        ________________________________________________________________________________
*/
#linkAddFavorites {
    float: right !important;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.fullpage {
    min-width: 100% !important;
    padding-left: 0px;
}

.center {
    width: 962px;
    display: table;
    margin: 0px auto;
}

.odd .numericClass, .even .numericClass {
    text-align: right;
}

#loadingDiv {
    z-index: 6000;
}

.syntaxhighlighter .toolbar .toolbar_item {
    display: none !important;
}

.brand-logo {
    background-image: url('images/LoginLeftLogo.png');
    background-repeat: no-repeat;
    background-position: 20px 0;
    width: 240px;
    height: 60px;
}

.buttonPaymentLinkTop {
    display:inline; 
    margin-left:360px;
}

.buttonPaymentLinkBottom {
    margin-left: 435px;
}

@media screen and (max-width: 480px) {

    .buttonPaymentLinkTop {
        margin-left: 140px;
    }

    .buttonPaymentLinkBottom {
        margin-left: 200px;
    }
}



.login-box {
    width: 490px;
    margin: 0 auto 10px;
    padding: 7px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.login-box-header-left {
    background-image: url("images/LoginLeftLogo.png");
    background-repeat: no-repeat;
    background-position: 5px 15px;
    width: 490px;
    height: 90px;
    border-bottom: 1px solid #cccccc;
}

.login_left_img {
    background: url('./images/LoginLeftLogo.png');
    width: 244px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: left center;
}

.login_right_img {
    /*background: url('./images/payforLogo.png');*/
    width: 244px;
    height: 79px;
    background-repeat: no-repeat;
    margin-left: 81px;
    background-position: right center;
}

.login-box-footer {
    background-color: #7c007f;
    width: 488px;
    height: 5px;
}

.login-box-bottom-left-img {
    /*background-image: url("images/PayforLogo.png");*/
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 20px;
}

.login-box-bottom-support {
    width: 488px;
    height: 90px;
}

.form-signin {
    padding-right: 70px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
}

    .form-signin .control-group {
        margin-bottom: 15px;
    }

    .form-signin .control-label {
        width: 140px;
    }

    .form-signin .controls {
        margin-left: 160px;
    }

/*
        
        TOP AND LEFT MENU STYLES
        ________________________________________________________________________________
*/
.top-container {
    width: 100%;
}

.upper-bar {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 1000px;
}

.upper-bar-logo {
    background: url("images/LoginLeftLogo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 400px;
    height: 63px;
    float: left;
    cursor: pointer;
    margin-left: -10px;
    margin-top: -1px;
    -webkit-mask-image: linear-gradient(to left, transparent 5%, black 35%);
    mask-image: linear-gradient(to left, transparent 15%, black 35%);
}

.upper-bar-content {
    width: 585px;
    height: 63px;
    float: right;
    margin-right: 20px;
    font-size: 6px !important;

}

@media screen and (max-width: 480px) {

    .upper-bar-content {
        background-color: white;
    }
}

.upper-bar-content-top {
    height: 20px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #444444;
}

.upper-bar-content-bottom {
    text-align: right;
}

    .upper-bar-content-bottom a {
        font-size: 12px;
        color: #666666;
        text-decoration: none;
    }

        .upper-bar-content-bottom a:hover {
            font-size: 12px;
            color: #7c007f;
            text-decoration: none;
        }

.top-container .navbar .navbar-inner {
    background-color: #e6e6e6;
    background-image: none;
    height: 39px;
    border: none;
    padding-bottom: 0px;
    border-bottom: thin solid #cbcbcb;
    padding: 0px !important;
}

@media screen and (max-width: 480px) {

    .top-container .navbar .navbar-inner {
        background-color: white;
        height: 39px;
        border: none;
        padding: 0px !important;
        box-shadow: none;
    }
}

.top-container .navbar .nav > li {
    line-height: 38px;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    font-family: Arial;
    position: relative;
}

    .top-container .navbar .nav > li:first-child {
        margin-left: 0px;
    }

    .top-container .navbar .nav > li > a {
        line-height: 41px;
        margin: 0px;
        padding: 0px 15px;
        font-size: 13px;
        text-align: center;
        color: #444444;
        text-shadow: none;
        outline: 0;
    }

    @media screen and (max-width: 480px) {

       .top-container .navbar .nav > li > a {
         margin-right: -25px;
       }
    }


.top-container .navbar .nav > .active > a,
.top-container .navbar .nav > li > a:hover,
.top-container .navbar .nav > li.open > a,
.top-container .navbar .nav > li .active,
.top-container .navbar .nav > li .open,
.top-container .navbar .nav > li .dropdown,
.top-container .navbar .nav li.dropdown.open > .dropdown-toggle,
.top-container .navbar .nav li.dropdown.active > .dropdown-toggle,
.top-container .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-image: linear-gradient(to bottom, #Ac007f 0%, #7c007f 100%);
    color: #ffffff;
    outline: 0;
}

            .top-container .navbar .nav > .active > a > i,
            .top-container .navbar .nav > li.open > a > i,
            .top-container .navbar .nav > li:hover > a > i {
                background-image: url("../Bootstrap/img/glyphicons-halflings-white.png");
            }

        .top-container .navbar .nav > li > a > i {
            margin-top: 1px;
        }

        .top-container .navbar .nav > li > a span {
            width: 25px;
            margin: 0 auto;
        }

        .top-container .navbar .nav > li.open > a:after,
        .top-container .navbar .nav > li > a:hover:after {
            border-left: solid transparent 13px;
            border-right: solid transparent 13px;
            border-top: solid #7c007f 13px;
            bottom: -13px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .top-container .navbar .nav > li > .dropdown-menu {
        top: 41px;
        left: 30px;
        max-width: min-content;
        padding: 0px;
        padding-top: 12px;
        padding-right: 0px;
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

        .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container {
            border: thin solid #e3e3e3;
            border-bottom: none;
            padding: 0px;
            background-color: #ffffff;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
        }

            .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content {
                padding: 10px;
                font-size: 13px;
                line-height: 20px;
                display: inline-table;
            }


        .top-container .navbar .nav > li > .dropdown-menu:before {
            content: '';
            display: none;
        }

        .top-container .navbar .nav > li > .dropdown-menu:after {
            content: '';
            display: none;
        }

        .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column h1 {
            line-height: 20px;
            font-size: 14px;
            color: #7c007f;
            font-family: arial, Verdana, sans-serif;
            margin: 0px 10px;
            text-decoration: none;
            text-transform: none;
        }


        .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column {
            float: left;
            margin-right: 10px;
            display: table;
            min-width: 250px;
        }

            .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column ul {
                list-style: none;
                margin: 0px 10px;
                list-style: none;
            }

                .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column ul li:before {
                    content: "";
                    border-color: transparent #333333;
                    border-style: solid;
                    border-width: 0.35em 0 0.35em 0.45em;
                    display: block;
                    height: 0;
                    width: 0;
                    left: 10px;
                    top: 19px;
                    position: relative;
                }

                .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column ul li:hover:before {
                    content: "";
                    border-color: transparent #333333;
                    border-style: solid;
                    border-width: 0.35em 0 0.35em 0.45em;
                    display: block;
                    height: 0;
                    width: 0;
                    left: 10px;
                    top: 19px;
                    position: relative;
                }
                /*
.top-container  .navbar .nav > li:hover > .dropdown-menu{
    display: block;    
}*/

                .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column ul > li > a {
                    padding: 3px 5px 3px 20px;
                    display: inline;
                    margin: 0px;
                    display: block;
                    width: 87%;
                    height: 100%;
                }

                    .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column ul > li > a:hover {
                        padding: 3px 5px 3px 20px;
                        background-color: #eeeeee;
                        color: rgb(51,51,51);
                        background-image: none;
                    }


        .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-footer {
            background-color: #7c007f;
            height: 5px;
            width: 100%;
        }

.landing-page {
    margin: 0 auto;
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    margin-bottom: 182px;
}

.home-page {
    margin: 0 auto;
    margin-top: 12px;
    text-align: right;
    font-size: 16px;
    color: #999;
    height: 450px;
    width: 100%;
}


.home-page-label {
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    height: 30px;
    width: 100%;
}

.footer {
    margin-left: 0px;
}

    .footer p {
        font-size: 12px;
    }

    .footer a {
        font-size: 12px;
        color: #666666;
        text-decoration: none;
        margin-left: 10px;
    }

        .footer a:hover {
            font-size: 12px;
            color: #7c007f;
            margin-left: 10px;
            text-decoration: none;
        }

.footer_cc_img {
    background: url('./images/credit_card_icons.png');
    width: 378px;
    height: 44px;
    margin-top: 0;
}

.footer_left_img {
    /*background: url('./images/PayforLogo.png');*/
    width: 90px;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: -11px;
}

.modal {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    *zoom: 1;
}

.modal-header h3 {
    color: #7c007f;
    font-size: 24px;
    text-transform: none;
}

.modal-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    *zoom: 1;
}

.modal-footer-strip {
    background-color: #7c007f;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    height: 8px;
}

.left-menu {
    width: 20%;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}

    .left-menu > .menu-column h1 {
        line-height: 20px;
        font-size: 15px;
        color: #7c007f;
        font-family: arial, Verdana, sans-serif;
        margin: 41px 20px 5px 0px;
        text-decoration: none;
        text-transform: none;
        padding-bottom: 0px;
    }


    .left-menu > .menu-column {
        float: left;
    }

        .left-menu > .menu-column ul {
            list-style: none;
            margin: 0px 10px;
        }

            .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column ul li,
            .left-menu > .menu-column ul li {
                padding-bottom: 6px;
                cursor: pointer;
                border-top: 1px solid #eeeeee;
                width: 220px;
            }

                .top-container .navbar .nav > li > .dropdown-menu > .dropdown-menu-container > .dropdown-menu-content > .menu-column ul li:hover,
                .left-menu > .menu-column ul li:hover {
                    background-color: #eeeeee;
                }

                .left-menu > .menu-column ul li:before {
                    content: "";
                    border-color: transparent #333333;
                    border-style: solid;
                    border-width: 0.35em 0 0.35em 0.45em;
                    display: block;
                    height: 0;
                    width: 0;
                    left: 10px;
                    top: 21px;
                    position: relative;
                }

                .left-menu > .menu-column ul li:hover:before {
                    content: "";
                    border-color: transparent #333333;
                    border-style: solid;
                    border-width: 0.35em 0 0.35em 0.45em;
                    display: block;
                    height: 0;
                    width: 0;
                    left: 10px;
                    top: 21px;
                    position: relative;
                }
            /*
.top-container  .navbar .nav > li:hover > .dropdown-menu{
    display: block;    
}*/

            .left-menu > .menu-column ul > li > a {
                padding: 6px 10px 12px 20px;
                text-decoration: none;
                font-size: 13px;
                font-family: Arial;
                color: rgb(51,51,51);
                margin: 0px;
                display: block;
                width: 87%;
                height: 100%;
            }

                .left-menu > .menu-column ul > li > a:hover {
                    padding: 6px 10px 12px 20px;
                    text-decoration: none;
                    color: rgb(51,51,51);
                }

.right-content {
    float: left;
}

.navbar {
    margin-bottom: 0px;
    margin-right: 20px;
}

.breadcrumb {
    background-color: #8e8e8e;
    padding: 0px;
    margin-bottom: 0px;
}

    .breadcrumb .container .inner {
        display: table;
        width: 100%;
        color: #ffffff;
        line-height: 25px;
    }

        .breadcrumb .container .inner a {
            margin: 0px 5px;
            color: #ffffff;
            text-decoration: none;
            font-size: 11px;
        }

            .breadcrumb .container .inner a.active {
                margin: 0px 5px;
                color: #333333;
                text-decoration: none;
                font-size: 12px;
                font-weight: bold;
            }

            .breadcrumb .container .inner a > i {
                margin-top: -1px;
            }

        .breadcrumb .container .inner .leftar {
            background: url(images/breadcrumb_icon.png) no-repeat left center;
            padding-left: 12px;
            margin-left: 1px;
        }

/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 800px;
}

    .container > hr {
        margin: 20px 0px 15px 0px;
    }

/*
    FORM STYLES
*/

.container-wrapper {
    width: 960px;
    min-height: 200px;
    margin-left: 0px;
}

    .container-wrapper.with-menu {
        min-height: 200px;
        padding-left: 40px;
    }

    .container-wrapper.narrow {
        width: 600px;
        min-height: 200px;
        margin: 0 auto;
        padding-left: 0px;
    }

    .container-wrapper > .form-header {
        width: 100%;
        height: 45px;
    }

        .container-wrapper > .form-header > .form-title {
            vertical-align: middle;
            font-size: 16px;
            color: #7c007f;
            line-height: 45px;
            width: auto;
            width: 100%;
        }

        .container-wrapper > .form-header > .form-header-buttons {
            margin-top: 4px;
            margin-right: 0px;
        }

            .container-wrapper > .form-header > .form-header-buttons > a {
                margin-left: 5px;
                padding-left: 10px;
                padding-right: 10px;
            }

    .container-wrapper > .form-content {
        width: 100%;
        min-height: 50px;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
        -moz-box-shadow: 0 2px 4px rgba(0,0,0,.25);
        box-shadow: 0 2px 4px rgba(0,0,0,.25);
        border-top: thin solid #eeeeee;
    }

        .container-wrapper > .form-content > .form {
            width: 100%;
            min-height: 50px;
            /*border: thin solid #eeeeee;
    border-bottom: none;*/
            border: none;
            padding-top: 14px;
        }

            .container-wrapper > .form-content > .form > form > .control-group,
            .container-wrapper > .form-content > .form > form > .control-group-column > .control-group {
                margin-bottom: 10px;
            }

                .container-wrapper > .form-content > .form > form > .control-group > .control-label {
                    width: 200px;
                }

                .container-wrapper > .form-content > .form > form > .control-group > .controls {
                    margin-left: 220px;
                }

        .container-wrapper > .form-content > .form-footer {
            width: 100%;
            min-height: 5px;
            background-color: #7c007f;
            border-right: thin solid #9c007f;
        }

.container-wrapper > .form-content > .form > table, .dataTables_wrapper {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pagination ul > li > a, .pagination ul > li > span {
    color: #cc6666;
}

    .pagination ul > li > a:hover, .pagination ul > li > span:hover {
        color: #7c007f;
    }

.pagination ul > li.active > a:hover, .pagination ul > li.active > span:hover {
    color: #999999;
}

.filter {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    width: 95%;
}

    .filter h4 {
        margin: 0;
    }

    .filter h5 {
        margin: 0;
    }

    .filter .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 20px;
    }

.filter-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.filter-danger,
.filter-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.filter-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #444444;
}

.filter-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .filter-block > p,
    .filter-block > ul {
        margin-bottom: 0;
    }

    .filter-block p + p {
        margin-top: 5px;
    }

.show-more:hover, .show-less:hover {
    cursor: pointer;
}

.popvpos {
    width: 300px;
    top: 15px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .popvpos.bottom {
        margin-top: 12px;
    }

.popoverMail {
    width: auto !important;
    max-width: 500px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .popoverMail.bottom {
        margin-top: 12px;
    }

.popover.left .arrow {
    top: 25% !important;
}

.profileBox {
    color: #666;
    font-size: 12px;
    display: table;
    width: 270px;
}

.fuelux .spinner input {
    float: left;
    width: 43px;
}

.fuelux .spinner .btn {
    position: relative;
    width: 20px;
    height: 14px;
    padding-top: 0;
    padding-right: 9px;
    padding-left: 9px;
}

    .fuelux .spinner .btn.disabled {
        cursor: not-allowed;
    }

.fuelux .spinner .spinner-buttons {
    position: relative;
    left: -22px;
    float: left;
    width: 20px;
    height: 28px;
}

.fuelux .spinner .spinner-up {
    top: 1px;
    padding: 0 0 4px 1px;
    height: 12px;
}

    .fuelux .spinner .spinner-up i {
        position: relative;
        top: 0px;
    }

.fuelux .spinner .spinner-down {
    top: 2px;
    height: 12px;
    padding: 0 0 4px 1px;
}

    .fuelux .spinner .spinner-down i {
        position: relative;
        top: 0px;
    }

.control-group.error > .spinner .control-label,
.control-group.error > .spinner .help-block,
.control-group.error > .spinner .help-inline {
    color: #b94a48;
}

.control-group-column {
    width: 549px;
    float: left;
    border-right: 1px solid #efefef;
}

.control-group-row {
    width: 1100px;
    float: left;
}

form {
    display: inline-table;
}

.form-signin {
    display: block;
}

.tooltip {
    z-index: 2000 !important;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover,
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #efefef;
    background-image: none;
    color: rgb(51,51,51);
}

.details-table {
    width: 95%;
    margin: 0px auto;
    margin-bottom: 12px;
}

.nav-tabs.custom {
    width: 97%;
    margin: 0px auto;
    margin-bottom: 8px;
}

.tab-content.custom {
    width: 95%;
    margin: 0px auto;
    margin-bottom: 20px;
}

    .tab-content.custom .dataTables_wrapper {
        width: 100%;
    }

.details-table tr td.lbl {
    font-weight: bold;
    width: 180px;
    text-align: right;
    padding-right: 10px;
    background-color: #ffffff !important;
}

.details-table tr td.data {
    width: 320px;
    text-align: left;
    padding-left: 5px;
    padding-top: 4px;
    height: 30px;
}

.nav.nav-tabs.custom > li > a {
    display: block;
    color: #333333;
}

    .nav.nav-tabs.custom > li > a:hover,
    .nav.nav-tabs.custom > li.active > a {
        display: block;
        color: #7c007f;
    }

.content-loading {
    width: 128px;
    height: 128px;
    background-image: url("images/loading2.gif");
    margin: 0px auto;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #CCCCCC;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-webkit-scrollbar-track {
    background: #efefef;
}

@media (min-width: 768px) and (max-width: 979px) {
    .container-wrapper {
        width: 100%;
        padding-right: 0px;
    }

    .control-group-column {
        float: none;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .container-wrapper {
        width: 100%;
        padding-right: 0px;
    }

    .control-group-column {
        float: none;
        border-right: none;
    }
}

@media (max-width: 480px) {
    .container-wrapper {
        width: 100%;
        padding-right: 0px;
    }

        .container-wrapper.with-menu {
            width: 650px;
        }

    .control-group-column {
        float: none;
        border-right: none;
    }
}

@media (max-width: 979px) {
    .container-wrapper {
        width: 100%;
        padding-right: 0px;
    }

        .container-wrapper.with-menu {
            width: 650px;
        }

    .control-group-column {
        float: none;
        border-right: none;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .container-wrapper {
        width: 910px;
    }

        .container-wrapper.with-menu {
            width: 750px;
            padding-left: 0px;
        }

    .control-group-column {
        float: none;
        border-right: none;
    }
}

@media (min-width: 1200px) and (max-width:1400px) {
    .container {
        margin: 0 auto;
        min-width: 1170px;
    }

    .upper-bar {
        min-width: 1170px;
    }

    .container-wrapper {
        width: 900px;
        margin: 0 auto;
    }

        .container-wrapper.narrow {
            width: 800px;
            min-height: 200px;
            margin: 0 auto;
            padding-left: 0px;
        }

        .container-wrapper.with-menu {
            min-height: 200px;
            margin: 0 auto;
            padding-left: 0px;
        }
}

@media (min-width: 1400px) {
    .container {
        margin: 0 auto;
        min-width: 1170px;
    }

    .upper-bar {
        min-width: 1170px;
    }

    .container-wrapper {
        width: 1100px;
        margin: 0 auto;
    }

        .container-wrapper.narrow {
            width: 800px;
            min-height: 200px;
            margin: 0 auto;
            padding-left: 0px;
        }

        .container-wrapper.with-menu {
            min-height: 200px;
            margin: 0 auto;
            padding-left: 0px;
        }
}

/* Wizard CSS*/
.fuelux .wizard {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
    *zoom: 1;
    /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);*/
    margin-bottom: 20px;
}

    .fuelux .wizard:before,
    .fuelux .wizard:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .fuelux .wizard:after {
        clear: both;
    }

    .fuelux .wizard ul {
        padding: 0;
        margin: 0;
        list-style: none outside none;
    }

        .fuelux .wizard ul li {
            position: relative;
            float: left;
            height: 46px;
            padding: 0 20px 0 30px;
            margin: 0;
            font-size: 14px;
            line-height: 46px;
            color: #999999;
            cursor: default;
            background: #ededed;
        }

            .fuelux .wizard ul li .chevron {
                position: absolute;
                top: 0;
                right: -14px;
                display: block;
                border: 24px solid transparent;
                border-right: 0;
                border-left: 14px solid #d4d4d4;
            }

                .fuelux .wizard ul li .chevron:before {
                    position: absolute;
                    top: -24px;
                    right: 1px;
                    display: block;
                    border: 24px solid transparent;
                    border-right: 0;
                    border-left: 14px solid #ededed;
                    content: "";
                }

            .fuelux .wizard ul li.complete {
                color: #468847;
                background: #f3f4f5;
            }

                .fuelux .wizard ul li.complete:hover {
                    cursor: pointer;
                    background: #e7eff8;
                }

                    .fuelux .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #e7eff8;
                    }

                .fuelux .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f3f4f5;
                }

            .fuelux .wizard ul li.active {
                color: #3a87ad;
                background: #f1f6fc;
            }

                .fuelux .wizard ul li.active .chevron:before {
                    border-left: 14px solid #f1f6fc;
                }

            .fuelux .wizard ul li .badge {
                margin-right: 8px;
                padding: 2px 9px;
            }

            .fuelux .wizard ul li:nth-child(1) {
                z-index: 10;
                padding-left: 20px;
                border-radius: 0px 0 0 0px;
            }

            .fuelux .wizard ul li:nth-child(2) {
                z-index: 9;
            }

            .fuelux .wizard ul li:nth-child(3) {
                z-index: 8;
            }

            .fuelux .wizard ul li:nth-child(4) {
                z-index: 7;
            }

            .fuelux .wizard ul li:nth-child(5) {
                z-index: 6;
            }

            .fuelux .wizard ul li:nth-child(6) {
                z-index: 5;
            }

            .fuelux .wizard ul li:nth-child(7) {
                z-index: 4;
            }

            .fuelux .wizard ul li:nth-child(8) {
                z-index: 3;
            }

            .fuelux .wizard ul li:nth-child(9) {
                z-index: 2;
            }

            .fuelux .wizard ul li:nth-child(10) {
                z-index: 1;
            }

    .fuelux .wizard .actions {
        float: right;
        padding-right: 15px;
        line-height: 44px;
        vertical-align: middle;
    }

        .fuelux .wizard .actions a {
            margin-right: 8px;
            font-size: 12px;
            line-height: 45px;
        }

        .fuelux .wizard .actions .btn-prev i {
            margin-right: 5px;
        }

        .fuelux .wizard .actions .btn-next i {
            margin-left: 5px;
        }

.fuelux .step-content .step-pane {
    display: none;
}

.fuelux .step-content .active {
    display: block;
}

.fuelux .tree {
    position: relative;
    padding: 10px 15px 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .fuelux .tree .tree-folder {
        width: 100%;
        min-height: 24px;
        margin-top: 1px;
        cursor: pointer;
    }

        .fuelux .tree .tree-folder .tree-folder-header {
            position: relative;
            height: 24px;
        }

            .fuelux .tree .tree-folder .tree-folder-header:hover {
                background-color: #efefef;
            }

            .fuelux .tree .tree-folder .tree-folder-header i {
                position: absolute;
                top: 4px;
                left: 5px;
                float: left;
            }

            .fuelux .tree .tree-folder .tree-folder-header .tree-folder-name {
                padding-left: 29px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .fuelux .tree .tree-folder .tree-folder-content {
            margin-left: 23px;
        }

    .fuelux .tree .tree-item {
        position: relative;
        width: 100%;
        height: 24px;
        margin-top: 1px;
        cursor: pointer;
    }

        .fuelux .tree .tree-item:hover {
            background-color: #efefef;
        }

        .fuelux .tree .tree-item .tree-item-name {
            padding-left: 29px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .fuelux .tree .tree-item .tree-dot {
            position: absolute;
            top: 12px;
            left: 10px;
            display: block;
            width: 4px;
            height: 4px;
            background-color: #333333;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }

        .fuelux .tree .tree-item .icon-ok {
            position: absolute;
            top: 1px;
            left: 5px;
        }

    .fuelux .tree .tree-selected {
        background-color: #b9dff1;
    }

        .fuelux .tree .tree-selected:hover {
            background-color: #b9dff1;
        }

.radio-buttons {
    float: right;
}

    .radio-buttons input {
        margin-top: -6px;
        margin-left: 13px;
    }

#menu-tree {
    margin: 10px 0px;
}

.nav > li > a {
    color: #3a87ad;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    color: #3a87ad;
    background: #f1f6fc;
}

.filter_well {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 12px;
    padding: 0px;
    margin-top: -14px;
}

    .filter_well .control-label {
        font-size: 13px;
    }

    .filter_well input {
        font-size: 12px;
        height: 26px;
    }

    .filter_well select {
        font-size: 12px;
        height: 36px;
    }

.filter_search_bar {
    display: table;
    width: 97%;
    height: 54px;
    margin: 0px auto;
}

    .filter_search_bar > .form-header-buttons {
        margin: 8px 0px;
    }

        .filter_search_bar > .form-header-buttons > a {
            padding-left: 10px;
            padding-right: 10px;
            padding: 10px;
        }

#filterToggleButton {
    margin: 8px;
    margin-top: 16px;
    font-weight: bold;
    color: #666;
}

.loadContent_wd {
}

.dtTable_buttons {
    width: 100%;
    background: #f5f5f5;
    margin-top: -14px;
    margin-bottom: 18px;
}

.dtTable_buttons_row {
    width: 97%;
    padding: 8px 0px;
    margin: 0px auto;
    display: table;
}

.tree-buttons {
    width: 330px;
    height: 30px;
    padding-top: 10px;
}

    .tree-buttons a {
        font-size: 12px;
        color: #333333;
        float: right;
        margin-right: 2px;
        text-decoration: none;
        padding: 2px 5px;
    }

        .tree-buttons a:hover {
            font-size: 12px;
            color: #333333;
            float: right;
            margin-right: 2px;
            text-decoration: none;
            background-color: #fcf8e3;
        }



/*Thumbnail Background*/
.thumb {
    width: 580px;
    height: 400px;
    margin: 0px auto;
    padding-top: 15px;
}

    .thumb a {
        display: block;
        width: 100%;
        height: 100%;
        /*double layered BG for lighting effect*/
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/PayforHome.png");
    }

    .thumb:hover a {
    }
    /*bottom surface */
    .thumb a:after {
    }
    /*label style*/
    .thumb a span {
    }
    /*shadow*/
    .thumb a:before {
    }

    .thumb:hover a:before {
    }

.speech {
    position: relative;
    width: 400px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

.bubble {
    font-size: 12px;
    line-height: 1.5em;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 0 0 5px;
    background: #e6e6e6;
    color: #505050;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow-y: scroll;
}

    .bubble::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .bubble::-moz-scrollbar {
        width: 0px;
        height: 0px;
    }

    .bubble::-scrollbar {
        width: 0px;
        height: 0px;
    }

.bbubble:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 15px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #000000 transparent;
    display: block;
    width: 0;
    z-index: 1;
}


.modalBig {
    position: fixed;
    top: 10%;
    left: 5%;
    z-index: 1050;
    width: 90%;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.modalBigDetails {
    position: fixed;
    top: 3%;
    left: 2%;
    z-index: 1050;
    width: 95%;
    height: 90%;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    overflow-y: auto;
}

.modalMiddle {
    position: fixed;
    top: 3%;
    left: 20%;
    z-index: 1050;
    width: 60%;
    height: 90%;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    overflow-y: auto;
}

.extraToolBtn {
    margin: 0 5px 0 10px;
    padding: 10px;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.1;
}


.filter {
    padding: 2px 35px 2px 14px;
    margin-bottom: 20px;
    background-color: white;
    border: 0;
    -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important;
    -ms-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    width: 70%;
}

.borderStyle {
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    border-top: thin solid #eeeeee;
}

#pwBody_UpdatePanel {
    width: 100% !important;
}

div.inline {
    float: left;
    position: relative;
}

#dvTimer {
    position: relative;
    float: left;
    text-align: right;
    margin-left: 15px;
    margin-top: 2px;
    font-size: 12px;
}

.dvButtons {
    position: relative;
    width: 60px;
    margin-left: 95%;
}

.row-fluid {
    margin-bottom: 2px;
}

.monitor_text {
    position: relative;
    float: left;
    width: auto;
    font-size: 12px;
}

.black_box {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 6px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.65);
}

.darkred_box {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 6px;
    height: 20px;
    background-color: rgba(255, 0, 0, 0.65);
}

.lightgreen_box {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 6px;
    height: 20px;
    background-color: rgba(195, 130, 186, 0.86);
}

.gray_box {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 6px;
    height: 20px;
    background-color: rgba(128, 128, 128, 0.81);
}

.cyan_box {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 6px;
    height: 20px;
    background-color: rgba(0, 255, 255, 0.92);
}

.red_box {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 6px;
    height: 20px;
    background-color: rgba(255, 106, 0, 0.90);
}

.green_box {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 6px;
    height: 20px;
    background-color: rgba(76, 255, 0, 0.83);
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.enabledbutton {
    pointer-events: all;
    opacity: inherit;
}



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*sortable drag and drop classları*/
#favLinkList .sortable-drag {
    background: #daf4ff;
}



.block {
    opacity: 1;
    position: absolute;
}

.block__list {
    padding: 20px 0;
    max-width: 360px;
    margin-top: -8px;
    margin-left: 5px;
    background-color: #fff;
}

.block__list-title {
    margin: -20px 0 0;
    padding: 10px;
    text-align: center;
    background: #5F9EDF;
}

.block__list li {
    cursor: move;
}

.block__list_words li {
    background-color: #fff;
    padding: 10px 40px;
}

.block__list_words .sortable-ghost {
    opacity: 0.4;
    background-color: #F4E2C9;
}

.block__list_words li:first-letter {
    text-transform: uppercase;
}

.block__list_tags {
    padding-left: 30px;
}

    .block__list_tags:after {
        clear: both;
        content: '';
        display: block;
    }

    .block__list_tags li {
        color: #fff;
        float: left;
        margin: 8px 20px 10px 0;
        padding: 5px 10px;
        min-width: 10px;
        background-color: #5F9EDF;
        text-align: center;
    }

        .block__list_tags li:first-child:first-letter {
            text-transform: uppercase;
        }

.pull-right {
    margin: 0px 2px 3px 2px;
}



.not-seen-tr {
    background-color: rgba(106, 49, 28, 0.1);
    border-left: 9px solid rgba(18, 183, 200, 0.7);
}

.anc-tr {
    /*border-bottom: 1px solid #333;*/
}

.seen-button {
    vertical-align: middle !important;
}

.alert-check-button {
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    outline: none;
    background-color: transparent;
}

.icon-button-alerts {
    opacity: 0.7;
    color: #007791;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 50%;
}


/*Datatables' export and its sub buttons*/
div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

    div.dt-button-info h2 {
        padding: 0.5em;
        margin: 0;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        background-color: #f3f3f3;
    }

    div.dt-button-info > div {
        padding: 1em;
    }

button.dt-button,
div.dt-button,
a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    /* Fallback */
    background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* IE10 */
    background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}

    button.dt-button.disabled,
    div.dt-button.disabled,
    a.dt-button.disabled {
        color: #999;
        border: 1px solid #d0d0d0;
        cursor: default;
        background-color: #f9f9f9;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
    }

    button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
    div.dt-button:active:not(.disabled),
    div.dt-button.active:not(.disabled),
    a.dt-button:active:not(.disabled),
    a.dt-button.active:not(.disabled) {
        background-color: #e2e2e2;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
        box-shadow: inset 1px 1px 3px #999999;
    }

        button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
        div.dt-button:active:not(.disabled):hover:not(.disabled),
        div.dt-button.active:not(.disabled):hover:not(.disabled),
        a.dt-button:active:not(.disabled):hover:not(.disabled),
        a.dt-button.active:not(.disabled):hover:not(.disabled) {
            box-shadow: inset 1px 1px 3px #999999;
            background-color: #cccccc;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
        }

    button.dt-button:hover,
    div.dt-button:hover,
    a.dt-button:hover {
        text-decoration: none;
    }

        button.dt-button:hover:not(.disabled),
        div.dt-button:hover:not(.disabled),
        a.dt-button:hover:not(.disabled) {
            border: 1px solid #666;
            background-color: #e0e0e0;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
        }

    button.dt-button:focus:not(.disabled),
    div.dt-button:focus:not(.disabled),
    a.dt-button:focus:not(.disabled) {
        border: 1px solid #426c9e;
        text-shadow: 0 1px 0 #c4def1;
        outline: none;
        background-color: #79ace9;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
    }

.dt-button embed {
    outline: none;
}

div.dt-buttons {
    position: relative;
    float: right;
}

    div.dt-buttons.buttons-right {
        float: right;
    }

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    z-index: 2002;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
}

    div.dt-button-collection button.dt-button,
    div.dt-button-collection div.dt-button,
    div.dt-button-collection a.dt-button {
        position: relative;
        left: 0;
        right: 0;
        display: block;
        float: none;
        margin-bottom: 4px;
        margin-right: 0;
    }

        div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
        div.dt-button-collection div.dt-button:active:not(.disabled),
        div.dt-button-collection div.dt-button.active:not(.disabled),
        div.dt-button-collection a.dt-button:active:not(.disabled),
        div.dt-button-collection a.dt-button.active:not(.disabled) {
            background-color: #dadada;
            /* Fallback */
            background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* IE10 */
            background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
            /* Opera 11.10+ */
            background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
            box-shadow: inset 1px 1px 3px #666;
        }

    div.dt-button-collection.fixed {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        border-radius: 0;
    }

        div.dt-button-collection.fixed.two-column {
            margin-left: -150px;
        }

        div.dt-button-collection.fixed.three-column {
            margin-left: -225px;
        }

        div.dt-button-collection.fixed.four-column {
            margin-left: -300px;
        }

    div.dt-button-collection > * {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

    div.dt-button-collection.two-column {
        width: 300px;
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }

    div.dt-button-collection.three-column {
        width: 450px;
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }

    div.dt-button-collection.four-column {
        width: 600px;
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
    }

#dtTable_first.disabled, #dtTable_previous.disabled, #dtTable_next.disabled, #dtTable_last.disabled {
    opacity: 0.6 !important;
}

.dt-buttons {
    margin-left: 5px;
}

.ellipsis {
    display: none;
}
body {
    margin: 0, 10px, 0, 10px;
    padding-top: 0px;
    padding-bottom: 60px;
}

.upperletter {
    text-transform: uppercase;
}

.phpdl {
    margin: 4px;
    padding: 7px;
    border-radius: 3px;
    Outline: none;
}

.errorCodeSample {
    margin: 4px;
    padding: 7px;
    border-radius: 3px;
    Outline: none;
}

.btnList {
    margin: 4px;
    padding: 7px;
    border-radius: 3px;
    Outline: none;
}

.cont {
    width: 93%;
    max-width: 350px;
    color: #EEE;
}

hr {
    margin: 20px;
    border: none;
    border-bottom: thin solid rgba(255,255,255,.1);
}

div.title {
    font-size: 2em;
}

h1 span {
    font-weight: 300;
    color: #Fd4;
}

div.stars {
    width: 270px;
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

table.DTFC_Cloned {
    margin-top: 2.5px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    background-color: #fff;
}

.sorting_disabled {
    background: #FFF
}

.container-wrapper > .form-content > .form > table, .dataTables_wrapper {
    width: 97% !important;
    margin: 0 auto;
    margin-bottom: 20px;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "";
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "";
}

table.dataTable thead .sorting_desc:after {
    opacity: 0.2;
    content: "";
}

table.dataTable thead .sorting_asc:after {
    opacity: 0.2;
    content: "";
}

div#dtTable_length {
    position: absolute;   
}

div#dtTable_length select {
    width: 70px !important;
}

.chosenwidth, button.multiselect.dropdown-toggle.btn.btn-default, .controls select{
    width: 320px !important;
}

.controls input[type="text"] {
    width: 306px !important;
}

.controls input[type="checkbox"] {
    margin-top: 5px;
}

.controlsInput {
    width: 220px !important;
}

.addButton{
    margin-top: 15px !important;
    margin-right: 15px !important;
}

.hide-div{
    display: none !important;
}