﻿@font-face {
 font-family: 'Gothamy';
 src: url('fonts/GothamSSm-Book.ttf') format('truetype'); 
 font-weight: normal;
 font-style: normal;
 font-variant: normal;
}
/*@font-face {
 font-family: 'Gothamy';
 src: url('Gotham-Bold');
 font-weight: bold;
 font-style: normal;
 font-variant: normal;
}
@font-face {
 font-family: 'Gothamy';
 src: url('Gotham-BookItalic');
 font-weight: normal;
 font-style: italic;
 font-variant: normal;
}
@font-face {
 font-family: 'Gothamy';
 src: url('Gotham-BoldItalic');
 font-weight: bold;
 font-style: italic;
 font-variant: normal;
}*/
.center
{
    text-align: center;
}
.center-page
{
    width: 300px;
    height: 300px;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    
}
.space-virt
{
    margin-top: 20px;
}
.footer-pos
{
    width: auto;
    height: auto;
    position: absolute;
    top: 600px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

body
{
    padding-top: 60px;
}

/*  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }*/
.bg-grey
{
    background-color: #f6f6f6;
}
h3
{
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}


.dropdown-submenu
{
    position: relative;
}
.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    
}
.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after
{
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left
{
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    
}

  .navbar
{
    margin-bottom: 0;
    background-color: #0095C6;
    z-index: 9999;
    border: 0;
    font-size: 12px;
    line-height: 1.42857143 !important;
    letter-spacing: 0px;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
}
  .navbar li a, .navbar .navbar-brand
{
    color: #fff !important;
    background-color: #0095C6;
}
  .navbar-nav li a:hover, .navbar-nav li.active a
{
    color: #333399;
    background-color: #0095C6;
}
  .navbar-default .navbar-toggle
{
    border-color: transparent;
    color: #000000;
} 


.pagination-ys
{
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    
}

.pagination-ys table > tbody > tr > td
{
    display: inline;
}

.pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span
{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span
{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span
{
    margin-left: 0;
    
}

.pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span
{
    
}

.pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus
{
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.mydatagrid /** main grid */
{
    width: 80%;
    border: solid 1px #000000;
}
.button
{
    font-family: Gothamy, Arial;
    
    
}

.mydatagrid td
{
    padding: 4px;
    font-family: Gothamy, Arial;
}
.mydatagrid th
{
    padding: 4px 2px;
    color: #000000;
    font-family: Gothamy, Arial;
    
    background: #CCFFCC;
    border: 1px solid #000000;
    font-size: 11px;
}
.mydatagrid .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.modalBackground
{
    background-color: Black;

}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}
.btn
{
    font-weight:normal;
    font-family: Gothamy, Arial;
    height:28px;
    padding: 0px 5px;
    margin: 0px 5px;
    cursor: pointer;
}
/*.btn
{
    border: none;
    color: #FFFFFF;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Gotham SSm" , "Gotham SSm A" , "Gotham SSm B" , "Open Sans" , "segoe ui" ,arial;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    margin: 0px 5px;
    cursor: pointer;
    min-width: 50px;
}*/
.btn-round-sm
{
    font-family: Gothamy, Arial;
    font-size: 12px;
    height: 150px;
}
.btn-round-xs
{
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Gothamy, Arial;
    font-size: 12px;
    margin: 5px 5px;
    cursor: pointer;
    min-width: 50px;
}
.myAlertMessage
{
    background-color: Black;
    color: #FFFFFF;
}
.panel-title
{
    font-family: Gothamy, Arial;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    font-weight: bold;
}
.labelHeader
{
    font-family: Gothamy, Arial;
    font-size: 16px;
    font-weight: normal;
}
.labelCss
{
    font-family: Gothamy, Arial;
    font-size: 11px;
    font-weight: normal;
}
.rounded
{
    border: 1px solid #00FFFF;
    font-family: Arial;
    font-size: 10px;
    height: 28px;
    font-weight: normal;
   /* padding-top: 2px;*/
    padding-left: 2px;
    /*padding-bottom: 2px;*/
    top: -2px;
    left: 0px;
}
.textBoxCss
{
    border: 1px solid #00FFFF;
    font-family: Gothamy, Arial;
    font-size: 10px;
    line-height: 1.42;
    height: 36px;
}
.textBoxmultiCss
{
    border: 1px solid #00FFFF;
    font-family: Gothamy, Arial;
    font-size: 10px;
    top: 0px;
    left: 0px;
}


.checkboxCss
{
    font-family: Gothamy, Arial;
    font-size: 11px;
    font-weight: normal;
}
.optionboxCss
{
    font-family: Gothamy, Arial;
    font-size: 11px;
    font-weight: normal;
}
.panel-success > .panel-heading, .panel-success > form > .panel-heading
{
    color: #fff;
    background-color: #339933;
    border-color: #339933;
}

.panel-success > .panel-heading
{
    color: #fff;
    background-color: #26c281;
    border-color: #22ad5c;
}

.panel-heading
{
    position: relative;
}
.boxes
{
    height: 75px;
    overflow: auto;
}
