@font-face {
  font-family: "SignikaNegative-Regular";
  src: url("../bundles/gbiactivity/fonts/SignikaNegative-Regular.ttf") format("truetype");
}
body{
    font-family: 'SignikaNegative-Regular';
}
span#logo{
    display: inline-block;
    background-image: url('../bundles/gbiactivity/images/logo.png');
    height: 80px;
    width: 324px;
    margin: 0px 20px 0px 16px;
}
input[type="password"] {
    height: 20px;
    line-height: 20px;
    border: 1px solid #95B8E7;
    font-size: 12px;
    margin: 0;
    padding: 0 2px;
    vertical-align: baseline;
}
input.button {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid lightblue;
    background-color: aliceblue;
    height: 2em;
    font-family: 'Julius Sans One';
}
input.button:hover{
    background-color: powderblue ;
    color: #393939;
    cursor: pointer;
    font-weight: bold;
}
input.login{
    width: 174px;
    margin-left: 66px;
}
form p {
    text-align: center;
}
.clear{
    clear:both;
}
.ftitle{
    font-size:14px;
    font-weight:bold;
    color:#666;
    padding:5px 0;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}
.fitem{
    margin-bottom:5px;
    vertical-align: text-top;
}
.fitem input, .fitem textarea, .fitem select{
    width: 180px;
}
.fitem .form-control {
    width: 100%;
}
.fitem label{
    display:inline-block;
    width:150px;
}
.error_msg{
    text-align: center; 
    color: red; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 20px;
}
li.new_notification{
    background-color: #FBEC88;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

table.table {
    display: inline-table;
    border-left: 1px solid black;
    border-spacing: 0;
    border-bottom: 1px solid black;
}

table.table thead tr th, table.table tbody tr td {
    border-top: 1px solid black;
    border-right: 1px solid black;
    padding: 4px;
}