.clf:after,
.clf:before {
    content: '';
    display: table;
}

.clf:after {
    clear: both;
}

html {
    font-size: 14px;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f1f1;
    color: #333;
    font-size: 1rem !important;
}

a {
    cursor: pointer;
    color: #3498db;
}

    a:focus,
    a:hover {
        text-decoration: none;
        color: #1d6fa5;
    }

    a.link {
        color: inherit;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h6 {
    font-weight: 600;
    font-size: 0.8rem !important;
}

.h1 sup,
h1 sup {
    top: -10px;
}

.h2 sup,
h2 sup {
    font-size: 20px;
    top: -7px;
}

.h3 sup,
h3 sup {
    font-size: 16px;
    top: -5px;
}

small {
    font-size: 85%;
}

a:focus,
button:focus,
input:focus,
select:focus {
    outline: 0;
}

canvas,
img,
input,
textarea {
    max-width: 100%;
}

button.reset {
    border: 0;
    background-color: inherit;
    padding: 0;
    outline: 0;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 700;
}

dt {
    font-weight: 700;
}

mark {
    padding: 1px 2px;
}

code {
    color: #cb4a4e;
    background-color: #f7f8f8;
}

pre {
    position: relative;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    padding: 12px;
    background: #f0f0f0;
}

    pre code {
        white-space: pre;
        display: block;
        overflow-x: auto;
    }

.collapse.in {
    display: block;
}

.btn {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    position: relative;
    cursor: pointer;
}

    .btn.active,
    .btn:active,
    .open > .btn.dropdown-toggle,
    .show > .btn.dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn .active-visible {
        display: none;
    }

    .btn.active .active-visible {
        display: inline-block;
    }

    .btn.active .active-hidden {
        display: none;
    }

    .btn-group-xs .btn,
    .btn.btn-xs {
        padding: 2px 5px;
        font-size: 12px;
    }

.btn-fix {
    min-width: 120px;
    text-align: center;
}

.btn-flat {
    border: none;
}

.btn-transparent {
    border-color: transparent;
    background-color: transparent;
}

    .btn-transparent:focus,
    .btn-transparent:hover {
        border-color: transparent;
        background-color: transparent;
    }

.btn-default {
    color: #485b6f;
    background-color: #e3e6e7;
    border-color: #c1c4c4;
}

    .btn-default.active,
    .btn-default.disabled,
    .btn-default.focus,
    .btn-default:active,
    .btn-default:disabled,
    .btn-default:focus,
    .btn-default:hover {
        color: #485b6f !important;
        background-color: #d5dadb !important;
        border-color: #b4b8b8 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-primary {
    color: #fff;
    background-color: #5550a4;
    border-color: #5550a4;
    top: 0px;
    left: 0px;
}

    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary:disabled,
    .btn-primary:focus,
    .btn-primary:hover {
        color: #fff !important;
        background-color: #393476 !important;
        border-color: #393476 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #27ad60;
}

    .btn-success.active,
    .btn-success.disabled,
    .btn-success.focus,
    .btn-success:active,
    .btn-success:disabled,
    .btn-success:focus,
    .btn-success:hover {
        color: #fff !important;
        background-color: #29b765 !important;
        border-color: #229854 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-info {
    color: #fff;
    background-color: #23b7e5;
    border-color: #1e9cc3;
}

    .btn-info.active,
    .btn-info.disabled,
    .btn-info.focus,
    .btn-info:active,
    .btn-info:disabled,
    .btn-info:focus,
    .btn-info:hover {
        color: #fff !important;
        background-color: #19a9d5 !important;
        border-color: #1b8aad !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-warning {
    color: #fff;
    background-color: #c79649;
    border-color: #cf850f;
}

    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning:disabled,
    .btn-warning:focus,
    .btn-warning:hover {
        color: #fff !important;
        background-color: #e08e0b !important;
        border-color: #b7760d !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-danger {
    color: #fff;
    background-color: #d7766c;
    border-color: #d7766c;
}

    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger:disabled,
    .btn-danger:focus,
    .btn-danger:hover {
        color: #fff !important;
        background-color: #e43725 !important;
        border-color: #b03a2e !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-outline-default {
    color: #485b6f;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-outline-default.active,
    .btn-outline-default.disabled,
    .btn-outline-default.focus,
    .btn-outline-default:active,
    .btn-outline-default:disabled,
    .btn-outline-default:focus,
    .btn-outline-default:hover {
        color: #485b6f !important;
        background-color: #f2f2f2 !important;
        border-color: #bfbfbf !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-outline-primary {
    color: #3498db;
    background-image: none;
    background-color: transparent;
    border-color: #3498db;
}

    .btn-outline-primary.active,
    .btn-outline-primary.focus,
    .btn-outline-primary:active,
    .btn-outline-primary:focus,
    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #3498db !important;
        border-color: #3498db !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-outline-info {
    color: #23b7e5;
    background-image: none;
    background-color: transparent;
    border-color: #23b7e5;
}

    .btn-outline-info.active,
    .btn-outline-info.focus,
    .btn-outline-info:active,
    .btn-outline-info:focus,
    .btn-outline-info:hover {
        color: #fff !important;
        background-color: #23b7e5 !important;
        border-color: #23b7e5 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-outline-success {
    color: #2ecc71;
    background-image: none;
    background-color: transparent;
    border-color: #2ecc71;
}

    .btn-outline-success.active,
    .btn-outline-success.focus,
    .btn-outline-success:active,
    .btn-outline-success:focus,
    .btn-outline-success:hover {
        color: #fff !important;
        background-color: #2ecc71 !important;
        border-color: #2ecc71 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-outline-warning {
    color: #f39c12;
    background-image: none;
    background-color: transparent;
    border-color: #f39c12;
}

    .btn-outline-warning.active,
    .btn-outline-warning.focus,
    .btn-outline-warning:active,
    .btn-outline-warning:focus,
    .btn-outline-warning:hover {
        color: #fff !important;
        background-color: #f39c12 !important;
        border-color: #f39c12 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-outline-danger {
    color: #e74c3c;
    background-image: none;
    background-color: transparent;
    border-color: #e74c3c;
}

    .btn-outline-danger.active,
    .btn-outline-danger.focus,
    .btn-outline-danger:active,
    .btn-outline-danger:focus,
    .btn-outline-danger:hover {
        color: #fff !important;
        background-color: #e74c3c !important;
        border-color: #e74c3c !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-rounded {
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
}

.btn-group.btn-rounded > .btn:first-child {
    -webkit-border-radius: 50px 0 0 50px !important;
    border-radius: 50px 0 0 50px !important;
}

.btn-group.btn-rounded > .btn:last-child {
    -webkit-border-radius: 0 50px 50px 0 !important;
    border-radius: 0 50px 50px 0 !important;
}

.btn-group-vertical.btn-rounded > .btn:first-child {
    -webkit-border-radius: 50px 50px 0 0 !important;
    border-radius: 50px 50px 0 0 !important;
}

.btn-group-vertical.btn-rounded > .btn:last-child {
    -webkit-border-radius: 0 0 50px 50px !important;
    border-radius: 0 0 50px 50px !important;
}

.btn-circle {
    height: 36px;
    width: 36px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
}

    .btn-circle.btn-lg {
        height: 46px;
        width: 46px;
    }

    .btn-circle.btn-sm {
        height: 30px;
        width: 30px;
    }

    .btn-circle.btn-xs {
        height: 22px;
        width: 22px;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

btn .caret {
    margin-left: 0;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, .2);
    }

    .btn-social.btn-lg {
        padding-left: 61px;
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social.btn-sm {
        padding-left: 38px;
    }

        .btn-social.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social.btn-xs {
        padding-left: 30px;
    }

        .btn-social.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, .2);
    }

    .btn-social-icon.btn-lg {
        padding-left: 61px;
    }

        .btn-social-icon.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social-icon.btn-sm {
        padding-left: 38px;
    }

        .btn-social-icon.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social-icon.btn-xs {
        padding-left: 30px;
    }

        .btn-social-icon.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0;
    }

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-adn.focus,
    .btn-adn:focus {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-adn:hover {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-adn.active,
    .btn-adn:active,
    .open > .dropdown-toggle.btn-adn {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-adn.active.focus,
        .btn-adn.active:focus,
        .btn-adn.active:hover,
        .btn-adn:active.focus,
        .btn-adn:active:focus,
        .btn-adn:active:hover,
        .open > .dropdown-toggle.btn-adn.focus,
        .open > .dropdown-toggle.btn-adn:focus,
        .open > .dropdown-toggle.btn-adn:hover {
            color: #fff;
            background-color: #b94630;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-adn.active,
    .btn-adn:active,
    .open > .dropdown-toggle.btn-adn {
        background-image: none;
    }

    .btn-adn.disabled.focus,
    .btn-adn.disabled:focus,
    .btn-adn.disabled:hover,
    .btn-adn[disabled].focus,
    .btn-adn[disabled]:focus,
    .btn-adn[disabled]:hover,
    fieldset[disabled] .btn-adn.focus,
    fieldset[disabled] .btn-adn:focus,
    fieldset[disabled] .btn-adn:hover {
        background-color: #d87a68;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-adn .badge {
        color: #d87a68;
        background-color: #fff;
    }

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-bitbucket.focus,
    .btn-bitbucket:focus {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-bitbucket:hover {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-bitbucket.active,
    .btn-bitbucket:active,
    .open > .dropdown-toggle.btn-bitbucket {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-bitbucket.active.focus,
        .btn-bitbucket.active:focus,
        .btn-bitbucket.active:hover,
        .btn-bitbucket:active.focus,
        .btn-bitbucket:active:focus,
        .btn-bitbucket:active:hover,
        .open > .dropdown-toggle.btn-bitbucket.focus,
        .open > .dropdown-toggle.btn-bitbucket:focus,
        .open > .dropdown-toggle.btn-bitbucket:hover {
            color: #fff;
            background-color: #0f253c;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-bitbucket.active,
    .btn-bitbucket:active,
    .open > .dropdown-toggle.btn-bitbucket {
        background-image: none;
    }

    .btn-bitbucket.disabled.focus,
    .btn-bitbucket.disabled:focus,
    .btn-bitbucket.disabled:hover,
    .btn-bitbucket[disabled].focus,
    .btn-bitbucket[disabled]:focus,
    .btn-bitbucket[disabled]:hover,
    fieldset[disabled] .btn-bitbucket.focus,
    fieldset[disabled] .btn-bitbucket:focus,
    fieldset[disabled] .btn-bitbucket:hover {
        background-color: #205081;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-bitbucket .badge {
        color: #205081;
        background-color: #fff;
    }

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-dropbox.focus,
    .btn-dropbox:focus {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-dropbox:hover {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-dropbox.active,
    .btn-dropbox:active,
    .open > .dropdown-toggle.btn-dropbox {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-dropbox.active.focus,
        .btn-dropbox.active:focus,
        .btn-dropbox.active:hover,
        .btn-dropbox:active.focus,
        .btn-dropbox:active:focus,
        .btn-dropbox:active:hover,
        .open > .dropdown-toggle.btn-dropbox.focus,
        .open > .dropdown-toggle.btn-dropbox:focus,
        .open > .dropdown-toggle.btn-dropbox:hover {
            color: #fff;
            background-color: #0a568c;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-dropbox.active,
    .btn-dropbox:active,
    .open > .dropdown-toggle.btn-dropbox {
        background-image: none;
    }

    .btn-dropbox.disabled.focus,
    .btn-dropbox.disabled:focus,
    .btn-dropbox.disabled:hover,
    .btn-dropbox[disabled].focus,
    .btn-dropbox[disabled]:focus,
    .btn-dropbox[disabled]:hover,
    fieldset[disabled] .btn-dropbox.focus,
    fieldset[disabled] .btn-dropbox:focus,
    fieldset[disabled] .btn-dropbox:hover {
        background-color: #1087dd;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-dropbox .badge {
        color: #1087dd;
        background-color: #fff;
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-facebook.focus,
    .btn-facebook:focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-facebook:hover {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-facebook.active,
    .btn-facebook:active,
    .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-facebook.active.focus,
        .btn-facebook.active:focus,
        .btn-facebook.active:hover,
        .btn-facebook:active.focus,
        .btn-facebook:active:focus,
        .btn-facebook:active:hover,
        .open > .dropdown-toggle.btn-facebook.focus,
        .open > .dropdown-toggle.btn-facebook:focus,
        .open > .dropdown-toggle.btn-facebook:hover {
            color: #fff;
            background-color: #23345a;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-facebook.active,
    .btn-facebook:active,
    .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook.disabled.focus,
    .btn-facebook.disabled:focus,
    .btn-facebook.disabled:hover,
    .btn-facebook[disabled].focus,
    .btn-facebook[disabled]:focus,
    .btn-facebook[disabled]:hover,
    fieldset[disabled] .btn-facebook.focus,
    fieldset[disabled] .btn-facebook:focus,
    fieldset[disabled] .btn-facebook:hover {
        background-color: #3b5998;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #fff;
    }

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-flickr.focus,
    .btn-flickr:focus {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-flickr:hover {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-flickr.active,
    .btn-flickr:active,
    .open > .dropdown-toggle.btn-flickr {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-flickr.active.focus,
        .btn-flickr.active:focus,
        .btn-flickr.active:hover,
        .btn-flickr:active.focus,
        .btn-flickr:active:focus,
        .btn-flickr:active:hover,
        .open > .dropdown-toggle.btn-flickr.focus,
        .open > .dropdown-toggle.btn-flickr:focus,
        .open > .dropdown-toggle.btn-flickr:hover {
            color: #fff;
            background-color: #a80057;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-flickr.active,
    .btn-flickr:active,
    .open > .dropdown-toggle.btn-flickr {
        background-image: none;
    }

    .btn-flickr.disabled.focus,
    .btn-flickr.disabled:focus,
    .btn-flickr.disabled:hover,
    .btn-flickr[disabled].focus,
    .btn-flickr[disabled]:focus,
    .btn-flickr[disabled]:hover,
    fieldset[disabled] .btn-flickr.focus,
    fieldset[disabled] .btn-flickr:focus,
    fieldset[disabled] .btn-flickr:hover {
        background-color: #ff0084;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-flickr .badge {
        color: #ff0084;
        background-color: #fff;
    }

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-foursquare.focus,
    .btn-foursquare:focus {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-foursquare:hover {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-foursquare.active,
    .btn-foursquare:active,
    .open > .dropdown-toggle.btn-foursquare {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-foursquare.active.focus,
        .btn-foursquare.active:focus,
        .btn-foursquare.active:hover,
        .btn-foursquare:active.focus,
        .btn-foursquare:active:focus,
        .btn-foursquare:active:hover,
        .open > .dropdown-toggle.btn-foursquare.focus,
        .open > .dropdown-toggle.btn-foursquare:focus,
        .open > .dropdown-toggle.btn-foursquare:hover {
            color: #fff;
            background-color: #e30742;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-foursquare.active,
    .btn-foursquare:active,
    .open > .dropdown-toggle.btn-foursquare {
        background-image: none;
    }

    .btn-foursquare.disabled.focus,
    .btn-foursquare.disabled:focus,
    .btn-foursquare.disabled:hover,
    .btn-foursquare[disabled].focus,
    .btn-foursquare[disabled]:focus,
    .btn-foursquare[disabled]:hover,
    fieldset[disabled] .btn-foursquare.focus,
    fieldset[disabled] .btn-foursquare:focus,
    fieldset[disabled] .btn-foursquare:hover {
        background-color: #f94877;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-foursquare .badge {
        color: #f94877;
        background-color: #fff;
    }

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-github.focus,
    .btn-github:focus {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-github:hover {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-github.active,
    .btn-github:active,
    .open > .dropdown-toggle.btn-github {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-github.active.focus,
        .btn-github.active:focus,
        .btn-github.active:hover,
        .btn-github:active.focus,
        .btn-github:active:focus,
        .btn-github:active:hover,
        .open > .dropdown-toggle.btn-github.focus,
        .open > .dropdown-toggle.btn-github:focus,
        .open > .dropdown-toggle.btn-github:hover {
            color: #fff;
            background-color: #191919;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-github.active,
    .btn-github:active,
    .open > .dropdown-toggle.btn-github {
        background-image: none;
    }

    .btn-github.disabled.focus,
    .btn-github.disabled:focus,
    .btn-github.disabled:hover,
    .btn-github[disabled].focus,
    .btn-github[disabled]:focus,
    .btn-github[disabled]:hover,
    fieldset[disabled] .btn-github.focus,
    fieldset[disabled] .btn-github:focus,
    fieldset[disabled] .btn-github:hover {
        background-color: #444;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-github .badge {
        color: #444;
        background-color: #fff;
    }

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-google.focus,
    .btn-google:focus {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-google:hover {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-google.active,
    .btn-google:active,
    .open > .dropdown-toggle.btn-google {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-google.active.focus,
        .btn-google.active:focus,
        .btn-google.active:hover,
        .btn-google:active.focus,
        .btn-google:active:focus,
        .btn-google:active:hover,
        .open > .dropdown-toggle.btn-google.focus,
        .open > .dropdown-toggle.btn-google:focus,
        .open > .dropdown-toggle.btn-google:hover {
            color: #fff;
            background-color: #a32b1c;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-google.active,
    .btn-google:active,
    .open > .dropdown-toggle.btn-google {
        background-image: none;
    }

    .btn-google.disabled.focus,
    .btn-google.disabled:focus,
    .btn-google.disabled:hover,
    .btn-google[disabled].focus,
    .btn-google[disabled]:focus,
    .btn-google[disabled]:hover,
    fieldset[disabled] .btn-google.focus,
    fieldset[disabled] .btn-google:focus,
    fieldset[disabled] .btn-google:hover {
        background-color: #dd4b39;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-google .badge {
        color: #dd4b39;
        background-color: #fff;
    }

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-instagram.focus,
    .btn-instagram:focus {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-instagram:hover {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-instagram.active,
    .btn-instagram:active,
    .open > .dropdown-toggle.btn-instagram {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-instagram.active.focus,
        .btn-instagram.active:focus,
        .btn-instagram.active:hover,
        .btn-instagram:active.focus,
        .btn-instagram:active:focus,
        .btn-instagram:active:hover,
        .open > .dropdown-toggle.btn-instagram.focus,
        .open > .dropdown-toggle.btn-instagram:focus,
        .open > .dropdown-toggle.btn-instagram:hover {
            color: #fff;
            background-color: #26455d;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-instagram.active,
    .btn-instagram:active,
    .open > .dropdown-toggle.btn-instagram {
        background-image: none;
    }

    .btn-instagram.disabled.focus,
    .btn-instagram.disabled:focus,
    .btn-instagram.disabled:hover,
    .btn-instagram[disabled].focus,
    .btn-instagram[disabled]:focus,
    .btn-instagram[disabled]:hover,
    fieldset[disabled] .btn-instagram.focus,
    fieldset[disabled] .btn-instagram:focus,
    fieldset[disabled] .btn-instagram:hover {
        background-color: #3f729b;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-instagram .badge {
        color: #3f729b;
        background-color: #fff;
    }

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-linkedin.focus,
    .btn-linkedin:focus {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-linkedin:hover {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-linkedin.active,
    .btn-linkedin:active,
    .open > .dropdown-toggle.btn-linkedin {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-linkedin.active.focus,
        .btn-linkedin.active:focus,
        .btn-linkedin.active:hover,
        .btn-linkedin:active.focus,
        .btn-linkedin:active:focus,
        .btn-linkedin:active:hover,
        .open > .dropdown-toggle.btn-linkedin.focus,
        .open > .dropdown-toggle.btn-linkedin:focus,
        .open > .dropdown-toggle.btn-linkedin:hover {
            color: #fff;
            background-color: #00405f;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-linkedin.active,
    .btn-linkedin:active,
    .open > .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

    .btn-linkedin.disabled.focus,
    .btn-linkedin.disabled:focus,
    .btn-linkedin.disabled:hover,
    .btn-linkedin[disabled].focus,
    .btn-linkedin[disabled]:focus,
    .btn-linkedin[disabled]:hover,
    fieldset[disabled] .btn-linkedin.focus,
    fieldset[disabled] .btn-linkedin:focus,
    fieldset[disabled] .btn-linkedin:hover {
        background-color: #007bb6;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-linkedin .badge {
        color: #007bb6;
        background-color: #fff;
    }

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-microsoft.focus,
    .btn-microsoft:focus {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-microsoft:hover {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-microsoft.active,
    .btn-microsoft:active,
    .open > .dropdown-toggle.btn-microsoft {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-microsoft.active.focus,
        .btn-microsoft.active:focus,
        .btn-microsoft.active:hover,
        .btn-microsoft:active.focus,
        .btn-microsoft:active:focus,
        .btn-microsoft:active:hover,
        .open > .dropdown-toggle.btn-microsoft.focus,
        .open > .dropdown-toggle.btn-microsoft:focus,
        .open > .dropdown-toggle.btn-microsoft:hover {
            color: #fff;
            background-color: #0f4bac;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-microsoft.active,
    .btn-microsoft:active,
    .open > .dropdown-toggle.btn-microsoft {
        background-image: none;
    }

    .btn-microsoft.disabled.focus,
    .btn-microsoft.disabled:focus,
    .btn-microsoft.disabled:hover,
    .btn-microsoft[disabled].focus,
    .btn-microsoft[disabled]:focus,
    .btn-microsoft[disabled]:hover,
    fieldset[disabled] .btn-microsoft.focus,
    fieldset[disabled] .btn-microsoft:focus,
    fieldset[disabled] .btn-microsoft:hover {
        background-color: #2672ec;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-microsoft .badge {
        color: #2672ec;
        background-color: #fff;
    }

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-odnoklassniki.focus,
    .btn-odnoklassniki:focus {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-odnoklassniki:hover {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-odnoklassniki.active,
    .btn-odnoklassniki:active,
    .open > .dropdown-toggle.btn-odnoklassniki {
        color: #fff;
        background-color: #d35b0a;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-odnoklassniki.active.focus,
        .btn-odnoklassniki.active:focus,
        .btn-odnoklassniki.active:hover,
        .btn-odnoklassniki:active.focus,
        .btn-odnoklassniki:active:focus,
        .btn-odnoklassniki:active:hover,
        .open > .dropdown-toggle.btn-odnoklassniki.focus,
        .open > .dropdown-toggle.btn-odnoklassniki:focus,
        .open > .dropdown-toggle.btn-odnoklassniki:hover {
            color: #fff;
            background-color: #b14c09;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-odnoklassniki.active,
    .btn-odnoklassniki:active,
    .open > .dropdown-toggle.btn-odnoklassniki {
        background-image: none;
    }

    .btn-odnoklassniki.disabled.focus,
    .btn-odnoklassniki.disabled:focus,
    .btn-odnoklassniki.disabled:hover,
    .btn-odnoklassniki[disabled].focus,
    .btn-odnoklassniki[disabled]:focus,
    .btn-odnoklassniki[disabled]:hover,
    fieldset[disabled] .btn-odnoklassniki.focus,
    fieldset[disabled] .btn-odnoklassniki:focus,
    fieldset[disabled] .btn-odnoklassniki:hover {
        background-color: #f4731c;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-odnoklassniki .badge {
        color: #f4731c;
        background-color: #fff;
    }

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-openid.focus,
    .btn-openid:focus {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-openid:hover {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-openid.active,
    .btn-openid:active,
    .open > .dropdown-toggle.btn-openid {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-openid.active.focus,
        .btn-openid.active:focus,
        .btn-openid.active:hover,
        .btn-openid:active.focus,
        .btn-openid:active:focus,
        .btn-openid:active:hover,
        .open > .dropdown-toggle.btn-openid.focus,
        .open > .dropdown-toggle.btn-openid:focus,
        .open > .dropdown-toggle.btn-openid:hover {
            color: #fff;
            background-color: #b86607;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-openid.active,
    .btn-openid:active,
    .open > .dropdown-toggle.btn-openid {
        background-image: none;
    }

    .btn-openid.disabled.focus,
    .btn-openid.disabled:focus,
    .btn-openid.disabled:hover,
    .btn-openid[disabled].focus,
    .btn-openid[disabled]:focus,
    .btn-openid[disabled]:hover,
    fieldset[disabled] .btn-openid.focus,
    fieldset[disabled] .btn-openid:focus,
    fieldset[disabled] .btn-openid:hover {
        background-color: #f7931e;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-openid .badge {
        color: #f7931e;
        background-color: #fff;
    }

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-pinterest.focus,
    .btn-pinterest:focus {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-pinterest:hover {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-pinterest.active,
    .btn-pinterest:active,
    .open > .dropdown-toggle.btn-pinterest {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-pinterest.active.focus,
        .btn-pinterest.active:focus,
        .btn-pinterest.active:hover,
        .btn-pinterest:active.focus,
        .btn-pinterest:active:focus,
        .btn-pinterest:active:hover,
        .open > .dropdown-toggle.btn-pinterest.focus,
        .open > .dropdown-toggle.btn-pinterest:focus,
        .open > .dropdown-toggle.btn-pinterest:hover {
            color: #fff;
            background-color: #801419;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-pinterest.active,
    .btn-pinterest:active,
    .open > .dropdown-toggle.btn-pinterest {
        background-image: none;
    }

    .btn-pinterest.disabled.focus,
    .btn-pinterest.disabled:focus,
    .btn-pinterest.disabled:hover,
    .btn-pinterest[disabled].focus,
    .btn-pinterest[disabled]:focus,
    .btn-pinterest[disabled]:hover,
    fieldset[disabled] .btn-pinterest.focus,
    fieldset[disabled] .btn-pinterest:focus,
    fieldset[disabled] .btn-pinterest:hover {
        background-color: #cb2027;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-pinterest .badge {
        color: #cb2027;
        background-color: #fff;
    }

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-reddit.focus,
    .btn-reddit:focus {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-reddit:hover {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-reddit.active,
    .btn-reddit:active,
    .open > .dropdown-toggle.btn-reddit {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-reddit.active.focus,
        .btn-reddit.active:focus,
        .btn-reddit.active:hover,
        .btn-reddit:active.focus,
        .btn-reddit:active:focus,
        .btn-reddit:active:hover,
        .open > .dropdown-toggle.btn-reddit.focus,
        .open > .dropdown-toggle.btn-reddit:focus,
        .open > .dropdown-toggle.btn-reddit:hover {
            color: #000;
            background-color: #98ccff;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-reddit.active,
    .btn-reddit:active,
    .open > .dropdown-toggle.btn-reddit {
        background-image: none;
    }

    .btn-reddit.disabled.focus,
    .btn-reddit.disabled:focus,
    .btn-reddit.disabled:hover,
    .btn-reddit[disabled].focus,
    .btn-reddit[disabled]:focus,
    .btn-reddit[disabled]:hover,
    fieldset[disabled] .btn-reddit.focus,
    fieldset[disabled] .btn-reddit:focus,
    fieldset[disabled] .btn-reddit:hover {
        background-color: #eff7ff;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-reddit .badge {
        color: #eff7ff;
        background-color: #000;
    }

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-soundcloud.focus,
    .btn-soundcloud:focus {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-soundcloud:hover {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-soundcloud.active,
    .btn-soundcloud:active,
    .open > .dropdown-toggle.btn-soundcloud {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-soundcloud.active.focus,
        .btn-soundcloud.active:focus,
        .btn-soundcloud.active:hover,
        .btn-soundcloud:active.focus,
        .btn-soundcloud:active:focus,
        .btn-soundcloud:active:hover,
        .open > .dropdown-toggle.btn-soundcloud.focus,
        .open > .dropdown-toggle.btn-soundcloud:focus,
        .open > .dropdown-toggle.btn-soundcloud:hover {
            color: #fff;
            background-color: #a83800;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-soundcloud.active,
    .btn-soundcloud:active,
    .open > .dropdown-toggle.btn-soundcloud {
        background-image: none;
    }

    .btn-soundcloud.disabled.focus,
    .btn-soundcloud.disabled:focus,
    .btn-soundcloud.disabled:hover,
    .btn-soundcloud[disabled].focus,
    .btn-soundcloud[disabled]:focus,
    .btn-soundcloud[disabled]:hover,
    fieldset[disabled] .btn-soundcloud.focus,
    fieldset[disabled] .btn-soundcloud:focus,
    fieldset[disabled] .btn-soundcloud:hover {
        background-color: #f50;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-soundcloud .badge {
        color: #f50;
        background-color: #fff;
    }

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-tumblr.focus,
    .btn-tumblr:focus {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-tumblr:hover {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-tumblr.active,
    .btn-tumblr:active,
    .open > .dropdown-toggle.btn-tumblr {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-tumblr.active.focus,
        .btn-tumblr.active:focus,
        .btn-tumblr.active:hover,
        .btn-tumblr:active.focus,
        .btn-tumblr:active:focus,
        .btn-tumblr:active:hover,
        .open > .dropdown-toggle.btn-tumblr.focus,
        .open > .dropdown-toggle.btn-tumblr:focus,
        .open > .dropdown-toggle.btn-tumblr:hover {
            color: #fff;
            background-color: #111c26;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-tumblr.active,
    .btn-tumblr:active,
    .open > .dropdown-toggle.btn-tumblr {
        background-image: none;
    }

    .btn-tumblr.disabled.focus,
    .btn-tumblr.disabled:focus,
    .btn-tumblr.disabled:hover,
    .btn-tumblr[disabled].focus,
    .btn-tumblr[disabled]:focus,
    .btn-tumblr[disabled]:hover,
    fieldset[disabled] .btn-tumblr.focus,
    fieldset[disabled] .btn-tumblr:focus,
    fieldset[disabled] .btn-tumblr:hover {
        background-color: #2c4762;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-tumblr .badge {
        color: #2c4762;
        background-color: #fff;
    }

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-twitter.focus,
    .btn-twitter:focus {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-twitter:hover {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-twitter.active,
    .btn-twitter:active,
    .open > .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-twitter.active.focus,
        .btn-twitter.active:focus,
        .btn-twitter.active:hover,
        .btn-twitter:active.focus,
        .btn-twitter:active:focus,
        .btn-twitter:active:hover,
        .open > .dropdown-toggle.btn-twitter.focus,
        .open > .dropdown-toggle.btn-twitter:focus,
        .open > .dropdown-toggle.btn-twitter:hover {
            color: #fff;
            background-color: #1583d7;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-twitter.active,
    .btn-twitter:active,
    .open > .dropdown-toggle.btn-twitter {
        background-image: none;
    }

    .btn-twitter.disabled.focus,
    .btn-twitter.disabled:focus,
    .btn-twitter.disabled:hover,
    .btn-twitter[disabled].focus,
    .btn-twitter[disabled]:focus,
    .btn-twitter[disabled]:hover,
    fieldset[disabled] .btn-twitter.focus,
    fieldset[disabled] .btn-twitter:focus,
    fieldset[disabled] .btn-twitter:hover {
        background-color: #55acee;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-twitter .badge {
        color: #55acee;
        background-color: #fff;
    }

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-vimeo.focus,
    .btn-vimeo:focus {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-vimeo:hover {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-vimeo.active,
    .btn-vimeo:active,
    .open > .dropdown-toggle.btn-vimeo {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-vimeo.active.focus,
        .btn-vimeo.active:focus,
        .btn-vimeo.active:hover,
        .btn-vimeo:active.focus,
        .btn-vimeo:active:focus,
        .btn-vimeo:active:hover,
        .open > .dropdown-toggle.btn-vimeo.focus,
        .open > .dropdown-toggle.btn-vimeo:focus,
        .open > .dropdown-toggle.btn-vimeo:hover {
            color: #fff;
            background-color: #0f7b9f;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-vimeo.active,
    .btn-vimeo:active,
    .open > .dropdown-toggle.btn-vimeo {
        background-image: none;
    }

    .btn-vimeo.disabled.focus,
    .btn-vimeo.disabled:focus,
    .btn-vimeo.disabled:hover,
    .btn-vimeo[disabled].focus,
    .btn-vimeo[disabled]:focus,
    .btn-vimeo[disabled]:hover,
    fieldset[disabled] .btn-vimeo.focus,
    fieldset[disabled] .btn-vimeo:focus,
    fieldset[disabled] .btn-vimeo:hover {
        background-color: #1ab7ea;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-vimeo .badge {
        color: #1ab7ea;
        background-color: #fff;
    }

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-vk.focus,
    .btn-vk:focus {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-vk:hover {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-vk.active,
    .btn-vk:active,
    .open > .dropdown-toggle.btn-vk {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-vk.active.focus,
        .btn-vk.active:focus,
        .btn-vk.active:hover,
        .btn-vk:active.focus,
        .btn-vk:active:focus,
        .btn-vk:active:hover,
        .open > .dropdown-toggle.btn-vk.focus,
        .open > .dropdown-toggle.btn-vk:focus,
        .open > .dropdown-toggle.btn-vk:hover {
            color: #fff;
            background-color: #3a526b;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-vk.active,
    .btn-vk:active,
    .open > .dropdown-toggle.btn-vk {
        background-image: none;
    }

    .btn-vk.disabled.focus,
    .btn-vk.disabled:focus,
    .btn-vk.disabled:hover,
    .btn-vk[disabled].focus,
    .btn-vk[disabled]:focus,
    .btn-vk[disabled]:hover,
    fieldset[disabled] .btn-vk.focus,
    fieldset[disabled] .btn-vk:focus,
    fieldset[disabled] .btn-vk:hover {
        background-color: #587ea3;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-vk .badge {
        color: #587ea3;
        background-color: #fff;
    }

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2);
}

    .btn-yahoo.focus,
    .btn-yahoo:focus {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-yahoo:hover {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-yahoo.active,
    .btn-yahoo:active,
    .open > .dropdown-toggle.btn-yahoo {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0, 0, 0, .2);
    }

        .btn-yahoo.active.focus,
        .btn-yahoo.active:focus,
        .btn-yahoo.active:hover,
        .btn-yahoo:active.focus,
        .btn-yahoo:active:focus,
        .btn-yahoo:active:hover,
        .open > .dropdown-toggle.btn-yahoo.focus,
        .open > .dropdown-toggle.btn-yahoo:focus,
        .open > .dropdown-toggle.btn-yahoo:hover {
            color: #fff;
            background-color: #39074e;
            border-color: rgba(0, 0, 0, .2);
        }

    .btn-yahoo.active,
    .btn-yahoo:active,
    .open > .dropdown-toggle.btn-yahoo {
        background-image: none;
    }

    .btn-yahoo.disabled.focus,
    .btn-yahoo.disabled:focus,
    .btn-yahoo.disabled:hover,
    .btn-yahoo[disabled].focus,
    .btn-yahoo[disabled]:focus,
    .btn-yahoo[disabled]:hover,
    fieldset[disabled] .btn-yahoo.focus,
    fieldset[disabled] .btn-yahoo:focus,
    fieldset[disabled] .btn-yahoo:hover {
        background-color: #720e9e;
        border-color: rgba(0, 0, 0, .2);
    }

    .btn-yahoo .badge {
        color: #720e9e;
        background-color: #fff;
    }

.ibox {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    min-height: 205px;
}

    .ibox .ibox-head {
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
    }

        .ibox .ibox-head .ibox-title {
            font-size: 16px;
            font-weight: 600;
        }

            .ibox .ibox-head .ibox-title small {
                font-weight: 400;
                font-size: 13px;
                color: #777;
            }

                .ibox .ibox-head .ibox-title small a {
                    color: inherit;
                }

        .ibox .ibox-head .ibox-tools {
            position: relative;
        }

            .ibox .ibox-head .ibox-tools > a {
                color: #aaa;
                font-size: 14px;
                padding: 0 6px;
            }

                .ibox .ibox-head .ibox-tools > a:hover {
                    color: #6d7c85;
                }

        .ibox .ibox-head .nav-tabs {
            margin: 0;
            border: 0;
            height: 100%;
        }

            .ibox .ibox-head .nav-tabs .nav-link {
                height: 100%;
                padding: .9rem 1rem;
            }

    .ibox .ibox-body {
        padding: 10px 10px 10px 10px;
    }

    .ibox .ibox-footer {
        padding: 10px 0;
        border-top: 1px solid #eee;
    }

    .ibox.ibox-fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 1005;
    }

        .ibox.ibox-fullscreen .fullscreen-link > i::before {
            content: "\f066";
        }

    .ibox.collapsed-mode .ibox-collapse > i::before {
        content: "\f067";
    }

.ibox-primary .ibox-head {
    color: #fff;
    background-color: #3498db;
}

    .ibox-primary .ibox-head .ibox-tools > a,
    .ibox-primary .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-success .ibox-head {
    color: #fff;
    background-color: #2ecc71;
}

    .ibox-success .ibox-head .ibox-tools > a,
    .ibox-success .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-info .ibox-head {
    color: #fff;
    background-color: #23b7e5;
}

    .ibox-info .ibox-head .ibox-tools > a,
    .ibox-info .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-warning .ibox-head {
    color: #fff;
    background-color: #f39c12;
}

    .ibox-warning .ibox-head .ibox-tools > a,
    .ibox-warning .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-danger .ibox-head {
    color: #fff;
    background-color: #e74c3c;
}

    .ibox-danger .ibox-head .ibox-tools > a,
    .ibox-danger .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-grey .ibox-head {
    color: #fff;
    background-color: #bdc3c7;
}

    .ibox-grey .ibox-head .ibox-tools > a,
    .ibox-grey .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

body.fullscreen-mode {
    overflow-y: hidden;
}

.nav-pills,
.nav-tabs {
    margin-bottom: 15px;
}

    .nav-pills .nav-link,
    .nav-tabs .nav-link {
        color: inherit;
    }

    .nav-tabs .nav-link {
        -webkit-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
        margin-right: 0;
        padding: .7rem 1rem;
    }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            color: #333;
        }

.tabs-line > li .nav-link {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-bottom: 3px solid transparent;
}

    .tabs-line > li .nav-link:hover {
        border-color: transparent;
        background-color: transparent;
        border-bottom-color: #cce5f6 !important;
    }

    .tabs-line > li .nav-link.active,
    .tabs-line > li .nav-link.active:focus,
    .tabs-line > li .nav-link.active:hover {
        border-color: transparent;
        border-bottom: 3px solid #52a7e0 !important;
    }

.tabs-left,
.tabs-line-left,
.tabs-line-right,
.tabs-right {
    border-bottom: 0;
}

.tabs-line-left {
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
}

    .tabs-line-left > li > .nav-link,
    .tabs-line-left > li > .nav-link:focus {
        border-right: 1px solid #ddd;
    }

        .tabs-line-left > li > .nav-link:hover {
            border-color: transparent;
            border-right: 3px solid #caf0f2;
            padding-right: 13px;
            margin-right: -1px;
        }

        .tabs-line-left > li > .nav-link.active,
        .tabs-line-left > li > .nav-link.active:focus,
        .tabs-line-left > li > .nav-link.active:hover {
            border: 1px solid transparent;
            border-right: 3px solid #4ccdd3;
            padding-right: 13px;
            margin-right: -1px;
        }

.tabs-line-right {
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
}

    .tabs-line-right > li > .nav-link,
    .tabs-line-right > li > .nav-link:focus {
        border-left: 1px solid #ddd;
    }

        .tabs-line-right > li > .nav-link:hover {
            border-color: transparent;
            border-left: 3px solid #caf0f2;
            padding-left: 13px;
            margin-left: -1px;
        }

        .tabs-line-right > li > .nav-link.active,
        .tabs-line-right > li > .nav-link.active:focus,
        .tabs-line-right > li > .nav-link.active:hover {
            border: 1px solid transparent;
            border-left: 3px solid #4ccdd3;
            padding-left: 13px;
            margin-left: -1px;
        }

.tabs-left {
    float: left;
    margin-right: 20px;
}

    .tabs-left .nav-link {
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        margin-right: -1px;
        border-right: 1px solid #ddd;
    }

        .tabs-left .nav-link.active,
        .tabs-left .nav-link.active:focus,
        .tabs-left .nav-link.active:hover {
            border-color: #ddd transparent #ddd #ddd;
        }

.tabs-right {
    float: right;
    margin-left: 20px;
}

    .tabs-right .nav-link {
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        margin-left: -1px;
        margin-right: 0;
        border-left: 1px solid #ddd;
    }

        .tabs-right .nav-link.active,
        .tabs-right .nav-link.active:focus,
        .tabs-right .nav-link.active:hover {
            border-color: #ddd #ddd #ddd transparent;
        }

.tabs-below {
    margin-bottom: 0;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

    .tabs-below .nav-item {
        margin-bottom: 0;
        margin-top: -1px;
    }

    .tabs-below .nav-link.active {
        border-color: transparent #ddd #ddd !important;
    }

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    background-color: #2cc4cb !important;
    color: #fff;
}

.nav-pills .nav-link {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.alert {
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .alert h4 {
        margin-bottom: 8px;
    }

.alert-link {
    font-weight: 600;
}

.alert-success {
    background-color: #97e6b8;
    border-color: #58d68d;
    color: #219351;
}

    .alert-success hr {
        border-top-color: #44d17f;
    }

    .alert-success .alert-link {
        color: #18693a;
    }

    .alert-success.alert-bordered {
        border-left: 4px solid #2cb566;
    }

    .alert-success.alert-bordered-right {
        border-right: 4px solid #2cb566;
    }

.alert-info {
    background-color: #91dbf2;
    border-color: #4fc5ea;
    color: #1a89ac;
}

    .alert-info hr {
        border-top-color: #38bde7;
    }

    .alert-info .alert-link {
        color: #136680;
    }

    .alert-info.alert-bordered {
        border-left: 4px solid #19a7d3;
    }

    .alert-info.alert-bordered-right {
        border-right: 4px solid #19a7d3;
    }

.alert-warning {
    background-color: #f9ce89;
    border-color: #f5b041;
    color: #af700d;
}

    .alert-warning hr {
        border-top-color: #f4a629;
    }

    .alert-warning .alert-link {
        color: #805209;
    }

    .alert-warning.alert-bordered {
        border-left: 4px solid #de8d0c;
    }

    .alert-warning.alert-bordered-right {
        border-right: 4px solid #de8d0c;
    }

.alert-danger {
    background-color: #f3a69e;
    border-color: #ec7063;
    color: #a6372b;
}

    .alert-danger hr {
        border-top-color: #e95b4c;
    }

    .alert-danger .alert-link {
        color: #7d2a21;
    }

    .alert-danger.alert-bordered {
        border-left: 4px solid #e4311f;
    }

    .alert-danger.alert-bordered-right {
        border-right: 4px solid #e4311f;
    }

.badge,
.label {
    padding: 3px 6px;
    line-height: inherit;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.badge-pill,
.label-pill {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.badge-default,
.label-default {
    background-color: #e3e6e7;
    color: #333;
}

.badge-primary,
.label-primary {
    background-color: #3498db;
}

.badge-success,
.label-success {
    background-color: #2ecc71;
}

.badge-info,
.label-info {
    background-color: #23b7e5;
}

.badge-warning,
.label-warning {
    background-color: #f39c12;
}

.badge-danger,
.label-danger {
    background-color: #e74c3c;
}

.badge-circle,
.label-circle {
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.badge-big {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 15px;
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: auto;
}

    .progress .progress-bar {
        height: 16px;
        line-height: 16px;
        background-color: #3498db;
    }

        .progress .progress-bar.progress-bar-primary {
            background-color: #3498db;
        }

        .progress .progress-bar.progress-bar-success {
            background-color: #2ecc71;
        }

        .progress .progress-bar.progress-bar-info {
            background-color: #23b7e5;
        }

        .progress .progress-bar.progress-bar-warning {
            background-color: #f39c12;
        }

        .progress .progress-bar.progress-bar-danger {
            background-color: #e74c3c;
        }

    .progress.progress-vertical {
        display: inline-block;
        position: relative;
        height: 100%;
        width: 16px;
        margin-right: 20px;
    }

        .progress.progress-vertical .progress-bar {
            width: 100%;
        }

        .progress.progress-vertical.progress-bottom .progress-bar {
            position: absolute;
            bottom: 0;
        }

        .progress.progress-vertical.progress-wide {
            width: 36px;
        }

.dropdown-menu {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    color: inherit;
}

    .dropdown-menu .dropdown-item,
    .dropdown-menu > li > a {
        padding: 8px 15px;
        color: inherit;
    }

        .dropdown-menu .dropdown-item:focus,
        .dropdown-menu .dropdown-item:hover,
        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            background-color: #f7f8f8;
            color: #16181b;
        }

        .dropdown-menu .active > a,
        .dropdown-menu .active > a:focus,
        .dropdown-menu .active > a:hover,
        .dropdown-menu .dropdown-item.active,
        .dropdown-menu .dropdown-item.active:focus,
        .dropdown-menu .dropdown-item.active:hover {
            background-color: #ebedee;
            color: inherit;
        }

    .dropdown-menu > li > a {
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
    }

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.list-group .list-group-item {
    border-color: transparent;
    background-color: transparent;
    padding: 5px 5px;
}

    .list-group .list-group-item.disabled {
        background-color: transparent;
        color: #ccc;
    }

    .list-group .list-group-item.active {
        background-color: transparent;
        border-color: transparent;
        color: #2ecc71;
    }

.list-group.list-group-full .list-group-item {
    padding-left: 0;
    padding-right: 0;
}

.list-group.list-group-divider .list-group-item:not(:first-child) {
    border-top-color: #e1eaec;
}

.list-group.list-group-bordered .list-group-item {
    border-color: #e1eaec;
}

    .list-group.list-group-bordered .list-group-item.active {
        background-color: #3498db;
        border-color: #3498db;
        color: #fff;
    }

    .list-group.list-group-bordered .list-group-item:first-child {
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .list-group.list-group-bordered .list-group-item:last-child {
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.list-group .list-group-item-success {
    color: #219351;
    background-color: #e0f7ea;
}

.list-group a.list-group-item-success,
.list-group button.list-group-item-success {
    color: #219351;
}

    .list-group a.list-group-item-success:focus,
    .list-group a.list-group-item-success:hover,
    .list-group button.list-group-item-success:focus,
    .list-group button.list-group-item-success:hover {
        color: #219351;
        background-color: #ccf2dc;
    }

.list-group .list-group-item-info {
    color: #1984a5;
    background-color: #def4fb;
}

.list-group a.list-group-item-info,
.list-group button.list-group-item-info {
    color: #1984a5;
}

    .list-group a.list-group-item-info:focus,
    .list-group a.list-group-item-info:hover,
    .list-group button.list-group-item-info:focus,
    .list-group button.list-group-item-info:hover {
        color: #1984a5;
        background-color: #c7ecf8;
    }

.list-group .list-group-item-warning {
    color: #af700d;
    background-color: #fdf0db;
}

.list-group a.list-group-item-warning,
.list-group button.list-group-item-warning {
    color: #af700d;
}

    .list-group a.list-group-item-warning:focus,
    .list-group a.list-group-item-warning:hover,
    .list-group button.list-group-item-warning:focus,
    .list-group button.list-group-item-warning:hover {
        color: #af700d;
        background-color: #fce6c3;
    }

.list-group .list-group-item-danger {
    color: #a6372b;
    background-color: #fbe4e2;
}

.list-group a.list-group-item-danger,
.list-group button.list-group-item-danger {
    color: #a6372b;
}

    .list-group a.list-group-item-danger:focus,
    .list-group a.list-group-item-danger:hover,
    .list-group button.list-group-item-danger:focus,
    .list-group button.list-group-item-danger:hover {
        color: #a6372b;
        background-color: #f8cfcc;
    }

.media {
    margin: 0;
}

    .media .media-heading {
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .media .media-img {
        padding-right: 14px;
    }

.media-list {
    padding: 0;
    list-style: none;
}

    .media-list .media {
        padding: 8px 0;
    }

.media-right .media-img {
    padding-left: 14px;
    padding-right: 0;
}

.media-list.media-list-divider .media:not(:first-child) {
    border-top: 1px solid #e1eaec;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.card-subtitle {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.card-footer,
.card-header {
    background-color: inherit;
}

.form-control {
    -webkit-border-radius: 2px;
    height:35px !important;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size:0.8rem !important;
}

    .form-control:focus {
        border-color: #23b7e5;
    }

.input-rounded {
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.input-group-addon {
    color: #5d6064;
    color: #71808f;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}

.help-block {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
}

.input-group-icon {
    position: relative;
    color: #71808f;
}

    .input-group-icon .form-control {
        padding-left: 33px;
    }

    .input-group-icon .input-icon {
        position: absolute;
        left: 0;
        top: 0;
        height: 33px;
        line-height: 33px;
        width: 34px;
        text-align: center;
    }

    .input-group-icon.right .input-icon {
        right: 0;
        left: auto;
    }

    .input-group-icon.right .form-control {
        padding-left: 12px;
        padding-right: 33px;
    }

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #2ecc71;
}

.has-success .col-form-label,
.has-success .control-label,
.has-success .input-icon > i {
    color: #2ecc71;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #f39c12;
}

.has-warning .col-form-label,
.has-warning .control-label,
.has-warning .input-icon > i {
    color: #f39c12;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #e74c3c;
}

.has-error .col-form-label,
.has-error .control-label,
.has-error .error,
.has-error .help-block,
.has-error .input-icon > i {
    color: #e74c3c;
}

.help-block.error {
    color: #e74c3c;
}

.ui-checkbox,
.ui-radio {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 28px;
    font-weight: 400;
    min-height: 20px;
}

    .ui-checkbox .input-span,
    .ui-radio .input-span {
        position: absolute;
        display: inline-block;
        height: 20px;
        width: 20px;
        left: 0;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .ui-checkbox .input-span::after,
        .ui-radio .input-span::after {
            content: '';
            position: absolute;
            display: none;
            width: 5px;
            height: 10px;
            left: 7px;
            top: 3px;
            border: solid #888;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .ui-checkbox input,
    .ui-radio input {
        position: absolute;
        opacity: 0;
    }

        .ui-checkbox input:checked ~ .input-span:after,
        .ui-radio input:checked ~ .input-span:after {
            display: block;
        }

    .ui-checkbox:hover .input-span,
    .ui-radio:hover .input-span {
        border-color: #b8b8b8;
    }

    .ui-checkbox.ui-checkbox-gray .input-span,
    .ui-checkbox.ui-radio-gray .input-span,
    .ui-radio.ui-checkbox-gray .input-span,
    .ui-radio.ui-radio-gray .input-span {
        background-color: #e6e6e6;
        border-color: transparent;
    }

        .ui-checkbox.ui-checkbox-gray .input-span::after,
        .ui-checkbox.ui-radio-gray .input-span::after,
        .ui-radio.ui-checkbox-gray .input-span::after,
        .ui-radio.ui-radio-gray .input-span::after {
            border-color: #888;
        }

    .ui-checkbox.disabled,
    .ui-radio.disabled {
        opacity: .7;
        cursor: not-allowed;
    }

    .ui-checkbox.check-single,
    .ui-radio.check-single {
        padding-left: 18px;
    }

    .ui-radio .input-span {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .ui-radio .input-span::after {
            border: 0;
            height: 6px;
            left: 6px;
            top: 6px;
            width: 6px;
            background: #888;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

.check-list .ui-checkbox,
.check-list .ui-radio {
    display: block;
}

    .check-list .ui-checkbox + .ui-checkbox,
    .check-list .ui-radio + .ui-radio {
        margin-top: 8px;
    }

.ui-checkbox-inline,
.ui-radio-inline {
    display: inline-block;
    margin-right: 15px;
}

.ui-checkbox-primary input:checked ~ .input-span {
    background-color: #3498db;
    border-color: #3498db;
}

    .ui-checkbox-primary input:checked ~ .input-span::after {
        border-color: #fff;
    }

.ui-radio-primary .input-span,
.ui-radio-primary:hover .input-span {
    border-color: #3498db;
}

.ui-radio-primary input:checked ~ .input-span {
    background-color: #3498db;
}

    .ui-radio-primary input:checked ~ .input-span::after {
        background-color: #fff;
    }

.ui-checkbox-success input:checked ~ .input-span {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

    .ui-checkbox-success input:checked ~ .input-span::after {
        border-color: #fff;
    }

.ui-radio-success .input-span,
.ui-radio-success:hover .input-span {
    border-color: #2ecc71;
}

.ui-radio-success input:checked ~ .input-span {
    background-color: #2ecc71;
}

    .ui-radio-success input:checked ~ .input-span::after {
        background-color: #fff;
    }

.ui-checkbox-info input:checked ~ .input-span {
    background-color: #23b7e5;
    border-color: #23b7e5;
}

    .ui-checkbox-info input:checked ~ .input-span::after {
        border-color: #fff;
    }

.ui-radio-info .input-span,
.ui-radio-info:hover .input-span {
    border-color: #23b7e5;
}

.ui-radio-info input:checked ~ .input-span {
    background-color: #23b7e5;
}

    .ui-radio-info input:checked ~ .input-span::after {
        background-color: #fff;
    }

.ui-checkbox-warning input:checked ~ .input-span {
    background-color: #f39c12;
    border-color: #f39c12;
}

    .ui-checkbox-warning input:checked ~ .input-span::after {
        border-color: #fff;
    }

.ui-radio-warning .input-span,
.ui-radio-warning:hover .input-span {
    border-color: #f39c12;
}

.ui-radio-warning input:checked ~ .input-span {
    background-color: #f39c12;
}

    .ui-radio-warning input:checked ~ .input-span::after {
        background-color: #fff;
    }

.ui-checkbox-danger input:checked ~ .input-span {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

    .ui-checkbox-danger input:checked ~ .input-span::after {
        border-color: #fff;
    }

.ui-radio-danger .input-span,
.ui-radio-danger:hover .input-span {
    border-color: #e74c3c;
}

.ui-radio-danger input:checked ~ .input-span {
    background-color: #e74c3c;
}

    .ui-radio-danger input:checked ~ .input-span::after {
        background-color: #fff;
    }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-top: 1px solid #ddd;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #ddd;
}

.table thead th {
    border-bottom: 1px solid #ddd !important;
    border-top: 0;
    font-weight: 700;
}

.table.no-border > tbody > tr > td,
.table.no-border > thead > tr > th {
    border: 0 none !important;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .04);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .05);
}

.table tr.success > td {
    background-color: #e0f7ea !important;
}

.table tr.info > td {
    background-color: #def4fb !important;
}

.table tr.warning > td {
    background-color: #fdf0db !important;
}

.table tr.danger > td {
    background-color: #fbe4e2 !important;
}

.pagination .page-link {
    color: inherit;
}

    .pagination .page-link:focus,
    .pagination .page-link:hover {
        color: #3498db;
    }

.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination .active > span,
.pagination .active > span:focus,
.pagination .active > span:hover,
.pagination .page-item.active .page-link {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

.modal-dialog {
    z-index: 1100;
}

    .modal-dialog .modal-content {
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    }

.modal-header .close {
    margin: 0;
    font-size: 0;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    opacity: .5;
    cursor: pointer;
}

    .modal-header .close::before {
        content: "\e646";
        font-size: 16px;
    }

    .modal-header .close:hover {
        opacity: .75;
    }

    .modal-header .close span {
        display: none;
    }

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-widget {
    width: 100px;
    display: inline-block;
}

.social-widget-header {
    padding: 15px;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.social-widget-count {
    padding: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.social-widget-facebook .social-widget-header {
    background-color: #3b5998;
}

.social-widget-facebook .social-widget-count {
    background-color: #4264aa;
}

.social-widget-twitter .social-widget-header {
    background-color: #00aced;
}

.social-widget-twitter .social-widget-count {
    background-color: #08bbff;
}

.social-widget-google .social-widget-header {
    background-color: #f86c6b;
}

.social-widget-google .social-widget-count {
    background-color: #f98483;
}

.social-widget-linkedin .social-widget-header {
    background-color: #4875b4;
}

.social-widget-linkedin .social-widget-count {
    background-color: #5982bd;
}

.social-widget-pinterest .social-widget-header {
    background-color: #ec488d;
}

.social-widget-pinterest .social-widget-count {
    background-color: #ee5f9b;
}

.social-widget-vk .social-widget-header {
    background-color: #4b73a4;
}

.social-widget-vk .social-widget-count {
    background-color: #5780b2;
}

.widget-stat .ibox-body {
    padding: 12px 3px;
}
/* 
.widget-stat-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    
    background-color: rgba(0, 0, 0, .1);
} */




.widget-stat-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    /* width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .1);
} */
}




.static-widget {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 15px;
}

    .static-widget i {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 36px;
    }

.widget-dark-progress {
    background: rgba(0, 0, 0, .1);
}

    .widget-dark-progress .progress-bar {
        background-color: #e9ecef;
    }

.widget-dark-badge {
    background: rgba(0, 0, 0, .2);
}

.tasks-list .task-data {
    padding-left: 25px;
}

.tasks-list .task-item .ui-checkbox input:checked ~ .task-title {
    text-decoration: line-through;
}

.task-actions {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

    .task-actions > a.dropdown-toggle {
        color: #aaa;
        height: 30px;
        width: 30px;
        display: inline-block;
        line-height: 30px;
        text-align: center;
    }

.task-item:hover .task-actions {
    display: block;
}

@-webkit-keyframes collapseMenu {
    from {
        width: 60px;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(.1);
        opacity: .1;
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: .3;
    }

    75% {
        -webkit-transform: scale(.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes loader-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fade-in-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s;
}

@media screen and (max-width:980px) {
    .video embed,
    .video iframe,
    .video object {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
}

@media screen and (max-width:768px) {
    body:not(.sidebar-mini):not(.drawer-sidebar) .dashboard-wrapper {
        margin-left: 0;
    }
}

@media screen and (max-width:650px) {
    .video embed,
    .video iframe,
    .video object {
        min-height: 250px;
    }
}

.bg-blue-800 {
    background-color: #256d9e !important;
}

.bg-blue-700 {
    background-color: #2b7db4 !important;
}

.bg-blue-600 {
    background-color: #308cc9 !important;
}

.bg-blue {
    background-color: #3498db !important;
}

.bg-blue-400 {
    background-color: #52a7e0 !important;
}

.bg-blue-300 {
    background-color: #71b7e6 !important;
}

.bg-blue-200 {
    background-color: #9acced !important;
}

.bg-blue-100 {
    background-color: #c2e0f4 !important;
}

.bg-blue-50 {
    background-color: #e7f3fb !important;
}

.bg-blue-light-800 {
    background-color: #1984a5 !important;
}

.bg-blue-light-700 {
    background-color: #1d96bc !important;
}

.bg-blue-light-600 {
    background-color: #20a8d3 !important;
}

.bg-blue-light {
    background-color: #23b7e5 !important;
}

.bg-blue-light-400 {
    background-color: #44c2e9 !important;
}

.bg-blue-light-300 {
    background-color: #65cded !important;
}

.bg-blue-light-200 {
    background-color: #91dbf2 !important;
}

.bg-blue-light-100 {
    background-color: #bde9f7 !important;
}

.bg-blue-light-50 {
    background-color: #e5f6fc !important;
}

.bg-green-800 {
    background-color: #219351 !important;
}

.bg-green-700 {
    background-color: #26a75d !important;
}

.bg-green-600 {
    background-color: #2abc68 !important;
}

.bg-green {
    background-color: #2ecc71 !important;
}

.bg-green-400 {
    background-color: #4dd486 !important;
}

.bg-green-300 {
    background-color: #6ddb9c !important;
}

.bg-green-200 {
    background-color: #97e6b8 !important;
}

.bg-green-100 {
    background-color: #c0f0d4 !important;
}

.bg-green-50 {
    background-color: #e6f9ee !important;
}

.bg-orange-800 {
    background-color: #af700d !important;
}

.bg-orange-700 {
    background-color: #c7800f !important;
}

.bg-orange-600 {
    background-color: #e09011 !important;
}

.bg-orange {
    background-color: #f39c12 !important;
}

.bg-orange-400 {
    background-color: #f5ab36 !important;
}

.bg-orange-300 {
    background-color: #f7ba59 !important;
}

.bg-orange-200 {
    background-color: #f9ce89 !important;
}

.bg-orange-100 {
    background-color: #fbe1b8 !important;
}

.bg-orange-50 {
    background-color: #fef3e3 !important;
}

.bg-red-800 {
    background-color: #a6372b !important;
}

.bg-red-700 {
    background-color: #bd3e31 !important;
}

.bg-red-600 {
    background-color: #d54637 !important;
}

.bg-red {
    background-color: #e74c3c !important;
}

.bg-red-400 {
    background-color: #eb6759 !important;
}

.bg-red-300 {
    background-color: #ee8277 !important;
}

.bg-red-200 {
    background-color: #f3a69e !important;
}

.bg-red-100 {
    background-color: #f8c9c5 !important;
}

.bg-red-50 {
    background-color: #fceae8 !important;
}

.bg-silver-800 {
    background-color: #888c8f !important;
}

.bg-silver-700 {
    background-color: #9ba0a3 !important;
}

.bg-silver-600 {
    background-color: #aeb3b7 !important;
}

.bg-silver {
    background-color: #bdc3c7 !important;
}

.bg-silver-400 {
    background-color: #c7cccf !important;
}

.bg-silver-300 {
    background-color: #d1d5d8 !important;
}

.bg-silver-200 {
    background-color: #dee1e3 !important;
}

.bg-silver-100 {
    background-color: #ebedee !important;
}

.bg-silver-50 {
    background-color: #f7f8f8 !important;
}

.bg-ebony-800 {
    background-color: #253544 !important;
}

.bg-ebony-700 {
    background-color: #2b3c4e !important;
}

.bg-ebony-600 {
    background-color: #304357 !important;
}

.bg-ebony {
    background-color: #34495f !important;
}

.bg-ebony-400 {
    background-color: #526477 !important;
}

.bg-ebony-300 {
    background-color: #71808f !important;
}

.bg-ebony-200 {
    background-color: #9aa4af !important;
}

.bg-ebony-100 {
    background-color: #c2c8cf !important;
}

.bg-ebony-50 {
    background-color: #e7e9ec !important;
}

.bg-purple-800 {
    background-color: #5b3f8c !important;
}

.bg-purple-700 {
    background-color: #67479f !important;
}

.bg-purple-600 {
    background-color: #7450b2 !important;
}

.bg-purple {
    background-color: #7e57c2 !important;
}

.bg-purple-400 {
    background-color: #9170cb !important;
}

.bg-purple-300 {
    background-color: #a589d4 !important;
}

.bg-purple-200 {
    background-color: #bfabe1 !important;
    background-image: linear-gradient(to right, #9477c7 , #bfabe1 );
}

.bg-purple-100 {
    background-color: #d8cded !important;
}

.bg-purple-50 {
    background-color: #f0ebf8 !important;
}

.bg-grey-800 {
    background-color: #5b6566 !important;
}

.bg-grey-700 {
    background-color: #687374 !important;
}

.bg-grey-600 {
    background-color: #758182 !important;
}

.bg-grey {
    background-color: #7f8c8d !important;
}

.bg-grey-400 {
    background-color: #929d9e !important;
}

.bg-grey-300 {
    background-color: #a5afaf !important;
}

.bg-grey-200 {
    background-color: #bfc6c6 !important;
}

.bg-grey-100 {
    background-color: #d9dddd !important;
}

.bg-grey-50 {
    background-color: #f0f1f1 !important;
}

.bg-teal-800 {
    background-color: #138770 !important;
}

.bg-teal-700 {
    background-color: #159a80 !important;
}

.bg-teal-600 {
    background-color: #18ad90 !important;
}

.bg-teal {
    background-color: #1abc9c !important;
}

.bg-teal-400 {
    background-color: #3cc6ab !important;
}

.bg-teal-300 {
    background-color: #5fd0ba !important;
}

.bg-teal-200 {
    background-color: #8ddece !important;
}

.bg-teal-100 {
    background-color: #baebe1 !important;
}

.bg-teal-50 {
    background-color: #e4f7f3 !important;
}

.bg-yellow-800 {
    background-color: #ae8d0b !important;
}

.bg-yellow-700 {
    background-color: #c6a10c !important;
}

.bg-yellow-600 {
    background-color: #deb40e !important;
}

.bg-yellow {
    background-color: #f1c40f !important;
}

.bg-yellow-400 {
    background-color: #f3cd33 !important;
}

.bg-yellow-300 {
    background-color: #f5d657 !important;
}

.bg-yellow-200 {
    background-color: #f8e287 !important;
}

.bg-yellow-100 {
    background-color: #fbedb7 !important;
}

.bg-yellow-50 {
    background-color: #fdf8e2 !important;
}

.bg-pink-800 {
    background-color: #a81647 !important;
}

.bg-pink-700 {
    background-color: #bf1951 !important;
}

.bg-pink-600 {
    background-color: #d61c5b !important;
}

.bg-pink {
    background-color: #e91e63 !important;
}

.bg-pink-400 {
    background-color: #ec407a !important;
}

.bg-pink-300 {
    background-color: #f06292 !important;
}

.bg-pink-200 {
    background-color: #f48fb1 !important;
}

.bg-pink-100 {
    background-color: #f8bcd0 !important;
}

.bg-pink-50 {
    background-color: #fce4ec !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-primary {
    background-color: #736fb3 !important;
}

.bg-success {
    background-color: #3ca268 !important;
}

.bg-info {
    background-color: #23b7e5 !important;
}

.bg-warning {
    background-color: #c19042 !important;
}

.bg-danger {
    background-color: #b5544a !important;
}

.bg-secondary {
    background-color: #96a1ad !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

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

.font-20 {
    font-size: 20px;
}

.font-26 {
    font-size: 26px;
}

.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-strong {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.link-blue {
    color: inherit;
}

    .link-blue:focus,
    .link-blue:hover {
        color: #3498db !important;
    }

.link-green {
    color: inherit;
}

    .link-green:focus,
    .link-green:hover {
        color: #2ecc71 !important;
    }

.color-white {
    color: #fff !important;
}

.color-green {
    color: #2ecc71 !important;
}

.color-blue {
    color: #3498db !important;
}

.color-orange {
    color: #f39c12 !important;
}

.color-red {
    color: #e74c3c !important;
}

.color-blue-light {
    color: #23b7e5 !important;
}

.color-purple {
    color: #7e57c2 !important;
}

.color-ebony {
    color: #34495f !important;
}

.color-silver {
    color: #bdc3c7 !important;
}

.color-inherit {
    color: inherit !important;
}

.text-primary {
    color: #3498db !important;
}

.text-success {
    color: #0f8d44 !important;
}

.text-info {
    color: #23b7e5 !important;
}

.text-warning {
    color: #f39c12 !important;
}

.text-danger {
    color: #e74c3c !important;
}

.text-muted {
    color: #999 !important;
}

.text-white {
    color: #fff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #258cd1 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #19a9d5 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #29b765 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #e08e0b !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #e43725 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.p-relative,
.rel {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.v-middle {
    vertical-align: middle;
}

.border-0 {
    border: 0 !important;
}

.hidden {
    display: none;
}

.flexbox {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flexbox-b {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}


.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    position: relative;
    background-color: #fff;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(to right, #494994,#99a4e8);
    background: #14296d;*/
    position: relative;
    background-image: url('../images/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.dropdown-user{ width:20px;}
.dropdown-user .nav-link{ padding: 0;}
.dropdown-user img{ width:100%;}
.navbar-toolbar{ align-items: center; padding-right: 10px;}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.logobrand {
    font-size: 20px;
    color: #fdfbfb !important;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 30px;
    margin-left: 5px;
}

.top-col-01{ width: 12%;}
.d-flex{ display: flex; flex-wrap: wrap;}
.top-col-01 a{ padding: 0 11px !important; color: #fff !important; margin: 0; border-radius: 0;}
.top-col-01 a i{ font-size:22px;}

.modultitle {
    background-image: linear-gradient(to right, #7c7fb9,#b7b9dc);
    color: #fff;
}
.top-col-02{ width: 70%; text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.top-col-03{ width: 18%; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.top-col-02 p{ margin: 0;     font-size: 1rem !important;}

.top-col-03 .fa-question-circle, .top-col-03  .fa-sign-out{ font-size: 20px;}
.top-col-03 a{padding: 1px 10px !important;}

.title-dash h6{font-size: 0.9rem !important; padding-left: 25px; margin: 0;}
.title-dash {padding-left: 15px; padding-right: 15px;     width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 
    font-size: 20px;
    background-color: rgba(0, 0, 0, .1); position: relative;}


    .title-dash .fa{
        top: 11px;
        left: 10px;
    }

    .list-cont{ margin: 0; padding: 5px 3%;}
    .list-cont li{ list-style: none; display: flex; font-size: 1.1em;  flex-wrap: wrap; justify-content: space-between;}
    .blink2 {
        animation: blinker 1.8s linear infinite;
        color: #3395c3;
        font-size: 24px !important;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-style: oblique;
    }
    .h5, h5 {
        font-size: 1.25rem;
    }

    .mand-text::before {
        content: "\f111";
        font-family: 'fontAwesome';
        color: red;
        font-size: 8px;
        vertical-align: super;
        padding-right: 5px;
    }
    .font-weight-bold {
        font-weight: 700!important;
    }
    .text-primary {
        color: #3498db !important;
    }

    .space td {
        display: inline-flex;
        border: none;
    }
    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        margin: 1px 3px 0px 5px;
    }
    .divewbentryform label {
        font-size: 12px; margin-bottom: 0;
    }

    .redcss {
        color: red;
    }
    .m-cir::after {
        content: "\f111";
        font-family: 'fontAwesome';
        font-size: 6px;
        vertical-align: super;
        padding-left: 3px;
    }
    .bg-gray-200 {
        background-color: #e9ecef !important;
    }

    .fa-2x {
        font-size: 1.5em !important;
    }

    .bg-white-clr{ background: #fff;}

    .max-970{ max-width: 970px;}
    .otp-fls{ width: 80%;}
    .otp-but{height: 35px;}

    .nav.navbar-nav{ flex-direction: initial;}

    .page-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 15px;
        background-color: #fff;
        background-image: linear-gradient(to right, #3f438f,#6975c3);
        z-index: 9999;
        background-image: url('../images/bg1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    } 

    .login-box{ max-width: 350px; margin-left: auto; margin-right: auto; background-color: #FFF;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        border-top: 5px solid #52529c;
        padding: 5px 20px 25px 20px;
        border-radius: 10px;
        border-bottom: 5px solid #0a1584;}


 
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

    a:hover {
        color: #444;
    }

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cp {
    cursor: pointer;
}

 
.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.hid {
    display: none;
}

.top-mar {
    margin-top: 15px;
}

.h-100 {
    height: 100%;
}

::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important;
}

.container-fluid {
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

strong {
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

body {
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    color: #6A6A6A;
    background-image: linear-gradient(to top, #494994,#99a4e8);
     background: #14296d;
    position: relative;
    /*background-image: linear-gradient(to right, #282873,#7584d2);*/
    
    background-size: cover;
    height: fit-content;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.session-title {
    padding: 30px;
    margin: 0px;
}

    .session-title h2 {
        width: 100%;
        text-align: center;
    }

    .session-title p {
        max-width: 850px;
        text-align: center;
        float: none;
        margin: auto;
    }

    .session-title span {
        float: right;
        font-style: italic;
    }

.inner-title {
    padding: 20px;
    padding-left: 0px;
    margin-bottom: 30px;
}

    .inner-title h2 {
        width: 100%;
        text-align: center;
        font-size: 2rem;
        font-family: "slab", Arial, Helvetica, sans-serif;
    }

    .inner-title p {
        width: 100%;
        text-align: center;
    }

.page-nav {
    padding: 40px;
    text-align: center;
    padding-top: 160px;
}

    .page-nav ul {
        float: none;
        margin: auto;
    }

    .page-nav h2 {
        font-size: 36px;
        width: 100%;
        color: #444;
    }

@media screen and (max-width: 600px) {
    .page-nav h2 {
        font-size: 26px;
    }
}

.page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
}

    .page-nav ul li i {
        width: 30px;
        text-align: center;
        color: #444;
    }

    .page-nav ul li a {
        color: #444;
    }


.btn-light {
    background-color: #FFF;
    color: #3F3F3F;
}

.collapse.show {
    display: block !important;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #7e85cc !important;
}

.form-control {
    background-color: #F8F8F8;
 }

    .form-control:focus {
        background-color: #FFF;
        border-color: #CCC;
    }

/* ===================================== Header CSS ================================== */
input,
input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 3;
}

.h-100 {
    height: 100%;
    width: 100%;
}

.full-bg {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    background-size: cover;
}

    .full-bg .bg-layer {
        margin: auto;
    }

    .full-bg h3 {
        color: #FFF;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        font-size: 32px;
        margin-top: -20px;
    }

    .full-bg p {
        width: 100%;
        text-align: right;
        color: #1d1c1c;
        text-decoration: underline;
        font-weight: 500;
    }

    .full-bg .btn {
        width: 100%;
        margin-top: 10px;
        padding: 6px;
        font-weight: 600;
        cursor: pointer;
    }

    .full-bg .logo {
        position: absolute;
        top: 0px;
        font-size: 38px;
        padding: 10px;
        color: #FFF;
        font-weight: 600;
    }

        .full-bg .logo a {
            color: #FFF;
        }

@media screen and (max-width: 409px) {
    .full-bg .logo {
        font-size: 32px;
    }
}

.full-bg .foter-credit {
    position: relative;
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    line-height: 20px;
}

    .full-bg .foter-credit a {
        color: #FFF;
    }

.login-box {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-top: 5px solid #52529c;
    padding: 5px 20px 25px 20px;
    border-radius: 10px;
    border-bottom: 5px solid #0a1584;
}

    .login-box h3 {
        color: #5f5f64;
        margin-top: 2px;
        font-size: 24px;
        font-weight: bold;
    }

    .login-box .input-group .input-group-prepend .input-group-text {
        background-color: #7e85cc;
        border-right: 0px;
        color: #fff;
        padding: 1px 10px 13px 10px;
    }

        .login-box .input-group .input-group-prepend .input-group-text i {
            font-size: 15px;
            vertical-align: middle;
        }

    .login-box .input-group .form-control {
        border-left: 0px;
        height: 35px;
    }

    .login-box a {
        /*color: #000000 !important;*/
        font-family: 'Helvetica, sans-serif !important';
        font-weight: 500;
        text-decoration: none !important;
        font-size: 17px;
    }

        .login-box a:hover {
            color: #007bff !important;
        }

    .login-box p label {
        float: left;
        width: auto;
        padding: 0px;
        margin-bottom: 0px;
    }

    .login-box .no-c {
        text-align: center;
        margin-top: 0px;
        text-decoration: none;
        margin-bottom: 5px;
    }

        .login-box .no-c a {
            text-decoration: underline;
        }

.full-bg .form-control {
    background-color: #FFF;
    border-radius: 0px;
    padding: 5px;
    font-size: 13px;
}

.btn-info {
    color: #fff;
    background-color: #5c5fa8 !important;
    border-color: #6c71b9 !important;
}

    .btn-info:hover {
        color: #fff;
        background-color: #494994 !important;
        border-color: #6c71b9 !important;
    }

.foter-credit a {
    color: #f86708 !important;
    font-size: 14px;
}

.otploginul li {
    line-height: 30px;
    list-style-type: decimal;
    font-size: 14px;
}

.hdtxt {
    color: #5f5f64;
    font-weight: bold;
}

.btnRefresh1 {
    vertical-align: middle !important;
}

.fa-2x {
    font-size: 1.5em !important;
}

.loginboxdiv {
    width: 300px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.otploginboxdiv {
    width: 350px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.trending-area .trending-main .trand-right-single {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.color1 {
    background: #ffe7e6;
}

.trand-right-capleft span {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 4px;
    line-height: 1.5;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 40px;
}


 
 
  .trand-right-cap {
    padding-left: 10px;
    margin: auto 0;
    width: calc(100% - 50px);
}
.latestupdatesul li {
    line-height: 26px;
    list-style-type: disc;
}

.color2 {
    background: #f4ffd5;
}
.color3 {
    background: #e1fcff;
}
.trand-right-single {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.footer-area {
    background: #14296d;
    position: relative;
    background-image: linear-gradient(to right, #282873,#7584d2);
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-logo h3 {
    font-size: 20px !important;
}

.footer-social li {
    line-height: 30px;
    list-style-type: disc;
    color: #fff;
}

.footer-social a {
    color: #fff;
    font-size: 14px;
}

.footer-padding {
    padding-top: 15px;
    padding-bottom: 10px;
}

.container-fluid{    padding-right: 15px;
    padding-left: 15px;}

    .mb-50 {
        margin-bottom: 50px;
    }
    
    .mt-60 {
        margin-top: 60px;
    }

    .footer-copy-right p {
        color: #fff;
        font-weight: 300;
        font-size: 13px;
        line-height: 2;
    }

    .footer-copy-right p a {
        color: #ffbf0c;
    }

    .main-header .main-menu ul li {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .main-menu {
        margin-right: 30px;
    }

    .main-menu ul li {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .main-menu ul li a {
        color: #002e5b;
        font-weight: 500;
        padding: 12px 40px;
        display: block;
        font-size: 14px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        text-transform: capitalize;
    }

    .header-bottom {
        border-top: 1px solid #eee;
        box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
        background: #c9cff7;
        border-bottom: 1px solid #bcbadb;
    }

    .full-w{max-width: unset;}

    .full-h{ height: 100vh;}

    .form-group .fa-question-circle{ color: #007bff; margin-left: 5px; margin-right: 5px;}
    .card-header{ color: #000;}