
table 
{
    font-size:12px
}
body
{
    margin-top: 0px !important;
    padding-top: 0px !important;
    background-color: #FFFFFF !important;
}
.navbar
{
    border-bottom: 1px solid #D5D5D6 !important;
    margin-bottom: 25px !important;
    background-color: transparent !important;
    background-image: none !important;
    padding-bottom: 10px !important;
}
ul.nav
{
    float: right !important;
}

#CopyRightPane
{
    padding-top: 20px !important;
    border-top: 1px solid #D5D5D6 !important;
}
li.active
{
    font-weight: bold !important;
}
ul.nav li
{
    font-size: 12px !important;
}

.panel
{
    background-color: transparent !important;
    border: 1px solid rgb(214, 205, 205) !important;
}

.panel-heading
{
    border-bottom: 1px solid rgb(214, 205, 205) !important;
}
blockquote
{
    padding: 10px !important;
}

@media (min-width: 1200px)
{
    #ContainerWrapper
    {
        min-height: 68vh !important;
    }
}


/*
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
*/

/*----------------------menu ------------------------*/
#cssmenu
{
    background: #333;
    list-style: none;
    margin: 0;
    padding: 0; /*width: 16em;*/
    font-size: 12px;
}

#cssmenu ul
{
    margin: 0;
    padding: 0;
}

#cssmenu li
{
    font: 100% "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" , Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}
#cssmenu li:first-child
{
    background: #828282 !important;
    border-bottom: 1px solid #D0D0D0;
    padding: 8px 8px;
    font-size: 105%;
    color: white;
}
#cssmenu a
{
    background: #E8E8E8;
    border-bottom: 1px solid #D0D0D0;
    color: #6B6B6B;
    display: block;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: normal;
}

#cssmenu a:hover
{
    background: #2580a2 url("/images/hover.gif") left center no-repeat;
    color: #fff;
    padding-bottom: 8px;
}

#cssmenu .active > a
{
    background: #2580a2 url("/images/hover.gif") left center no-repeat !important;
    color: #fff !important;
    padding-bottom: 8px !important;
}

#cssmenu span
{
    background: #E8E8E8;
    border-bottom: 1px solid #D0D0D0;
    color: #6B6B6B;
    display: block;
    margin: 0;
    padding: 8px 12px;
    font-weight: normal;
}
/*----------------------menu ------------------------*/


#feedback
{
    height: 104px;
    width: 104px;
    position: fixed;
    top: 40%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-align: center;
}

#feedback a
{
    display: block;
    background: #62A5E8; /*height: 15px;  				width: 70px; */
    padding: 8px 10px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 1px; /*border-bottom: solid 1px #333;     border-left: solid 1px #333;     border-right: solid 1px #fff;*/
}

#feedback a:hover
{
    background: #06c;
}


/*panels*/
div.featured-boxes div.featured-box
{
    margin-bottom: 30px;
    margin-top: 45px;
    max-width: 350px;
}
div.featured-box
{
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    -moz-box-sizing: border-box;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background: #FFFfff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#FFFfff,0.01),color-stop(#f9f9f9,0.98));
    background: -webkit-linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
    background: -moz-linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
    background: -o-linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
    background: linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFfff), color-stop(98%,#f9f9f9));
    background: -webkit-linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
    background: -moz-linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
    background: -o-linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
    background: linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
    background: -webkit-linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
    background: -moz-linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
    background: -o-linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
    background: linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFfff', endColorstr='#f9f9f9',GradientType=0 );
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
div.featured-box-primary div.box-content
{
    border-top-color: #E05048;
}
div.featured-box div.box-content
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-top: 3px solid #33B8FF;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
}
i.image-icon.search.big, em.image-icon.search.big
{
    background-image: url(/images/search.png);
}
i.image-icon.links.big, em.image-icon.links.big
{
    background-image: url(/images/links.png);
}
div.featured-box-primary i.icon-featured, div.featured-box-primary i.image-icon, div.featured-box-primary em.icon-featured, div.featured-box-primary em.image-icon
{
    background-color: #E05048;
}
div.featured-box i.image-icon, i.icon-featured, div.featured-box em.image-icon, em.icon-featured
{
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 100%;
    color: #FFF;
    font-size: 40px;
    line-height: 110px;
    margin: 25px 0;
    padding: 25px;
}
i.image-icon.big, em.image-icon.big
{
    width: 110px;
    height: 110px;
}
i.image-icon, em.image-icon
{
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
div.featured-box p a.learn-more
{
    display: block;
    margin-top: 10px;
}
.icon
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-angle-right:before
{
    content: "\f105";
}
div.featured-box-secondary div.box-content
{
    border-top-color: #0e8590;
}
div.featured-box-secondary i.icon-featured, div.featured-box-secondary i.image-icon, div.featured-box-secondary em.icon-featured, div.featured-box-secondary em.image-icon
{
    background-color: #CCC;
}
div.featured-box-secondary h4
{
    color: #0e8590;
}
div.featured-box-primary h4
{
    color: #E05048;
}
div.featured-box h4
{
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px; /* text-transform: uppercase; */
}
div.featured-box-secundary h4
{
    color: #0e8590;
}
div.featured-box-secundary h4
{
    color: #CCC;
}
div.featured-box h4
{
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px; /* text-transform: uppercase; */
}
div.featured-box p a.learn-more
{
    display: block;
    margin-top: 10px;
}
a.read-more, a.learn-more
{
    display: inline-block;
    white-space: nowrap;
}
div.featured-box p
{
    color: #8A8A8A;
    text-align: center;
}
