﻿@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed|Roboto|Raleway);


.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    padding-top: 60px;
    height: 100%;
    background-color: #efefef;
}


h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
    color: #666;
}

p {
    color: #666;
}

label {
    font-family: 'Roboto Condensed', sans-serif;
    color: #666;
}


.navbar-default {
    background-color: #000;
    border-bottom: 1px solid #111;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

.navbar-nav > li > a {

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    /*letter-spacing: .5px;*/
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #000;
    color: #fff;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover {
    color: #ddd;
    background-color: #000;
}

.navbar-brand {
    padding: 10px 30px 10px 15px;
}

.ico-user {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    background-color: #525252;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
}

.btn-blk {
    color: #fff;
    background-color: #000;
    border-color: #444;
}

.btn-blk:hover {
    color: #fff;
    background-color: #333;
}

.btn-mg5 {
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.short {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -58px;
}

.push {
    height: 50px;
}

.footer {
    background-color: #000;
    color: #ccc;
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 1px solid #111;
}

.hide {
    display: none;
}

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

.rpt {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    min-width: 480px;
    padding: 20px;
    margin-top: 20px;
}

.rpt th {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background: #666;
}
.rpt td {
    font-family: 'Roboto', sans-serif;
}

.click {
    cursor: pointer;
}