/*!
 * Kathamo v3.0.0 (http://kathamo.github.com)
 * Copyright 2014-2015 Debashis Barman (http://www.debashisbarman.in)
 * Licensed under MIT (https://github.com/kathamo/Kathamo/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* { 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; 
}

.container { 
  position: relative; 
  margin-right: auto; 
  margin-left: auto; 
}

.container:before, 
.container:after { 
  display: table; 
  content: " "; 
}
 
.container:after { 
  clear: both; 
}
 
.container { 
  *zoom: 1; 
}

.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, 
.col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, 
.col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, 
.col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 { 
  position: relative; 
  float: left; 
  min-height: 1rem; 
  padding: .5rem; 
}

@media (max-width: 767px) {

  .container { 
    padding-right: 1%; 
    padding-left: 1%; 
  }

  .col-sm-1 { 
    width: 8.333333333%; 
  }

  .col-sm-2 { 
    width: 16.666666667%; 
  }

  .col-sm-3 { 
    width: 25%; 
  }

  .col-sm-4 { 
    width: 33.333333333%; 
  }

  .col-sm-5 { 
    width: 41.666666667%; 
  }

  .col-sm-6 { 
    width: 50%; 
  }

  .col-sm-7 { 
    width: 58.333333333%; 
  }

  .col-sm-8 { 
    width: 66.666666667%; 
  }

  .col-sm-9 { 
    width: 75%; 
  }

  .col-sm-10 { 
    width: 83.333333333%; 
  }

  .col-sm-11 { 
    width: 91.666666667%; 
  }

  .col-sm-12 { 
    width: 100%; 
  }

}

@media (min-width: 768px) and (max-width: 1023px) {

  .container { 
    max-width: 767px; 
  }

  .col-md-1 { 
    width: 8.333333333%; 
  }

  .col-md-2 { 
    width: 16.666666667%; 
  }

  .col-md-3 {
    width: 25%; 
  }

  .col-md-4 { 
    width: 33.333333333%; 
  }

  .col-md-5 { 
    width: 41.666666667%; 
  }

  .col-md-6 { 
    width: 50%; 
  }

  .col-md-7 { 
    width: 58.333333333%; 
  }

  .col-md-8 { 
    width: 66.666666667%; 
  }

  .col-md-9 { 
    width: 75%; 
  }

  .col-md-10 { 
    width: 83.333333333%; 
  }

  .col-md-11 { 
    width: 91.666666667%; 
  }

  .col-md-12 { 
    width: 100%; 
  }

}

@media (min-width: 1024px) {

  .container { 
    max-width: 1024px; 
  }

  .col-lg-1 { 
    width: 8.333333333%; 
  }

  .col-lg-2 { 
    width: 16.666666667%; 
  }

  .col-lg-3 { 
    width: 25%; 
  }

  .col-lg-4 { 
    width: 33.333333333%; 
  }

  .col-lg-5 { 
    width: 41.666666667%; 
  }

  .col-lg-6 { 
    width: 50%; 
  }

  .col-lg-7 { 
    width: 58.333333333%; 
  }

  .col-lg-8 { 
    width: 66.666666667%; 
  }

  .col-lg-9 { 
    width: 75%; 
  }

  .col-lg-10 { 
    width: 83.333333333%; 
  }

  .col-lg-11 { 
    width: 91.666666667%; 
  }

  .col-lg-12 { 
    width: 100%; 
  }

}

@media (max-width: 767px) {

  .col-sm-offset-1 { 
    margin-left: 8.333333333%; 
  }

  .col-sm-offset-2 { 
    margin-left: 16.666666667%; 
  }

  .col-sm-offset-3 { 
    margin-left: 25%; 
  }

  .col-sm-offset-4 { 
    margin-left: 33.333333333%; 
  }

  .col-sm-offset-5 { 
    margin-left: 41.666666667%; 
  }

  .col-sm-offset-6 { 
    margin-left: 50%;
  }

  .col-sm-offset-7 { 
    margin-left: 58.333333333%; 
  }

  .col-sm-offset-8 { 
    margin-left: 66.666666667%; 
  }

  .col-sm-offset-9 { 
    margin-left: 75%;
  }

  .col-sm-offset-10 { 
    margin-left: 83.333333333%;
  }

  .col-sm-offset-11 { 
    margin-left: 91.666666667%; 
  }

  .col-sm-offset-12 { 
    margin-left: 100%;
  }

}

@media (min-width: 768px) and (max-width: 1023px){

  .col-md-offset-1 { 
    margin-left: 8.333333333%; 
  }

  .col-md-offset-2 { 
    margin-left: 16.666666667%; 
  }

  .col-md-offset-3 { 
    margin-left: 25%; 
  }

  .col-md-offset-4 { 
    margin-left: 33.333333333%; 
  }

  .col-md-offset-5 { 
    margin-left: 41.666666667%; 
  }

  .col-md-offset-6 { 
    margin-left: 50%;
  }

  .col-md-offset-7 { 
    margin-left: 58.333333333%; 
  }

  .col-md-offset-8 { 
    margin-left: 66.666666667%; 
  }

  .col-md-offset-9 { 
    margin-left: 75%;
  }

  .col-md-offset-10 { 
    margin-left: 83.333333333%;
  }

  .col-md-offset-11 { 
    margin-left: 91.666666667%; 
  }

  .col-md-offset-12 { 
    margin-left: 100%; 
  }

}

@media (min-width: 1024px) {

  .col-lg-offset-1 { 
    margin-left: 8.333333333%; 
  }

  .col-lg-offset-2 { 
    margin-left: 16.666666667%; 
  }

  .col-lg-offset-3 { 
    margin-left: 25%; 
  }

  .col-lg-offset-4 { 
    margin-left: 33.333333333%; 
  }

  .col-lg-offset-5 { 
    margin-left: 41.666666667%; 
  }

  .col-lg-offset-6 { 
    margin-left: 50%; 
  }

  .col-lg-offset-7 { 
    margin-left: 58.333333333%; 
  }

  .col-lg-offset-8 { 
    margin-left: 66.666666667%; 
  }

  .col-lg-offset-9 { 
    margin-left: 75%; 
  }

  .col-lg-offset-10 { 
    margin-left: 83.333333333% }

  .col-lg-offset-11 { 
    margin-left: 91.666666667%; 
  }

  .col-lg-offset-12 { 
    margin-left: 100%; 
  }

}

.clearfix:before, 
.clearfix:after { 
  display: table; 
  content: " "; 
}
 
.clearfix:after { 
  clear: both; 
}
 
.clearfix { 
  *zoom: 1; 
}

img {
  max-width: 100%;
}

*[data-role="button"] { 
  display: inline; 
  width: auto;
  min-width: 144px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 1px;
  padding-right: 1.957494407rem; 
  padding-bottom: 1px;
  padding-left: 1.957494407rem; 
  font-family: inherit;
  font-size: .894rem; 
  line-height: 34px;   
  white-space: nowrap; 
  -webkit-appearance: button;
     -moz-appearance: button;  
          appearance: button;
  border: 1px solid #95a5a6;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

*[data-role="button"]:hover { 
  background-color: #ecf0f1; 
}

a[data-role="button"] { 
  border: none; 
}

a[data-role="button"]:hover { 
  background-color: transparent; 
}


.table-responsive { 
  max-width: 100%; 
  margin-top: 8px;
  margin-bottom: 8px; 
  overflow-x: auto; 
  overflow-y: hidden; 
}

.table-responsive table { 
  margin: 0; 
  border: none; 
}

@media (max-width: 767px) {

  .table-responsive caption,
  .table-responsive caption[data-position="top"] { 
    border-bottom: 1px solid #95a5a6; 
    background-color: #ecf0f1; 
  }

  .table-responsive caption[data-position="bottom"] { 
    background-color: #ecf0f1; 
  }

  .table-striped caption { 
    background-color: transparent; 
  }

  .table-responsive thead {
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .table-responsive tbody { 
    border: none; 
  }

  .table-responsive .table-no-border thead,
  .table-responsive .table-no-border tbody {
    border: none;
  }

}

.table-responsive::-webkit-scrollbar { 
  height: 8px; 
  width: 55%;
}

.table-responsive::-webkit-scrollbar-track { 
  -webkit-box-shadow: none;
          box-shadow: none; 
  background-color: #ecf0f1; 
}

.table-responsive::-webkit-scrollbar-thumb { 
  background-color: #bdc3c7; 
}

.alert { 
  padding-right: 13px;
  padding-left: 13px; 
  font: inherit;
}

.alert.alert-info { 
  background-color: #e8eff3; 
  color: #678fa9; 
  border: 1px solid #c5d7e3; 
}

.alert.alert-success { 
  background-color: #daeee4; 
  color: #358f7f; 
  border: 1px solid #b6dfca; 
}

.alert.alert-danger{ 
  background-color: #fdf4f1; 
  color: #d2a596; 
  border: 1px solid #f7cfc4; 
}

.panel { 
  border: 1px solid #c0c0c0; 
}

.panel > .panel-head,
.panel > .panel-head * { 
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px; 
  font-size: 0.75rem; 
  font-weight: 700; 
  line-height: 2.333333333; 
  text-align: left; 
  background-color: #ecf0f1; 
  border-bottom: 1px solid #95a5a6; 
}

.panel > .panel-body { 
  padding-right: 13px;
  padding-left: 13px; 
  font: inherit;
}

@media (max-width: 767px) {

  .visible-lg { 
    display: none; 
  }

  .hidden-lg { 
    display: block; 
  }

  .visible-md { 
    display: none; 
  }

  .hidden-md { 
    display: block; 
  }

  .visible-sm { 
    display: block; 
  }

  .hidden-sm {
    display: none; 
  }

}

@media (min-width: 768px) and (max-width: 1023px) {

  .visible-lg { 
    display: none; 
  }

  .hidden-lg { 
    display: block; 
  }

  .visible-md { 
    display: block; 
  }

  .hidden-md { 
    display: none; 
  }

  .visible-sm { 
    display: none; 
  }

  .hidden-sm { 
    display: block; 
  }

}

@media (min-width: 1024px) {

  .visible-lg { 
    display: block; 
  }

  .hidden-lg { 
    display: none; 
  }

  .visible-md { 
    display: none; 
  }

  .hidden-md { 
    display: block; 
  }

  .visible-sm { 
    display: none; 
  }

  .hidden-sm {
    display: block; 
  }

}

.ui-full-width { 
  width: 100%; 
}

.ui-half-width { 
  width: 50%; 
}

.text-left { 
  text-align: left; 
}

.text-right { 
  text-align: right; 
}

.text-justify { 
  text-align: justify; 
}

.text-center { 
  text-align: center; 
}

*[data-ellipsis="true"] {
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}

.pull-left { 
  float: left; 
}

.pull-right { 
  float: right; 
}


}
