﻿@import url(http://fonts.googleapis.com/css?family=Roboto);

* {
    font-family: 'Roboto', sans-serif;
}

body {
    padding-top: 70px;
    padding-bottom: 50px;
}

.body-content {
    font-size: 12pt;
}

#img_logo {
    max-height: 50px;
    max-width: 100px;
}
  
@media (min-width: 768px) {
    #img_logo {
        max-height: 150px;
        max-width: 300px;
    }
    body {
        padding-top: 110px;
        padding-bottom: 50px;
    }
}


/* ############################
   #   Master page Links      #
   ############################ */

.links_header 
{
    /*
	background-color: #FFE38F;
    */
}
div.links_header a:link {text-decoration:none; color:Black;}
div.links_header a:visited {text-decoration:none; color:Black;}
div.links_header a:hover {text-decoration:underline; color:Black;}
div.links_header a:active {text-decoration:underline; color:Black;}
div.links_header ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
div.links_header ul li 
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

/* #########################################
   #   Override the default bootstrap      #
   #   behavior where horizontal           #
   # description lists will truncate terms #
   # that are too long to fit in the left  #
   # column                                #
   ######################################### */

.dl-horizontal dt {
    white-space: normal;
}

.navbar-header {
    height:55px;
}
@media (min-width: 768px) {
    .navbar-header {
        height:95px;
    }
}

.navbar-default{
    background-color: white;
}
panel {
    background-color:white;
    z-index:100;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
    margin-left: 5px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}

.unread{
    font-weight:bold;
}

