﻿/* fira-sans-regular - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Fira Sans Regular'), local('FiraSans-Regular'), url('../fonts/fira-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fira-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v8-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}

body {
    background: url("../images/body_bg.jpg") repeat 0 0;
    color: #000;
    overflow-x: hidden;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    min-height: 100%;
}

@media (min-width: 768px) {
    .accordionHeader a, .accordionHeaderSelected a {
        font-size: 1.5em;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .accordionHeader a, .accordionHeaderSelected a {
        font-size: 1.0em;
        line-height: normal;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.top-header-wrapper {
    background: #154d84;
}

.header-wrapper {
    /*background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(0,50,150,1));
    background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(0,50,150,1));
    background: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(0,50,150,1));
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(0,50,150,1));*/
    background: #00d2ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #3a7bd5, #00d2ff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tophead {
    max-width: 1170px;
    margin: 0px auto;
    display: block; /*height: 30px;*/
    clear: both;
}

    .tophead ul {
        margin-bottom: 0px;
    }

    .tophead a {
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        background: transparent;
        text-decoration: none;
        font-size: 0.9em;
        color: #fff;
    }

.list-tophead {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-tophead > li {
        display: inline-block;
    }

        .list-tophead > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

.header-container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0px;
    padding: 10px 0 10px;
    clear: both;
}

.header-emblem {
    vertical-align: middle;
    font-family: 'Alegreya', serif;
    font-size: 2.0em;
    font-weight: normal;
    line-height: 1.0em;
    color: #000e0f;
}

.subheading {
    font-size: 75%;
}

.menu-container {
    padding: 0px;
    /*background: #3a7bd5; /* fallback for old browsers 
    background: -webkit-linear-gradient(to top, #3a6073, #3a7bd5);  Chrome 10-25, Safari 5.1-6 
    background: linear-gradient(to top, #3a6073, #3a7bd5);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #2a62af; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2f5b70, #2a62af); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #2f5b70, #2a62af); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.page-container {
    margin-top: -20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px #888888;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 20px #888888;
    min-height: 475px;
}

.page-header .media-heading {
    line-height: normal;
}

.page-content {
    padding: 5px 15px 5px 15px;
}

.main-content {
    font-size: 1.15em;
    line-height: 1.5em;
}

.text-page {
    text-align: justify;
    font-size: 1em;
}

.img-refresh {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 12px;
}

/*------------------------ Accordion -------------------*/

/*.accordionHeader, .accordionHeaderSelected {
    min-height: 55px;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
}

    .accordionHeader a, .accordionHeader a:hover, .accordionHeaderSelected a, .accordionHeaderSelected a:hover {
        color: #000;
        text-align: left;
        vertical-align: middle;
        text-decoration: none;
        font-variant: small-caps;
        font-family: Cambria, Tahoma, Geneva, sans-serif;
        padding: 15px 10px 15px 15px;
        display: inline-block;
    }

.accordionHeader {
    background-color: #10A5CB;
    background-image: url('../images/arrow_expand.png');
}

.accordionHeaderSelected {
    background-image: url('../images/arrow_collapse.png');
    background-color: #3897B1;
}

.accordionHeader.active, .accordionHeader:hover {
    background-color: #3897B1;
}

.accordionHeader.active {
    background-image: url('../images/arrow_collapse.png');
}

.accordionContent {
    background-color: #F4F4F4;
    -webkit-box-shadow: 0px 0px 20px #888888;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 20px #888888;
    border-left: 5px solid #3897B1;
    overflow: hidden;
    display: block;
    max-height: 500px;
    padding: 10px;
    opacity: 1;
}

.dash-count {
    font-family: Cambria, Tahoma, Geneva, sans-serif;
    font-variant: small-caps;
    font-size: 0.75em;
}

.accordionHeader .dash-count {
    color: #fff;
}

.accordionHeaderSelected .dash-count {
    color: #000;
}*/

/* New Accordian Class For Dashboard */

/*------------------------ Accordion -------------------*/

.accordionHeader, .accordionHeaderSelected {
    min-height: 55px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 8px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
    background-position: right 10px bottom 5px;
    background-size: 35px;
    box-shadow: 0 0 0 1px rgba(236,236,236,1);
}

    .accordionHeader a, .accordionHeader a:hover, .accordionHeaderSelected a, .accordionHeaderSelected a:hover {
        color: #fff;
        text-align: left;
        vertical-align: middle;
        text-decoration: none;
        /*font-variant: small-caps;*/
        font-family: Cambria, Tahoma, Geneva, sans-serif;
        padding: 15px 10px 15px 15px;
        display: inline-block;
    }

.accordionHeader {
    /*background-color: #43BFC7;*/
    background-color: darkolivegreen;
    background-image: url('../images/expand_yellow.png');
    border-radius: 4px;
    border: 1px solid darkolivegreen;
}

.accordionHeaderSelected {
    background-image: url('../images/collapse_yellow.png');
    /*background-color: #4EE2EC;*/
    background-color: darkgoldenrod;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid darkgoldenrod;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .11);
}

