body {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    background: url(../img/patterns/pattern1.png) #5d5e65;
    color: #555;
}

.textbox-loader {
    
    background: white url('../img/loaders/14.gif') no-repeat right center !important;
}

.help-block, .help-inline {
    color: #555;
    font-style: italic;
    font-size: 14px;
}

.label {
    border-radius: 2px;
    moz-webkit-padding: 2px 4px 2px;
}

.badge {
    border-radius: 15px;
    moz-webkit-padding: 3px 9px 2px;
}

.label, .badge {
    font-weight: normal;
}

.help-block {
    margin: 0;
}

.settings_dropdown {
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    moz-webkit-padding: 0;
}

.settings_dropdown {
    margin: 0 -23px;
}

.widget_option_dropdown {
    margin: 0 -1px;
}

.settings_dropdown li, .user_dropdown li {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 5px;
    white-space: nowrap;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
    background: #fdfdfd;
    background: -webkit-linear-gradient(top,rgba(253,253,253,1) 0,rgba(245,245,245,1) 100%);
    background: -moz-linear-gradient(top,rgba(253,253,253,1) 0,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top,rgba(253,253,253,1) 0,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top,rgba(253,253,253,1) 0,rgba(245,245,245,1) 100%);
    background: linear-gradient(top,rgba(253,253,253,1) 0,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#f5f5f5',GradientType=0);
}

    .settings_dropdown li:hover, .user_dropdown li:hover {
        background: #f5f5f5;
    }

    .settings_dropdown li a, .user_dropdown li a {
        padding: 3px 8px;
    }

        .user_dropdown li a i {
            margin-top: 1px;
            padding-left: 10px;
            padding-right: 0;
        }

    .settings_dropdown li:first-child > a {
        border-top: 0;
    }

    .settings_dropdown li:last-child > a {
        border-bottom: 0;
    }

.header_wrapper {
    -webkit-box-shadow: 0 0 5px 0 #eee inset;
    box-shadow: 0 0 5px 0 #eee inset;
    webkit-height: 40px;
    background: #f8f8f8;
    background: -webkit-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: -moz-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
}

    .header_wrapper:before, .header_wrapper:after {
        content: "";
        display: table;
    }

    .header_wrapper:after {
        clear: both;
    }

    .header_wrapper .logo {
        display: block;
        float: left;
        margin: 5px 0;
    }


    .header_wrapper .user_nav {
        float: right;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .header_wrapper .user_nav > li {
            border-right: 1px solid #cdcdcd;
            border-left: 1px solid #fff;
            float: left;
            padding: 0 5px 0 3px;
            position: relative;
        }

            .header_wrapper .user_nav > li:first-child, .header_wrapper .user_nav > li:last-child {
                padding: 0;
            }

            .header_wrapper .user_nav > li:first-child {
                border-left: none;
            }

            .header_wrapper .user_nav > li:last-child {
                border-right: 0;
            }

                .header_wrapper .user_nav > li:first-child a, .header_wrapper .user_nav > li:last-child a {
                    cursor: default;
                }

            .header_wrapper .user_nav > li.open {
                background: #f5f5f5;
            }

            .header_wrapper .user_nav > li.user_name {
                font-size: 18px;
                font-weight: bold;
                height: 40px;
                line-height: 40px;
                padding-right: 20px;
            }

            .header_wrapper .user_nav > li > a {
                display: block;
                font-size: 14px;
                line-height: 20px;
                padding: 5px 8px 3px;
                position: relative;
                z-index: 1001;
                min-height: 30px;
                min-width: 20px;
                outline: 0;
            }

                .header_wrapper .user_nav > li > a .badge {
                    right: -3px;
                    top: 0;
                    position: absolute;
                    padding: 1px 6px;
                }

                .header_wrapper .user_nav > li > a:hover {
                    color: #fff;
                    text-decoration: none;
                }

[class*="icon_"] {
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.header_wrapper .user_nav > li > a.icon_search {
    background-image: url(../img/icons/gray/glyphicons_027_search.png);
}

.header_wrapper .user_nav > li > a.icon_mail {
    background-image: url(../img/icons/gray/glyphicons_010_envelope.png);
}

.header_wrapper .user_nav > li > a.icon_settings {
    background-image: url(../img/icons/gray/glyphicons_280_settings.png);
}

.header_wrapper .user_nav > li > a.icon_logout {
    background-image: url(../img/icons/gray/glyphicons_063_power.png);
}

.header_wrapper .user_nav > li > a.icon_refresh {
    background-image: url(../img/icons/gray/glyphicons_081_refresh.png);
}

.header_wrapper .user_nav > li > a.icon_refresh_gif {
    background-image: url(../img/icons/gray/refresh.gif);
}

.header_wrapper .user_nav > li > a.icon_support {
    background-image: url(../img/icons/gray/glyphicons_355_announcement.png);
}

.user_dropdown {
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    moz-webkit-padding: 0;
    margin-top: 10px;
    top: 30px;
}

    .user_dropdown > .new {
        background: #f8f8f8;
        background: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
        background: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
        background: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
        background: -ms-linear-gradient(top,#f8f8f8 0,#eee 100%);
        background: linear-gradient(top,#f8f8f8 0,#eee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#eeeeee',GradientType=0);
    }

    .user_dropdown > .list, .user_dropdown > .list_hidden {
        overflow: hidden;
        min-width: 250px;
        padding: 5px 5px 5px 10px;
    }

        .user_dropdown > .list > .list_title, .user_dropdown > .list_hidden > .list_title {
            float: left;
            display: inline-block;
            width: 80%;
            font-size: 14px;
        }

    .settings_dropdown > li > a:hover, .user_dropdown > li > a:hover {
        background-color: transparent;
        color: #555;
        text-decoration: none;
    }

    .user_dropdown > .list > .list_title > span, .user_dropdown > .list_hidden > .list_title > span {
        display: block;
        font-weight: normal;
        font-size: 14px;
    }

        .user_dropdown > .list > .list_title > span > a, .user_dropdown > .list_hidden > .list_title > span > a, .user_dropdown > .list > .list_title > .message > span > a {
            display: inline;
            padding: 0;
            font-style: italic;
        }

.list_action > .btn-toolbar {
    margin: 9px 0 0 0;
}

.user_dropdown > .list > .list_action, .user_dropdown > .list_hidden > .list_action {
    float: right;
    display: inline-block;
    width: 20%;
}

    .user_dropdown > .list > .list_action a, .user_dropdown > .list > .list_title > span > a, .user_dropdown > .list_hidden > .list_action a {
        clear: none;
    }

.user_dropdown > .list_hidden {
    display: none;
}

.user_dropdown > .list_all {
    background: #eceded;
}

.user_dropdown > .list > .list_title > .message > span {
    font-size: 14px;
    font-style: italic;
}

.user_dropdown > .list > .list_title > .message > .subject {
    display: block;
    padding: 0;
}

.user_dropdown > .list > .list_title > .message > p {
    font-size: 14px;
}

.i_action_view {
    width: 10px;
}

.i_action_delete {
    width: 9px;
    height: 10px;
}

.i_action_view, .i_action_delete {
    margin-top: -3px;
}

.list_all > .list_expand {
    text-align: center;
}

.header_wrapper .user_nav > .open > .user_dropdown:after, .search:after {
    border-bottom: 6px solid #fdfdfd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 5px;
    position: absolute;
    top: -6px;
}

.search {
    background: #fdfdfd;
    background: -webkit-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    background: -moz-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    background: -o-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    background: linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#f5f5f5',GradientType=0);
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    moz-webkit-display: none;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1000;
    min-width: 160px;
}

.search_form {
    margin-bottom: 10px;
}

    .search_form .input_box {
        padding: 10px 0 0 10px;
    }

.login {
    margin: auto;
    margin-top: 8%;
    background: #eceded;
    padding: 20px;
    width: 310px;
    text-align: center;
    border-radius: 2px;
    moz-webkit-margin: 12% auto;
}


.logout {
    background: #eceded;
    padding: 20px;
    width: 500px;
    border-radius: 2px;
    moz-webkit-margin: 12% auto;
    height: 200px;
    text-align: center;
}

.login img.login-img-logo {
    width: 80px;
    position: relative;
    left: 32%;
    margin: 20px 0 30px;
    border: 5px solid #989393;
    border-radius: 100px;
}

.contentainer_wrapper, .highligts_content {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.iMenu {
    display: none;
}

.statistics {
    text-align: center;
}

.quickstats {
    overflow: hidden;
    margin: 0;
}

    .quickstats li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
        position: relative;
        background: #f8f8f8;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: -moz-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: -o-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: -ms-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
        border-radius: 2px;
        -webkit-box-shadow: 0 -2px 5px 0 #fff inset;
        box-shadow: 0 -2px 5px 0 #fff inset;
    }

        .quickstats li:hover {
            background: #fff;
            background: url(data: image/svg+xml);
            background: -webkit-radial-gradient(center,ellipse cover,#fff 0,#e8e8e8 100%);
            background: -moz-radial-gradient(center,ellipse cover,#fff 0,#e8e8e8 100%);
            background: -o-radial-gradient(center,ellipse cover,#fff 0,#e8e8e8 100%);
            background: -ms-radial-gradient(center,ellipse cover,#fff 0,#e8e8e8 100%);
            background: radial-gradient(center,ellipse cover,#fff 0,#e8e8e8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=1);
        }

    .quickstats .red, .quickstats .green, .quickstats .blue, .quickstats .yellow, .quickstats .aqua, .quickstats .blue a, .quickstats .red a, .quickstats .green a, .quickstats .aqua a {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .quickstats li.red, button.red {
        background: #fe633f;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,rgba(254,99,63,1) 0,rgba(190,74,47,1) 100%);
        background: -moz-linear-gradient(top,rgba(254,99,63,1) 0,rgba(190,74,47,1) 100%);
        background: -o-linear-gradient(top,rgba(254,99,63,1) 0,rgba(190,74,47,1) 100%);
        background: -ms-linear-gradient(top,rgba(254,99,63,1) 0,rgba(190,74,47,1) 100%);
        background: linear-gradient(top,rgba(254,99,63,1) 0,rgba(190,74,47,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe633f',endColorstr='#be4a2f',GradientType=0);
        text-shadow: 0;
    }

        .quickstats li.red:hover, button.red:hover {
            background: #fe633f;
            background: url(data: image/svg+xml);
            background: -webkit-radial-gradient(center,ellipse cover,#fe633f 0,#be4a2f 100%);
            background: -moz-radial-gradient(center,ellipse cover,#fe633f 0,#be4a2f 100%);
            background: -o-radial-gradient(center,ellipse cover,#fe633f 0,#be4a2f 100%);
            background: -ms-radial-gradient(center,ellipse cover,#fe633f 0,#be4a2f 100%);
            background: radial-gradient(center,ellipse cover,#fe633f 0,#be4a2f 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe633f',endColorstr='#be4a2f',GradientType=1);
            text-shadow: 0;
        }

    .quickstats li.green, button.green {
        background: #72a603;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,rgba(114,166,3,1) 0,rgba(70,115,2,1) 100%);
        background: -moz-linear-gradient(top,rgba(114,166,3,1) 0,rgba(70,115,2,1) 100%);
        background: -o-linear-gradient(top,rgba(114,166,3,1) 0,rgba(70,115,2,1) 100%);
        background: -ms-linear-gradient(top,rgba(114,166,3,1) 0,rgba(70,115,2,1) 100%);
        background: linear-gradient(top,rgba(114,166,3,1) 0,rgba(70,115,2,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a603',endColorstr='#467302',GradientType=0);
        text-shadow: 0;
    }

        .quickstats li.green:hover, button.green:hover {
            background: #72a603;
            background: url(data: image/svg+xml);
            background: -webkit-radial-gradient(center,ellipse cover,#72a603 0,#467302 100%);
            background: -moz-radial-gradient(center,ellipse cover,#72a603 0,#467302 100%);
            background: -o-radial-gradient(center,ellipse cover,#72a603 0,#467302 100%);
            background: -ms-radial-gradient(center,ellipse cover,#72a603 0,#467302 100%);
            background: radial-gradient(center,ellipse cover,#72a603 0,#467302 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a603',endColorstr='#467302',GradientType=1);
            text-shadow: 0;
        }

    .quickstats li.blue, button.blue {
        background: #23befc;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,rgba(35,190,252,1) 0,rgba(30,145,217,1) 100%);
        background: -moz-linear-gradient(top,rgba(35,190,252,1) 0,rgba(30,145,217,1) 100%);
        background: -o-linear-gradient(top,rgba(35,190,252,1) 0,rgba(30,145,217,1) 100%);
        background: -ms-linear-gradient(top,rgba(35,190,252,1) 0,rgba(30,145,217,1) 100%);
        background: linear-gradient(top,rgba(35,190,252,1) 0,rgba(30,145,217,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23befc',endColorstr='#1e91d9',GradientType=0);
        text-shadow: 0;
    }

        .quickstats li.blue:hover, button.blue:hover {
            background: #23befc;
            background: url(data: image/svg+xml);
            background: -webkit-radial-gradient(center,ellipse cover,#23befc 0,#1e91d9 100%);
            background: -moz-radial-gradient(center,ellipse cover,#23befc 0,#1e91d9 100%);
            background: -o-radial-gradient(center,ellipse cover,#23befc 0,#1e91d9 100%);
            background: -ms-radial-gradient(center,ellipse cover,#23befc 0,#1e91d9 100%);
            background: radial-gradient(center,ellipse cover,#23befc 0,#1e91d9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23befc',endColorstr='#1e91d9',GradientType=1);
            text-shadow: 0;
        }

    .quickstats li.yellow, button.yellow {
        background: #fcf485;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,rgba(252,244,133,1) 0,rgba(249,229,0,1) 100%);
        background: -moz-linear-gradient(top,rgba(252,244,133,1) 0,rgba(249,229,0,1) 100%);
        background: -o-linear-gradient(top,rgba(252,244,133,1) 0,rgba(249,229,0,1) 100%);
        background: -ms-linear-gradient(top,rgba(252,244,133,1) 0,rgba(249,229,0,1) 100%);
        background: linear-gradient(top,rgba(252,244,133,1) 0,rgba(249,229,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf485',endColorstr='#f9e500',GradientType=0);
        text-shadow: 0;
    }

        .quickstats li.yellow:hover, button.yellow:hover {
            background: #f7ef9e;
            background: url(data: image/svg+xml);
            background: -webkit-radial-gradient(center,ellipse cover,#f7ef9e 0,#f9e500 100%);
            background: -moz-radial-gradient(center,ellipse cover,#f7ef9e 0,#f9e500 100%);
            background: -o-radial-gradient(center,ellipse cover,#f7ef9e 0,#f9e500 100%);
            background: -ms-radial-gradient(center,ellipse cover,#f7ef9e 0,#f9e500 100%);
            background: radial-gradient(center,ellipse cover,#f7ef9e 0,#f9e500 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ef9e',endColorstr='#f9e500',GradientType=1);
            text-shadow: 0;
        }

    .quickstats li.aqua, button.aqua {
        background: #5bc0de;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,rgba(91,192,222,1) 0,rgba(47,150,180,1) 100%);
        background: -moz-linear-gradient(top,rgba(91,192,222,1) 0,rgba(47,150,180,1) 100%);
        background: -o-linear-gradient(top,rgba(91,192,222,1) 0,rgba(47,150,180,1) 100%);
        background: -ms-linear-gradient(top,rgba(91,192,222,1) 0,rgba(47,150,180,1) 100%);
        background: linear-gradient(top,rgba(91,192,222,1) 0,rgba(47,150,180,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4',GradientType=0);
        text-shadow: 0;
    }

        .quickstats li.aqua:hover, button.aqua:hover {
            background: #5bc0de;
            background: url(data: image/svg+xml);
            background: -webkit-radial-gradient(center,ellipse cover,#5bc0de 0,#2f96b4 100%);
            background: -moz-radial-gradient(center,ellipse cover,#5bc0de 0,#2f96b4 100%);
            background: -o-radial-gradient(center,ellipse cover,#5bc0de 0,#2f96b4 100%);
            background: -ms-radial-gradient(center,ellipse cover,#5bc0de 0,#2f96b4 100%);
            background: radial-gradient(center,ellipse cover,#5bc0de 0,#2f96b4 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4',GradientType=1);
            text-shadow: 0;
        }

    .quickstats li a {
        color: #555;
        display: block;
        padding: 10px 15px;
        white-space: nowrap;
        min-height: 50px;
        min-width: 100px;
    }

        .quickstats li a:hover {
            text-decoration: none;
        }

        .quickstats li a span {
            display: block;
            min-width: 100px;
            position: absolute;
            bottom: 10px;
        }

            .quickstats li a span.top_button_label {
                text-align: center;
                font-size: 15px;
                color: White;
            }

.sidebar_navigation {
    width: 170px;
    float: left;
    display: inline-block;
    z-index: 10;
}

    .sidebar_navigation ul {
        margin: 0;
        padding: 0;
    }

        .sidebar_navigation ul li {
            list-style: none;
            display: block;
            margin-bottom: 5px;
            border-top-right-radius: 0;
            border-top-left-radius: 2px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 2px;
            border-radius: 2px 0 0 2px;
            webkit-background: url(data: image/svg+xml);
            background: -webkit-linear-gradient(left,rgba(191,191,191,1) 95%,rgba(194,194,194,0.6) 100%);
            background: -moz-linear-gradient(left,rgba(191,191,191,1) 95%,rgba(194,194,194,0.6) 100%);
            background: -o-linear-gradient(left,rgba(191,191,191,1) 95%,rgba(194,194,194,0.6) 100%);
            background: -ms-linear-gradient(left,rgba(191,191,191,1) 95%,rgba(194,194,194,0.6) 100%);
            background: linear-gradient(left,rgba(191,191,191,1) 95%,rgba(194,194,194,0.6) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf',endColorstr='#99c2c2c2',GradientType=1);
            padding-bottom: 5px;
        }

            .sidebar_navigation ul li:hover {
                background: #eceded;
            }

            .sidebar_navigation ul li.active {
                background: #eceded;
                border-radius: 3px 0 0 3px;
            }

            .sidebar_navigation ul li a {
                display: block;
                text-decoration: none;
                color: #555;
                padding: 10px 0;
            }

                .sidebar_navigation ul li a:hover {
                    text-decoration: none;
                    -webkit-transition: color .5s ease-out 0s;
                    -moz-transition: color .5s ease-out 0s;
                    -o-transition: color .5s ease-out 0s;
                    -ms-transition: color .5s ease-out 0s;
                    transition: color .5s ease-out 0s;
                    color: #000;
                }

.tab_label {
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding-left: 40px;
}

.tab_info {
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
    display: block;
    padding-left: 50px;
}

.i_dashboard {
    background-image: url(../img/icons/gray/glyphicons_020_home.png);
}

.i_forms {
    background-image: url(../img/icons/gray/glyphicons_037_credit.png);
}

.i_elements {
    background-image: url(../img/icons/gray/glyphicons_351_book_open.png);
}

.i_list {
    background-image: url(../img/icons/gray/glyphicons_114_list.png);
}

.i_typography {
    background-image: url(../img/icons/gray/glyphicons_003_user.png);
}

.i_tables {
    background-image: url(../img/icons/gray/glyphicons_323_calculator.png);
}

.i_gallery {
    background-image: url(../img/icons/gray/glyphicons_323_calculator.png);
}

.i_grid {
    background-image: url(../img/icons/gray/glyphicons_059_cargo.png);
}

.i_admin {
    background-image: url(../img/icons/gray/glyphicons_280_settings.png);
}

[class*="i_"] {
    background-position: 5px 15px;
    background-repeat: no-repeat;
}

.content_wrapper {
    background: #ededed;
    width: 83%;
    min-height: 570px;
    float: left;
    border-radius: 0 3px 3px 3px;
}

.content_body {
    background: #ededed;
    width: 825px;
    min-height: 560px;
    margin: auto;
    padding-left: 5px;
    height: auto;
    position: relative;
}

.content_header h3, .content_header span {
    text-shadow: 0 1px #fff;
    font-weight: normal;
}

.content_actions_nav {
    text-align: center;
}

    .content_actions_nav .actions_nav {
        display: inline-table;
        text-align: center;
        margin: 5px 0 0;
    }

        .content_actions_nav .actions_nav > li {
            border: 1px solid #cdcdcd;
            -webkit-box-shadow: 0 1px 0 #fff;
            box-shadow: 0 1px 0 #fff;
            moz-webkit-display: block;
            float: left;
            margin: 0 10px 0 0;
            background: #f8f8f8;
            background: url(data: image/svg+xml);
            background: -webkit-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: -moz-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: -o-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: -ms-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
        }

            .content_actions_nav .actions_nav > li:last-child {
                margin-right: 0;
            }

            .content_actions_nav .actions_nav > li > a {
                padding: 5px 8px;
            }

                .content_actions_nav .actions_nav > li > a > img {
                    height: 24px;
                }

.contents .content_actions {
    margin: 12px 0 0;
}

.content_actions > li {
    margin-left: 10px;
}

.content_wrapper .contents {
    padding: 10px 10px 0px 10px;
    margin-bottom: -20px;
}

.separator {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #cdcdcd;
    height: 0;
    margin: 20px 0;
    position: relative;
}

    .separator > span {
        background: url("../img/separator.png") no-repeat scroll 50% center #e6e6e6;
        display: block;
        height: 9px;
        left: 50%;
        margin-left: -30px;
        padding: 0 3px;
        position: absolute;
        top: -5px;
        width: 30px;
    }

[class*="ico_16_"] {
    -webkit-background-size: 22px auto;
    -moz-background-size: 22px auto;
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 0 11px;
}

.ico_16_dashboard {
    background-image: url(../img/icons/gray/glyphicons_020_home.png);
}

.ico_16_forms {
    background-image: url(../img/icons/gray/glyphicons_019_cogwheel.png);
}

.ico_16_elements {
    background-image: url(../img/icons/gray/glyphicons_020_home.png);
}

.ico_16_typography {
    background-image: url(../img/icons/gray/glyphicons_100_font.png);
}

.ico_16_tables {
    background-image: url(../img/icons/gray/glyphicons_090_table.png);
}

.ico_16_gallery {
    background-image: url(../img/icons/gray/glyphicons_159_picture.png);
}

.ico_16_grid {
    background-image: url(../img/icons/gray/glyphicons_155_show_thumbnails.png);
}

.ico_16_charts {
    background-image: url(../img/icons/gray/glyphicons_041_charts.png);
}

.breadcrumb {
    border: 1px solid #cdcdcd;
    background: #f8f8f8;
    background: url(data: image/svg+xml);
    background: -webkit-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: -moz-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    background: linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
    border-radius: 2px;
}

    .breadcrumb li {
        position: relative;
    }

        .breadcrumb li a {
            padding: 10px 0;
        }

    .breadcrumb .submenu {
        position: absolute;
        left: 0;
        display: none;
        margin: -5px 0 0 -1px;
        padding: 0;
        list-style: none;
        z-index: 10;
    }

        .breadcrumb .submenu:after {
            border-bottom: 6px solid #fdfdfd;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: "";
            display: inline-block;
            left: 10px;
            position: absolute;
            top: -6px;
        }

        .breadcrumb .submenu > li, .nav > li > ul > li {
            min-width: 100px;
            display: block;
            border-top: 1px solid #fff;
            padding: 5px 20px 5px 5px;
        }

.dropdown-menu, .nav-pills .dropdown-menu {
    border-radius: 2px;
}

.nav > li > .dropdown-menu {
    margin-top: 0;
}

.nav > li > a {
    color: #555;
}

.nav li ul li a {
    padding-left: 10px;
}

.nav > li > a:active {
    background: 0;
}

.breadcrumb .submenu a {
    display: block;
    padding: 0 10px;
    color: #555;
}

*html .breadcrumb .submenu {
    margin: 0 0 0 -2px;
}

.widget {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px -2px #ccc;
    box-shadow: 0 2px 2px -2px #ccc;
    moz-webkit-margin-bottom: 20px;
    position: relative;
}

.widget_wrapper {
    background: #f7f7f7;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    min-height: 535px;
    height: auto;
    -webkit-box-shadow: 0 2px 2px -2px #ccc;
    box-shadow: 0 2px 2px -2px #ccc;
    moz-webkit-position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .widget_wrapper .widget_header {
        border-bottom: 1px solid #cdcdcd;
        -webkit-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff;
        moz-webkit-position: relative;
        text-shadow: 0 1px #fff;
        height: 40px;
        border-radius: 2px;
        moz-webkit-background: #f8f8f8;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: -moz-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: -o-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: -ms-linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        background: linear-gradient(top,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
    }

        .widget_wrapper .widget_header .widget_header_name {
            float: left;
            padding-left: 10px;
            margin-top: 10px;
            font-weight: bold;
            font-size: 18px;
        }

.widget_header_option > h3 {
    padding-left: 10px !important;
}

.widget_header_option > .widget_check {
    border-right: 1px solid #cdcdcd;
    float: left;
    padding: 10px 3px 12px 12px;
    text-align: center;
    width: 25px;
}

.widget_option {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

    .widget_option > a {
        border-left: 1px solid #cdcdcd;
        clear: both;
        color: #636363;
        display: block;
        padding: 33px 20px 8px;
        outline: 0;
    }

.settings_dropdown li a span {
    padding-left: 16px;
    padding-right: 10px;
}

.settings_dropdown li a i {
    margin-top: 1px;
    padding-left: 10px;
    padding-right: 0;
}

.widget_content {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: -10px;
    margin-bottom: 20px;
    clear: both;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    width: 98%;
}

.no-padding {
    padding: 0;
}

[class*="icos_"] {
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 8px 9 8px 9;
}

[class*="icons_"] {
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
    background-repeat: no-repeat;
}

.icos_chart {
    background-image: url(../img/icons/gray/glyphicons_041_charts.png);
}

.icos_settings {
    background-image: url(../img/icons/gray/glyphicons_019_cogwheel.png);
}

.icos_pen {
    background-image: url(../img/icons/gray/glyphicons_235_pen.png);
}

.icos_skull {
    background-image: url(../img/icons/gray/glyphicons_290_skull.png);
}

.icos_candle {
    background-image: url(../img/icons/gray/glyphicons_334_candle.png);
}

.icos_lock {
    background-image: url(../img/icons/gray/glyphicons_203_lock.png);
}

.icos_font {
    background-image: url(../img/icons/gray/glyphicons_100_font.png);
}

.icos_bold {
    background-image: url(../img/icons/gray/glyphicons_102_bold.png);
}

.icos_cloud {
    background-image: url(../img/icons/gray/glyphicons_232_cloud.png);
}

.icos_cup {
    background-image: url(../img/icons/gray/glyphicons_074_cup.png);
}

.icos_table {
    background-image: url(../img/icons/gray/glyphicons_090_table.png);
}

.icos_list {
    background-image: url(../img/icons/gray/glyphicons_114_list_2.png);
}

.icos_italic {
    background-image: url(../img/icons/gray/glyphicons_101_italic.png);
}

.icos_picture {
    background-image: url(../img/icons/gray/glyphicons_159_picture.png);
}

.icos_sort {
    background-image: url(../img/icons/gray/glyphicons_319_sort.png);
}

.icos_big_thumbnails {
    background-image: url(../img/icons/gray/glyphicons_154_show_big_thumbnails.png);
}

.icos_show_thumbnails {
    background-image: url(../img/icons/gray/glyphicons_155_show_thumbnails.png);
}

.icos_youtube {
    background-image: url(../img/icons/gray/glyphicons_382_youtube.png);
}

.icos_vimeo {
    background-image: url(../img/icons/gray/glyphicons_394_vimeo.png);
}

.icos_video {
    background-image: url(../img/icons/gray/glyphicons_180_facetime_video.png);
}

.icos_thumbnails {
    background-image: url(../img/icons/gray/glyphicons_155_show_thumbnails.png);
}

.icos_stats {
    background-image: url(../img/icons/gray/glyphicons_040_stats.png);
}

.icos_pie_chart {
    background-image: url(../img/icons/gray/glyphicons_042_pie_chart.png);
}

.icos_shart {
    background-image: url(../img/icons/gray/glyphicons_283_t-shirt.png);
}

.icos_windows {
    background-image: url(../img/icons/gray/glyphicons_153_more_windows.png);
}

.icos_leaf {
    background-image: url(../img/icons/gray/glyphicons_001_leaf.png);
}

.icos_heart {
    background-image: url(../img/icons/gray/glyphicons_012_heart.png);
}

.icos_magic {
    background-image: url(../img/icons/gray/glyphicons_009_magic.png);
}

.icos_fire {
    background-image: url(../img/icons/gray/glyphicons_022_fire.png);
}

.icos_sheriffs_star {
    background-image: url(../img/icons/gray/glyphicons_257_sheriffs_-star.png);
}

.icos_snowflake {
    background-image: url(../img/icons/gray/glyphicons_021_snowflake.png);
}

.icos_turtle {
    background-image: url(../img/icons/gray/glyphicons_338_turtle.png);
}

.icos_calendar {
    background-image: url(../img/icons/gray/glyphicons_045_calendar.png);
}

.icos_bell {
    background-image: url(../img/icons/gray/glyphicons_333_bell.png);
}

.icos_share {
    background-image: url(../img/icons/gray/glyphicons_326_share.png);
}


.icos_more {
    background-image: url(../img/icons/gray/glyphicons_138_computer_proces.png);
}

.icos_tags {
    background-image: url(../img/icons/gray/glyphicons_066_tags.png);
}

.icos_pin_flag {
    background-image: url(../img/icons/gray/glyphicons_337_pin_flag.png);
}

.icons_add {
    background-image: url(../img/icons/gray/glyphicons_190_circle_plus.png);
}

.icons_remove {
    background-image: url(../img/icons/gray/glyphicons_192_circle_remove.png);
}

.icons_edit {
    background-image: url(../img/icons/gray/glyphicons_151_edit.png);
}

.icons_heart {
    background-image: url(../img/icons/gray/glyphicons_012_heart.png);
}

.icons_profile {
    background-image: url(../img/icons/gray/glyphicons_004_girl.png);
}

.icons_settings {
    background-image: url(../img/icons/gray/glyphicons_023_cogwheels.png);
}

.icons_logout {
    background-image: url(../img/icons/gray/glyphicons_222_share.png);
}

.footer {
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    color: #888;
}

.show-grid {
    margin-bottom: 20px;
    margin-top: 10px;
}

    .show-grid [class*="span"] {
        background-color: #bbb;
        border-radius: 3px 3px 3px 3px;
        border: #aaa 1px solid;
        line-height: 30px;
        min-height: 30px;
        text-align: center;
        color: #fff;
    }

ul.circle {
    list-style: circle outside none;
}

ul.square {
    list-style: square outside none;
}

ul.lower-alpha {
    list-style: lower-alpha outside none;
}

ul.upper-alpha {
    list-style: upper-alpha outside none;
}

ul.lower-roman {
    list-style: lower-roman outside none;
}

ul.upper-roman {
    list-style: upper-roman outside none;
}

ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}

.unordered li, .ordered li, .circle li, .square li, .lower-alpha li, .upper-alpha li, .lower-roman li, .upper-roman li, .unstyled li {
    margin: 10px 0;
}

blockquote p {
    font-size: 14px;
}

blockquote.quoted:after {
    bottom: -20px;
    content: "”";
    float: right;
    position: absolute;
    right: 0;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

blockquote.quoted:before {
    content: "“";
    left: -5px;
    position: absolute;
    top: 10px;
}

blockquote.quoted:before, blockquote.quoted:after {
    font-size: 40px;
    font-style: italic;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

blockquote.quoted {
    border-left: medium none;
    margin: 0 0 18px;
    padding: 0 0 0 15px;
    position: relative;
}

dd {
    margin: 5px 0 15px 10px;
}

.plots {
    margin-top: 20px;
}

.bolt_tips {
    background: #f8f8f8;
    background: url(data: image/svg+xml);
    background: -webkit-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -o-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    -image -image filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 0 3px #d1d1d1;
    box-shadow: 0 0 3px #d1d1d1;
    padding: 5px 10px;
}

#tooltipPie > b {
    font-weight: normal;
}

.bolt-chart-legend {
    text-align: center;
    border: 1px solid #cdcdcd;
    height: 150px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 0 #fff inset,-1px -1px 0 #fff inset;
    box-shadow: 1px 1px 0 #fff inset,-1px -1px 0 #fff inset;
}

    .bolt-chart-legend .bolt-chart-sparkline {
        margin-top: 20px;
        height: 48px;
    }

    .bolt-chart-legend .bolt-chart-icon {
        margin: auto;
        margin-top: 20px;
    }

        .bolt-chart-legend .bolt-chart-icon img {
            width: 48px;
        }

    .bolt-chart-legend .bolt-chart-heading {
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .bolt-chart-legend .bolt-chart-desc {
        color: #888;
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
        font-weight: bold;
    }

.bolt-chart-footer {
    height: 40px;
    border-top: 1px solid #cdcdcd;
    margin-top: 10px;
    margin-bottom: 0;
}

    .bolt-chart-footer .bolt-chart-footer-element {
        width: 49%;
        border-right: 1px solid #cdcdcd;
        float: left;
        height: 50px;
    }

    .bolt-chart-footer .no-border-right {
        border-right: 0;
    }

    .bolt-chart-footer .bolt-chart-heading {
        text-align: center;
        margin-top: 5px;
        font-size: 16px;
    }

    .bolt-chart-footer .bolt-chart-desc {
        text-align: center;
        margin-top: 5px;
    }

.ui_action_element_list {
    margin-bottom: 15px;
    padding: 1px 0;
    overflow: hidden;
}

.ui_action_element, .ui_action_element_alt {
    margin: 0;
    text-align: center;
}

    .ui_action_element > li {
        display: inline-block;
        float: left;
        background: #ededed;
        border: 1px solid #cdcdcd;
        margin: 0 10px 10px 0;
        -webkit-box-shadow: 0 1px 1px #ccc inset,0 1px 1px #fcfcfc,0 0 0 1px #f5f5f5;
        box-shadow: 0 1px 1px #ccc inset,0 1px 1px #fcfcfc,0 0 0 1px #f5f5f5;
        webkit-height: 70px;
        width: 85px;
        position: relative;
    }

        .ui_action_element > li > a {
            background: #f8f8f8;
            background: url(data: image/svg+xml);
            background: -webkit-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: -moz-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: -o-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: -ms-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            background: linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
            border: 1px solid #cdcdcd;
            -webkit-box-shadow: 0 0 1px 0 #b5b5b5;
            box-shadow: 0 0 1px 0 #b5b5b5;
            webkit-height: 54px;
            width: 68px;
            margin: 8px;
        }

        .ui_action_element > li, .ui_action_element > li > a {
            border-radius: 2px;
        }

            .ui_action_element > li > a > img {
                padding-top: 14px;
            }

            .ui_action_element > li > a > .badge {
                position: absolute;
                top: 5px;
                right: 5px;
            }

hr {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #fff;
    margin: 15px 0;
}

.ui_action_element_alt > li {
    background: #f8f8f8;
    background: url(data: image/svg+xml);
    background: -webkit-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -o-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
    display: inline-block;
    border: 1px solid #cdcdcd;
    float: left;
    margin: 0 10px 10px 0;
    -webkit-box-shadow: 0 0 0 #ccc inset,0 1px 0 #fff,0 0 1px 1px #f5f5f5;
    box-shadow: 0 0 0 #ccc inset,0 1px 0 #fff,0 0 1px 1px #f5f5f5;
    height: 90px;
    width: 85px;
}

    .ui_action_element_alt > li:hover {
        background: white;
    }

    .ui_action_element_alt > li > a {
        height: 74px;
        min-height: 54px;
        border: 1px solid #cdcdcd;
        margin: 8px;
        position: relative;
    }

    .ui_action_element_alt > li, .ui_action_element_alt > li > a {
        border-radius: 2px;
    }

.nav > li > a:hover {
    background: 0;
}

.nav > li > a:active {
    background: #eee;
}

.ui_action_element_alt > li > a > img {
    display: block;
    margin: 5px auto;
}

.ui_action_element_alt > li > a > span {
    bottom: 3px;
    left: 0;
    min-width: 68px;
    position: absolute;
    font-size: 12px;
}

.progress {
    height: 10px;
    margin: 5px 0;
}

    .progress .bar {
        height: 10px;
    }

.list_items > li {
    padding: 0 12px 5px 0;
}

.icon_sets > li {
    display: inline-block;
    display: inline9 !important;
    margin: 0 10px 25px 12px;
}

    .icon_sets > li > img {
        padding-bottom: 25px9;
    }

.center {
    text-align: center;
    margin-bottom: 10px;
}

    .center > h3 {
        font-size: 14px;
        margin: 15px 0;
    }

    .center > .btn-toolbar > .btn-group > .dropdown-menu a, .center > .alert {
        text-align: left;
    }

    .center > ul {
        margin: 5px 0 0;
        text-align: center;
    }

    .center > .list_items > li {
        display: inline-block;
    }

.middle {
    margin: 0 auto;
    width: 160px;
}

.btn, .alert {
    color: black;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    outline: 0;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.height-3 {
    height: 35px;
}

.btn:focus {
    outline: 0;
}


.dropdown-menu a {
    color: #555;
}

.btn-primary, .btn-info, .btn-success, .btn-warning, .btn-danger, .btn-inverse {
    color: #fff;
    font-size: 14px;
}

.btn-group > .btn:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.widget_wrapper > .widget_header > .collapse-widget {
    background-image: url(../img/sortUp.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    width: 10px;
}

.alert {
    color: #555;
    border: 1px solid #cdcdcd;
}

.pagination a, .pager a {
    background: #f8f8f8;
    background: url(data: image/svg+xml);
    background: -webkit-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -o-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    background: linear-gradient(top,#f8f8f8 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
}

.pagination a {
    border-color: #cdcdcd;
}

.pager a {
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}





.nav-pills > li > a {
    border-radius: 2px;
}

.default_table {
    border: 1px solid #D7D7D7;
}

    .default_table thead td, .default_table tfoot td, .default_table thead th {
        background: none repeat scroll 0 0 #EEEEEE;
        color: #555555;
        font-size: 14px;
        font-weight: normal;
        padding: 7px 11px;
        text-align: center;
        border: 1px solid #D7D7D7;
    }

    .default_table thead th {
        font-weight: bold;
    }

    .default_table tbody td {
        border: 1px solid #D7D7D7;
        -webkit-box-shadow: 0 1px 0 #FAFAFA inset;
        box-shadow: 0 1px 0 #FAFAFA inset;
        padding: 3px 5px 3px 5px;
    }

    .default_table tfoot td {
        text-align: center;
        font-size: 14px;
        padding: 5px;
        color: #555;
        background: #eee;
        font-weight: bold;
    }


    .default_table tbody td input[type=text] {
        font-size: 14px;
    }

.amount {
    width: 100px;
    height: 30px;
    background: green;
}

.default_table tbody td input[type=text]:focus {
    color: Black;
    background: white;
}

.default_table tbody tr:nth-child(even) {
    /*background: #f2f2f2;*/
}

.selectable_table tbody tr td:first-child {
    argin: 0;
    padding: 0;
    vertical-align: middle;
    width: 40px;
}

    .selectable_table tbody tr td:first-child .checker, .selectable_table tbody tr td:first-child .radio {
        float: none;
        margin: 0 auto;
    }

.bolt-col-1 {
    background: #f2f2f2;
}

.sortable thead th {
    background-repeat: no-repeat;
    background-position: right 6px bottom 6px;
}

    .sortable thead th.headerSortUp, .sortable thead th.headerSortDown {
        background-repeat: no-repeat;
        background-position: right 6px bottom 9px;
    }

.sortable thead th {
    background: url(../img/sort.png) no-repeat;
    background-position: 97%;
}

    .sortable thead th.headerSortUp {
        background-image: url(../img/sortUp.png);
    }

    .sortable thead th.headerSortDown {
        background-image: url(../img/sortDown.png);
    }

.form_inputs {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #fff;
    padding: 20px 0 12px 15px;
}

    .form_inputs.slider {
        padding: 30px 0 30px 15px;
    }

    .form_inputs:last-child {
        border: 0;
    }

    .form_inputs > .counter_info {
        position: relative;
        display: block;
        left: -25px;
    }

    .form_inputs > input[type="text"], .form_inputs > input[type="password"], textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        moz-webkit-background: #f8f8f8;
        border: 1px solid #d7d7d7;
        -webkit-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff;
        color: #555;
        font-size: 14px;
        padding: 5px;
    }

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(136, 136, 136, 1);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1));
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1);
    outline: 0;
}

.input-prepend .add-on, .input-append .add-on {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background: white;
    border: 1px solid #d7d7d7;
    width: 250px;
    font-family: 'OpenSansLight';
    font-size: 14px;
    height: 20px;
    border-radius: 0;
    outline: 0;
    margin: 0;
}

textarea {
    background-color: #f8f8f8;
    background: white;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    width: 265px;
    font-size: 14px outline: 0;
}

#dropbox {
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

    #dropbox .message {
        font-size: 14px;
        text-align: center;
        display: block;
        margin: 10% auto;
    }

        #dropbox .message i {
            color: #555;
            font-size: 12px;
        }

    #dropbox .preview {
        width: 180px;
        height: 150px;
        float: left;
        margin: 10px;
        position: relative;
        text-align: center;
    }

        #dropbox .preview img {
            max-width: 160px;
            max-height: 120px;
            border: 1px solid #d7d7d7;
            display: block;
            padding: 10px;
            -webkit-box-shadow: 0 0 1px 0 #fff;
            box-shadow: 0 0 1px 0 #fff;
        }

    #dropbox .imageHolder {
        display: inline-block;
        position: relative;
    }

    #dropbox .uploaded {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url('../img/icons/gray/glyphicons_206_ok_2.png') no-repeat center center rgba(255,255,255,0.5);
        display: none;
    }

    #dropbox .preview.done .uploaded {
        display: block;
    }

    #dropbox .progressHolder {
        position: absolute;
        background-color: #f2f2f2;
        height: 12px;
        width: 100%;
        left: 0;
        bottom: 0;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    }

    #dropbox .progress {
        background: #099cf7;
        background: url(data: image/svg+xml);
        background: -webkit-linear-gradient(top,#099cf7 0,#00e9ff 100%);
        background: -moz-linear-gradient(top,#099cf7 0,#00e9ff 100%);
        background: -o-linear-gradient(top,#099cf7 0,#00e9ff 100%);
        background: -ms-linear-gradient(top,#099cf7 0,#00e9ff 100%);
        background: linear-gradient(top,#099cf7 0,#00e9ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#099cf7',endColorstr='#00e9ff',GradientType=0);
        position: absolute;
        height: 100%;
        left: 0;
        width: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.4) inset;
        box-shadow: 0 0 1px rgba(255,255,255,0.4) inset;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        -o-transition: .25s;
        -ms-transition: .25s;
        transition: .25s;
    }

    #dropbox .progress_striped .progress {
        background-color: #149bdf;
        background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        -image -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        background-size: 40px 40px;
    }

    #dropbox .preview.done .progress {
        width: 100% !important;
    }

@media all and (min-width:1300px) and (max-width:7680px) {

    .content_wrapper {
        width: 87%;
        font-size: 14px;
    }
}


@media all and (min-width:1280px) and (max-width:7680px) {

    .content_wrapper {
        width: 86%;
        font-size: 14px;
    }
}


.receipt_icon {
    background-image: url('../img/icons/custom/receipt.png');
}

.btn_delete {
    background-color: transparent;
    background-image: url('../img/icons/colored/remove.png');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 30px;
    height: 30px;
    margin-top: -10px;
}

    .btn_delete:hover {
        background-color: transparent;
        background-image: url('../img/icons/colored/remove.png');
        background-repeat: no-repeat;
        background-position: center;
    }

.btn_add {
    font-family: Calibri;
    font-size: 14px;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 40px;
    padding-left: 40px;
    color: Green;
    font-weight: bold;
}

    .btn_add:hover, .btn_add:focus {
        color: Blue;
    }

.custom_error {
    background-color: #FFD5D5;
    color: Red;
}

.simplemodal-overlay {
    background-color: #fff;
    cursor: wait;
}

.simplemodal-container {
    border: 1px solid #444;
    border-color: rgba(136, 136, 136, 1);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1));
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1);
    background: #ddd;
    color: Black;
}

    .simplemodal-container .simplemodal-data {
        padding: 8px;
    }


    .simplemodal-container a {
        color: #ddd;
    }

        .simplemodal-container a.modalCloseImg {
            background: url(../img/close.png) no-repeat;
            width: 20px;
            height: 20px;
            background-size: 100%;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
        }



#error {
    color: Red;
    background-color: Bisque;
    border: 1px solid red;
    position: relative;
    display: none;
    padding: 5px 5px 5px 5px;
}

.default_height_trans {
    min-height: 361px;
}


.custom_fieldset {
    border: 1px solid gray;
    width: 60%;
    padding-left: 30px;
}

.custom_ledgend {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}

.display-label,
.editor-label {
    display: inline-block;
    float: left;
    clear: left;
    width: 150px;
}

.display-field,
.editor-field {
    display: inline-block;
    float: left;
    clear: right;
}

.selected_company_name {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 10px;
}

#details {
    margin: auto;
    text-align: center;
}

#result {
    width: 98%;
    margin-top: 10px;
    clear: both;
    margin-bottom: 40px;
}


.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.company_drop_down:hover {
    cursor: pointer;
    background: #e6e6e6;
}

.label_heading {
    font-size: 15px;
    font-weight: bold;
}


.clear {
    clear: both;
}

.center {
    text-align: center;
}


.my-message-modal {
    background-color: white;
    cursor: wait;
}

.my-message-modal-container {
    border: 1px solid #444;
    border-color: rgba(136, 136, 136, 1);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1));
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 1);
}

.message-top {
    width: 100%;
    height: 25px;
    padding-top: 5px;
}

#heading {
    margin: 10px;
}

.body-color-success {
    background-color: #CEF8D7;
}

.message-top-color-success {
    background-color: #369C4D;
}

.heading-color-success {
    color: #CEF8D7;
}


.body-color-error {
    background-color: #FFC5C5;
}

.message-top-color-error {
    background-color: #A63A3A;
}

.heading-color-error {
    color: #FFC5C5;
}


.body-color-not {
    background-color: #ebebeb;
}

.message-top-color-not {
    background-color: black;
}

.heading-color-not {
    color: #ebebeb;
}



#my-message {
    width: 370px;
    min-height: 100px;
    display: none;
}

#my-message-content {
    min-height: 30px;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 5px;
}

#my-message-button {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

    #my-message-button button {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #F5F5F5;
        background-image: linear-gradient(to bottom, #FFFFF, #CEF8D7);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333333;
        cursor: pointer;
        display: inline-block;
        line-height: 20px;
        margin-bottom: 0;
        padding: 4px 12px;
        text-align: center;
        vertical-align: middle;
        text-align: right;
        color: #555;
        font-family: 'OpenSansRegular';
        font-size: 17px;
        outline: 0;
    }


table.left_column {
    width: 50%;
    float: left;
}

table.right_column {
    width: 50%;
    float: right;
}




.selected:hover, .selected:focus {
    background: LightSlateGray;
    color: White;
    outline: 0;
}

.tablescroll_head thead th {
    border: 1px solid #D7D7D7;
    box-shadow: 0 1px 0 #FAFAFA inset;
    padding: 5px;
    font-weight: 520;
    background: #ededed;
}

.seventypx {
    width: 70px;
    padding-right: 5px;
}

table.column-2 td {
    padding-right: 10px;
}

table.column-1 thead tr th {
    text-align: left;
    padding-left: 10px;
}


table.column-1 td {
    padding-right: 10px;
}

table#bottom-column-left {
    width: 100%;
}

    table#bottom-column-left td {
        text-align: right;
    }

/***************************************  fixed table header plugin *****************************************/

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    /* position */
    margin: 0;
    /* size */
    padding: 0;
    /* text */
    font-size: 100%;
    font: inherit;
}

.fht-table {
    /* appearance */
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: hidden;
    position: relative;
}

    .fht-table-wrapper .fht-fixed-body .fht-tbody,
    .fht-table-wrapper .fht-tbody {
        overflow: auto;
    }

    .fht-table-wrapper .fht-table .fht-cell {
        overflow: hidden;
        height: 1px;
    }

    .fht-table-wrapper .fht-fixed-column,
    .fht-table-wrapper .fht-fixed-body {
        /* position */
        top: 0;
        left: 0;
        position: absolute;
    }

    .fht-table-wrapper .fht-fixed-column {
        /* position */
        z-index: 1;
    }


/***************************************  fixed table header plugin ends *****************************************/



table.invoice-content-table {
    table-layout: fixed;
    border-collapse: collapse;
}

table.invoice-content-table-head {
    border-collapse: collapse;
}

    table.invoice-content-table-head thead td {
        background: #8CBFF0;
        border: 1px solid #2E669C;
        color: white;
    }

table.invoice-content-table input[type=text] {
    width: 97%;
    height: 25px;
    font-size: 12px;
    padding: 1px;
    margin: 0px;
    background: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    border-color: transparent;
    -webkit-box-shadow: 0;
    box-shadow: 0px 0px 0px opx;
    font-family: 'OpenSansLight';
    border-radius: 0;
    outline: 0;
    margin: 0;
}

table.invoice-content-table tbody td {
    height: 25px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

table.invoice-content-table tbody tr {
    z-index: 1000;
}

table.invoice-content-table {
    background: white;
    margin-top: -2px;
}

    table.invoice-content-table tbody tr:hover {
    }

    table.invoice-content-table tbody tr:nth-child(1) {
        display: none;
    }


    table.invoice-content-table tbody tr td input[type=text] {
        padding: 0;
        height: 25px;
        font-size: 13px;
        text-align: center;
    }

    table.invoice-content-table thead th {
        text-align: left;
        padding: 0;
    }

    table.invoice-content-table tbody td {
        border: 1px solid #ddd;
    }

div.fht-thead table.fht-table thead th, div.fht-tfoot table.fht-table tfoot th {
    background: #ddd;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
}

div.fht-tfoot table.fht-table tfoot th {
    text-align: right;
}

table.invoice-content-table input[type=text], table.tablescroll_head input[type=text] {
    padding: 0;
    margin: 0;
    width: 97%;
    color: inherit;
}



.prompt-button:focus {
    background: green;
}

.caption {
    width: 85px;
    display: inline-table;
    float: left;
    height: 30px;
    line-height: 30px;
}

.caption-2 {
    width: 120px;
    display: inline-table;
    float: left;
    height: 30px;
    line-height: 30px;
    background: yellow;
    margin-top;
}

.vcno-day {
    display: inline-table;
    width: 120px;
    float: left;
    margin-left: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    clear: right;
}





.tr_focus:hover, .default_table .odd:hover {
    cursor: pointer;
    background: white;
    color: Blue;
}

.big {
    height: 600px;
    max-height: 600px;
    width: 900px;
    max-width: 900px;
}


.small {
    height: 500px;
    max-height: 500px;
    width: 700px;
    max-width: 700px;
    padding-right: 20px;
}

#fyear-label-top {
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -20px;
    cursor: pointer;
}

#company_name_label_top {
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
    display: inline-block;
}

/*=============================================== for tabs ====================================================*/

.tab-main-container {
    width: 97%;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 31px;
        line-height: 31px;
        border: 1px solid #999;
        border-left: none;
        margin-bottom: -1px;
        background: #e0e0e0;
        overflow: hidden;
        position: relative;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #000;
            display: block;
            font-size: 16px;
            padding: 0 20px;
            border: 1px solid #fff;
            outline: none;
        }

            ul.tabs li a:hover {
                background: #ccc;
            }

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
}

.tab_container {
    border: 1px solid #999;
    border-top: 0;
    clear: both;
    float: left;
    background-color: #F7F7F7;
    width: 100%;
}

.tab_content {
    padding: 20px;
    font-size: 1em;
    min-height: 400px;
    border-top: 1px solid gray;
    margin-top: -1px;
}

    .tab_content h2 {
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }

    .tab_content h3 a {
        color: #254588;
    }

/* ====================================== tabs end =====================================================*/

.holder {
    margin-top: 8px;
    margin-bottom: 8px;
    clear: both;
}

    .holder .caption {
        width: 120px;
        display: inline-table;
        height: 30px;
        line-height: 30px;
    }

    .holder .content {
        display: inline-table;
        clear: both;
        margin-right: 30px;
        height: 30px;
        line-height: 30px;
    }

        .holder .content input[type=text] {
            margin: 0;
        }

    


.journal-view {
    height: 550px;
    max-height: 550px;
    width: 950px;
    max-width: 950px;
    padding-right: 20px;
}

.voucher-view {
    height: 580px;
    max-height: 580px;
    width: 1000px;
    max-width: 1000px;
    padding-right: 20px;
}

.invoice-view {
    height: 600px;
    max-height: 600px;
    width: 850px;
    max-width: 850px;
}

.report-head-btn {
    min-width: 200px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
}

.default_table tbody td input[type="text"].input-text-box {
    margin: 0;
    width: 100px;
    text-align: right;
}

