@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratsemi_bold';
  src: url("../fonts/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  color: #242424;
  font-family: "montserratlight", sans-serif;
  font-size: 13px; }

.alert {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radis: 0;
  -border-radius: 0; }
  .alert.alert-warning {
    background: #fde258; }
  .alert.alert-danger {
    background: #e0435c;
    color: #fff; }
  .alert.alert-success {
    background: #54b268;
    color: #fff; }
  .alert .fa {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px 0 0; }

p {
  margin-bottom: 15px;
  line-height: 16pt; }

ul li, ol li {
  margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "montserratsemi_bold"; }

input, textarea, .form-control {
  -webkit-border-radius: 0;
  -moz-border-radis: 0;
  -border-radius: 0; }
  input:focus, textarea:focus, .form-control:focus {
    border-color: #79568e;
    outline: none;
    box-shadow: none; }

.form-group.has-success .form-control {
  border-color: #54b268; }
.form-group.has-success label {
  color: #54b268; }
.form-group.has-error .form-control {
  border-color: #e0435c; }
.form-group.has-error label {
  color: #e0435c; }
.form-group.has-warning .form-control {
  border-color: #fde258; }
.form-group.has-warning label {
  color: #b99c05; }

.form-control {
  height: 40px; }
  
.form-control.input-sm {
    height: 30px; }

@media only screen and (min-width: 960px) {
  .form-inline label.checkbox {
    padding-left: 0; } }

.form-inline .pull-right {
  float: none !important;
  width: 100%;
  display: block; }
  @media only screen and (min-width: 960px) {
    .form-inline .pull-right {
      float: right !important;
      width: auto;
      display: table; } }

label {
  font-family: "montserratsemi_bold"; }

table th {
  font-family: "montserratsemi_bold";
  background: #ddd; }

.btn {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radis: 0;
  -border-radius: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }
  .btn.btn-primary {
    background: #79568e; }
    .btn.btn-primary:hover {
      background: #6E357C; }
  .btn.btn-default {
    background: #f7f7f7;
    border: solid 1px #ddd; }
    .btn.btn-default:hover {
      background: #ccc; }
  .btn.btn-lg {
    padding: 15px 35px;
    font-size: 14px; }
  .btn.btn-warning {
    background: #fde258;
    color: #352c00; }
    .btn.btn-warning:hover {
      background: #dfc025; }
  .btn.btn-danger {
    background: #e0435c;
    color: #fff; }
    .btn.btn-danger:hover {
      background: #cb1d39; }
  .btn.btn-success {
    background: #54b268;
    color: #fff; }
    .btn.btn-success:hover {
      background: #299c41; }

label.checkbox, label.radio {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-left: 25px; }

nav.navbar {
  background: #231f20;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radis: 0;
  -border-radius: 0; }
  nav.navbar .navbar-header h1 {
    margin: 0;
    padding: 0; }
    nav.navbar .navbar-header h1 a {
      background: transparent url(../img/logo-ripley.jpg) 0 0 no-repeat;
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      width: 158px;
      height: 60px; }
  nav.navbar .navbar-nav {
    margin: 0 -15px; }
    @media only screen and (min-width: 960px) {
      nav.navbar .navbar-nav {
        margin: 0; } }
    nav.navbar .navbar-nav li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    nav.navbar .navbar-nav a {
      padding: 10px 15px;
      height: auto;
      line-height: inherit;
      display: block;
      font-size: 14px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out; }
      nav.navbar .navbar-nav a:hover {
        background: #f7f7f7;
        color: #6E357C; }
      @media only screen and (min-width: 960px) {
        nav.navbar .navbar-nav a {
          height: 60px;
          padding: 0 20px;
          line-height: 44pt; } }
      nav.navbar .navbar-nav a #username {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        float: left; }
        @media only screen and (min-width: 960px) {
          nav.navbar .navbar-nav a #username {
            width: 120px; } }
    nav.navbar .navbar-nav .dropdown-menu {
      background: #231f20;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-border-radius: 0;
      -moz-border-radis: 0;
      -border-radius: 0; }
      nav.navbar .navbar-nav .dropdown-menu li > a {
        padding: 10px 15px 10px 25px;
        height: auto;
        line-height: inherit; }
        @media only screen and (min-width: 960px) {
          nav.navbar .navbar-nav .dropdown-menu li > a {
            padding: 10px 15px; } }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: #000;
  color: #fff; }

.navbar-toggle {
  background: none;
  color: #fff;
  margin-top: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }
  .navbar-toggle:hover {
    background: #000; }
  .navbar-toggle .icon-bar {
    color: #fff;
    background: #fff;
    width: 26px; }

.center {
  display: table;
  margin: 0 auto; }
  
.vcenter {
  display: table;
  margin: auto auto; }

.clear {
  clear: both; }

strong {
  font-family: "montserratsemi_bold"; }

aside#sidebar {
  background: #fff;
  margin-bottom: 30px; }
  @media only screen and (min-width: 960px) {
    aside#sidebar {
      margin-bottom: 0; } }
  aside#sidebar h3 {
    padding: 0 0 10px;
    display: block;
    border-bottom: solid 3px #ddd;
    margin: 0; }
  aside#sidebar #sidebar-collapse {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 960px) {
      aside#sidebar #sidebar-collapse {
        display: none; } }
  aside#sidebar .list-group {
    height: 0;
    overflow: hidden; }
    @media only screen and (min-width: 960px) {
      aside#sidebar .list-group {
        height: auto; } }
    aside#sidebar .list-group.open {
      height: auto; }
  aside#sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    aside#sidebar ul li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      aside#sidebar ul li a {
        background: none;
        border-bottom: solid 1px #ddd;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 15px 25px;
        color: #242424;
        display: block;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -webkit-border-radius: 0;
        -moz-border-radis: 0;
        -border-radius: 0; }
        aside#sidebar ul li a:hover {
          background: #f7f7f7; }
      aside#sidebar ul li.active a, aside#sidebar ul li a.active {
        background: #f7f7f7; }
      aside#sidebar ul li:last-child a {
        border-bottom: none; }
      aside#sidebar ul li ul li a {
        padding-left: 40px;
        text-transform: none; }
  aside#sidebar .list-group {
    margin: 0; }

.breadcrumb {
  background: none;
  padding: 0 0 10px;
  border-bottom: solid 1px #ddd;
  -webkit-border-radius: 0;
  -moz-border-radis: 0;
  -border-radius: 0; }
  .breadcrumb li {
    margin: 0;
    padding: 0; }
  .breadcrumb a {
    color: #242424; }
.breadcrumb-right {
  float: right!important;
  margin-right: -15px;
	margin-top: -52px;}
.breadcrumb-right strong{
	font-size:15px;}
.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a {
  -webkit-border-radius: 0;
  -moz-border-radis: 0;
  -border-radius: 0; }
.pagination > li > a {
  padding: 10px 15px;
  text-align: center;
  color: #242424;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }
  .pagination > li > a:hover, .pagination > li > a.active, .pagination > li > a:active {
    background: #79568e;
    color: #fff; }
.pagination > li.active a, .pagination > li.active a:hover, .pagination > li.active a:active {
  background: #79568e;
  color: #fff;
  border-color: #79568e; }

.general-search {
  background: #f7f7f7;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 25px; }

hr {
  border: none;
  background: #ddd;
  height: 1px;
  margin: 15px 0; }

select[readonly] option{
	display:none;
}

.vertical-align-middle {
	margin-top: 45%;
	margin-bottom: 25%;
}
.checkbox-holder {
  max-height: 175px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ccc;
}
.checkbox-holder label.checkbox:hover {
  background-color: #ccc;
}

.checkcbox-checkall {
  float: right;
  margin: -10px 0px -20px 0px;
}

.text-justify {
  text-align: justify;
}

.word-break-normal {
	white-space: normal;
    word-break: normal;
}
.word-break-all {
	white-space: normal;
    word-break: break-all;
}
/*# sourceMappingURL=style.css.map */
