﻿
.page-header {
    border-bottom: 1px solid #4e2e28;
    margin-top: 22px;
}

.page-header h1 {
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table thead th {
  background-color: #C3AE96;
  color: #4e2e28;
  
}

.table thead th h4 {
    font-weight: bold;
}


.doublesize {
    font-size: 200%;
}

body {
    /* Detroit Jamaat Website
        background-color : #FFF9D0;
    */
    /* 
         Clouds #ecf0f1 
     SUN FLOWER  #f1c40f
         Belize Hollow #2980b9
         Pomogranate #c0392b
         Midnight Blue #2c3e50
         Pumpkin: #d35400
         Dark Chocolate: #4e2e28
         Chocolate: 714840
         Milk Chocolate: C3AE96
         Light Milk Chocolate: eee8e1;
         Gold: #ffd700

         */
    background-color: #FFF9D0;
    color: #4e2e28;
    padding-top: 50px;
    /*        
    padding-bottom: 40px;

             */
   
    /*  */
}

.show-on-small-screen {
    display: none;
}


    @media screen and (max-width: 768px) {
        body {
            padding-top: 0px;
        }

        .hide-on-small-screen {
            display: none;
        }

        .show-on-small-screen {
            display: block;
        }
    }

    hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #4e2e28;
    border-bottom: 1px solid #C3AE96;
}



.navbar-inverse {
  border-color: #ffd700;
  background-image: linear-gradient(to bottom, #4e2e28, #714840);
  background-repeat: repeat-x;
}

.navbar-inverse .navbar-inner {
    background-color: #4e2e28;
    background-image: linear-gradient(to bottom, #4e2e28, #C3AE96);
    background-repeat: repeat-x;
    border-color: #252525;
}

    .navbar-inverse .navbar-brand {
        color: #ffd700;
        letter-spacing: -2px;
        font-size: 24px;
    }

.navbar-inverse .navbar-brand .small{
    font-size: 14px; font-weight: lighter; letter-spacing: 0px;
}


.navbar-inverse .nav > li > a {
    color: #FFF9D0;
    font-weight: 900;
    letter-spacing: -1px;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
color: #ffffff;
background-color: #2980b9;


}

table {
    background-color: #ffffff;
}

.well {
    background-color: #eee8e1;
}

.field-validation-error
{
   color:red;
   font-size:small
}

.ui-widget-content {
    background: #FFF9D0;
    border: 1px solid #4E2E28;
    color: #222222;
}

.ui-widget-header {
    background: #4E2E28;
    border: 0;
    color: #fff;    
}

.ui-dialog .ui-dialog-titlebar {
    text-align: center;
    font-size: .8em;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

