﻿.clear { clear: both; }
/* Uncomment this section to create a sticky footer that is 60px in height. Change dimensions to increase/decrease footer height */
html,
body { height: 100%;}
#layout-wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; }
#push,
#footer
{
    height: 60px;
}
/* #footer { min-height: 80px; margin-top:30px; padding-top:15px; background-color: #aabe09; color: white; text-align: center}*/


/* #Lists
================================================== */
ul, ol { margin: 0; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { }
ul ul li, ul ol li,
ol ol li, ol ul li { }

/* Header
=================================================================== */
/* Uncomment this section to create hover-over dropdowns. Also add class name of "disabled" to ancor tag in MenuItemLinkdd.cshtml in Views folder
    .navbar .nav > li.dropdown:hover ul.dropdown-menu { display: block; }
    .navbar .nav > li.dropdown ul.dropdown-menu { margin-top: 0; }
*/
.navbar .nav > li.dropdown i { opacity: 0.60; filter: alpha(opacity = 60); }
.navbar .nav > li.dropdown:hover i { opacity: 1; filter: alpha(opacity = 100); }
/* second level menu links */
.dropdown .dropdown { position: relative; }
.dropdown .dropdown:hover > .dropdown-menu { display: block; }
.dropdown .dropdown:hover > a { color: #ffffff; text-decoration: none; background-color: #0088cc; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); -webkit-linear-gradient(top, #0088cc, #0077b3); -o-linear-gradient(top, #0088cc, #0077b3); linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088c', endColorstr='#ff0077b3', GradientType=0); }
.dropdown .dropdown:hover > a:after { border-left-color: #ffffff; }
.dropdown .dropdown > a:after { display: block; float: right; width: 0; height: 0; margin-top: 5px; margin-right: -10px; border-color: transparent; border-left-color: #cccccc; border-style: solid; border-width: 5px 0 5px 5px; content: " "; }
.dropdown .dropdown > .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; border-radius: 0 6px 6px 6px; }
.dropdown .dropdown > a > b { border: none; }
/* third level menu links */
.dropdown .dropdown .dropdown { position: relative; }
.dropdown .dropdown .dropdown:hover > .dropdown-menu { display: block; }
.dropdown .dropdown .dropdown:hover > a { color: #ffffff; text-decoration: none; background-color: #0088cc; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); -webkit-linear-gradient(top, #0088cc, #0077b3); -o-linear-gradient(top, #0088cc, #0077b3); linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088c', endColorstr='#ff0077b3', GradientType=0); }
.dropdown .dropdown .dropdown:hover > a:after { border-left-color: #ffffff; }
.dropdown .dropdown .dropdown > a:after { display: block; float: right; width: 0; height: 0; margin-top: 5px; margin-right: -10px; border-color: transparent; border-left-color: #cccccc; border-style: solid; border-width: 5px 0 5px 5px; content: " "; }
.dropdown .dropdown .dropdown > .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; border-radius: 0 6px 6px 6px; }
.dropdown .dropdown .dropdown > a > b { border: none; }

/* Comments
=================================================================== */
.comments-sec { float: left; width: 100%; line-height: 20px; margin-top: -15px; }
ol.commentlist { float: left; width: 100%; margin: 0; }
ol.commentlist li { float: left; border-top: 1px solid #e7e7e7; padding: 25px 0 20px 0; }
ol.commentlist li:first-child { border: none; padding: 25px 0 0px 0; }
ol.commentlist li { list-style: none; }
ol li ol.childlist { float: right; width: 89%; margin: 0px; }
ol.commentlist li ol.childlist li:first-child { border-top: 1px solid #e9e9e9; padding: 25px 0 0 0; font-size: 12px; }
ol.commentlist li ol.childlist li { border-top: 1px solid #e9e9e9; margin: 25px 0 15px 0; font-size: 12px; }
.comments { float: left; width: 100%; }
.comments-amount { color: #888; }
ol li ol.childlist .comment-des { float: right; width: 89%; }
.avatar { float: left; }
.comment-des { float: right; width: 90%; }
.comment-des strong { float: left; padding-right: 5px; font-size: 12px; }
.comment-des span { float: left; color: #888; }
.comment-by { float: left; width: 100%; padding-bottom: 8px; padding-top: 5px; color: #000; }
.ie7 .comment-by span.reply span { display: none; }
.comment-by span.reply { color: #888; float: right; display: inline; }
.comment-by span.reply a { float: right; height: 17px; margin-left: 5px; font-weight: normal; float: right; }
.comment-by span.date { color: #888; padding-right: 7px; float: right; }
.ie7 .comment-by .date { display: none; }

/* Contact Form
=================================================================== */
.field textarea { max-width: 97%; min-width: 97%; height: 130px; margin: 5px 0 15px 0; }
.field input { width: 240px; margin-bottom: 15px; }
.field:focus { border: 1px solid #eee; }
.field label span { color: #666; }
.field .validation-error,
.field .validation-error:focus { border: 1px solid #f2c4c2; background: #ffeceb; }
.loading { background: url(../images/loader.gif) no-repeat 1px; height: 28px; width: 28px; float: left; margin: 5px 0 0 10px; display: none; }
.success-message .notification { margin-bottom: 20px; }
.success-message { display: none; }
.form-spacer { margin-top: 20px; }

/* Posts
=================================================================== */
.post { padding: 0 0 15px 0; border-bottom: 1px solid #eee; margin-bottom: 10px; }
.post.post-page { border-bottom: none; margin-bottom: 0; }
.post-content { margin: 22px 0 0 0px; }

/* Tags */
.post-meta { background: #fff; color: #666; margin: 5px 0px; padding: 10px 5px; border-top: 1px solid #eee; }
.post-meta a { text-decoration: none; }
.post-meta a:hover { }
.post-meta i { opacity: 0.35; filter: alpha(opacity = 35); margin-right: 5px; zoom: 1; }
.post-meta span { margin-right: 10px; }

/* Pagination
=================================================================== */
.pager { text-align: left; margin-bottom: -10px; }
.pager a,
.pager span { padding: 4px 12px; border: 1px solid #ddd; border-left-width: 0; display: inline-block; *float: left; background: #fff; margin-right: -1px; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
.ie7 .pager span { margin-right: 5px; }

.navbar-inner {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

 .navbar .dropdown-menu li > a,
     .userbar .dropdown-menu li > a{
        color: #302f2d;
    }

        .navbar .dropdown-menu li > a:hover,
        .navbar .dropdown-menu li > a:focus,
        .navbar .dropdown-submenu:hover > a,
        .userbar .dropdown-menu li > a:hover,
        .userbar  .dropdown-menu li > a:focus,
        .userbar  .dropdown-submenu:hover > a {
            color: #302f2d;
            text-decoration: none;
            background-color: #f4f1ee;
            background-image: -moz-linear-gradient(top, #f4f1ee, #f4f1ee);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f1ee), to(#f4f1ee));
            background-image: -webkit-linear-gradient(top, #f4f1ee, #f4f1ee);
            background-image: -o-linear-gradient(top, #f4f1ee, #f4f1ee);
            background-image: linear-gradient(to bottom, #f4f1ee, #f4f1ee);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f1ee', endColorstr='#f4f1ee', GradientType=0);
        }

    .navbar .dropdown-menu .active > a,
    .navbar .dropdown-menu .active > a:hover,
    .userbar .dropdown-menu .active > a,
    .userbar .dropdown-menu .active > a:hover {
        color: #003869;
        text-decoration: none;
        background-color: #bfd7eb;
        background-image: -moz-linear-gradient(top, #bfd7eb, #bfd7eb);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfd7eb), to(#bfd7eb));
        background-image: -webkit-linear-gradient(top, #bfd7eb, #bfd7eb);
        background-image: -o-linear-gradient(top, #bfd7eb, #bfd7eb);
        background-image: linear-gradient(to bottom, #bfd7eb, #bfd7eb);
        background-repeat: repeat-x;
        outline: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd7eb', endColorstr='#bfd7eb', GradientType=0);
    }

/* Userbar (View page as:) */
.userbar {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #ffffff;
    border: 2px solid #ffffff;
}
body { 
    font-family:  Helvetica Neue, Helvetica, Arial, sans-serif; 
    }

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { 
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    background-color: #ffffff;
    }
.navbar .nav > li > a { 
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
    padding: 20px;
    }

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    background-color: #ffffff;
}

/* flat UI - Are */

/*
  ==================
  [BUTTON]
  ==================
*/

.btn {
  border: none;
  background: #003869;
  color: white;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; 
}

.btn:hover, .btn:focus {
  background-color: #61c0be;
  color: white;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; 
}

.btn:active, .btn.active {
    background-color: #7F8C8D;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}

.btn.disabled, .btn[disabled] {
    background-color: #95a5a6;
    color: white; 
}

.btn.btn-xlarge{
  padding: 30px 40px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.btn.btn-large {
    padding-bottom: 13px;
    padding-top: 14px; 
  font-size: 20px;
}

.btn.btn-small{
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.btn.btn-mini{
    background-color: #dadada;
    padding: 1px 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-mini-blue{
    background-color: #003869;
    padding: 1px 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-primary {
    background-color: #003869; 
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #61c0be; 
}
    
.btn.btn-primary:active{
    background-color: #003869; 
}

.btn.btn-primary.active{
  background-color: #003869;
}
 
.btn.btn-primary.disabled, .btn.btn-primary.disabled:hover,
.btn.btn-primary.disabled:active {
    background-color: #3498DB; 
}

.btn.btn-info {
    background-color: #3f93b9;
}
    
.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #2a84ae;
}
    
.btn.btn-info:active{
    background-color: #3498DB; 
}

.btn.btn-info.active{
  background-color: #2a84ae;
}

.btn.btn-info.disabled, .btn.btn-info.disabled:hover,
.btn.btn-info.disabled:active {
    background-color: #2a84ae; 
}

.btn.btn-danger {
    background-color: #E74C3B; 
}

.btn.btn-danger:hover, .btn.btn-danger:focus {
    background-color: #CC3333; 
}

.btn.btn-danger:active{
    background-color: #dc2d1b; 
}

.btn.btn-danger.active{
  background-color: #dc2d1b;
}

.btn.btn-danger.disabled, .btn.btn-danger.disabled:hover,
.btn.btn-danger.disabled:active {
    background-color: #ec7063; 
}

.btn.btn-success {
    background-color: #61c0be;
    color: white;
}

.btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #003869;
      color: white;
}
   
.btn.btn-success:active {
    background-color: #003869; 
      color: white;
}

.btn.btn-success.active{
  background-color: #003869;
    color: white;
}

.btn.btn-success.disabled, .btn.btn-success.disabled:hover,
.btn.btn-success.disabled:active {
    background-color: #55d98d; 
}

.btn.btn-warning {
    background-color: #FFCC33;
}
    
.btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #FFB310;
}

.btn.btn-warning:active{
    background-color: #f1c40f;
}

.btn.btn-warning.active{
  background-color: #FFB320;
}

.btn.btn-warning.disabled, .btn.btn-warning.disabled:hover,
.btn.btn-warning.disabled:active {
    background-color: #f4d03f; 
}

.btn.btn-inverse{
  background-color: #34495e;
}

.btn.btn-inverse:hover, .btn.btn-inverse:focus {
    background-color: #1C263C;
}

.btn.btn-inverse:active, .btn.btn-inverse.active{
  background-color: #000316;
}

.btn.btn-inverse.disabled, .btn.btn-inverse.disabled:hover,
.btn.btn-inverse.disabled:active {
    background-color: #4e6d8d; 
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #2980b9;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #3498DB;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn.btn-green:hover, .btn.btn-green:focus {
    background-color: #16A085;
}

.btn.btn-green:active, .btn.btn-green.active{
  background-color: #12A085;
}

.btn.btn-blue{
  background-color: #74A6BD;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background-color: #447294;
}

.btn.btn-blue:active, .btn.btn-blue.active{
  background-color: #336699;
}

/*
  ==================
  [ICOMOON]
  ==================
*/
.icomoon-plus-circle,
.icomoon-plus-circle2,
.icomoon-file-excel {
    font-size: 14px;
    color: #ffffff;
}