.accordionHeader.active, .accordionHeader:hover {
    /*background-color: #4EE2EC;*/
    background-color: goldenrod;
    border: 1px solid darkgoldenrod;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .11);
}

.accordionHeader.active {
    background-image: url('../images/arrow_collapse.png');
    border: 1px solid darkgoldenrod;
}

.accordionContent {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0px 0px 20px #888888;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 20px #888888;
    /*border-left: 5px solid #4EE2EC;*/
    /*border-left: 5px solid #3897B1;*/
    overflow: hidden;
    display: block;
    max-height: 650px;
    padding: 10px;
    opacity: 1;
    border: 1px solid darkgoldenrod;
    margin-bottom: 20px;
}

.dash-count {
    font-family: Cambria, Tahoma, Geneva, sans-serif;
    /*font-variant: small-caps;*/
    font-size: 0.75em;
    padding-right: 30px;
}

.accordionHeader .dash-count {
    color: #fff;
}

.accordionHeaderSelected .dash-count {
    color: #fff;
}

/*--------End----------*/

.chart-wrapper {
    position: relative;
}

.chart-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.highcharts-container {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.footer-ad-images {
    position: relative;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #a6a6a6;
}

    .footer-ad-images a {
        width: 140px;
        height: 40px;
        display: inline-block;
        text-indent: -9999px;
        overflow: hidden;
        vertical-align: middle;
        margin-left: 10px;
        margin-right: 10px;
    }

a.nic {
    background: url(../Images/nic-logo.png) left top no-repeat;
    margin-left: 0px;
    width: 154px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    padding-right: 10px;
}

.footer-ad-images a.org {
    background: url(../Images/org-logo.png) left top no-repeat;
    margin-left: 0px;
    width: 120px;
}

.footer-ad-images a.esam {
    background: url(../Images/esam-logo.png) left top no-repeat;
    width: 120px;
}

.footer-ad-images a.di {
    background: url(../Images/digital-india-logo.png) left top no-repeat;
    width: 115px;
}

.footer-ad-images a.data {
    background: url(../Images/data-gov-logo.png) left top no-repeat;
}

.footer-ad-images a.npi {
    background: url(../Images/india-gov-logo.png) left top no-repeat;
    width: 61px;
    border-right: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}

span.ext {
    display: none;
}

.footer-wrapper {
    /*background: #14497F;
    background: -moz-linear-gradient(top, #0D2946 0%, #14497F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D2946), color-stop(100%, #14497F));
    background: -webkit-linear-gradient(top, #0D2946 0%, #14497F 100%);
    background: -o-linear-gradient(top, #0D2946 0%, #14497F 100%);
    background: -ms-linear-gradient(top, #0D2946 0%, #14497F 100%);
    background: linear-gradient(to bottom, #0D2946 0%, #14497F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4066',endColorstr='#192135',GradientType=0);*/
    /*first confirmed*/
    /*background: #00C9FF; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to top, #92FE9D, #00C9FF); /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to top, #92FE9D, #00C9FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #008fb5; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #589561, #008fb5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #589561, #008fb5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer-container {
    padding: 20px 0px 20px;
    font-size: 0.9em;
}

.footer-links {
    text-align: left;
}

ul.footer-links {
    list-style-type: none;
}

    ul.footer-links li {
        float: left;
        display: inline-block;
        padding: 0px;
        margin: 0 0 5px;
    }

        ul.footer-links li a {
            color: #fff;
            vertical-align: baseline;
            text-decoration: none;
        }

            ul.footer-links li a:hover {
                color: #a6a6a6;
            }

.footer-content-owner {
    margin-left: 30px;
    color: #fff;
}


/* Pagination Style
----------------------------------------------------------*/
.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/***************************Misc**************************************/

.ride-line {
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ride-line:before {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 12px;
        background-color: #ededf4;
    }

    .ride-line span {
        background-color: #fff;
        padding-left: 12px;
        padding-right: 12px;
        display: inline-block;
        line-height: 24px;
        position: relative;
        z-index: 1;
        color: #babacc;
        font-size: 20px;
    }

.box-3d {
    border: 1px solid #999999;
    -webkit-box-shadow: 0px 0px 20px #888888;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 5px 5px 20px #888888;
}

.bg-default {
    background-color: #e3e3e3;
}

.bg-yellow {
    background-color: #FFF8C6 !important;
}

.bg-inherit {
    background: inherit !important;
}

.text-error {
    color: Red;
}

.pretag {
    white-space: pre-line; /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap; /* Opera 4 thru 6 */
    white-space: -o-pre-wrap; /* Opera 7 and up */
    word-wrap: normal; /* IE 5.5+ and up */
    word-break: break-word;
    clear: both;
    margin-top: 0px;
    max-width: 20%;
}

.text-wrap {
    word-wrap: break-word;
}

.attachment {
    color: Red;
    font-weight: bold;
}

.table.table-borderless > thead > tr > th, .table.table-borderless > tbody > tr > th, .table.table-borderless > tfoot > tr > th, .table.table-borderless > thead > tr > td, .table.table-borderless > tbody > tr > td, .table.table-borderless > tfoot > tr > td {
    border: none;
}

.table-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.form-narrow-margin {
    margin-bottom: 5px;
}

.modal-bg {
    background-color: Gray;
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.modal-wide .modal-dialog {
    min-width: 75%;
    max-height: 80%;
}

.fixed-panel {
    overflow-y: auto;
    max-height: 200px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/************************/

.sortasc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../Images/asc.gif) no-repeat;
}

.sortdesc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../Images/desc.gif) no-repeat;
}


/****************Fancy Checkbox*************************

.form-group input[type="checkbox"]
{
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span
{
    width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child
{
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child
{
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child
{
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child
{
    display: none;
}
*/

.margin-top-0 {
    margin-top: 0;
}

.margin-top-05 {
    margin-top: 0.5em;
}

.margin-top-10 {
    margin-top: 1.0em;
}

.margin-top-15 {
    margin-top: 1.5em;
}

.margin-top-20 {
    margin-top: 2.0em;
}

.margin-top-25 {
    margin-top: 2.5em;
}

.margin-top-30 {
    margin-top: 3.0em;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 5px;
}

/*
 *  SCROLL BAR STYLE 1
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F8F8F8;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F8F8F8;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bfbfbf;
}

/* Tabs panel */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #fbcdcf;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #f3565d;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* css for dashboard ePatrachar scroll */

.list-wrpaaer {
    position: relative;
    overflow: hidden;
}

ul[class^='list-'] {
    height: 100%;
    overflow: hidden;
    padding-left: 0px;
    margin-left: 0px;
}

.list-aggregate > li {
    padding: 5px 0px 5px 0px;
    border: solid 1px transparent;
    -webkit-transition: ease-in-out background-color .15s .05s;
    -o-transition: ease-in-out background-color .15s .05s;
    transition: ease-in-out background-color .15s .05s;
    list-style-type: none;
}

    .list-aggregate > li > a {
        width: 85%;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: left;
        margin: 7px auto;
        overflow: hidden;
        font-size: 1em;
        font-family: 'Fira Sans', sans-serif;
    }

    .list-aggregate > li > p {
        min-height: 30px;
        line-height: 17px;
        overflow: hidden;
        font-size: 1em;
        font-family: 'Fira Sans', sans-serif;
    }

.list-aggregate li {
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
}

    .list-aggregate li p {
        padding: 0 10px;
    }

    .list-aggregate li:hover {
        background-color: #f2f2f2
    }


.panel-heading {
    padding: 5px 15px !important;
}


/*CSS for Internal User Dashboard*/
.box {
    padding: 60px 0px;
}

.box-part {
    /*background: #EF5350;*/
    border-radius: 10px;
    padding: 20px 10px 0px 10px;
    margin: 30px 0px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35);
}

    .box-part:hover {
        background: #1CC09F !important;
    }

        .box-part:hover .fa,
        .box-part:hover .title,
        .box-part:hover .text,
        .box-part:hover a {
            color: #FFF;
            -webkit-transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            transition: all 1s ease-out;
        }

