/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-06-16, 15:04:49
    Author     : kamdz
*/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    border: 0px;
    background-color: #fff;
}

.navbar-brand {
    color: #333;
}

.nav>li.active {
    background-color: #f5f5f5;
}

.navbar .container {
    border-bottom: 10px solid #0140be;
}

#content {
    padding-top: 80px;
}

footer {
    color: #9aa0a5;
}

.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: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.breadcrumb {
    text-transform: uppercase;
    font-size: 12px;
}

.wrapper {
    display: none;
}

.caret-reversed {
    border-top-width: 0 !important;
    border-bottom: 4px solid;
}

.panel-heading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        border-color: #ddd;
    }
    .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);        
        border-color: #e7e7e7;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.start-form {
    margin-top: 80px;
}

.start-form input {
    border-color: #0140be;
}

.start-form button {
    margin-top: 10px;    
}

.panelbreak {
    padding-top: 15px
}

.form-control:focus {
    border-color: #0140be;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 64, 190, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 64, 190, .6);
}


/* Generated by Glyphter (http://www.glyphter.com) on  Thu Jul 09 2015*/
@font-face {
    font-family: 'hermes';
    src: url('hermes.eot');
    src: url('hermes.eot?#iefix') format('embedded-opentype'),
        url('hermes.woff') format('woff'),
        url('hermes.ttf') format('truetype'),
        url('hermes.svg#hermes') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
    display: inline-block;
    font-family: 'hermes';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-hermes:before{content:'\0041';}

table label {
    font-weight: normal;
}

.buttons-column {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label.cut {
    display: inline-block;
    max-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}