﻿@import url(bootstrap.css);
body {
    overflow-x:hidden;
}

.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
.navbar {min-height:40px !important}

.right-vertical-divider
{
    border-right-style: solid;
    border-right-color: gray;
    border-right-width: 1px;
    height: 10px;
    margin-top: 15px;
}

.fill 
{
    min-height: 100%;
    height: 100%;
}

.icon-size
{
    font-size: 94px;
}

#triangle-bottomright
{
    width: 0;
    height: 0;
    border-bottom: 40px solid #bf3228;
    border-left: 40px solid transparent;
}

#square
{
    width: 100px;
    height: 100px;
    background: #bf3228
}

.buttonBar
{
    height: 100px;
    min-height:100%;
    position: relative;
}

.loginBtn
{
    width:200px;
    text-align: right;
    border-bottom: 100px solid #bf3228;
    border-left: 70px solid transparent;
}

.buttonBar .loginBtn a:hover{
    background-color:#bf3228;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th 
{
    border: none;
}