.box-footer {
    padding: 5px 5px 20px 5px;
}

    .box-footer a {
        color: #000;
    }

.text {
    margin: 20px 0px;
    line-height: 1.75em;
}

.fa {
    color: #4183D7;
}

.text-3d {
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.text-gte {
    line-height: 1.75em;
    color: white;
}

    .text-gte a {
        color: white;
    }

        .text-gte a:hover {
            color: white;
        }

.text-gte-no {
    font-size: 20px;
    font-weight: bolder;
}

/** Button 3D**/
.btn3d {
    position: relative;
    top: -6px;
    border: 0;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

    .btn3d:active:focus,
    .btn3d:focus:hover,
    .btn3d:focus {
        -moz-outline-style: none;
        outline: medium none;
    }

    .btn3d:active,
    .btn3d.active {
        top: 2px;
    }

    .btn3d.btn-white {
        color: #666666;
        box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
        background-color: #fff;
    }

        .btn3d.btn-white:active,
        .btn3d.btn-white.active {
            color: #666666;
            box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
            background-color: #fff;
        }

    .btn3d.btn-default {
        color: #666666;
        box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
        background-color: #f9f9f9;
    }

        .btn3d.btn-default:active,
        .btn3d.btn-default.active {
            color: #666666;
            box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
            background-color: #f9f9f9;
        }

    .btn3d.btn-primary {
        box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
        background-color: #4274D7;
    }

        .btn3d.btn-primary:active,
        .btn3d.btn-primary.active {
            box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #4274D7;
        }

    .btn3d.btn-success {
        box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
        background-color: #78d739;
    }

        .btn3d.btn-success:active,
        .btn3d.btn-success.active {
            box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #78d739;
        }

    .btn3d.btn-info {
        box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
        background-color: #39B3D7;
    }

        .btn3d.btn-info:active,
        .btn3d.btn-info.active {
            box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #39B3D7;
        }

    .btn3d.btn-warning {
        box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
        background-color: #FEAF20;
    }

        .btn3d.btn-warning:active,
        .btn3d.btn-warning.active {
            box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #FEAF20;
        }

    .btn3d.btn-danger {
        box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
        background-color: #D73814;
    }

        .btn3d.btn-danger:active,
        .btn3d.btn-danger.active {
            box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #D73814;
        }

    .btn3d.btn-magick {
        color: #fff;
        box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
        background-color: #bb39d7;
    }

        .btn3d.btn-magick:active,
        .btn3d.btn-magick.active {
            box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #bb39d7;
        }