/*===========================================
  Call Glyphicons & Font Awesome
============================================*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../Fonts/glyphicons-halflings-regular.eot);
    src: url(../Fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
    url(../Fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(../Fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    url(../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../Fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../Fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"),
    url(../Fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"),
    url(../Fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"),
    url(../Fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal
}
.show-sidebar-left body::before, .show-sidebar-right body::before {
    display: block;
    opacity: 0.4;
    pointer-events: all;
}
body::before {
    background-color: #000;
    content: " ";
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1031;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-heart:before {
  content: "\f004";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-history:before {
  content: "\f1da";
}
.fa-user:before {
  content: "\f007";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullhorn:before {
  content: "\f0a1";
}

.glyphicons {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-info-sign:before{
    content:"\e086";
}
.glyphicon-refresh:before{
    content:"\e031";
}
.glyphicon-eye-close:before{
    content:"\e106";
}
.glyphicon-remove-circle:before{
    content:"\e088";
}
.glyphicon-chevron-down:before{
    content:"\e114";
}

/*===========================================
  Sidebar Sticky
============================================*/
.off-canvas-sidebar-right {
    position: fixed;
    right: 0;
    top: 300px;
    z-index:9999;
}
.btn-group, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group, .btn-group-vertical .btn {
    background-image: none;
    border: 1px solid #24abc8;
    border-radius: 0 !important;
    box-shadow:none;
    padding: 6px 12px;
    transition:all 0.2s ease 0s;
}
.btn-group, .btn-group-vertical .btn .glyphicons {
  font-size:24px;
}
.btn-info {
    background-color: #24abc8;
    border-color: #24abc8;
    color: #fff;
    text-shadow:none;
}
.btn-group-vertical > .btn:last-child {
    border-radius:0;
}
.show-sidebar-right .sidebar.sidebar-fixed-right {
    right:0;
}
.show-sidebar-right .off-canvas-sidebar-right {
    right: 320px;
    transition: all 0.4s ease 0s;
}
.sidebar.sidebar-fixed-right {
    right: -320px;
}
.sidebar.sidebar-fixed-left, .sidebar.sidebar-fixed-right {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 320px;
    z-index: 9999;
}
.sidebar {
    background-color: #fff;
    margin-bottom: 30px;
    transition: all 0.4s ease 0s;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-primary .panel-heading {
    color: #fff;
}
.panel-primary > .panel-heading {
    background-color: #c8244f;
    border-color: #c8244f;
    color: #fff;
    transition:all 0.2s ease 0s;
    cursor:pointer;
}
.panel-primary > .panel-heading:hover {
    background-color: #2e384e;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    padding: 20px 15px;
}
.panel-heading h3 {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.1;
}
.panel-heading h4 {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.1;
}
.panel-heading h3 a {
    color:#fff;
}
.panel-heading h3 a:hover {
    text-decoration: none;
}
.panel-heading h4 a {
    color:#fff;
}
.panel-heading h4 a:hover {
    text-decoration: none;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.sidebar-fixed-right .collapse {
    display:none;
}
.sidebar-fixed-right .panel-primary > .panel-heading .badge {
    background-color: #fff;
    color: #c8244f;
}
.sidebar-fixed-right .badge {
    color: #fff;
}
.sidebar-fixed-right .badge {
    background-color: #c8244f;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.collapse.in {
    display: block;
}

.panel-primary {
    border-color: #c8244f;
}
.panel-body {padding:15px;}
.panel-body::after {
    clear: both;
}
.panel-body::before, .panel-body::after {
    content: " ";
    display: table;
}
*::before, *::after {
    box-sizing: border-box;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #c8244f;
}
.media:first-child {
    margin-top: 0;
}
.media {
    margin-top: 15px;
}
.media-body h4 {
    margin-top:0;
}
.media-body, .media-left, .media-right {
    vertical-align: top;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-body {
    width:1000px;
}
.sidebar-fixed-right .alert-info {
    background-color: #aee5f0;
    border-color: #bce8f1;
    color: #24abc8;
}
.sidebar-fixed-right .alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
@media screen and (max-width: 768px){
    .show-sidebar-right .off-canvas-sidebar-right {
        right: 240px;
        transition: all 0.4s ease 0s;
    }
    .sidebar.sidebar-fixed-right {
        right: -240px;
    }
    .sidebar.sidebar-fixed-left, .sidebar.sidebar-fixed-right {
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 240px;
        z-index: 1032;
    }
}

/*===========================================
    Login
============================================*/
.navbar-search {
    right:60px;
}
.header .span8 {
    position:relative;
}
.header .dropdown-menu {
    left:auto;
    right:0;
    padding:20px;
    border-radius:0;
}
.header .dropdown-menu label {
    display:none;
}
.header .dropdown-menu .form-group input {
    border:none;
    border-bottom:1px solid #ddd;
    border-radius:0;
    box-shadow:none;
}
.header .dropdown-menu button {
    background-color:#787878;
    color:#fff;
    background-image:none;
    border-radius:0;
    border:none;
}
.header .dropdown-menu button:hover {
    background-color:#545454;
}
.header .dropdown-menu a.btn {
    border:1px solid #787878;
    background-color:#fff;
    background-image:none;
    border-radius:0;
    text-shadow:none;
}
.header .dropdown-menu a.btn:hover {
    background-color:#545454;
    color:#fff;
}
.login {
    border-right:1px solid #d6d6d6;
    padding:0 10px;
    position:absolute;
    top:4px;
    right:0;
}
.login a {
    display:block;
    height:100%;
    width:100%;
}
.login a span {
    color:#000;
    font-size:40px;
}

@media screen and (max-width: 980px){
    .login {border-left:1px solid #d6d6d6;}
}
@media screen and (max-width: 420px){
    .login {display:none;}
    .navbar-search {right:0;}
}

/*===========================================
    Forget Pages
============================================*/
.forget-pass h1 {
    margin-top:60px;
}
.forget-pass .button-submit {
    border-radius: 0;
    width:100%;
    margin-top:0;
}

/*===========================================
    Register Pages
============================================*/

.register h1 {
    margin-top:60px;
}
.register .button-submit {
    border-radius: 0;
    width:100%;
    margin-top:0;
}