@font-face {
    font-family: 'akkuratregular';
    src: url('../fonts/akkurat_regular-webfont.woff2') format('woff2'),
         url('..fonts/akkurat_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
    min-height: 100%;
    min-width: 300px;
}

body{
    min-height:100%;
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    font-family: 'akkuratregular', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

#body-container {
    display: block;
}

.footer {
    display: block;
    width: 100%;
}

.outer {
    margin-top: 30px;
    max-width: 1100px;
}

#header-responsive {
    height: auto;
    z-index: 1025;
    position: fixed;
    width: 100%;
    max-width: 1100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 15px;
}

    #header-responsive .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background-color: rgba(0,0,0,0.54);
    }

    #header-responsive .btn-menu {
        display: inline-block;
        height: 30px;
        padding: 6px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,0.54);
        float: left;
        margin: 4px;
    }

#header-responsive img {
    height: 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show-all-button {
    margin-top: 4px;
    margin-right: 12px;
}


#header-responsive  .icon-bar + .icon-bar {
  margin-top: 4px;
}

#header-responsive h2 {
    padding: 0.4em 0;
    margin: 0 0 0 0.5em;
    font-size: 22px;
    color: rgba(255,255,255,0.87);
    float: left;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.54);
}

#header-responsive h6 {
    display: none;
    padding: 0;
    margin: 2.1em 0.4em;
    color: #f6f6f6;
    font-weight: 300;
}

#MessagePanel {
    margin-bottom: 8px;
}

fieldset {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 4px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#additionalUserDetatils {
        display: none;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    width: 0;
    height: 100%;
    height: auto;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    min-height: 500px;
}

#page-content-wrapper {
    height: 100%;
    width: 100%;
    display: block;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.center-block {
    float: none;
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 992px) {
    #navbar {
        margin-top: 40px;
    }

    .navbar-collapse.collapse {
        display: inline-block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}


.navbar-default {
    background-color: transparent;
    border: none;
    min-height: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li {
    list-style: none;
    display: inline-block;
    text-align: center;
    float: none;
    font-size: 14px;
}

@media (max-width: 992px) {
    .navbar-default .navbar-nav > li {
        display: block;
        margin-top: 15px;
    }

}

@media (min-width: 992px) {
    .navbar-collapse {
        margin-top: 20px;
    }

    .navbar-default .navbar-nav > li {
        font-size: 13px;
        margin-right: 5px;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li {
        margin-right: 20px;
        font-size: 14px;
    }
}

@media (min-width: 1280px) {
    .navbar-default .navbar-nav > li {
        margin-right: 30px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.nav .dropdown-menu > li > a {
    color: #333;
    text-transform: none;
}

.navbar-default .nav > li > a:hover, 
.navbar-default  .nav > li > a:focus
 {
    background-color: #f6f6f6;
    border: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.nav .dropdown-menu > li > a:hover, 
.nav .dropdown-menu > li > a:focus {
    color: #33b5f7;
    background-color: transparent;
    background-image: none;
    border:none;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: #f2f2f2;
}

.navbar-default  .nav .open > a, 
.navbar-default .nav .open > a:hover, 
.navbar-default  .nav .open > a:focus {
    color: #33b5f7;
    background-color: transparent;
}

.nav .dropdown-menu {
    color: rgba(0,0,0,0.7);
    background: #f2f2f2;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
    color: rgba(0,0,0,0.7);
    background-color: #eee;
}

@media (min-width: 768px) {

    .navbar-default  .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .dropdown:hover .dropdown-menu {
        display: block;
        border: none;
        padding: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 15em;
    }

    .navbar-default .dropdown ul li {
        border-bottom: 1px solid #ffffff;
    }

    .navigation {
        padding-left:0;
    }
}

.index-menu a {
    margin-bottom: 12px;
}

label {
  margin-bottom: 1px;
}

legend {
    background: none;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    font-size: 18px;
    margin-bottom: 15px;
}

.form-control {
  padding: 4px 8px;
}

.form-control .alert {
  display: block;
}

.well {
    background: #f6f6f6;
    border: none;
}

.well-bare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 2px 19px;
    margin-bottom: 0;
}

.well-buttons {
    padding: 19px 40px;
}

.form-container {
    background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.pickup-group{
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    overflow: hidden;
    width: 100%;
}
.pickup-group :nth-child(n+2){
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pickup-group input {
    border-bottom-left-radius: 0;
    border-color: #2e6da4 #2e6da4 #2e6da4 -moz-use-text-color;
    border-left: medium none;
    border-top-left-radius: 0;
    height: 34px;
    max-width: 75%;
}

.pickup-group .btn {
    padding: 6px;
}

.user_pu_panel {
    min-height: 11em;
}

#forgotPasswordPanel {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.54);
}

.modalpopupbg
{
    background: rgba(255,255,255,0.84);
}
.modalpopupbox {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #373737;
  border-radius: 5px;
  box-shadow: 4px 4px 8px #000;
  color: #000000;
  display: flex;
  height: 300px;
  margin: 10% auto auto auto;
  padding: 40px;
  width: 400px;
}
.modalpopupbox .well {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.cslMessage-container {
    font-size: 1rem;
}
.cslMessage {
    margin-left: 0;
}
.accname-container{
  font-size: 1rem;
}

.accname{
  margin-right: 0;
}

.cslTab .ajax__tab_body {
    border: 1px solid #dcdcdc;
    border-top: none;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
}

.cslTab .ajax__tab_header {
    background: #efefef;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid #dcdcdc;
    border-radius: 4px 4px 0 0;
    margin-bottom: -2px;
}

.cslTab .ajax__tab_outer, .cslTab .ajax__tab_active .ajax__tab_outer {
    padding: 0;
    margin: 0;
    background: none;
    height: 40px;
}

.cslTab .ajax__tab_tab {
    background: none;
    padding: 0 8px;
    margin: 0;
    height: 37px;
    line-height: 3.4em;
    font-weight: normal;
    background: #efefef;
}

.cslTab .ajax__tab_active .ajax__tab_tab  {
    background: #337ab7;
    color: #ffffff;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #ffffff;
    border-radius: 4px 4px 0 0;
}

.cslTab .ajax__tab_inner{
    padding: 0;

    background: none;
}

.cslTab .ajax__tab_hover .ajax__tab_tab{
    background: #337ab7;
    color: #ffffff;
}

.btn-padded {
    margin-bottom: 4px;
    margin-right: 8px
}

.outer {
    margin-top: 0px;
}

#ResponsiveBaseMasterContentPlaceHolderBody_ContentPlaceHolderFavourites_favouriteTable {
    margin-top: 8px;
}

table > thead > tr > th {
    text-transform: capitalize;
}

.table th {
    color: #ccc;
}

tr.cslGridHeader_Scroll > th {
    background: rgba(0,0,0,0.34);
}

span.alert .alert-danger {
        display: block !important;
}
.cslCookieAcceptance i {
    cursor: pointer;
}

.fa-navigation-icon {
    color: #373737;
    font-size: 36px;
    padding: 0 3px;
}

.fa-active-icon {
  color: #652d5c;
}
@media only screen and (max-width:807px) {
    .cslTab .ajax__tab_outer, .cslTab .ajax__tab_active .ajax__tab_outer, .cslTab .ajax__tab_active .ajax__tab_tab {
        width: 100%;
        display: inline-block;
    }

    .cslTab .ajax__tab_header {
        height: auto;
    }

    .cslTab .ajax__tab_active .ajax__tab_inner {
        width: 100%;
    }

    .cslTab .ajax__tab_inner, .cslTab .ajax__tab_outer, .cslTab .ajax__tab_active .ajax__tab_outer {
        height: auto;
    }

    .cslTab .ajax__tab_tab {
        height: auto;
        line-height: 2.4em;
    }

    .ajax__tab_default .ajax__tab_outer {
        width: 50%;
    }
}

    /* SM Styles */
    @media only screen and (min-width: 480px) {
      .cslMessage-container {
          float:left;
          font-size: 1.2rem;
          margin-bottom: 4px;
      }
      .accname-container{
          float: right;
          font-size: 1.2rem;
          margin-bottom: 4px;

      }
      .outer {
          margin-top: 0px;
      }
        .text-left-sm { 
            text-align: left;
        }
        .text-right-sm { 
            text-align: right;
        }

    }

    /* md styles */
@media only screen and (min-width:768px) {

    label { margin-top: 2px; }

    #additionalUserDetatils { display: block; }

    #header-responsive h2 { padding: 0.4em 0; margin: 0 0 0 1.5em; font-size: 36px; float: left; font-weight: 700; line-height: 1.3; }

    #header-responsive h6 { display: inline-block; padding: 0px; margin: 2.1em 0.4em; color: #f6f6f6; font-weight: 300; font-size: 16px; }

    #header-responsive .btn-menu { display: none; }

    #header-responsive #user-details { position: absolute; top: 8px; right: 8px; }

    #header-responsive #selected-client { position: absolute; top: 28px; right: 8px; }

    #wrapper { padding-left: 250px; }

        #wrapper.toggled { padding-left: 0; }

    #sidebar-wrapper { margin-top: 30px; width: 250px; }

    #wrapper.toggled #sidebar-wrapper { width: 100%; height: auto; }

    #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; }

    .sidebar-nav li a:hover { color: rgba(255,255,255,0.87); background: rgba(0,0,0,0.12); text-shadow: 1px 1px 1px rgba(0,0,0,0.54); }

    .ajax__tab_default .ajax__tab_outer { display: none; }
    .outer { margin-top: 20px; }
    .wizard > .steps li { padding: 0 10px 0 20px; font-size: 12px; }

        .text-left-md { 
            text-align: left;
        }
        .text-right-md { 
            text-align: right;
        }
        .accname{
          margin-right: 15px;
        }
}
        /* lg styles */
        @media (min-width: 1200px) {

            .wizard > .steps li {
                float: left;
                margin: 0;
                padding: 0 20px 0 15px;
                height: 34px;
                line-height: 34px;
                position: relative;
                background: #f6f6f6;
                color: #999999;
                font-size: 12px;
                cursor: not-allowed;
            }
            .text-left-lg { 
                text-align: left;
            }
            .text-right-lg { 
                text-align: right;
            }
}

footer {
    background: #000;
    margin-top: 40px;
}

.footer-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
    padding-bottom: 0;
}

.footer-container .footer-col {
    width: 100%;
    padding: 15px;
}

    .footer-container .footer-col a {
        color: #999;
    }

    .footer-container .footer-col p {
        color:#999;
        font-size: 12px;
    }

    .footer-container .footer-col .footer-menu-container {
        text-transform: uppercase;
    }

    .footer-menu ul {
        padding: 0;
    }

@media screen and (min-width:768px) {
    .footer-container .footer-col {
        float: left;
        width: 33%;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 20px 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    margin: 0;
    margin-top: 17px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 0;
    text-transform: capitalize;
    display: block;
}

@media (min-width: 991px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
     border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-nav {
        float: none;
        margin: 7.5px -15px;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
