html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
 }
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block
}
a {
  background: 0 0
}
a {
  -webkit-tap-highlight-color: #fff
}
a:active,a:hover {
  outline: 0
}
b,strong {
  font-weight: 700
}
dfn {
  font-style: italic
}

h1 {
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,kbd,pre,samp {
  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[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-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0
}

td,th {
  padding: 0
}

*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  height: 100%;
  overflow: hidden;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent
}

button,input,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #00E;
  text-decoration: underline
}

a:focus,a:hover {
  color: #00E;
  text-decoration: none
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999
}

.h1,.h2,.h3,h1,h2,h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
  font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
  font-size: 75%
}

.h1,h1 {
  font-size: 36px
}

.h2,h2 {
  font-size: 30px
}

.h3,h3 {
  font-size: 24px
}

.h4,h4 {
  font-size: 18px
}

.h5,h5 {
  font-size: 14px
}

.h6,h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}

.small,small {
  font-size: 85%
}

cite {
  font-style: normal
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-muted {
  color: #999
}

.text-primary {
  color: #428bca
}

a.text-primary:hover {
  color: #3071a9
}

.text-success {
  color: #3c763d
}

a.text-success:hover {
  color: #2b542c
}

.textsuccess {
  color: #36bc38
}

a.textsuccess:hover { 
  color: #1ca31e 
}


.text-info {
  color: #31708f
}

a.text-info:hover {
  color: #245269
}

.textinfo {
  color: #20a3e3
}

a.textinfo:hover { 
  color: #1083bc 
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:hover {
  color: #66512c
}

.textwarning {
  color: #f5a824
}

a.textwarning:hover { 
  color: #c48314 
}


.text-danger {
  color: #a94442
}

a.text-danger:hover {
  color: #843534
}

.textdanger {
  color: #ff0300
}

a.textdanger:hover { 
  color: #c80603 
}


.bg-primary {
  color: #fff;
  background-color: #428bca
}

a.bg-primary:hover {
  background-color: #3071a9
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:hover {
  background-color: #c1e2b3
}

.table-bordered {
  table-layout: fixed
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ol,ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dd,dt {
  line-height: 1.42857143
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

abbr[data-original-title],abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

blockquote:after,blockquote:before {
  content: ""
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143
}

code,kbd,pre,samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

pre:not(.emailqt) {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container,.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-10-5,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-2-5,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: 0
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: 0
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

th {
  text-align: left
}

.table {
  width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  border-bottom: 1px solid #DDD
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfo
ot>tr>th,.table-condensed>thea
d>tr>td,.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column
}

table td[class*=col-],table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box

}

input[type=checkbox],input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],select[size] {
  height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 5px 10px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 3px #FFF inset,0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 0 3px #FFF inset,0 1px 1px rgba(0,0,0,.1);
  -webkit-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
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

input[type=date] {
  line-height: 34px
}

.form-group {
  margin-bottom: 15px
}

.checkbox,.radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px
}

.checkbox label,.radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
  float: left;
  margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

.checkbox-inline[disabled],.checkbox[disabled],.radio-inline[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=radio][disabled] {
  cursor: not-allowed
}

.input-sm {
  height: 27px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;

}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
  height: auto
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
  height: auto
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline {
/*color:#a94442*/
}

.has-error .form-control , .has-error .chosen-single, .has-error .mce-tinymce{
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error input[type=radio] {
  outline: 1px solid #a94442
}

.has-error .switch {
  border:1px solid #a94442
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-error .form-control-feedback {
  color: #a94442
}


.form-control-static {
  margin-bottom: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px
}

.form-horizontal .checkbox,.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-control-static {
  padding-top: 7px
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;

}

.btn.active:focus,.btn:active:focus,.btn:focus,.btnfcs {
  outline: dotted thin;
  outline: -webkit-focus-ring-color 0px auto;
  outline-offset: -2px
}

.btn:focus,.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #333
}

.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}

.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-de
fault[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #357ae8;
  border-color: #2f5bb7
}

.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff
}

.btn-success {
  color: #fff
}

.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439
}

.btn-success.active,.btn-success:active,.open .dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff
}

.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc
}

.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff
}

.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff
}

.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-group-sm>.btn,.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-group-xs>.btn,.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu,.submnulist {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 161px;
  padding: 5px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  box-shadow:5px 5px rgba(102, 102, 102, 0.1);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a,.dropdown-menu>li>label,.submnulist>li>a {
  display: block;
  padding: 3px 15px 3px 10px!important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333 !important;
  white-space: nowrap;
  text-align: left!important
}

.dropdown-menu>li>a:hover,.submnulist>li>a:focus,.submnulist>li>a:hover {
  text-decoration: none;
  color: #262626
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  text-decoration: none;
  outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  color: #999
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
  z-index: 2
}

.btn-group-vertical>.btn:focus,.btn-group>.btn:focus {
  outline: 0
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg
 .caret {
  border-width: 0
 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

[data-toggle=buttons]>.btn>input[type=checkbox],[data-toggle=buttons]>.btn>input[type=radio] {
  display: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  font-size: 12px;
  line-height: 15px;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  font-weight: 500
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px
}

.nav>li>a:focus,.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #999
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
  border-color: #428bca
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

.nav-pills>li {
  float: left
}


.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
  color: #357ae8 !important;
  font-weight: 700
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
  overflow-y: auto
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

.navbar-fixed-bottom,.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
  text-decoration: none
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

.navbar-default {
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default
 .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-inverse {
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #999
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #999
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: rgba(0,0,0,.22)
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(0,0,0,.22)
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: rgba(0, 0, 0, 0.14);
  color: #fff
}

.navbar-inverse .navbar-link {
  color: #999
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #999
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}

.pager li {
  display: inline
}

.pager li>a,.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,.pager .next>span {
  float: right
}

.pager .previous>a,.pager .previous>span {
  float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label[href]:focus,.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #999
}

.label-default[href]:focus,.label-default[href]:hover {
  background-color: gray
}

.label-primary {
  background-color: #428bca
}

.label-primary[href]:focus,.label-primary[href]:hover {
  background-color: #3071a9
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

a.badge:focus,a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.nav-pills>.active>a>.badge,a.list-group-item.active>.badge {
  background-color: #999;
  color: #fff
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.container .jumbotron {
  border-radius: 6px
}

.jumbotron .container {
  max-width: 100%
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
  margin-left: auto;
  margin-right: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
  border-color: #428bca
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable {
  padding-right: 35px
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}

.progress-striped .progress-bar {
  background-color: rgba(255,255,255,.15);
  background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 21px 22px
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-striped .progress-bar-success {
  background-color: rgba(255,255,255,.15);
  background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-striped .progress-bar-info {
  background-color: rgba(255,255,255,.15);
  background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-striped .progress-bar-warning {
  background: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-striped .progress-bar-danger {
  background-color: rgba(255,255,255,.15);
  background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media,.media-body {
  overflow: hidden
}

.media,.media .media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media-object {
  display: block
}

.media-heading {
  margin: 0 0 5px
}

.media>.pull-left {
  margin-right: 10px
}

.media>.pull-right {
  margin-left: 10px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px
 solid #ddd
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

a.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:focus,a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5
}

a.list-group-item.active,a.list-group-item.active:focus,a.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading {
  color: inherit
}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:focus .list-group-item-text,a.list-group-item.active:hover .list-group-item-text {
  color: #e1edf7
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid transparent;
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit
}

.panel-title>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table {
  margin-bottom: 0
}


.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 10px
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd;
  width: 100%
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group
 .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #428bca
}

.panel-primary>.panel-heading {
  color: #fff;
  border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #428bca
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2
}

.close:focus,.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0)
}

.modal-dialog {
  position: relative;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  min-height: 16.43px;
  background-color: #ededed;
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative
}

.modal-footer {
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.tooltip {
  position: absolute;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0
}

.tooltip.in {
  opacity: .9
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  right: 5px
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  right: 5px
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 285px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #333!important;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px;
  color: #333!important;
  font-weight: 400
}

.popover>.arrow,.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
  top:initial
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
  left: auto!important
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
  line-height: 1
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.left {
  left: -100%
}

.carousel-inner>.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  text-align: center
}

.carousel-control:focus,.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9
}

.carousel-control .icon-chevron-left,.carousel-control .icon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-chevron-left,.carousel-control .icon-prev {
  left: 50%
}

.carousel-control .icon-chevron-right,.carousel-control .icon-next {
  right: 50%
}

.carousel-control .icon-next,.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px
}

.carousel-control .icon-prev:before {
  content: "\f053"
}

.carousel-control .icon-next:before {
  content: "\f054"
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  text-indent: -999px;
  cursor: pointer
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
  text-shadow: none
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
  content: " ";
  display: table
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right!important
}

.pull-left {
  float: left!important
}

.hide {
  display: none!important
}

.show {
  display: block!important
}

.invisible {
  visibility: hidden
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none!important;
  visibility: hidden!important
}

.affix {
  position: fixed
}

.visible-lg,.visible-md,.visible-print,.visible-sm,.visible-xs {
  display: none!important
}

.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}

.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.active,.btn:active {
  background-image: none
}

.btn-default {
  background-color: #f2f2f2;
  border-color: #ccc;
}

.btn-default:focus,.btn-default:hover {
  background-color: #ccc;
  background-position: 0 -15px;
}

.btn-default.active,.btn-default:active {
  background-color: #ccc;
  border-color: #ccc;
}

.btn-primary {
  background-color: #4d90fe;
  border: 1px solid #3079ed;
  color: #fff!important;
  font-weight: 700
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
  background-color: #357ae8 !important;
  border: 1px solid #2f5bb7;
  color: #fff!important;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #3e8f3e
}

.btn-success:focus,.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px
}

.btn-success.active,.btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e
}

.btn-info {
  background-color: #5bc0de;
  border-color: #28a4c9;
}

.btn-info:focus,.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px
}

.btn-info.active,.btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #e38d13;
}

.btn-warning:focus,.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px
}

.btn-warning.active,.btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13
}

.btn-danger {
  background-color: #d9534f;
  background: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28
}

.btn-danger:focus,.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px
}

.btn-danger.active,.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28
}

.img-thumbnail,.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,.submnulist>li>a:focus,.submnulist>li>a:hover {
  background-color: #eee
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  background-color:rgb(192, 192, 192);
  color: #333
}

.navbar-default {
  background-color: #f8f8f8;
  background: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)
}

.navbar-default .navbar-nav>.active>a {
  background-color: #ebebeb;
  background: linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.075)
}

.navbar-inverse {
	min-height: 40px;
	background-color: #30bef5;
}

.navbar-inverse .navbar-nav>.active>a {
  background-color: #222;
  background: linear-gradient(to bottom,#222 0,#282828 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.25)
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a {
  text-shadow: none;
}

.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top {
  border-radius: 0
}

.alert {
  text-shadow: 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)
}

.alert-success {
  background-color: #dff0d8;
  background: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1
}

.alert-info {
  background-color: #d9edf7;
  background: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea
}

.alert-warning {
  background-color: #fcf8e3;
  background: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e
}

.alert-danger {
  background-color: #f2dede;
  background: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7
}

.progress {
  background-color: #ebebeb;
  background: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
  background-repeat: repeat-x
}

.
progress-bar {
	/*background-color:#428bca;
	background:linear-gradient(to bottom,#428bca 0,#3071a9 100%);
	background-repeat:repeat-x*/
}

.progress-bar-success {
  background-color: #5cb85c;
  background: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
  background-repeat: repeat-x
}

.progress-bar-info {
  background-color: #5bc0de;
  background: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
  background-repeat: repeat-x
}

.progress-bar-warning {
  background-color: #f0ad4e;
  background: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
  color: #004080
}

.progress-bar-danger {
  background-color: #d9534f;
  background: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
  background-repeat: repeat-x
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
  background-color: #428bca;
  text-shadow: 0 -1px 0 #3071a9;
  background: linear-gradient(to bottom,#428bca 0,#3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05)
}

.panel-default>.panel-heading {
  background-color: #f5f5f5;
}

.panel-primary>.panel-heading {
  background-color: #428bca;
}

.panel-success>.panel-heading {
  background-color: #dff0d8;
}

.panel-info>.panel-heading {
  background-color: #d9edf7;
}

.panel-warning>.panel-heading {
  background-color: #fcf8e3;
}

.panel-danger>.panel-heading {
  background-color: #f2dede;
}

.well {
  background-color: #e8e8e8;
  border-color: #dcdcdc;
}

@font-face {
  font-family:FontAwesome;src:url(https://cdns.apptivo.com/res/v1.1/war/fonts/fontawesome-webfont.eot);src:url(https://cdns.apptivo.com/res/v1.1/war/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(https://cdns.apptivo.com/res/v1.1/war/fonts/fontawesome-webfont.woff) format('woff'),url(https://cdns.apptivo.com/res/v1.1/war/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),url(https://cdns.apptivo.com/res/v1.1/war/fonts/fontawesome-webfont.svg) format('svg');font-weight:400;font-style:normal
}

[class*=" icon-"],[class^=icon-] {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased
}

[class*=" icon-"]:before,[class^=icon-]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none
}

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em
}

a [class*=" icon-"],a [class^=icon-] {
  display: inline
}

[class*=" icon-"].icon-fixed-width,[class^=icon-].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: .2857142857142857em
}

[class*=" icon-"].icon-fixed-width.icon-large,[class^=icon-].icon-fixed-width.icon-large {
  width: 1.4285714285714286em
}

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none
}

.icons-ul>li {
  position: relative
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit
}

[class*=" icon-"].hide,[class^=icon-].hide {
  display: none
}

.icon-muted {
  color: #eee
}

.icon-light {
  color: #fff
}

.icon-dark {
  color: #333
}

.icon-border {
  border: 1px solid #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.icon-2x {
  font-size: 2em
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.icon-3x {
  font-size: 3em
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.icon-4x {
  font-size: 4em
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.icon-5x {
  font-size: 5em
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

[class*=" icon-"].pull-left,[class^=icon-].pull-left {
  margin-right: .3em
}

[class*=" icon-"].pull-right,[class^=icon-].pull-right {
  margin-left: .3em
}

[class*=" icon-"],[class^=icon-] {
  display: inline;
  width: auto;
  height: auto;
  line-height: 18px;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0
}

.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.icon-white,.nav-list>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-] {
  background-image: none
}

.btn [class*=" icon-"].icon-large,.btn [class^=icon-].icon-large,.nav [class*=" icon-"].icon-large,.nav [class^=icon-].icon-large {
  line-height: .9em
}

.btn [class*=" icon-"].icon-spin,.btn [class^=icon-].icon-spin,.nav [class*=" icon-"].icon-spin,.nav [class^=icon-].icon-spin {
  display: inline-block
}

.nav-pills [class*=" icon-"],.nav-pills [class*=" icon-"].icon-large,.nav-pills [class^=icon-],.nav-pills [class^=icon-].icon-large,.nav-tabs [class*=" icon-"],.nav-tabs [class*=" icon-"].icon-large,.nav-tabs [class^=icon-],.nav-tabs [class^=icon-].icon-large {
  line-height: .9em
}

.btn [class*=" icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x,.btn [class^=icon-].pull-left.icon-2x,.btn [class^=icon-].pull-right.icon-2x {
  margin-top: .18em
}

.btn [class*=" icon-"].icon-spin.icon-large,.btn [class^=icon-].icon-spin.icon-large {
  line-height: .8em
}

.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x,.btn.btn-small [class^=icon-].pull-left.icon-2x,.btn.btn-small [class^=icon-].pull-right.icon-2x {
  margin-top: .25em
}

.btn.btn-large [class*=" icon-"],.btn.btn-large [class^=icon-] {
  margin-top: 0
}

.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x,.btn.btn-large [class^=icon-].pull-left.icon-2x,.btn.btn-large [class^=icon-].pull-right.icon-2x {
  margin-top: .05em
}

.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^=icon-].pull-left.icon-2x {
  margin-right: .2em
}

.btn.btn-large [class*=" icon-"].pull-right.icon-2x,.btn.btn-large [class^=icon-].pull-right.icon-2x {
  margin-left: .2em
}

.nav-list [class*=" icon-"],.nav-list [class^=icon-] {
  line-height: inherit
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%
}

.icon-stack [class*=" icon-"],.icon-stack [class^=icon-] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit
}

.icon-stack .icon-stack-base {
  font-size: 2em
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear
}

a .icon-spin,a .icon-stack {
  display: inline-block;
  text-decoration: none
}

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg)
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1)
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1)
}

a .icon-flip-horizontal:before,a .icon-flip-vertical:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-rotate-90:before {
  display: inline-block
}

.icon-glass:before {
  content: "\f000"
}

.icon-music:before {
  content: "\f001"
}

.icon-search:before {
  font-size: 14px;
  line-height: 13px;
  content: "\f002"
}

.icon-envelope-alt:before {
  content: "\f003"
}

.icon-heart:before {
  content: "\f004"
}

.icon-star:before {
  content: "\f005"
}

.icon-star-empty:before {
  content: "\f006"
}

.icon-user:before {
  content: "\f007"
}

.icon-film:before {
  content: "\f008"
}

.icon-th-large:before {
  content: "\f009"
}

.icon-th:before {
  content: "\f00a"
}

.icon-th-list:before {
  content: "\f00b"
}

.icon-ok:before {
  content: "\f00c"
}

.icon-remove:before {
  content: "\f00d"
}

.icon-zoom-in:before {
  content: "\f00e"
}

.icon-zoom-out:before {
  content: "\f010"
}

.icon-off:before,.icon-power-off:before {
  content: "\f011"
}

.icon-signal:before {
  content: "\f012"
}

.icon-cog:before,.icon-gear:before {
  content: "\f013"
}

.icon-trash:before {
  content: "\f014"
}

.icon-home:before {
  content: "\f015"
}

.icon-file-alt:before {
  content: "\f016"
}

.icon-time:before {
  content: "\f017"
}

.icon-road:before {
  content: "\f018"
}

.icon-download-alt:before {
  content: "\f019"
}

.icon-download:before {
  content: "\f01a"
}

.icon-upload:before {
  content: "\f01b"
}

.icon-inbox:before {
  content: "\f01c"
}

.icon-play-circle:before {
  content: "\f01d"
}

.icon-repeat:before,.icon-rotate-right:before {
  content: "\f01e"
}

.icon-refresh:before {
  content: "\f021"
}

.icon-list-alt:before {
  content: "\f022"
}

.icon-lock:before {
  content: "\f023"
}

.icon-flag:before {
  content: "\f024"
}

.icon-headphones:before {
  content: "\f025"
}

.icon-volume-off:before {
  content: "\f026"
}

.icon-volume-down:before {
  content: "\f027"
}

.icon-volume-up:before {
  content: "\f028"
}

.icon-qrcode:before {
  content: "\f029"
}

.icon-barcode:before {
  content: "\f02a"
}

.icon-tag:before {
  content: "\f02b"
}

.icon-tags:before {
  content: "\f02c"
}

.icon-book:before {
  content: "\f02d"
}

.icon-bookmark:before {
  content: "\f02e"
}

.icon-print:before {
  content: "\f02f"
}

.icon-camera:bef
ore {
  content: "\f030"
}

.icon-font:before {
  content: "\f031"
}

.icon-bold:before {
  content: "\f032"
}

.icon-italic:before {
  content: "\f033"
}

.icon-text-height:before {
  content: "\f034"
}

.icon-text-width:before {
  content: "\f035"
}

.icon-align-left:before {
  content: "\f036"
}

.icon-align-center:before {
  content: "\f037"
}

.icon-align-right:before {
  content: "\f038"
}

.icon-align-justify:before {
  content: "\f039"
}

.icon-list:before {
  content: "\f03a"
}

.icon-indent-left:before {
  content: "\f03b"
}

.icon-indent-right:before {
  content: "\f03c"
}

.icon-facetime-video:before {
  content: "\f03d"
}

.icon-picture:before {
  content: "\f03e"
}

.icon-pencil:before {
  content: "\f040"
}

.icon-map-marker:before {
  content: "\f041"
}

.icon-adjust:before {
  content: "\f042"
}

.icon-tint:before {
  content: "\f043"
}

.icon-edit:before {
  content: "\f044"
}

.icon-share:before {
  content: "\f045"
}

.icon-check:before {
  content: "\f046"
}

.icon-move:before {
  content: "\f047"
}

.icon-step-backward:before {
  content: "\f048"

}

.icon-fast-backward:before {
  content: "\f049"
}

.icon-backward:before {
  content: "\f04a"
}

.icon-play:before {
  content: "\f04b"
}

.icon-pause:before {
  content: "\f04c"
}

.icon-stop:before {
  content: "\f04d"
}

.icon-forward:before {
  content: "\f04e"
}

.icon-fast-forward:before {
  content: "\f050"
}

.icon-step-forward:before {
  content: "\f051"
}

.icon-eject:before {
  content: "\f052"
}

.icon-chevron-left:before {
  content: "\f053"
}

.icon-chevron-right:before {
  content: "\f054"
}

.icon-plus-sign:before {
  content: "\f055"
}

.icon-minus-sign:before {
  content: "\f056"
}

.icon-remove-sign:before {
  content: "\f057"
}

.icon-ok-sign:before {
  content: "\f058"
}

.icon-question-sign:before {
  content: "\f059"
}

.icon-info-sign:before {
  content: "\f05a"
}

.icon-screenshot:before {
  content: "\f05b"
}

.icon-remove-circle:before {
  content: "\f05c"
}

.icon-ok-circle:before {
  content: "\f05d"
}

.icon-ban-circle:before {
  content: "\f05e"
}

.icon-arrow-left:before {
  content: "\f060"
}

.icon-arrow-right:before {
  content: "\f061"
}

.icon-arrow-up:before {
  content: "\f062"
}

.icon-arrow-down:before {
  content: "\f063"
}

.icon-mail-forward:before,.icon-share-alt:before {
  content: "\f064"
}

.icon-resize-full:before {
  content: "\f065"
}

.icon-resize-small:before {
  content: "\f066"
}

.icon-plus:before {
  content: "\f067"
}

.icon-minus:before {
  content: "\f068"
}

.icon-asterisk:before {
  content: "\f069"
}

.icon-exclamation-sign:before {
  content: "\f06a"
}

.icon-gift:before {
  content: "\f06b"
}

.icon-leaf:before {
  content: "\f06c"
}

.icon-fire:before {
  content: "\f06d"
}

.icon-eye-open:before {
  content: "\f06e"
}

.icon-eye-close:before {
  content: "\f070"
}

.icon-warning-sign:before {
  content: "\f071"
}

.icon-plane:before {
  content: "\f072"
}

.icon-calendar:before {
  content: "\f073"
}

.icon-random:before {
  content: "\f074"
}

.icon-comment:before {
  content: "\f075"
}

.icon-magnet:before {
  content: "\f076"
}

.icon-chevron-up:before {
  content: "\f077"
}

.icon-chevron-down:before {
  content: "\f078"
}

.icon-retweet:before {
  content: "\f079"
}

.icon-shopping-cart:before {
  content: "\f07a"
}

.icon-folder-close:before {
  content: "\f07b"
}

.icon-folder-open:before {
  content: "\f07c"
}

.icon-resize-vertical:before {
  content: "\f07d"
}

.icon-resize-horizontal:before {
  content: "\f07e"
}

.icon-bar-chart:before {
  content: "\f080"
}

.icon-twitter-sign:before {
  content: "\f081"
}

.icon-facebook-sign:before {
  content: "\f082"
}

.icon-camera-retro:before {
  content: "\f083"
}

.icon-key:before {
  content: "\f084"
}

.icon-cogs:before,.icon-gears:before {
  content: "\f085"
}

.icon-comments:before {
  content: "\f086"
}

.icon-thumbs-up-alt:before {
  content: "\f087"
}

.icon-thumbs-down-alt:before {
  content: "\f088"
}

.icon-star-half:before {
  content: "\f089"
}

.icon-heart-empty:before {
  content: "\f08a"
}

.icon-signout:before {
  content: "\f08b"
}

.icon-linkedin-sign:before {
  content: "\f08c"
}

.icon-pushpin:before {
  content: "\f08d"
}

.icon-external-link:before {
  content: "\f08e"
}

.icon-signin:before {
  content: "\f090"
}

.icon-trophy:before {
  content: "\f091"
}

.icon-github-sign:before {
  content: "\f092"
}

.icon-upload-alt:before {
  content: "\f093"
}

.icon-lemon:before {
  content: "\f094"
}

.icon-phone:before {
  content: "\f095"
}

.icon-check-empty:before,.icon-unchecked:before {
  content: "\f096"
}

.icon-bookmark-empty:before {
  content: "\f097"
}

.icon-phone-sign:before {
  content: "\f098"
}

.icon-twitter:before {
  content: "\f099"
}

.icon-facebook:before {
  content: "\f09a"
}

.icon-github:before {
  content: "\f09b"
}

.icon-unlock:before {
  content: "\f09c"
}

.icon-credit-card:before {
  content: "\f09d"
}

.icon-rss:before {
  content: "\f09e"
}

.icon-hdd:before {
  content: "\f0a0"
}

.icon-bullhorn:before {
  content: "\f0a1"
}

.icon-bell:before {
  content: "\f0a2"
}

.icon-certificate:before {
  content: "\f0a3"
}

.icon-hand-right:before {
  content: "\f0a4"
}

.icon-hand-left:before {
  content: "\f0a5"
}

.icon-hand-up:before {
  content: "\f0a6"
}

.icon-hand-down:before {
  content: "\f0a7"
}

.icon-circle-arrow-left:before {
  content: "\f0a8"
}

.icon-circle-arrow-right:before {
  content: "\f0a9"
}

.icon-circle-arrow-up:before {
  content: "\f0aa"
}

.icon-circle-arrow-down:before {
  content: "\f0ab"
}

.icon-globe:before {
  content: "\f0ac"
}

.icon-wrench:before {
  content: "\f0ad"
}

.icon-tasks:before {
  content: "\f0ae"
}

.icon-filter:before {
  content: "\f0b0"
}

.icon-briefcase:before {
  content: "\f0b1"
}

.icon-fullscreen:before {
  content: "\f0b2"
}

.icon-group:before {
  content: "\f0c0"
}

.icon-link:before {
  content: "\f0c1"
}

.icon-cloud:before {
  content: "\f0c2"
}

.icon-beaker:before {
  content: "\f0c3"
}

.icon-cut:before {
  content: "\f0c4"
}

.icon-copy:before {
  content: "\f0c5"
}

.icon-paper-clip:before,.icon-paperclip:before {
  content: "\f0c6"
}

.icon-save:before {
  content: "\f0c7"
}

.icon-sign-blank:before {
  content: "\f0c8"
}

.icon-reorder:before {
  content: "\f0c9"
}

.icon-list-ul:before {
  content: "\f0ca"
}

.icon-list-ol:before {
  content: "\f0cb"
}

.icon-strikethrough:before {
  content: "\f0cc"
}

.icon-underline:before {
  content: "\f0cd"
}

.icon-table:before {
  content: "\f0ce"
}

.icon-magic:before {
  content: "\f0d0"
}

.icon-truck:before {
  content: "\f0d1"
}

.icon-pinterest:before {
  content: "\f0d2"
}

.icon-pinterest-sign:before {
  content: "\f0d3"
}

.icon-google-plus-sign:before {
  content: "\f0d4"
}

.icon-google-plus:before {
  content: "\f0d5"
}

.icon-money:before {
  content: "\f0d6"
}

.icon-caret-down:before {
  content: "\f0d7"
}

.icon-caret-up:before {
  content: "\f0d8"
}

.icon-caret-left:before {
  content: "\f0d9"
}

.icon-caret-right:before {
  content: "\f0da"
}

.icon-columns:before {
  content: "\f0db"
}

.icon-sort:before {
  content: "\f0dc"
}

.icon-sort-down:before {
  content: "\f0dd"
}

.icon-sort-up:before {
  content: "\f0de"
}

.icon-envelope:before {
  content: "\f0e0"
}

.icon-linkedin:before {
  content: "\f0e1"
}

.icon-rotate-left:before,.icon-undo:before {
  content: "\f0e2"
}

.icon-legal:before {
  content: "\f0e3"
}

.icon-dashboard:before {
  content: "\f0e4"
}

.icon-comment-alt:before {
  content: "\f0e5"
}

.icon-comments-alt:before {
  content: "\f0e6"
}

.icon-bolt:before {
  content: "\f0e7"
}

.icon-sitemap:before {
  content: "\f0e8"
}

.icon-umbrella:before {
  content: "\f0e9"
}

.icon-paste:before {
  content: "\f0ea"
}

.icon-lightbulb:before {
  content: "\f0eb"
}

.icon-exchange:before {
  content: "\f0ec"
}

.icon-cloud-download:before {
  content: "\f0ed"
}

.icon-cloud-upload:before {
  content: "\f0ee"
}

.icon-user-md:before {
  content: "\f0f0"
}

.icon-stethoscope:before {
  content: "\f0f1"
}

.icon-suitcase:before {
  content: "\f0f2"
}

.icon-bell-alt:before {
  content: "\f0f3"
}

.icon-coffee:before {
  content: "\f0f4"
}

.icon-food:before {
  content: "\f0f5"
}

.icon-file-text-alt:before {
  content: "\f0f6"
}

.icon-building:before {
  content: "\f0f7"
}

.icon-hospital:before {
  content: "\f0f8"
}

.icon-ambulance:before {
  content: "\f0f9"
}

.icon-medkit:before {
  content: "\f0fa"
}

.icon-fighter-jet:before {
  content: "\f0fb"
}

.icon-beer:before {
  content: "\f0fc"
}

.icon-h-sign:before {
  content: "\f0fd"
}

.icon-plus-sign-alt:before {
  content: "\f0fe"
}

.icon-double-angle-left:before {
  content: "\f100"
}

.icon-double-angle-right:before {
  content: "\f101"
}

.icon-double-angle-up:before {
  content: "\f102"
}

.icon-double-angle-down:before {
  content: "\f103"
}

.icon-angle-left:before {
  content: "\f104"
}

.icon-angle-right:before {
  content: "\f105"
}

.icon-angle-up:before {
  content: "\f106"
}

.icon-angle-down:before {
  content: "\f107"
}

.icon-desktop:before {
  content: "\f108"
}

.icon-laptop:before {
  content: "\f109"
}

.icon-tablet:before {
  content: "\f10a"
}

.icon-mobile-phone:before {
  content: "\f10b"
}

.icon-circle-blank:before {
  content: "\f10c"
}

.icon-quote-left:before {
  content: "\f10d"
}

.icon-quote-right:before {
  content: "\f10e"
}

.icon-spinner:before {
  content: "\f110"
}

.icon-circle:before {
  content: "\f111"
}

.icon-mail-reply:before,.icon-reply:before {
  content: "\f112"
}

.icon-github-alt:before {
  content: "\f113"
}

.icon-folder-close-alt:before {
  content: "\f114"
}

.icon-folder-open-alt:before {
  content: "\f115"
}

.icon-expand-alt:before {
  content: "\f116"
}

.icon-collapse-alt:before {
  content: "\f117"
}

.icon-smile:before {
  content: "\f118"
}

.icon-frown:before {
  content: "\f119"
}

.icon-meh:before {
  content: "\f11a"
}

.icon-gamepad:before {
  content: "\f11b"
}

.icon-keyboard:before {
  content: "\f11c"
}

.icon-flag-alt:before {
  content: "\f11d"
}

.icon-flag-checkered:before {
  content: "\f11e"
}

.icon-terminal:before {
  content: "\f120"
}

.icon-code:before {
  content: "\f121"
}

.icon-mail-reply-all:before,.icon-reply-all:before {
  content: "\f122"
}

.icon-star-half-empty:before,.icon-star-half-full:before {
  content: "\f123"
}

.icon-location-arrow:before {
  content: "\f124"
}

.icon-crop:before {
  content: "\f125"
}

.icon-code-fork:before {
  content: "\f126"
}

.icon-unlink:before {
  content: "\f127"
}

.icon-question:before {
  content: "\f128"
}

.icon-info:before {
  content: "\f129"
}

.icon-exclamation:before {
  content: "\f12a"
}

.icon-superscript:before {
  content: "\f12b"
}

.icon-subscript:before {
  content: "\f12c"
}

.icon-eraser:before {
  content: "\f12d"
}

.icon-puzzle-piece:before {
  content: "\f12e"
}

.icon-microphone:before {
  content: "\f130"
}

.icon-microphone-off:before {
  content: "\f131"
}

.icon-shield:before {
  content: "\f132"
}

.icon-calendar-empty:before {
  content: "\f133"
}

.icon-fire-extinguisher:before {
  content: "\f134"
}

.icon-rocket:before {
  content: "\f135"
}

.icon-maxcdn:before {
  content: "\f136"
}

.icon-chevron-sign-left:before {
  content: "\f137"
}

.icon-chevron-sign-right:before {
  content: "\f138"
}

.icon-chevron-sign-up:before {
  content: "\f139"
}

.icon-chevron-sign-down:before {
  content: "\f13a"
}

.icon-html5:before {
  content: "\f13b"
}

.icon-css3:before {
  content: "\f13c"
}

.icon-anchor:before {
  content: "\f13d"
}

.icon-unlock-alt:before {
  content: "\f13e"
}

.icon-bullseye:before {
  content: "\f140"
}

.icon-ellipsis-horizontal:before {
  content: "\f141"
}

.icon-ellipsis-vertical:before {
  content: "\f142"
}

.icon-rss-sign:before {
  content: "\f143"
}

.icon-tick:before {
  content: "\f00c"
}

.icon-play-sign:before {
  content: "\f144"
}

.icon-ticket:before {
  content: "\f145"
}

.icon-minus-sign-alt:before {
  content: "\f146"
}

.icon-check-minus:before {
  content: "\f147"
}

.icon-level-up:before {
  content: "\f148"
}

.icon-level-down:before {
  content: "\f149"
}

.icon-check-sign:before {
  content: "\f14a"
}

.icon-edit-sign:before {
  content: "\f14b"
}

.icon-external-link-sign:before {
  content: "\f14c"
}

.icon-share-sign:before {
  content: "\f14d"
}

.icon-compass:before {
  content: "\f14e"
}

.icon-collapse:before {
  content: "\f150"
}

.icon-collapse-top:before {
  content: "\f151"
}

.icon-expand:before {
  content: "\f152"
}

.icon-eur:before,.icon-euro:before {
  content: "\f153"
}

.icon-gbp:before {
  content: "\f154"
}

.icon-dollar:before,.icon-usd:before {
  content: "\f155"
}

.icon-inr:before,.icon-rupee:before {
  content: "\f156"
}

.icon-jpy:before,.icon-yen:before {
  content: "\f157"
}

.icon-cny:before,.icon-renminbi:before {
  content: "\f158"
}

.icon-krw:before,.icon-won:before {
  content: "\f159"
}

.icon-bitcoin:before,.icon-btc:before {
  content: "\f15a"
}

.icon-file:before {
  content: "\f15b"
}

.icon-file-text:before {
  content: "\f15c"
}

.icon-sort-by-alphabet:before {
  content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"
}

.icon-sort-by-attributes:before {
  content: "\f160"
}

.icon-sort-by-attributes-alt:before {
  content: "\f161"
}

.icon-sort-by-order:before {
  content: "\f162"
}

.icon-sort-by-order-alt:before {
  content: "\f163"
}

.icon-thumbs-up:before {
  content: "\f164"
}

.icon-thumbs-down:before {
  content: "\f165"
}

.icon-youtube-sign:before {
  content: "\f166"
}

.icon-youtube:before {
  content: "\f167"
}

.icon-xing:before {
  content: "\f168"
}

.icon-xing-sign:before {
  content: "\f169"
}

.icon-youtube-play:before {
  content: "\f16a"
}

.icon-dropbox:before {
  content: "\f16b"
}

.icon-stackexchange:before {
  content: "\f16c"
}

.icon-instagram:before {
  content: "\f16d"
}

.icon-flickr:before {
  content: "\f16e"
}

.icon-adn:before {
  content: "\f170"
}

.icon-bitbucket:before {
  content: "\f171"
}

.icon-bitbucket-sign:before {
  content: "\f172"
}

.icon-tumblr:before {
  content: "\f173"
}

.icon-tumblr-sign:before {
  content: "\f174"
}

.icon-long-arrow-down:before {
  content: "\f175"
}

.icon-long-arrow-up:before {
  content: "\f176"
}

.icon-long-arrow-left:before {
  content: "\f177"
}

.icon-long-arrow-right:before {
  content: "\f178"
}

.icon-apple:before {
  content: "\f179"
}

.icon-windows:before {
  content: "\f17a"
}

.icon-android:before {
  content: "\f17b"
}

.icon-linux:before {
  content: "\f17c"
}

.icon-dribbble:before {
  content: "\f17d"
}

.icon-skype:before {
  content: "\f17e"
}

.icon-foursquare:before {
  content: "\f180"
}

.icon-trello:before {
  content: "\f181"
}

.icon-female:before {
  content: "\f182"
}

.icon-male:before {
  content: "\f183"
}

.icon-gittip:before {
  content: "\f184"
}

.icon-sun:before {
  content: "\f185"
}

.icon-moon:before {
  content: "\f186"
}

.icon-archive:before {
  content: "\f187"
}

.icon-bug:before {
  content: "\f188"
}

.icon-vk:before {
  content: "\f189"
}

.icon-weibo:before {
  content: "\f18a"
}

.icon-renren:before {
  content: "\f18b"
}

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr
}

.datepicker-inline {
  width: 220px
}

.datepicker.datepicker-rtl {
  direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
  float: right
}

.datepicker-dropdown {
  top: 0;
  left: 0
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0,0,0,.2);
  position: absolute
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff
}

.datepicker>div {
  display: none
}

.datepicker.days div.datepicker-days,.datepicker.months div.datepicker-months,.datepicker.years div.datepicker-years {
  display: block
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none
}

.datepicker td,.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none
}

.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
  background-color: transparent
}

.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer
}

.datepicker table tr td.new,.datepicker table tr td.old {
  color: #999
}

.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default
}

.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover {
  background: linear-gradient(to bottom,#fdd49a 0,#fdf59a 100%) repeat-x;
  background-color: #fdd49a;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #000
}

.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled] {
  background-color: #fdf59a
}

.datepicker table tr td.today:hover:hover {
  color: #000
}

.datepicker table tr td.today.active:hover {
  color: #fff
}

.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover {
  background: linear-gradient(to bottom,#f3c17a 0,#f3e97a 100%) repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f3c17a
}

.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a
}

.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover {
  background: linear-gradient(to bottom,#b3b3b3 0,#ccc 100%) repeat-x;
  background-color: #b3b3b3;
  border-color: gray gray #595959;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled] {
  background-color: gray
}

.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover {
  background: linear-gradient(to bottom,#08c 0,#04c 100%) repeat-x;
  background-color: #08c;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker
 table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled] {
  background-color: #04c
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.datepicker table tr td span:hover {
  background: #eee
}

.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default
}

.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover {
  background: linear-gradient(to bottom,#08c 0,#04c 100%) repeat-x;
  background-color: #08c;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled] {
  background-color: #04c
}

.datepicker table tr td span.new,.datepicker table tr td span.old {
  color: #999
}

.datepicker th.datepicker-switch {
  width: 145px
}

.datepicker tfoot tr th,.datepicker thead tr:first-child th {
  cursor: pointer
}

.datepicker tfoot tr th:hover,.datepicker thead tr:first-child th:hover {
  background: #eee
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent
}

.input-append.date .add-on i,.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px
}

.input-daterange input {
  text-align: center
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px
}

.hljs {
  display: block;
  padding: .5em;
  color: #F0F;
  background: #f8f8f8
}

.diff .hljs-header,.hljs-comment,.hljs-javadoc,.hljs-template_comment {
  color: #998;
  font-style: italic
}

.css .rule .hljs-keyword,.hljs-keyword,.hljs-request,.hljs-status,.hljs-subst,.hljs-winutils,.javascript .hljs-title,.nginx .hljs-title {
  color: #333;
  font-weight: 700
}

.hljs-hexcolor,.hljs-number,.ruby .hljs-constant {
  color: #539F01
}

.hljs-phpdoc,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula {
  color: #D92D29
}

.coffeescript .hljs-params,.hljs-id,.hljs-title,.scss .hljs-preprocessor {
  color: #900;
  font-weight: 700
}

.clojure .hljs-title,.hljs-subst,.javascript .hljs-title,.lisp .hljs-title {
  font-weight: 400
}

.haskell .hljs-type,.hljs-class .hljs-title,.tex .hljs-command,.vhdl .hljs-literal {
  color: #458;
  font-weight: 700
}

.django .hljs-tag .hljs-keyword,.hljs-rules .hljs-property,.hljs-tag,.hljs-tag .hljs-title {
  color: navy;
  font-weight: 400
}

.hljs-attribute,.hljs-variable,.lisp .hljs-body {
  color: teal
}

.hljs-regexp {
  color: #009926
}

.hljs-prompt,.hljs-symbol,.lisp .hljs-keyword,.ruby .hljs-symbol .hljs-string,.tex .hljs-special {
  color: #990073
}

.clojure .hljs-built_in,.hljs-built_in,.lisp .hljs-title {
  color: #0086b3
}

.hljs-cdata,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang {
  color: #999;
  font-weight: 700
}

.hljs-deletion {
  background: #fdd
}

.hljs-addition {
  background: #dfd
}

.diff .hljs-change {
  background: #0086b3
}

.hljs-chunk {
  color: #aaa
}

.am-fade-and-scale {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-fade-and-scale.am-fade-and-scale-add,.am-fade-and-scale.ng-enter,.am-fade-and-scale.ng-hide-remove,.am-fade-and-scale.ng-move {
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn
}

.am-fade-and-scale.am-fade-and-scale-remove,.am-fade-and-scale.ng-hide,.am-fade-and-scale.ng-leave {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut
}

.am-fade-and-scale.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn
}

.am-fade-and-scale.ng-enter.ng-enter-active {
  visibility: visible
}

.am-fade-and-scale.ng-leave {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut
}

.am-fade-and-slide-top {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-fade-and-slide-top.am-fade-and-slide-top-add,.am-fade-and-slide-top.ng-hide-remove,.am-fade-and-slide-top.ng-move {
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop
}

.am-fade-and-slide-top.am-fade-and-slide-top-remove,.am-fade-and-slide-top.ng-hide {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop
}

.am-fade-and-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop
}

.am-fade-and-slide-top.ng-enter.ng-enter-active {
  visibility: visible
}

.am-fade-and-slide-top.ng-leave {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop
}

.am-fade-and-slide-right {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-fade-and-slide-right.am-fade-and-slide-right-add,.am-fade-and-slide-right.ng-hide-remove,.am-fade-and-slide-right.ng-move {
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight
}

.am-fade-and-slide-right.am-fade-and-slide-right-remove,.am-fade-and-slide-right.ng-hide {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight
}

.am-fade-and-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight
}

.am-fade-and-slide-right.ng-enter.ng-enter-active {
  visibility: visible
}

.am-fade-and-slide-right.ng-leave {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight
}

.am-fade-and-slide-bottom {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-add,.am-fade-and-slide-bottom.ng-hide-remove,.am-fade-and-slide-bottom.ng-move {
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom
}

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-remove,.am-fade-and-slide-bottom.ng-hide {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom
}

.am-fade-and-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom
}

.am-fade-and-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible
}

.am-fade-and-slide-bottom.ng-leave {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom
}

.am-fade-and-slide-left {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-fade-and-slide-left.am-fade-and-slide-left-add,.am-fade-and-slide-left.ng-hide-remove,.am-fade-and-slide-left.ng-move {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft
}

.am-fade-and-slide-left.am-fade-and-slide-left-remove,.am-fade-and-slide-left.ng-hide {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft
}

.am-fade-and-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft
}

.am-fade-and-slide-left.ng-enter.ng-enter-active {
  visibility: visible
}

.am-fade-and-slide-left.ng-leave {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft
}

.am-fade {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1
}

.am-fade.am-fade-add,.am-fade.ng-hide-remove,.am-fade.ng-move {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.am-fade.am-fade-remove,.am-fade.ng-hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

.am-fade.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.am-fade.ng-enter.ng-enter-active {
  visibility: visible
}

.am-fade.ng-leave {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

.aside-backdrop.am-fade {
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.am-fade {
  -webkit-animation-duration: .15s;
  animation-duration: .15s
}

.am-flip-x {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-flip-x.am-flip-x-add,.am-flip-x.ng-hide-remove,.am-flip-x.ng-move {
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce
}

.am-flip-x.am-flip-x-remove,.am-flip-x.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX
}

.am-flip-x.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce
}

.am-flip-x.ng-enter.ng-enter-active {
  visibility: visible
}

.am-flip-x.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX
}

.am-flip-x-linear {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-flip-x-linear.am-flip-x-add,.am-flip-x-linear.ng-hide-remove,.am-flip-x-linear.ng-move {
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

.am-flip-x-linear.am-flip-x-remove,.am-flip-x-linear.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX
}

.am-flip-x-linear.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

.am-flip-x-linear.ng-enter.ng-enter-active {
  visibility: visible
}

.am-flip-x-linear.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX
}

.am-slide-top {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-slide-top.am-fade-and-slide-top-add,.am-slide-top.ng-hide-remove,.am-slide-top.ng-move {
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop
}

.am-slide-top.am-fade-and-slide-top-remove,.am-slide-top.ng-hide {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop
}

.am-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop
}

.am-slide-top.ng-enter.ng-enter-active {
  visibility: visible
}

.am-slide-top.ng-leave {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop
}

.am-slide-right {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-slide-right.am-fade-and-slide-right-add,.am-slide-right.ng-hide-remove,.am-slide-right.ng-move {
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight
}

.am-slide-right.am-fade-and-slide-right-remove,.am-slide-right.ng-hide {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight
}

.am-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight
}

.am-slide-right.ng-enter.ng-enter-active {
  visibility: visible
}

.am-slide-right.ng-leave {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight
}

.am-slide-bottom {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-slide-bottom.am-fade-and-slide-bottom-add,.am-slide-bottom.ng-hide-remove,.am-slide-bottom.ng-move {
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom
}

.am-slide-bottom.am-fade-and-slide-bottom-remove,.am-slide-bottom.ng-hide {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom
}

.am-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom
}

.am-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible
}

.am-slide-bottom.ng-leave {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom
}

.am-slide-left {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

.am-slide-left.am-fade-and-slide-left-add,.am-slide-left.ng-hide-remove,.am-slide-left.ng-move {
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft
}

.am-slide-left.am-fade-and-slide-left-remove,.am-slide-left.ng-hide {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft
}

.am-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft
}

.am-slide-left.ng-enter.ng-enter-active {
  visibility: visible
}

.am-slide-left.ng-leave {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.thumbnail a>img,.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.aside .aside-dialog .aside-footer:after,.aside .aside-dialog .aside-footer:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
  content: " ";
  display: table
}

.aside .aside-dialog .aside-footer:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
  clear: both
}

.alert.top,.alert.top-left,.alert.top-right {
  position: fixed;
  top: 50px;
  z-index: 1050;
  margin: 20px
}

.alert.top {
  right: 0;
  left: 0
}

.alert.top-right {
  right: 0
}

.alert.top-right .close {
  padding-left: 10px
}

.alert.top-left {
  left: 0
}

.alert.top-left .close {
  padding-right: 10px
}

.aside {
  z-index: 101;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
}

.aside:focus {
  outline: 0
}

.aside.left {
  left: 0;
  right: auto
}

.aside.right {
  left: auto;
  right: 0
}

.aside .aside-dialog .aside-header {
  border-bottom: 1px solid #ccc;
  min-height: 16.43px;
  padding: 6px 15px;
  color: #333;
  background-color: #ededed;
 }

.aside .aside-dialog .aside-header .close {
  color: #333;
  font-size: 25px;
  opacity: .8;
  padding: 4px 8px;
  margin-right: -8px;
  font-family: arial
}

.aside .aside-dialog .aside-body {
  position: relative;
  padding: 0 10px 20px
}

.aside .aside-dialog .aside-footer {
  margin-top: 15px;
  padding: 10px 20px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.aside .aside-dialog .aside-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.aside .aside-dialog .aside-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.aside .aside-dialog .aside-footer .btn-block+.btn-block {
  margin-left: 0
}

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101
}

.aside-backdrop.fade {
  opacity: 0
}

.aside-backdrop.in {
  opacity: .5
}

.aside-backdrop.animation-fade {
  background: rgba(0,0,0,.5);
  opacity: 1
}

.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px
}

.callout p:last-child {
  margin-bottom: 0
}

.callout-danger {
  border-color: #eed3d7;
  background-color: #fdf7f7
}

.callout-danger h4 {
  color: #b94a48
}

.callout-warning {
  border-color: #faebcc;
  background-color: #faf8f0
}

.callout-warning h4 {
  color: #8a6d3b
}

.callout-info {
  border-color: #bce8f1;
  background-color: #f4f8fa
}

.callout-info h4 {
  color: #34789a
}

.modal.center .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  max-width: 630px;
  width: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

[tabindex="-1"] {
  outline: 0
}

a[ng-click] {
  cursor: pointer
}

.popover.top-left {
  margin-top: -10px
}

.popover.top-left .arrow {
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
  left: 10%
}

.popover.top-left .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.top-right {
  margin-top: -10px
}

.popover.top-right .arrow {
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
  left: 90%
}

.popover.top-right .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.bottom-left {
  margin-top: 10px
}

.popover.bottom-left .arrow {
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px;
  left: 10%
}

.popover.bottom-left .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.bottom-right {
  margin-top: 10px
}

.popover.bottom-right .arrow {
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px;
  left: 90%
}

.popover.bottom-right .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.tooltip.tooltip-info.top .tooltip-arrow,.tooltip.tooltip-info.top-left .tooltip-arrow,.tooltip.tooltip-info.top-right .tooltip-arrow {
  border-top-color: #d9edf7
}

.tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #d9edf7
}

.tooltip.tooltip-info.bottom .tooltip-arrow,.tooltip.tooltip-info.bottom-left .tooltip-arrow,.tooltip.tooltip-info.bottom-right .tooltip-arrow {
  border-bottom-color: #d9edf7
}

.tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #d9edf7
}

.tooltip.tooltip-info .tooltip-inner {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.tooltip.tooltip-info .tooltip-inner hr {
  border-top-color: #a6e1ec
}

.tooltip.tooltip-info .tooltip-inner .alert-link {
  color: #245269
}

.tooltip.tooltip-success.top .tooltip-arrow,.tooltip.tooltip-success.top-left .tooltip-arrow,.tooltip.tooltip-success.top-right
 .tooltip-arrow {
  border-top-color: #dff0d8
}

.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #dff0d8
}

.tooltip.tooltip-success.bottom .tooltip-arrow,.tooltip.tooltip-success.bottom-left .tooltip-arrow,.tooltip.tooltip-success.bottom-right .tooltip-arrow {
  border-bottom-color: #dff0d8
}

.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #dff0d8
}

.tooltip.tooltip-success .tooltip-inner {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.tooltip.tooltip-success .tooltip-inner hr {
  border-top-color: #c9e2b3
}

.tooltip.tooltip-success .tooltip-inner .alert-link {
  color: #2b542c
}

.tooltip.tooltip-danger.top .tooltip-arrow,.tooltip.tooltip-danger.top-left .tooltip-arrow,.tooltip.tooltip-danger.top-right .tooltip-arrow {
  border-top-color: #f2dede
}

.tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #f2dede
}

.tooltip.tooltip-danger.bottom .tooltip-arrow,.tooltip.tooltip-danger.bottom-left .tooltip-arrow,.tooltip.tooltip-danger.bottom-right .tooltip-arrow {
  border-bottom-color: #f2dede
}

.tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #f2dede
}

.tooltip.tooltip-danger .tooltip-inner {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.tooltip.tooltip-danger .tooltip-inner hr {
  border-top-color: #e4b9c0
}

.tooltip.tooltip-danger .tooltip-inner .alert-link {
  color: #843534
}

.tooltip.top-left {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
  left: 10%
}

.tooltip.top-right {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
  left: 90%
}

.tooltip.bottom-left {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  left: 10%
}

.tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  left: 90%
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  min-width: 80px
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,.15)
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0
}

.chosen-container a {
  cursor: pointer
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 27px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px
}

.chosen-container-single .chosen-default {
  color: #999
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%!important
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 100%;
  background-color: #eee;
  border-left: 1px solid #ccc
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) no-repeat 6px 4px
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ccc;
  background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 125px;
  -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default
}

.chosen-container .chosen-results li.highlighted {
  background-color: #ccc;
  color: #000
}

.chosen-container .chosen-results li:hover {
  background-color: #eee!important;
  color: #000
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline
}

.cssMeasure {
  position: absolute;
  top: -10000px;
  left: -10000px;
  visibility: hidden
}

.cssTable {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed
}

.cssTableColumnGroup {
  display: table-column-group
}

.cssTableColumn {
  display: table-column
}

.cssTableRowGroup {
  display: table-row-group
}

.cssTableRow {
  display: table-row;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cssTableCell {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cssTableCellContent {
  position: relative;
  padding: 2px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cssFixedContainer,.cssScrollContainer,.uiTable {
  overflow: hidden
}

.filterdrop {
  width: 250px;
  color: #000!important;
  font-weight: 400;
  padding: 10px
}

.filterdropcnt {
  padding: 0 2px!important;
  list-style: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  max-height: 150px
}

.filterdropcnt li>label>font {
  margin: 0 5px
}

.filterdropcnt li>label>input {
  margin: 2px
}

.filterdrop ul {
  display: inline-block;
  width: 100%
}

.filterdrop li {
  float: left;
  width: 100%;
  padding: 2px 0
}

.filterdrop li input[type=checkbox] {
  margin: 2px 5px;
  float: left
}

.dropdown-menu.filterdrop a {
  margin: 0 5px;
  color: #00e!important;
  text-decoration: underline!important
}

.filterdropcnt li:hover {
  background-color: #eee
}

.filtericn {
  color: #fff!important
}

#scrollBodyRows .cssTableRow .cssTableCell:last-child>.cssTableCellContent,#scrollHeadCells .cssTableCell:last-child>.cssTableCellContent {
  border-right: 0!important
}

#fixedRightBodyRows .cssTableRow .cssTableCell:first-child>.cssTableCellContent,#fixedRightHeadCells .cssTableCell:first-child>.cssTableCellContent {
  border-left: 0
}

#fixedLeftBodyRows .cssTableCellContent {
  text-align: center
}

#fixedLeftBodyRows,#fixedRightBodyRows {
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc
}

#scrollHeadCells .cssTableCellContent {
  text-align: left!important;
  font-weight: 700;
  padding-left: 5px; overflow:visible;
}

#scrollBodyRows .cssTableCellContent {
  padding-left: 5px;
  line-height: 21px
}

.competitorlist #scrollBodyRows .cssTableCellContent:first-child {
  padding-left: 20px;
 }

#fixedLeftBodyRows .cssTableCell,#fixedRightBodyRows .cssTableCell,#scrollBodyRows .cssTableCell {
  padding: 5px 0!important
}

#scrollBodyRows .cssTableCell {
  border-right: 1px solid transparent!important
}

#fixedLeftHeadCells .cssTableCell,#scrollHeadCells .cssTableCell {
  padding: 5px 0
}

#fixedRightHeadCells .cssTableCellContent {
  text-indent: 16px
}

.cssTableRow.mouseover {
    background-color: #f2f2f2!important;
    color: #333 !important
}

.cssTableRow.selected {
  background-color: #fdfddd!important
}

#fixedRightHeadCells .cssTableCell {
  padding: 5px 0
}

.uiScrollbarOuter {
  position: relative;
  background-color: #d8d8d8
}

.uiScrollbarInner {
  position: relative;
  background-color: gray
}

#headRow, #headRow .cssTableCell {
  background: #636363;
  background: linear-gradient(to bottom,#636363 0,#585858 100%);
  color: #fff!important;
  font-size: 13px
}

#headRow .cssTableCell {
  border-right: 1px solid #767676
}

.tblmovearrow {
  position: relative;
  top: 0;
  clear: both;
  z-index: 96
}

.tblmoveleft:hover,.tblmoveright:hover {
  background-color: #858585
}

#headRow .cssTableRow {
  background-color: transparent!important
}

#headRow .cssTableCellContent {
  text-align: center;
  cursor: pointer
}

.cssTableCellContent.reorder {
  border-right: 2px dotted red!important
}

.cssTableColumnTools {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  padding-right: 3px;
  padding-left: 2px;
  text-shadow: 1px 1px 1px #fff;
  background-color: #e8e8e8;
  border-top: 1px solid #888;
  border-left: 1px solid #888
}

#fixedRightHeadCells .cssTableCellContent {
  font-weight: 700;
  text-align: left!important;
  cursor: default
}

#scrollBodyRows .cssTableRow {
  cursor: pointer!important
}

.cssTableColumnResize {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  width: 3px;
  cursor: ew-resize;
  height: 32px
}

#loading-bar,#loading-bar-spinner {
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all
}

#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active,#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active {
  opacity: 0
}

#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave,#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave {
  opacity: 1
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #f57402;
  position: fixed;
  z-index: 2000;
  top: 40px;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px
}

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d
 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 56px;
  left: 0;
  width: 100%
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border: solid 2px transparent;
  border-top-color: #525252;
  border-left-color: #979797;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite
}

.input-group-btn .btn-default {
  font-size: 0;
  line-height: 0
}

body {
  overflow: hidden;
  height: 100%
}

.dropdown-menu,.submnulist {
  font-size: 12px
}

.display-menu li,.dropdown-menu li {
  position: relative
}

.display-menu li:hover>ul.submnulist,.dropdown-menu li:hover>ul.submnulist {
  display: block!important
}

.display-menu a input {
  float: left
}

.display-menu a font {
  padding: 2px 0 0 4px;
  float: left
}

.display-menu a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%
  }

.display-menu a font {
  width: 88%!important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal
}

.navbar-nav>li>a {
	padding-bottom: 11px!important;
	padding-top: 12px!important;
	line-height: 23px!important;
	float: left
}

.headerbar .navbar-nav>li>a {
  padding-bottom: 11px!important;
  padding-top: 12px!important;
}

.tpnavbar {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 0;
  min-height: 43px!important;
  position: relative;
  z-index: 100 !important;
  background-color: #F5F5F5;
}

.tpnavbarlft h1 a {
  margin: 0;
  color: #4d90fe;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none
}

.tpnavbarlft li {
  float: left
}

.link-active {
  color: #3C8DC5!important
}

.dn-timepicker-popup {
  max-height: 236px;
  overflow-y: scroll;
  min-width: 0 !important
}

.tpnavbarlft h1 {
  margin: 0;
  padding: 3px 3px 2px 0px;
  color: #4d90fe;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  text-transform: uppercase
}

.tpnavbarlft {
  float: left;
  width: auto;
  padding: 6px
}

.tpnavbarlft h1 span.tit {
	color: #357ae8;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px !important;
	margin: 1px 5px;
}

.tpnavbarinr {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 8px #CCC;
  -moz-box-shadow: 0 0 8px #CCC;
  box-shadow: 0 0 8px #CCC
}

.tpnavbarrgt {
  float: right;
  width: auto;
  margin: 0;
  list-style: none
}

.tpnavbarrgt>li.active,.tpnavbarrgt>li.navactive {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: #FFF;
}

.navbar-brand {
  height: inherit
}

.tpnavbarrgt>li {
  float: left;
  padding: 6px 10px;
  border-left: 1px solid rgba(241,241,241,0);
  border-right: 1px solid rgba(241,241,241,0)
}

.glowicn {
  float: left;
  margin: 1px 0
}

.hierdrop4tpnav {
  float: left;
  width: auto;
  padding: 2px 5px 3px;
  color: #000!important;
  text-decoration: none;
  z-index: 1001;
  position: relative;
  border: 1px solid rgba(241,241,241,0)
}

.deleteicon {
  float: left;
  position: relative
}

.advsrchbginpnew input {
  padding-right: 20px!important
}

.siconckz,.siconckz2 {
  cursor: pointer;
  position: absolute;
  right: 0;
  background: #E5E5E5;
  border-left: 1px solid #CCC;
  height: 25px
}

.srchicnbtn {
  background: linear-gradient(to bottom,#4d90fe 0,#4787ed 100%);
  border: 1px solid #3079ED;
  color: #FFF!important;
  background-color: #4d90fe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  min-width: 50px;
  text-align: center;
  padding: 4px 0
}

.schicn {
  margin: 0 5px
}

.advsrchbginpnew {
  width: 280px;
  border: 1px solid #CCC;
  height: 27px;
  background-color: #FFF
}

.setlist td {
  border-bottom: 1px solid #ccc;
  padding: 10px
}

.advsrchbginpnew input {
  width: 253px;
  height: 25px !important;
  box-shadow: none;
  margin: 0;
  padding: 4px 0 3px 2px;
  padding-right: 20px!important
}
.advsrchbginpnew input:focus {
  outline:none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0),0 0 4px rgba(102, 175, 233, 1) !important
}

.slimScrollDiv {
  height: 100%!important
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
 background-color: #edf0f5
}

.bgpattern {
 background-color: #edf0f5
}

.createpg .form-group {
  float: left;
  width: 100%
}

.tbldpy>thead>tr>th {
  padding: 8px 5px!important;
  border-top: 0;
  border-left: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background: #636363;
  border-right: 1px solid #767676;
  border-bottom: 1px solid #585858!important
}

.tbldpy>thead {
  border: 1px solid #585858
}

.bs-example h5 {
  padding: 10px;
  font-weight: 700
}

.bg-apptivo {
  background: #E5E5E5;
  background: linear-gradient(to bottom,#E5E5E5 0,#FFF 100%);
  border: 1px solid #ccc
}

.whbgcolr {
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 5px #DADADA;
  -moz-box-shadow: 0 0 5px #DADADA;
  -webkit-box-shadow: 0 0 5px #DADADA
}

.newsfeed {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.newsfeed>li {
  padding: 10px 0;
  list-style-type: none
}

.newsfeed .newsfeed-content {
  background: #FFF
}

.newsfeed .text-cmtname {
  color: #039
}
.newsfeed .avatar{
	width:50px;
	height:50px;
	box-shadow: 0 0 2px #CCC;
	margin:5px;
}
.newsfeed .avatar span{
	width:50px;
	height:50px;
	text-align:center
}
.newscmnt .avatar
{
width:30px;
height:30px;
}
.newscmnt .avatar span
{
width:30px;
height:30px;
}

.newsfeed .avatar img {
  max-width: 50px
}
.newscmnt .avatar img
{
 max-width: 30px !important
}
.newsaplnk {
  padding: 5px 0
}

.newscmtinp {
  margin-top: 10px
}

.newscmnt,.newscmnt ul {
  padding: 0
}

.activeclass,.menu a.ng-click-active,.menu a:active {
  color: #3C8DC5!important
}

.brd1px {
  border: 1px solid #ccc
}

.newscmnt li {
  padding: 6px;
  list-style: none;
  border-bottom: 1px solid #dadada;
  margin-top: 1px
}

.newscmnt li:last-child {
  border: none!important
}

.recentsct li {
  display: inline-block;
  width: 100%
}

.newsfeedbtm {
  background-color: #eee;
  width: 100%;
  padding-top: 5px;
  float: left;
}

.newstxt {
  padding: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
  float: left;
  width: 100%
}

.filterfeed {
  display: inline-block;
  width: 100%;
  padding: 10px
}

.filterfeed font {
  padding: 5px;
  font-weight: 700
}

.viewbtns button {
  margin: 3px
}

.viewpage {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #EDEDED;
  display: inline-block;
  width: 100%
}

.viewpage .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px
}

.createpg .form-group label,.viewpage .form-group label {
  padding: 6px 10px 4px;
  margin-bottom: 0;
  text-align: right
}

.collaboration .panel-body {
  width: 100%
}

.viewpage .vwfrmcnt {
  background-color: #fff;
  padding: 0px;
  border: 1px dotted #fff;
  min-height: 37px
}

.viewval {
  min-height: 27px;
  line-height: 21px;
  padding-top: 3px;
  padding-right: 17px
}

.viewpage .vwfrmcnt:hover {
  background: url(../images/inplaceeditin.png) #F9F9F9 no-repeat center right;
  border: 1px dotted #CCC
}

.viewpage .ful .vwfrmcnt {
  margin-left: -5px
}

.sideviewpage {
  padding: 10px 0;
  margin-bottom: 5px;
  background-color: #F6F6F6
}

.sideviewpage .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px
}

.sideviewpage .vwfrmcnt:hover {
  background: url(../images/inplaceeditin.png) #F9F9F9 no-repeat center right;
  border: 1px dotted #CCC
}

.sidecntmn {
  min-height: 100%
}

.collapse>li.active>a, .collapse>li.active>a:focus, .collapse>li.active>a:hover,.collapsemnu>li.active>a, .collapsemnu>li.active>a:focus, .collapsemnu>li.active>a:hover {
color: #357ae8!important;
font-weight: 700;
}

.sidenav .collapse a {
  text-decoration: none
}

.collapse>.active>a>.badge,a.list-group-item.active>.badge {
  color: #fff;
  background-color: #999
}

.exportmen a {
  float: left;
  width: 100%
}

.sidenav {
  word-wrap: normal!important;
  white-space: nowrap;
  margin-right: 10px;
  width: 100%;
  float: left
}

.sidenav p {
  word-break: break-word !important;
  white-space: normal;
  margin: 0
}

.sidenav .active p {
  color: gray;
  font-weight: 400
}

.sidenav i {
  width: 13px!important;
  display: inline-block;
  font-size: 11px
}

.sidenav a {
  font-size: 13px;
  color: #424242 !important;
  padding: 5px 5px 5px 22px!important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}

.sidenav .nav-header div {
  padding: 5px!important;
  font-weight: 700;
  font-size: 13px
}

.sidenav ul {
  padding-left: 0;
  clear: both
}

.sidenav .nav li {
  clear: left
}

.sidenav .nav-header a {
  padding: 5px 5px 5px 22px!important;
  display: block;
  position: relative
}

.apphdricon {
  list-style: none;
  margin: 0
}

.apphdricon a i {
  color: #464646;
  font-size: 25px;
  text-decoration: none
}

.apphdricon .active {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background-color: #FFF;
  box-shadow: 0 0 6px #CCC inset;
  -moz-box-shadow: 0 0 6px #ccc inset;
  -webkit-box-shadow: 0 0 6px #CCC inset
}

.apphdricon .active a i {
  color: #4D90FE
}

.apphdricon li {
  padding: 12px 10px;
  float: left
}

.appnamehdr {
  background-color: #FFF;
  border: 1px solid #C9C9C9;
  -moz-box-shadow: 0 0 1px 1px #fff inset,inset 0 0 20px 3px rgba(230,226,220,.6);
  -webkit-box-shadow: 0 0 1px 1px #FFF inset,inset 0 0 20px 3px rgba(230,226,220,.6);
  box-shadow: 0 0 1px 1px #FFF inset,inset 0 0 20px 3px rgba(230,226,220,.6)
}

.appnamehdr h4 {
  padding: 5px
}

.nwfdtpbx {
  margin-top: 10px
}

.nwfdtpbx .nwfdtpbxcnt {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 0;
  box-shadow: 0 1px 7px #CCC;
  -moz-box-shadow: 0 1px 7px #CCC;
  -webkit-box-shadow: 0 1px 7px #CCC;
  width: 100%;
  background-color: #fff
}

.tbldpy .btn-action {
  margin: 0 1px
}

.cssTableCellContent a.btn-action {
  margin: 0 1px!important;
  position: relative;
  bottom: 3px;
}

.cssTableCellContent,#scrollHeadCells .cssTableCellContent>span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.acticn {
  line-height: 1.1!important
}

div.divider {
  border-top: 1px solid #CCC;
  margin: 3px 0;
  display: inline-block;
  width: 100%
}

.tagsul {
  list-style: none;
  margin: 10px 0
}

.tagsul li {
  padding: 5px 40px 0px 5px !important;
  position: relative;
}

.listtbl {
  border: 1px solid #ccc;
  border-collapse: collapse
}

.listtbl tr.frbg > td:first-child {
  background-color: #eee!important;
  border-right: 1px solid #ccc;
  text-align: center;
  vertical-align: middle
}

.tblscroll {
  overflow: auto;
  overflow-x: hidden;
  max-height: 300px
}

.setlayoutside {
  background-color: #eee;
  border-right: 1px solid #ccc;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: auto
}

.setlayoutcnt {
  padding: 10px;
  right: 0;
  position: relative;
  float: right !important
}

.setlayoutcnt td .chosen-container {
  width: 100%!important
}

.setlayoutside .thumbnail {
  margin-bottom: 5px!important;
  margin-left: 10px
}

.customizeapp_fldicn .col-sm-4 {
  padding: 0
}

.setlayoutside strong {
  white-space: nowrap;
  word-wrap: normal;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  padding-left: 5px
}

.settinglist td {
  border-bottom: 1px
 solid #CCC;
  padding: 5px
}

.mnftrcnt {
  padding: 20px
 0
}

.modal-dialog {
  width: 600px
}

.modal {
  overflow: auto
}

.model2 {
  z-index: 1051
}

.model2bg {
  z-index: 1050
}

.modal-body,.modal-footer {
  padding: 10px
}

.modal-header
 h2 {
  margin: 0;
  font-size: 18px
}

#sidepanel {
  right: 0!important
}

.modal-footer {
  clear: both
}

.sublistcnt>.rgtarwcnt {
  display: block
}

.crtbtmbtn {
  background-color: #F5F5F5;
  border-top: 1px
 solid #CFCFCF;
  float: left;
  width: 100%
}

.userdrop .divider {
  padding: 0!important
}

.hdr2tprgtsrchico {
  display: none
}

.usractdspdd_active {
  display: block!important;
  left: inherit;
  right: -29px;
  top: 37px;
  margin: 0!important
}

.maincnt_active {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -moz-transition: -moz-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2
}

.maincnt {
  display: block
}

.setlayoutside .panel-title {
  font-size: 13px!important;
  font-weight: 700
}

.panel-heading {
  position: relative
}

.panel-title {
  font-size: 15px!important;
  font-weight: 700
}

.customizeappotr .chosen-container {
  width: 100%!important
}

.panel-title>a {
  margin-left: 30px;
  text-decoration: none
}

.createpage .panel-title>a .ng-scope {
  font-weight: 700;
  font-size: 15px
}

.panel-title>a .ng-scope {
  font-weight: 700;
  font-size: 15px
}

.ttlarr {
  min-height: 37px
}

.btn-action,.mnbtngroup>.btn-group>.btn-default {
  color: #333;
  background-color: #f2f2f2;
  border-color: #ccc;
  padding: 3px 5px!important;
}

.btn-action:hover,.mnbtngroup>.btn-group>.btn-default:hover, .mnbtngroup .btn-group .btn-default:hover,.btn-action:focus {
  background: #4c8ffc;
  border: 1px solid #367CED;
  color: #fff!important;
  position: relative;
}

span.hdrar {
  float: left;
  padding: 7px 3px 0 8px
}

.btn-grey {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 4px 5px!important
}

.btn-actionnew {
  padding: 4px 9px!important
}

.clearnone {
  clear: none!important
}

.sidebar_active {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  visibility: visible;
  overflow: hidden;
  -webkit-overflow-scrolling: touch
}

.tphdr_mnusct.in {
  display: block!important
}

.newsfeedhdr {
  background-color: #F9F9F9;
  border: 1px solid #CCC;
  margin: 5px 0 10px;
  padding: 7px;
  float:left;
  width: 100%;
}

.newsfeedhdr h4 {
  width: auto;
  color: #4D90FE;
  text-shadow: 0 1px 1px #E4E4E4;
  line-height: 30px;
  margin: 0
}

.dashnewtbl {
  clear: both;
  display: inline-block;
  width: 100%
}

.badge {
  box-shadow: 0 2px 0 #FFF;
  -webkit-box-shadow: 0 2px 0 #FFF;
  -moz-box-shadow: 0 2px 0 #FFF
}

.dropdown-menu li div,.dropdown-menu li div ul ul,.dropdown-menu li div ul ul li ul li {
  padding: 1px 10px!important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333!important;
  white-space: nowrap
}

.dropdown-menu li div ul ul {
  padding: 0px!important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333!important;
  white-space: nowrap
}

.dropdown-menu li div ul ul li ul {
  right: 148px!important
}

.dropdown-menu li div ul li div,.dropdown-menu li div ul ul {
  padding: 0
}

.dropdown-menu li div ul ul b {
  left: -7px;
  top: 2px
}

.dropdown-menu li {
  list-style: none
}

.display-menu li .hoverdiv:hover>ul.submnulist,.display-menu li .hoverdiv>ul.submnulist li a:hover ul.submnulist,.dropdown-menu li .hoverdiv:hover>ul.submnulist {
  display: block!important;
  text-decoration: none!important
}

.dropdown-menu a {
  color: #333;
  text-decoration: none!important
}

.dropdown-menu a:hover {
  color: #333!important;
  text-decoration: none!important
}

#fixedRightHeadCells .filtericn {
  display: none
}

.form-control {
  font-size: 12px!important
}

.form-group label {
  padding-top: 5px
}

.chosen-container {
  float: left
}

.previewpan {
  background-color: #fff;
  position: fixed;
  top: 84px;
  right: 0;
  bottom: 50px;
  height: 100%;
  padding: 0;
  z-index: 999999999;
  border-left: 1px solid #CCC;
  box-shadow: 0 0 5px #CCC;
  -webkit-transition: width .35s ease;
  -moz-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease
}

.previewpancnt {
  position: relative;
  width: 100%;
  height: 90%
}

.previewpancntscroll {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  bottom: 100px;
  right: 0;
  overflow: auto
}

.advarrow {
  color: #333;
  font-size: 10px;
  padding: 7px
}

.advfrm .chosen-container {
  width: 100%!important
}

.apdrp li {
  display: inline-block;
  width: 100%;
  padding: 1px 0
}

.apdrp li a {
  display: inline-block;
  width: 100%;
  padding: 5px;
  color: #333 !important
}

.apdrp li i {
  float: left
}

.apdrp li span {
  float: left;
  line-height: 24px
}

.apdrp .submnulist span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 79%
}

.viewpagetabs li a {
  color: #000
}

.viewpagetabs li:first-child {
  margin-left: 5px
}

.viewpagetabs li a {
  padding: 4px 15px!important
}

.viewpagetabs li a span {
  margin: 0!important;
  color: #000;
  font-weight: 400
}

.viewpagetabs li.active a span {
  font-weight: 700!important
}


.viewpagetabs li a {
  line-height: 20px;
  text-align: center;
  background-color: #EEE;
  border: 1px solid #dcdcdc;

}

.viewpagetabs li.active a {
  text-align: center;
  font-weight: 700!important;
  border-top: 3px solid #0af !important;
  padding: 3px 15px!important
}

.viewpagetabs li.active a:hover {
  border-top: 3px solid #0af
}

.viewpagetabs li.active.threesix a {
  border-top: none !important;
  padding: 4px 15px 5px!important;
  background-color: #ff7400 !important;
}

.viewpagetabs .threesix a {
  background: #FF943B!important;
}

.viewpagetabs {
  margin-bottom: 5px
}

.overviewacttab font.actcount,.threesix font.actcount {
  display: none
}

.attachlist {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%
}

.attachlist li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 5px
}

.sidenav .nav-header>div {
  cursor: pointer!important
}

.newsfeed .newsfeed-content {
  margin-left: 65px;
  position: relative;
  font-size: 12px
}

.newscmnt .newsfeed-content {
  margin-left: 45px;
  position: relative;
  background: none!important;
  font-size: 12px
}

.tags ul li font {
  padding: 3px;
  line-height: normal;
  display: inline-block
}

.pdftopnm {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 5px 0
}

.pdftopnm h3 {
  padding-left: 5px
}

.pdftop {
  float: left;
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #CCC
}

.pdfotr {
  float: left;
  width: 99.8%;
  border: 1px solid #ccc
}

.pdftoplf {
  float: left
}

.pdftoplf li {
  float: left;
  padding: 10px 8px;
  border-right: 1px solid #ccc;
  list-style: none
}

.pdftoplf li a {
  color: #333;
  text-decoration: none
}

.pdftoprg {
  float: right
}

.custom-menu {
  z-index: 999999!important
}

.pdftoprg li {
  float: left;
  padding: 3px 5px;
  list-style: none
}

.pdfnav {
  border-right: 1px solid #e5e5e5;
  width: 230px!important;
  float: left;
  background-color: #f1f1f1;
  box-shadow: 0 3px 5px #E5E5E5
}

.pdfnavmn a {
  color: #333;
  font-size: 12px;
  float: left;
  width: 100%;
  padding: 5px 0;
  background-color: #ebebeb;
  border-bottom: 1px solid #ccc
}

.pdfnavmn {
  float: left;
  width: 100%
}

.pdfnavmn a span {
  float: left;
  padding: 3px 0
}

.pdfcnt {
  width: 100%!important;
  float: left
}

.pdfcnotr {
  width: 100%;
  margin: 0 auto
}

.pdfcontainer {
  float: left;
  width: 100%;
  background-color: #f9f9f9
}

.pdfcntmn {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  background: url(../images/grid.png);
  margin: 20px 0;
  padding: 10px;
  min-height: 750px;
  position: relative
}

.pdfcntmn li.cntner {
  margin: 5px 0!important;
  border: 1px dashed #333!important
}

.pdfcntmn li {
  float: left;
  width: auto;
  padding: 5px
}

.pdfcntmn li.cntner {
  float: left;
  width: 98.8%;
  padding: 5px;
  position: relative
}

.pdftoplf li {
  border-left: 3px solid #F5F5F5
}

.pdftoplf .active {
  border-left: 3px solid #4D90FE;
  background-color: #E9E9E9
}

.pdfnavsumn {
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 10px 9px
}

.portlet-placeholder {
  border: 1px dashed #ccc;
  margin: 0 1em 1em 0;
  height: 35px;
  background-color: #fff;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px#CCC;
  box-shadow: 0 0 2px #CCC
}

.BODY_SECTIONnew {
  float: left;
  width: 100%;
  border: 1px solid #CCC!important;
  background-color: #FFF!important;
  -moz-box-shadow: 0 0 12px #ccc!important;
  padding: 10px;
  -webkit-box-shadow: 0 0 12px #CCC!important;
  box-shadow: 0 0 12px #CCC!important;
  border-radius: 0!important;
  margin: 43px 0
}

.setlayoutside .panel-title a {
  margin-left: 0!important
}

.setlayoutside .panel-title a span {
  width: 74%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: inline-block
}

.setlayoutside .thumbnail {
  text-decoration: none;
  color: #666
}

.setlayoutcnt li {
  list-style: none!important
}

.pdfmenu li {
  width: 100%!important;
  padding: 0 5px!important
}

.txtalncntr {
  text-align: center!important
}

.form-horizontal .form-group>.col-sm-10,.form-horizontal .form-group>.col-sm-8 {
  padding-left: 0;
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px
}

.form-horizontal .checkbox,.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-control-static {
  padding-top: 7px
}

.viewpage .form-group>.col-sm-10,.viewpage .form-group>.col-sm-8 {
  padding-left: 5px
}

.btn {
  box-shadow: 0 1px 1px rgba(0,0,0,.1)!important;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.txtareaclose,.txtareaclose:hover {
  position: absolute;
  right: -8px;
  top: -8px;
  color: #fff;
  font-size: 9px;
  background-color: #9c9c9c;
  border-radius: 50%;
  padding: 2px 3px 3px
}

.txtareaclose i {
  top: 0
}

.sidenav>li>a {
  font-weight: 700!important
}

.sidebarnavsct {
  height: 100%!important
}

.resizindbd:hover {
  background-color: #888
}

table thead th font.resizindbd {
  position: absolute;
  width: 5px;
  height: 38px;
  cursor: e-resize!important;
  right: 0;
  top: 0
}

.stngscustomize_secureandshr .popover {
  right: 30px
}

.shared_active {
  margin: 7px 2px 3px!important;
  box-shadow: #ff7a00 0 0 5px!important;
  width: 99.5%
}

.confirm_msgnew {
  padding: 5px 10px;
  border: 1px solid #F0C36D;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  background: #F9EDBE;
  float: left;
  width: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: fixed;
  top: 94px!important;
  z-index: 4999;
  display: none;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  font-family: Arial,Helvetica,sans-serif
}

.backtotop {
  position: fixed;
  top: 50%;
  z-index: 999999;
  right: 14px
}

.backtotop a {
  background-color: #6B6B6B;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  float: left
}

.backtotop a i {
  float: left
}

.form-horizontal .control-label {
  padding-left: 0!important
}

.chosen-container {
  width: 100%!important
}

.submnulist
 label input {
  margin: 3px 2px!important;
  float: left
}

.submnulist label {
  font-weight: 400!important;
  width: 100%
}

.submnulist
 label font {
  width: 80%!important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.filtertpcnt {
  padding: 5px 0;
  display: inline-block;
  width: 100%
}

.actcount {
  background-color: #dd4b39;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -9px;
  border: 1px solid #fff;
  float: left;
  right: 9px;
  padding: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 13px;
  text-align: center;
  line-height: 13px
}

.quickactcnt {
  overflow: visible!important
}

.sideviewpage .form-group label {
  padding: 10px 10px 4px 0;
  margin-bottom: 0;
  width: auto;
  min-height: 35px;
  text-align: right
}

.input-group-addon {
  padding: 5px 12px!important
}

.display-menu label {
  margin-bottom: 0!important;
  padding-top: 0!important
}

.display-menu li div ul ul li ul li {
  padding: 1px 10px!important
}

.nav a,.navbar-nav a {
  text-decoration: none!important
}

.approtr {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc
}

.apprnotes {
  border: 1px solid #ccc;
  background-color: #eee
}

.totalbrd {
  border-top: 1px solid #999
}

.createpage .panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 0!important;
  padding-bottom: 0
}

.advfrm .panel-default,.createpage .panel-default {
  border-color: transparent!important;
  margin-bottom: 6px;
  box-shadow: 0 0 0!important;
  overflow: inherit
}

.advfrm .ttlarr,.createpage .ttlarr {
  bottom: -1px;
  padding: 10px 12px!important;
  border-bottom: 1px solid #CCC
}

.advfrm .panel-default>.panel-heading,.createpage .panel-default>.panel-heading {
  border: 1px solid #ccc!important;
  background: #E5E5E5;
  background: linear-gradient(to bottom,#E5E5E5 0,#FFF 100%);
}

.taxcnt {
  background: #398cc6;
  background: linear-gradient(to bottom,#398cc6 0,#6badd6 100%);
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 1px 5px!important;
  margin-right: 5px!important;
  text-decoration: none
}

.taxcnt:hover {
  background: #2173ad;
  background: linear-gradient(to bottom,#2173ad 0,#639cc6 100%);
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.no-header-section .panel-heading {
  display: none!important
}

.no-header-section .panel-collapse {
  display: block!important
}

.overflowvis .panel {
  overflow: visible!important;
  float: left;
  width: 100%
}

.advfrm .panel-body {
  padding-left: 0!important;
  padding-right: 0!important;
  border: none!important
}

.advfrm .notgl .panel-title a {
  margin-left: 0
}

.usrhdbg {
  background: #F4F4F4;
  width: 100%;
  float: left;
  border: 1px solid #CCC;
  border-bottom: none
}

.customizeappotr .panel-heading,.customizeappotr .panel-title {
  width: 100%;
  float: left
}

.customizeappotr .accordion-toggle {
  width: auto;
  float: left;
  height: 16px
}

.customizeappotr .panel-body {
  float: left
}

.crshrotrsct {
  width: 8px
}

.adrsflds_sct,.communiadrsflds_sct {
  display: none
}

.stngscustomize_secureandshr .panel-heading {
  padding: 3px 15px!important
}

.stngscustomize_secureandshr .accordion-toggle {
  margin-top: 0px
}

.stngscustomize_secureandshr .ttlarr {
  padding: 10px 12px!important;
  top: 0
}

.stngscustomize_secureandshr {
  overflow: inherit!important;
  float: left;
  margin-bottom: 5px!important;
  width: 100%
}

.tglbtninsdd li div {
  padding: 0!important
}

.wd125,.wd125 div.chosen-container {
  width: 125px!important
}

.bdrlftnon {
  border-left: none!important
}
.brdrgtnon {
  border-right: none!important
}

.auto_boxnew span .emid,.auto_boxnew span .spt25,.auto_boxnew span img {
  display: none
}

.auto_boxnew span {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 1px 5px;
  margin: 0 0 4px 4px;
  -moz-border-radius: 5px;
  float: left;
  width: auto!important;
  background-color: #F5F5F5;
  border-radius: 3px
}

.auto_boxnew span:hover {
  border-color: #b4b4b4
}

.auto_boxnew span b {
  float: right;
  margin: 1px 0 0 3px;
  font-size: 11px;
  color: #BBB;
  cursor: pointer;
  font-weight: 700
}

.auto_boxnew {
  float: left;
  outline: 0;
  font-family: Arial;
  padding: 0 0 4px!important;
  width: 100%!important;
  position: relative
}

.composeemail_sct input {
  outline: 0;
  padding: 0
}

.auto_boxnew img {
  width: 25px;
  height: 25px;
  margin: 2px 0 0 5px
}

.list_name p .emid,.list_name p .emname {
  max-width: 285px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.list_name p:hover {
  background: #eee
}

.auto_boxnew .list_name {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  top: 25px;
  padding: 5px;
  z-index: 999
}

.auto_boxnew input {
  border: 0;
  box-shadow: none!important;
  padding: 0;
  background: 0 0;
  margin: 5px 0 0;
  outline: 0;
  height: initial
}

.list_name {
  width: 300px;
  float: left
}

.list_name p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc
}

.list_name p font {
  padding-left: 10px
}

.tbllayout {
  table-layout: fixed!important
}

.mobileview .form-group {
  width: 100%;
  display: inline-block
}

.custmz_stngstb {
  display: none
}

.cust_defattrsct {
  display: block
}

.customizesectionrgt {
  height: 600px;
  overflow-x: hidden
}

.customizeapp_fldicn {
  padding: 10px 10px 15px 0
}

.rmvdattr_sections a {
  margin-left: 0!important
}

.custstngs_tblnk a {
  padding: 5px 8px!important
}

.customtool {
  width: 370px;
  max-width: 370px;
  top: 25px;
  left: inherit;
  right: 0
}

.customtool .arrow {
  left: 91%!important
}

.open .customtool {
  display: block
}

.aside {
  min-width: 320px!important;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc;
  border-right:none !important
}

.revhistry a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  float: left;
  width: 100%
}

.revhistry li {
  margin: 5px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc
}

.revhistry {
  list-style: none
}

.restorerevision {
  float: left;
  margin-bottom: 10px
}

.custattr_sctn:hover {
  -moz-box-shadow: 0 0 3px 3px #ccc;
  -webkit-box-shadow: 0 0 3px 3px #f4f4f4;
  box-shadow: 0 0 3px 3px #f4f4f4;
  background-color: #fcfcfc!important
}

.custattr_sctn .form-group {
  margin-bottom: 0
}

.custattr_sctn {
  padding: 10px 0;
  margin-bottom: 10px
}

.opertors li:hover {
  background-color: #c2cbe0;
  border: 1px solid #0a246a;
  margin: 5px 3px
}

.opertors li {
  list-style: none;
  display: inline;
  float: left;
  margin: 5px 3px;
  border: 1px solid #f0f0ee
}

.opertors li a {
  float: left;
  text-align: center;
  font-size: 19px;
  color: #000;
  font-weight: 700;
  padding: 0 5px;
  text-decoration: none
}

.operatorsep {
  background: none!important;
  border: 0!important;
  width: auto!important;
  margin: 3px 5px!important
}

.opertors {
  margin: 0;
  padding: 0;
  display: block
}

.rptappsdrp li>a {
  padding: 6px 10px!important
}

.dbdtable .dropdown-menu li div {
  padding: 3px 10px!important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333!important;
  white-space: nowrap
}

.dbdtable .dropdown-menu li div:hover {
  background-color: #e8e8e8
}

.dbdtable .display-menu li div ul ul li ul li {
  padding: 0!important
}

.dbdtable .display-menu li div label input[type=checkbox] {
  margin-left: 0!important;
  margin-right: 0!important
}

.collab_tpnavbar {
  border: 1px solid #C9C9C9
}

.mainhmecnt {
  min-height: 700px;
  display: block;
  padding: 0
}

aside.hmsidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  padding: 0;
  z-index: 1000;
  border-right: 1px solid #ccc;
  background: #eff3f8;
}

#content {
  margin-left: 70px;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}

.hmvwtbs a {
  padding: 9px 14px!important
}

.sidehmnav {
  margin: 0;
  width: 100%
}

.sidehmnav li {
  padding: 0;
  border-bottom: 1px solid #d5d5d5;
  margin: 0!important
}

.sidehmnav a span {
  margin: 0 auto
}

.sidehmnav li a {
  border-left: 5px solid #d1d1d1;
  border-radius: 0!important;
  padding: 15px 15px 15px 10px
}

.sidehmnav li a:hover {
  background-color: #fff;
  border-color: #ccc
}

.sidehmnav li a.active {
  border-left: 5px solid #0AF;
  background-color: #fff
}

a.itemsactive {
  color: #3C8DC5!important
}

.taskside li {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%
}

.textoverflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.aplbl {
  line-height: 20px
}

.actcounthme {
  background-color: #DD4B39;
  color: #FFF;
  font-size: 10px;
  position: absolute;
  top: 4px;
  border: 1px solid #FFF;
  float: left;
  right: 14px;
  padding: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 13px;
  text-align: center;
  line-height: 13px
}

.tooltip {
  min-width: 100px
}

.maincnt {
  padding-right: 15px;
  min-height: 100%;
  float: left;
  width: 100%
}

.sidebar,.homesidebar {
  position: fixed;
  z-index: 99;
  display: block;
  padding: 20px
}

.maincnt>.col-sm-10 {
  background-color: #fff;
  border-left: 1px solid #ccc;
  min-height: 100%;
}

.maincnt>.col-sm-12 {
  background-color: #fff;
  min-height: 650px
}

.nav li {
  list-style: none
}

.form-horizontal .col-sm-6 {
  min-height: 27px
}

.btn-default_bgn {
  background: 0 0!important;
  border: 1px solid #FFF!important;
  box-shadow: 0 0 0!important;
  font-weight: 400
}

.pnlbdynone .panel-body {
  display: none
}

.ttlarr {
  top: 0;
  border-right: 1px solid #ccc;
  padding: 10px 12px!important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  left: 0;
  bottom: -1px
}

.hdrcolors {
  width: 25px;
  height: 25px;
  float: left
}

.default {
  background-color: #5B5B5B
}

.dividhor {
  border-right: 1px solid #ccc;
  float: left;
  height: 35px
}

.hdrcolor1 {
  background: #dc3912!important
}

.hdrcolor2 {
  background: #f90!important
}

.hdrcolor3 {
  background: #51b749!important
}

.hdrcolor4 {
  background: #909!important
}

.hdrcolor5 {
  background: #4D90FE!important
}

.hdrcolor6 {
  background: #3B3EAC!important
}

.hdrcolor7 {
  background: #D47!important
}

.hdrcolor8 {
  background: #2A9!important
}

.viewempty {
  min-height: 27px;
  line-height: 21px;
  padding-top: 3px
}

.photohover {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding-top: 12px;
  opacity: .6;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  cursor: pointer
}

.sidenav .nav-header .alphabet li a {
  padding: 4px 5px!important;
  min-width: 24px
}

.display-menu label {
  width: 100%!important
}

.flwd {
  width: 100%!important;
  float: left;
  clear: both;
  position: relative
}

.well-listhdr {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 0
}

.overduerowclr {
  background-color: #FEF4F4
}

.viewno {
  background-color: #eee!important
}

.sideviewpage .vwfrmcnt {
  background-color: #fff;
  padding: 5px;
  width: 100%;
  border: 1px dotted #FFF;
  display: inline-block
}

.btn-default_bgn:focus {
  border: 1px solid #999!important
}

.sldrblkbg {
  background-color: #2D2D2D!important;
  float: left;
  width: 100%;
  z-index: 888;
  top: 36px;
  box-shadow: 0 3px 3px #CCC;
  -moz-box-shadow: 0 3px 3px #ccc;
  -webkit-box-shadow: 0 3px 3px #CCC;
  border-bottom: 1px solid #FFF;
  position: absolute
}

.sliderbg {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0
}

.businesslogo {
  padding: 15px;
  text-align: center
}

.mnhdr {
  min-height: 37px;
  margin-bottom: 0;
  z-index: 1001;
  position: relative
}

.inrsldrgray {
  background: #fff;
  background: linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
  -moz-box-shadow: -3px 0 5px #ccc;
  -webkit-box-shadow: -3px 0 5px#CCC;
  box-shadow: -3px 0 5px #CCC;
  position: relative;
  z-index: 15;
  height: 180px
}

.appslidertabs {
  background-color: #eee
}

.appslidertabs a {
  color: #999;
  font-weight: 700
}

.appslidecol {
  width: 10%;
  display: inline-block
}

.carousel-indicators {
  bottom: 0!important
}

.carousel-control {
  width: 44px;
  text-shadow: none!important;
  text-decoration: none!important;
  color: #4D90FE!important
}

.carousel-control .icon-next {
  right: 0!important
}

.sliderul {
  list-style: none;
  margin: 0;
  padding: 15px 30px
}

.sliderul li {
  padding: 15px 0
}

.sliderul li span {
  text-align: center;
  margin: 0 auto
}

.sliderul a {
  border: 0;
  color: #091AC0;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-align: center
}

.appslidertabs ul {
  margin-left: 2%
}

.carousel-control.right {
  left: inherit;
  right: 0
}

.carousel-control span {
  top: 40%;
  position: absolute
}

.carousel-control span.icon-chevron-left {
  background-color: #FFF;
  padding: 10px 15px;
  border-radius: 0 20px 20px 0;
  left: 0;
  top: 36%;
  box-shadow: 0 2px 4px #CCC inset
}

.carousel-control span.icon-chevron-right {
  background-color: #FFF;
  padding: 10px 15px;
  border-radius: 20px 0 0 20px;
  right: 0;
  top: 36%;
  box-shadow: 0 2px 4px #CCC inset
}

.carousel-indicators li {
  -webkit-box-shadow: inset 1px 1px 1px 0 #999;
  box-shadow: inset 1px 1px 1px 0 #999;
  background-color: #888;
  border: none;
  margin: 0 3px!important;
  width: 13px;
  height: 13px;
  border-radius: 50%
}

.drpscroll {
  overflow: auto;
  overflow-x: hidden;
  max-height: 215px
}

.appdivid {
  float: left;
  background: #ededed;
  background: linear-gradient(to bottom,#ededed 0,#c9c9c9 50%,#ededed 99%);
  width: 1px;
  height: 105px;
  box-shadow: 0 0 5px #ccc
}

.tooltip {
  z-index: 9999999
}

.sidepanel {
  top: 40px!important
}

.aside-body.createpanel,.aside-body.advpanel {
  position: absolute!important;
  top: 42px;
  bottom: 52px !important;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden
}

.aside-body.viewpanel {
  position: absolute!important;
  top: 46px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden
}

.aside-footer {
  position: absolute;
  width: 100%;
  bottom: 0
}

.smalldrop a font {
  width: 75%!important
}

.assocnt {
  max-height: 165px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%!important
}

.assocnt font {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 78%;
  float: left;
  padding-top: 3px
}

.assocnt input {
  float: left;
  margin-right: 5px
}

.assohdr {
  background-color: #eee!important;
  border-bottom: 1px solid #ccc;
  cursor: default!important;
  text-align: left!important
}

.glyphicon-tag {
  font-size: 14px;
  margin-right: 7px;
  float: left;
  top: 2px
}

.tags .caret {
  float: left;
  margin-top: 8px
}

.tags i.icon-tag {
  font-size: 15px;
  line-height: 20px
}

.alert-galert {
  border-color: #F0C36D;
  background-color: #F9EDBE;
  font-weight: 700;
  font-size: 13px;
  padding: 5px;
  position: absolute
}

.alert-galert .close {
  display: none
}

.emailmorelink {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  color: #ccc;
  height: 14px;
  float: left;
  font-weight: 700;
  width: 22px;
  text-align: center;
  font-size: 17px;
  line-height: 6px
}

.emailmorelink:hover {
  color: #000
}

.emailerr {
  border-bottom: 2px dotted #D14836
}

.scroller {
  padding: 0!important;
  margin: 0!important;
  padding-right: 12px!important;
  overflow: hidden
}

.scroller-footer {
  margin-top: 10px
}

.scroller-footer:after,.scroller-footer:before {
  content: "";
  display: table;
  line-height: 0
}

.scroller-footer:after {
  clear: both
}

.portlet-body .slimScrollBar {
  margin-right: 0!important
}

.followrow td,.followrow th {
  border-bottom: 1px solid #ccc!important
}

.timeline {
  position: absolute;
  left: 59px;
  border: none;
  border-top: 1px solid red;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 999
}

.backtotop a {
  text-decoration: none
}

.bluebtncrtpage {
  padding: 5px 10px 4px
}

.fwdmsg {
  float: left;
  color: #999;
  margin-right: 5px
}

.fwdemail {
  float: left;
  color: #999;
  text-decoration: underline;
  margin-right: 5px
}

.fwdemail:hover {
  color: #00E;
  text-decoration: none
}

.btn-primary .icon-plus-sign {
  font-size: 14px
}

.newsfeed div.newsfeed-cntr {
  border: 1px solid #eee;float:left; width:100%
}

.newscmnt div.newsfeed-content {
  border: 0 solid #eee
}

.newsfeed .likerow {
  background-color: #f7f7f7;
  padding: 7px;
  border-top: 1px solid #eee;

  float:left;
  width: 100%
}
.vwComment > div{ padding:7px !important}
.newsfeed .chat-meta {
  padding: 5px 5px 0;
  word-break: break-all
}

.newsfeed .newsaplnk {
  padding: 0 5px 5px;
  float: left;
  width: 100%
}

.newscmnt .chat-meta,.newscmnt .newsaplnk {
  padding: 0
}

.newscmnt {
  background-color: #fff
}

.newscmnt ul {
  padding: 5px
}

.newsfeed>li {
  border-bottom: 0
}

.writecmt {
  padding: 3px;
  border-top: 1px solid #EEE;
  background-color: #EEE
}

.recentsct li {
  border-bottom: 1px solid #ccc
}

.newsaplnk {
  width: 100%
}

.chat-meta .moreicn {
  height: 11px
}

.chat-meta .btn {
  padding-top: 0!important
}

.recentsct .moreicn {
  height: 11px
}

.recentsct .btn {
  padding-top: 0!important;
  margin-top: 3px!important
}

.btn .icon-plus-sign {
  opacity: .5
}

.assoclose,.assoclose:hover {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  color: #000;
  border-radius: 2px;
  padding: 5px!important;
  line-height: 9px;
  font-size: 11px;
  float: right
}

.etagsotr {
  max-width: 88%;
  float: left;
  overflow: hidden;
  height: 29px
}

.maincnt>.col-sm-10 {
  float: left
}

.mnhme,.mnside {
  display: block
}

.vwhdtext {
  padding-bottom: 10px
}

.btn-menu {
  display: none
}

.emailnoread td,.listtbl .emailnoread td, .cssTableRow.emailnoread {
  font-weight: 700;
  background-color: #FFF
}

.removeassobtn {
  display: none
}

.mnbtngroup a,.mnbtngroup button {
  padding: 3px 6px!important
}

.aside-title {
  margin: 5px 0!important
}

.display-menu label font {
  margin: 2px 6px !important;
  width: 78%!important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal
}

.viewcolset {
  cursor: crosshair
}

.usrbtm {
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 5px 0
}

.followrowhide .followrow {
  display: none
}

.sidemnuotr {
  overflow: hidden;
  width: auto
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.submnulist {
  background-color: #FFF;
  border: 1px solid #CCC;
    border: 1px solid rgba(0,0,0,.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  -moz-box-shadow:5px 5px rgba(102, 102, 102, 0.1);

  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.hdrcntotr ul.dropdown-menu>li a {
  color: #000!important
}

.mnftr {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ccc
}

.popscroll {
  height: 400px;
  font-size: 13px;
  color: #000;
  line-height: 18px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #999;
  -webkit-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999
}

.lftarwckz {
  background: #fff;
  border: 1px solid #ccc;
  border-right:none;
  width: 11px;
  height: 45px;
  float: left;
  position: absolute;
  right: 0px;
  top: 324px;
  cursor: pointer;
  z-index: 999;
}

.lftarwicn {
  margin-top: 17px;
  float: left;
  font-size: 10px;
  margin-left: 2px;
color: #333;

}

.horizontal-animation {
  -webkit-transition: .5s linear all;
  transition: .5s linear all;
  color: #fff;
  overflow: hidden;
  padding: 7px 5px;
  float: left;
  line-height: 24px
}

.horizontal-animation.on {
  width: 500px
}

.clobsrch {
  position: absolute;
  right: 0;
  z-index: 999
}

.table-responsive {
  clear: both
}

.mnbtngroup .btn-group a,.mnbtngroup .btn-group button, .btn-group .btn[tooltip] {
  margin-left: -1px!important
}

.tbldpy .switch {
  float: none!important
}

.sorting th > a {
  background: url(https://d3u46tuvnoj4ah.cloudfront.net/app/v1.1/war/app/images/sort_both.png) no-repeat center right;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding-right: 20px!important
}

.sorting th a:hover {
  text-decoration: none
}

.sorting th a.sorting_asc {
  background: url(https://d3u46tuvnoj4ah.cloudfront.net/app/v1.1/war/app/images/sort_asc.png) no-repeat center right
}

.sorting th a.sorting_desc {
  background: url(https://d3u46tuvnoj4ah.cloudfront.net/app/v1.1/war/app/images/sort_desc.png) no-repeat center right
}

.testimonials_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -250px -200px;
  width: 50px;
  height: 50px
}

.tagscrlst li {
  padding: 5px 7px;
  float: left;
  width: 100%
}

.tagscrlst li:hover {
  background-color: #eee
}

.tagscrlst li a {
  display: block;
  margin: 0;
  color: #333 !important
}

.tagscrlst li a label font {
  margin: 0;
  padding: 3px 5px;
  text-align: left
}

.tagscrlst li a label {
  padding: 0 !important;
  cursor: pointer;
  min-height: inherit !important;
  margin: 0;
  width: 100%
}

.taglst.dropdown-menu>li>a.tagact {
  padding: 5px !important;
  margin-top: 5px
}

.loyaltymanagement_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -200px -200px;

  width: 50px;
  height: 50px
}

.departments_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -300px -100px; 
  width: 50px;
  height: 50px
}

.customerpayment {
  display: block;
  background: url(../images/spritenew.png) no-repeat -400px 0;
  width: 50px;
  height: 50px
}

.reseller {
  display: block;
 background: url(../images/spritenew.png) no-repeat -100px -300px;
  width: 50px;
  height: 50px
}

.ledger_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -0px -50px;
  width: 50px;
  height: 50px
}

.employees_sldricn {
  display: block;
 background: url(../images/spritenew.png) no-repeat -50px -100px;
  width: 50px;
  height: 50px
}

.requirements_sldricn {
  display: block;
 background: url(../images/spritenew.png) no-repeat -450px -100px;
  width: 50px;
  height: 50px
}

.surveys_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.investorleads_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.shipments_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -300px -150px;
  width: 50px;
  height: 50px
}

.pricing_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -0px -200px;
  width: 50px;
  height: 50px
}

.candidates_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -150px -100px;
  width: 50px;
  height: 50px
}

.jobs_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -100px -100px;
  width: 50px;
  height: 50px
}

.domains_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.ideas_sldricn {
  display: block;
 background: url(../images/spritenew.png) no-repeat -350px -100px;
  width: 50px;
  height: 50px
}

.items_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -0px -150px;
  width: 50px;
  height: 50px
}

.project_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -50px -150px;
  width: 50px;
  height: 50px
}

.opportunities_sldricn {
  display: block;
   background: url(../images/spritenew.png) no-repeat -150px -0px;
  width: 50px;
  height: 50px
}

.provpatents_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.fax_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.invoice_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -350px -0px;
  width: 50px;
  height: 50px
}

.holidays_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -250px -100px;
  width: 50px;
  height: 50px
}

.promotions_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -50px -200px;
  width: 50px;
  height: 50px
}

.estimates_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -300px -0px;
  width: 50px;
  height: 50px
}

.fundingrounds_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.cases_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -200px -0px;
  width: 50px;
  height: 50px
}

.orders_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -150px -150px; 
  width: 50px;
  height: 50px
}

.timesheets_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -100px -150px;
  width: 50px;
  height: 50px
}

.leads_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -100px -0px;
  width: 50px;
  height: 50px
}

.productiontrust_sldricn {
  display: block;
 background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.patents_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -400px -100px;
  width: 50px;
  height: 50px
}

.investors_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -50px -50px;
  width: 50px;
  height: 50px
}

.campaigns_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -150px -200px;
  width: 50px;
  height: 50px
}

.websitesapp_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.inventory_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -350px -150px;
  width: 50px;
  height: 50px
}

.salesreports_sldricn {
  display: block;
 background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.contacts_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -50px -0px;
  width: 50px;
  height: 50px
}

.documents_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -250px -250px;
  width: 50px;
  height: 50px
}

.teams {
  display: block;
  background: url(../images/spritenew.png) no-repeat -200px -100px;
  width: 50px;
  height: 50px
}

.customers {
  display: block;
  background: url(../images/spritenew.png) no-repeat 0 -0px;
  width: 50px;
  height: 50px
}

.sites_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.suppliers_sldricn {
  display: block;
 background: url(../images/spritenew.png) no-repeat -200px -150px;
  width: 50px;
  height: 50px
}

.mrktmsgtemp_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.manufacturers_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 50px
}

.feedbacks_sldricn {
  display: block;
  background: url(../images/spritenew.png) -350px -350px;
  width: 50px;
  height: 38px
}

.answers_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -50px -300px;
  width: 50px;
  height: 50px
}

.purchase_order_sldricn {
  background: url(../images/spritenew.png) no-repeat -400px -150px;
  width: 50px;
  height: 50px;
  float: left
}

.receiving_sldricn {
  background: url(../images/spritenew.png) no-repeat -450px -150px;
  width: 50px;
  height: 50px;
  float: left
}

.credit_notes_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -250px -50px;
  width: 50px;
  height: 50px
}

.insurance_tracker_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -450px -50px;
  width: 48px;
  height: 50px
}

.Kit_Work_order_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -0px -100px;
  width: 50px;
  height: 49px
}

.license_tracker_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -400px -50px;
  width: 50px;
  height: 45px;
  margin-bottom: 4px!important
}

.supplier_invoice_sldricn {
  background: url(../images/spritenew.png) no-repeat -150px -50px; 
  width: 50px;
  height: 50px;
  float: left
}

.xinnect_sldricn {
  background: url(../images/spritenew.png) no-repeat -300px -50px;
  width: 50px;
  height: 50px;
  float: left
}

.fund_raising_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -200px -50px;
  width: 50px;
  height: 50px
}

.distribtr_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -250px -150px;
  width: 50px;
  height: 48px
}

.teams_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -200px -100px;
  width: 50px;
  height: 48px
}

.customers_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat 0 -0px;
  width: 50px;
  height: 50px
}

.targets_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -100px -200px;
  width: 50px;
  height: 50px
}

.foldericn {
 background: url(../images/spritenew.png) no-repeat -36px -824px;
  width: 17px;
  height: 15px;
  float: left
}

.docicn,.gpdficn,.jpgicn {
  float: left
}

.woloicn {
  background: url(../images/spritenew.png) no-repeat -336px -734px;
  width: 16px;
  height: 16px;
  display: inline-block
}

.markicn {
 background: url(../images/spritenew.png) no-repeat -465px -733px;
  width: 16px;
  height: 16px;
  display: block
}

.recentflwupin25 {
  background: url(../images/spritenew.png) no-repeat -349px -847px;
  width: 25px;
  height: 25px;
  float: left
}

.calllogrcvdcl {
  background: url(../images/spritenew.png) no-repeat -423px -910px;
  width: 19px;
  height: 18px;
  float: left
}

.calllogdldcl {
  background: url(../images/spritenew.png) no-repeat -398px -910px;
  width: 19px;
  height: 18px;
  float: left
}

.calllogmsdcl {
  background: url(../images/spritenew.png) no-repeat -450px -910px;
  width: 19px;
  height: 18px;
  float: left
}

.tdayflwupin25 {
 background: url(../images/spritenew.png) no-repeat -379px -849px; 
  width: 25px;
  height: 25px;
  float: left
}

.upcmgflwupin25 {
  background: url(../images/spritenew.png) no-repeat -410px -848px;
  width: 25px;
  height: 25px;
  float: left
}

.compflwupin25 {
   background: url(../images/spritenew.png) no-repeat -52px -879px;
  width: 25px;
  height: 25px;
  float: left
}

.pdfin25x25 {
  background: url(../images/spritenew.png) -150px -772px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.googlltr {
   background: url(../images/spritenew.png) no-repeat -332px -880px;
  width: 20px;
  height: 20px;
  float: left
}

.taskcalendr {
  background: url(../images/spritenew.png) no-repeat -483px -965px;
  width: 13px;
  height: 12px;
  float: left
}

.remoicn {
  float: left;
  background: url(../images/spritenew.png) no-repeat -113px -685px;
  width: 15px;
  height: 15px
}

.authenticateicn {
  background: url(../images/spritenew.png) no-repeat -384px -752px; 
  width: 15px;
  height: 13px;
  float: left
}

.notauthenticateicn {
  background: url(../images/spritenew.png) no-repeat -418px -752px;
  width: 15px;
  height: 13px;
  float: left
}

.imprtind {
  background: url(../images/spritenew.png) no-repeat -296px -619px;
  width: 25px;
  height: 28px;
  float: left
}

.bussethd {
  background: url(../images/spritenew.png) no-repeat -174px -536px;
  width: 27px;
  height: 27px;
  float: left
}

.listicn {
   background: url(../images/spritenew.png) no-repeat -336px -720px;
  width: 16px;
  height: 13px;
  display: block
}

.caleicn {
  background: url(../images/spritenew.png) no-repeat -304px -719px;
  width: 16px;
  height: 13px;
  display: block
}

.tablicn {
  background: url(../images/spritenew.png) no-repeat -368px -719px;
  width: 16px;
  height: 13px;
  display: block
}

.appicn {
   background: url(../images/spritenew.png) no-repeat -16px -720px;
  width: 16px;
  height: 13px;
  display: block
}

.btn-primary.active .caleicn {
 background: url(../images/spritenew.png) no-repeat -288px -719px;
  width: 16px;
  height: 13px;
  display: block
}

.btn-primary.active .listicn {
  background: url(../images/spritenew.png) no-repeat -320px -720px;
  width: 16px;
  height: 13px;
  display: block
}

.btn-primary.active .tablicn {
  background: url(../images/spritenew.png) no-repeat -352px -719px;
  width: 16px;
  height: 13px;
  display: block
}

.active .appicn {
  background: url(../images/spritenew.png) no-repeat -0px -720px;
  width: 16px;
  height: 13px;
  display: block
}

.agendaicn {
  background: url(../images/spritenew.png) no-repeat -395px -492px;
  width: 20px;
  height: 20px;
  display: block
}

.myassign {
  background: url(../images/spritenew.png) no-repeat -277px -512px;
  width: 20px;
  height: 19px;
  display: block
}

.myfollow {
  background: url(../images/spritenew.png) no-repeat -297px -513px;
  width: 20px;
  height: 19px;
  display: block
}

.ipadvertical {
  background: url(../images/spritenew.png) no-repeat -126px -940px !important;
  width: 25px;
  height: 24px;
  float: left
}

.ipadverticalact {
  background: url(../images/spritenew.png) no-repeat -101px -940px;
  width: 25px;
  height: 24px;
  float: left
}

.iphonevertical {
  background: url(../images/spritenew.png) no-repeat -176px -942px !important;
  width: 25px;
  height: 24px;
  float: left
}

.iphoneverticalact {
  background: url(../images/spritenew.png) no-repeat -150px -942px;
  width: 25px;
  height: 24px;
  float: left
}

.previewvertical {
  background: url(../images/spritenew.png) no-repeat -26px -940px;
  width: 25px;
  height: 24px;
  float: left
}

.previewverticalact {
  background: url(../images/spritenew.png) no-repeat -0px -940px;
  width: 25px;
  height: 24px;
  float: left
}

.jsonedit {
  background: url(../images/spritenew.png) no-repeat -76px -940px;
  width: 25px;
  height: 24px;
  float: left
}

.jsoneditact {
  background: url(../images/spritenew.png) no-repeat  -52px -940px;
  width: 25px;
  height: 24px;
  float: left
}



.hdrappstricn {
  background: url(../images/spritenew.png) no-repeat -0px -852px;
  width: 25px;
  height: 24px;
  display: block
}

.hdrfeedbackicn {
  background: url(../images/spritenew.png) no-repeat -25px -852px;
  width: 25px;
  height: 24px;
  display: block
}

.appicongrid {
  display: block
}

.backdashicn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -329px -857px;
  width: 14px;
  height: 10px
}

.viewnewsfeed {
  background: url(../images/spritenew.png) no-repeat -375px -492px;
  width: 20px;
  height: 20px;
  display: block
}

.viewcalendar {
  background: url(../images/spritenew.png) no-repeat -415px -492px;
  width: 20px;
  height: 20px;
  display: block
}

.myfollowtab {
  background: url(../images/spritenew.png) no-repeat -297px -513px;
  width: 20px;
  height: 20px;
  display: block
}

.taskicn {
  background: url(../images/spritenew.png) no-repeat -435px -492px;
  width: 20px;
  height: 20px;
  display: block
}

.calllogicn {
  background: url(../images/spritenew.png) no-repeat -257px -512px;
  width: 20px;
  height: 20px;
  display: block
}

.viewemailicn {
  background: url(../images/spritenew.png) no-repeat -316px -512px;
  width: 20px;
  height: 20px;
  display: block
}

.viewnotes {
  background: url(../images/spritenew.png) no-repeat -336px -512px;
  width: 20px;
  height: 20px;
  display: block
}

.viewe360 {
  background: url(../images/spritenew.png) no-repeat -352px -909px;
  width: 42px;
  height: 20px;
  display: block
}

.vmoreicn {
  background: url(../images/spritenew.png) no-repeat -273px -684px; 
  width: 16px;
  height: 16px;
  display: block
}

.vdelicn {
  background: url(../images/spritenew.png) no-repeat -145px -686px;
  width: 16px;
  height: 16px;
  display: block
}

.prevobject {
  background: url(../images/spritenew.png) no-repeat -457px -964px;
  width: 12px;
  height: 16px;
  display: block
}

.nextobject {
  background: url(../images/spritenew.png) no-repeat -467px -964px;
  width: 12px;
  height: 16px;
  display: block
}

.folowup16 {
  background: url(../images/spritenew.png) no-repeat -112px -751px;
  width: 16px;
  height: 16px;
  display: block
}

.appoint16 {
  background: url(../images/spritenew.png) no-repeat -177px -750px;
  width: 16px;
  height: 16px;
  display: block
}

.task16 {
  background: url(../images/spritenew.png) no-repeat -241px -749px; 
  width: 16px;
  height: 16px;
  display: block
}

.call16 {
  background: url(../images/spritenew.png) no-repeat -483px -728px;
  width: 16px;
  height: 16px;
  display: block
}

.email16 {
 background: url(../images/spritenew.png) no-repeat -208px -751px;
  width: 16px;
  height: 16px;
  display: block
}

.note16 {
  background: url(../images/spritenew.png) no-repeat -145px -750px;
  width: 16px;
  height: 16px;
  display: block
}

.doc16 {
  background: url(../images/spritenew.png) no-repeat -175px -701px;
  width: 16px;
  height: 16px;
  display: block
}

.likeicn {
  background: url(../images/spritenew.png) -132px -858px;
  width: 18px;
  height: 17px;
  position: relative;
  margin: 0 5px;
  padding: 0;
  float: left;
  cursor: pointer
}

.unlikeicn {
  background: url(../images/spritenew.png) -106px -858px;
  width: 18px;
  height: 17px;
  position: relative;
  margin: 0 5px;
  padding: 0;
  float: left;
  cursor: pointer
}

.preferhd {
  background: url(../images/spritenew.png) no-repeat -150px -537px;
  width: 25px;
  height: 25px;
  float: left
}

.helpicon {
  background: url(../images/spritenew.png) no-repeat -200px -852px;
  width: 25px;
  height: 25px;
  float: left
}

.apphelp {
 background: url(../images/spritenew.png) no-repeat -330px -910px;
  width: 20px;
  height: 19px;
  float: left;
  outline: 0;
  border: 0
}

.userarwhr {
  display: block;
  background: url(../images/spritenew.png) no-repeat -483px -988px;
  width: 9px;
  height: 6px
}

.docfldrgtarw {
  display: block;
  background: url(../images/spritenew.png) no-repeat -493px -986px;
  width: 5px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 5px
}

.crshardd {
  background: url(../images/spritenew.png) no-repeat -478px -624px;
  width: 6px!important;
  height: 15px;
  float: left;
  left: 0
}

.pdf_sec_line {
  background: url(../images/tablewtline.png);
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center
}

.pdf_sec_single {
   background: url(../images/spritenew.png) no-repeat -1px -978px;
  width: 22px;
  height: 37px;
  display: inline-block;
  text-align: center
}

.pdf_sec_double {
  background: url(../images/spritenew.png) no-repeat -28px -978px;
  width: 26px;
  height: 37px;
  display: inline-block;
  text-align: center
}

.pdf_sec_triple {
  background: url(../images/tablewtthreecolm.png);
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center
}

.sec_col_single {
   background: url(../images/spritenew.png) no-repeat -1px -978px;
  width: 22px;
  height: 37px;
  display: inline-block;
  text-align: center
}

.sec_col_double {
  background: url(../images/spritenew.png) no-repeat -28px -978px;
  width: 26px;
  height: 37px;
  display: inline-block;
  text-align: center
}

.sec_col_triple {
  background: url(../images/tablewtthreecolm.png);
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center
}

.cust_attr_datetime {
  background: url(../images/spritenew.png) no-repeat -162px -981px; width: 21px; height: 23px; display: inline-block; text-align: center; margin: 7px 8px;
}

.cust_attr_multiselect {
  background: url(../images/spritenew.png) no-repeat -344px -973px; width: 37px; height: 37px; display: inline-block; text-align: center
}

.cust_attr_addr {
 background: url(../images/spritenew.png) no-repeat -348px -932px; width: 37px; height: 37px; display: inline-block; text-align: center
}

.cust_attr_count {
  background: url(../images/spritenew.png) no-repeat -241px -945px; width: 37px; height: 23px; display: inline-block; text-align: center; margin: 7px 0
}

.cust_attr_textarea {
  background: url(../images/spritenew.png) no-repeat -203px -943px; width: 37px; height: 23px; display: inline-block; text-align: center; margin: 7px 0
}



.cust_attr_select {
  background: url(../images/spritenew.png) no-repeat -381px -971px; width: 37px; height: 37px; display: inline-block; text-align: center
}

.cust_attr_date {
  background: url(../images/spritenew.png) no-repeat -122px -978px; width: 37px; height: 37px; display: inline-block; text-align: center
}

.cust_attr_text {
  background: url(../images/spritenew.png) no-repeat -88px -978px; width: 37px; height: 37px; display: inline-block; text-align: center
}
.cust_attr_boilerplate {
  background: url(../images/spritenew.png) no-repeat -157px -1048px; width: 37px; height: 29px; display: inline-block; text-align: center; margin: 4px 0
}

.cust_attr_photo {
  background: url(../images/spritenew.png) no-repeat -196px -1047px; width: 37px; height: 29px; display: inline-block; text-align: center; margin: 4px 0
}
.cust_attr_number {
  background: url(../images/spritenew.png) no-repeat -188px -975px; width: 37px; height: 37px; display: inline-block; text-align: center
}

.cust_attr_currency {
 background: url(../images/spritenew.png) no-repeat -227px -975px; width: 37px; height: 37px; display: inline-block; text-align: center
}

.cust_attr_radio {
  background: url(../images/spritenew.png) no-repeat -266px -973px; width: 37px; height: 37px; display: inline-block; text-align: center
}

.cust_attr_check {
  background: url(../images/spritenew.png) no-repeat -300px -972px; width: 37px; height: 37px; display: inline-block; text-align: center
}



.cust_attr_link {
 background: url(../images/spritenew.png) no-repeat -420px -968px; width: 37px; height: 37px; display: inline-block; text-align: center
}



.cust_attr_tbl {
 background: url(../images/spritenew.png) no-repeat -58px -978px; width: 29px; height: 37px; display: inline-block; text-align: center
}



.cust_attr_fun {
  background: url(../images/spritenew.png) no-repeat -315px -932px; width: 33px; height: 37px; display: inline-block; text-align: center
}

.cust_edit {
  background: url(../images/spritenew.png) no-repeat -177px -685px; width: 16px; height: 16px; float: left
}

.cust_attr_spacer {
  background: url(../images/spritenew.png) no-repeat -387px -935px; width: 37px; height: 29px; display: inline-block; text-align: center; margin: 4px 0
}
.cust_attr_email {
 background: url(../images/spritenew.png) no-repeat -2px -1191px; width: 37px; height: 37px; display: inline-block; text-align: center; 
}
.cust_attr_fax {
    background: url(../images/spritenew.png) no-repeat -82px -1191px;width: 37px;height: 37px;display: inline-block;text-align: center;
}
.cust_attr_phone { 
  background: url(../images/spritenew.png) no-repeat -41px -1191px; width: 37px; height: 37px; display: inline-block; text-align: center;
}

.cust_attr_finkey {
    background: url(../images/spritenew.png) -410px -1222px no-repeat; width: 37px; height: 29px; display: inline-block;  text-align: center; margin: 4px 0;
}

.custphone20 {
 background-position: -458px -1173px;
}
.custemail20 { 
  background-position: -436px -1173px;
}
.cust_trash {
  background: url(../images/spritenew.png) no-repeat -145px -686px; width: 16px; height: 16px; float: left; margin-left: 3px
}

.docfldrarw {
  background: url(../images/spritenew.png) no-repeat -493px -978px;
  width: 5px;
  height: 10px;
  float: left
}


.cust_close {
  background: url(../images/spritenew.png) no-repeat -177px -733px; width: 16px; height: 16px; float: left
}

.actclk {
  background: url(../images/spritenew.png) no-repeat -183px -858px;
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 2px;
  margin-right: 3px
}

.recentcal {
  background: url(../images/spritenew.png) -469px -936px;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  float: left;
  margin-top: 3px
}

.attachicn {
  background: url(../images/spritenew.png) -176px -703px;
  width: 16px;
  height: 13px;
  display: block
}

.comments {
  background: url(../images/spritenew.png) -158px -858px;
  width: 16px;
  height: 17px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  float: left
}



.configicn {
  display: block;
  text-indent: -5000px;
 background: url(../images/spritenew.png) no-repeat -61px -619px;
  width: 25px;
  height: 28px;
  float: left
}

.notifiicn {
  display: block;
  text-indent: -5000px;
  background: url(../images/spritenew.png) no-repeat -119px -619px;
  width: 25px;
  height: 28px;
  float: left
}

.trashind {
  background: url(../images/spritenew.png) no-repeat -419px -618px;
  width: 25px;
  height: 28px;
  float: left
}

.configicn_active {
 background: url(../images/spritenew.png) no-repeat -88px -619px;
  width: 25px;
  height: 28px;
  float: left
}

.notifiicn_active {
  background: url(../images/spritenew.png) no-repeat -146px -619px;
  width: 25px;
  height: 28px;
  float: left
}

.trashina {
  background: url(../images/spritenew.png) no-repeat -446px -618px;
  width: 25px;
  height: 28px;
  float: left
}

.appicongrid {
  background: url(../images/spritenew.png) -52px -855px;
  float: left;
  width: 20px;
  height: 20px
}

.taskclose {
 background: url(../images/spritenew.png) no-repeat -315px -882px;
  width: 16px;
  height: 16px;
  float: left;
  cursor: pointer
}

.btn-action .newicn,.newicn {
  float: left;
  background: url(../images/spritenew.png) no-repeat -483px -690px;
  width: 15px!important;
  height: 15px!important
}

.spt20 {
  background-image: url(../images/spritenew.png);
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 5px;
  display: block
}

.spt25 {
  background-image: url(../images/spritenew.png);
  width: 25px;
  height: 25px;
  position: relative;
  padding: 0;
  display: block
}

.btn-action span {
  float: left;
  width: 15px;
  height: 15px;
  background: url(../images/spritenew.png)
}

.setlayout {
  background: url(../images/custombg.png);
  border: 1px solid #ccc;
  padding: 0!important
}

.exprtind {
  background: url(../images/spritenew.png) no-repeat -234px -617px;
  width: 25px;
  height: 23px;
  float: left
}

.homeicn {
  display: block;
  text-indent: -5000px;
  background: url(../images/spritenew.png) no-repeat -5px -617px;
  width: 25px;
  height: 28px;
  float: left
}

.rpticond {
   background: url(../images/spritenew.png) no-repeat -179px -617px;
  width: 25px;
  height: 28px;
  float: left
}

.rpticona {
 background: url(../images/spritenew.png) no-repeat -207px -617px; 
  width: 25px;
  height: 28px;
  float: left
}

.zoombtnicn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -245px -858px;
  width: 12px;
  height: 12px;
  position: relative
}

.frmdropboxin {
 background: url(../images/spritenew.png) no-repeat -6px -1019px;
  width: 19px;
  height: 16px;
  position: relative;
  display: block
}

.googicn {
  background: url(../images/spritenew.png) no-repeat -365px -801px;
  width: 19px;
  height: 16px;
  position: relative;
  display: block
}

.ovrdueflwupin25 {
   background: url(../images/spritenew.png) no-repeat -441px -847px;
  width: 25px;
  height: 25px;
  float: left
}

.flwsupcal {
  background: url(../images/spritenew.png) no-repeat -29px -1020px;
  width: 14px;
  height: 14px;
  float: left
}

.carousel-indicators li.active {
 background: url(../images/spritenew.png) -278px -824px!important;
  height: 16px!important;
  width: 16px!important;
  margin-top: 15px!important
}

.workorders_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -250px -0px;
  width: 50px;
  height: 50px
}

.po50 {
  background: url(../images/spritenew.png) no-repeat -400px -150px;
  width: 50px;
  height: 50px;
  display: block
}

.xinnect50 {
 background: url(../images/spritenew.png) no-repeat -300px -50px;
  width: 50px;
  height: 50px;
  display: block
}

.kwosldr50 {
  background: url(../images/spritenew.png) no-repeat -0px -100px;
  width: 50px;
  height: 50px;
  display: block
}

.payable_sldricn {
 background: url(../images/spritenew.png) no-repeat -350px -50px;
  width: 50px;
  height: 50px;
  display: block
}

.salesreceipts_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -450px -0px;
  width: 50px;
  height: 50px
}

.receipt50 {
  background: url(../images/spritenew.png) no-repeat -450px -150px;
  width: 50px;
  height: 50px;
  display: block
}

.receivable_sldricn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -400px 0;
  width: 50px;
  height: 50px
}

.gmailperf {
  background: url(../images/spritenew.png) -379px -879px;
  float: left;
  width: 20px;
  height: 20px
}

.yahooperf {
  background: url(../images/spritenew.png) -425px -879px;
  float: left;
  width: 20px;
  height: 20px
}

.outlookperf {
  background: url(../images/spritenew.png) -402px -879px;
  float: left;
  width: 20px;
  height: 20px
}

.aolperf {
  background: url(../images/spritenew.png) -449px -879px;
  float: left;
  width: 20px;
  height: 20px
}

.godaddyperf {
 background: url(../images/spritenew.png) -468px -880px;
  float: left;
  width: 20px;
  height: 20px
}

.markunredicn {
  background: url(../images/spritenew.png) no-repeat -241px -686px;
  width: 16px;
  height: 16px;
  display: inline-block
}

.emailrplin {
  background: url(../images/spritenew.png) no-repeat -399px -702px; 
  width: 18px;
  height: 15px;
  float: left
}

.userarwact {
  display: block;
  background: url(../images/spritenew.png) no-repeat -488px -957px;
  width: 9px;
  height: 6px
}

.emailddarwin {
  background: url(../images/spritenew.png) no-repeat -46px -1021px;
  width: 12px;
  height: 12px;
  float: left
}

.emailrplytoallin {
  background: url(../images/spritenew.png) no-repeat -464px -686px;
  width: 18px;
  height: 15px;
  float: left
}

font.icon.icon-chevron-right {
  padding: 0 2px
}

.emailfwdin {
  background: url(../images/spritenew.png) no-repeat -431px -685px;
  width: 18px;
  height: 15px;
  float: left
}

.printicn {
  float: left;
  background: url(../images/spritenew.png) no-repeat -241px -670px;
  width: 16px;
  height: 16px
}

.icoicn {
  background: url(../images/spritenew.png) -1px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.htmlicn {
  background: url(../images/spritenew.png) -26px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.exeicn {
  background: url(../images/spritenew.png) -52px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.jpegicn {
  background: url(../images/spritenew.png) -76px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.texticn {
  background: url(../images/spritenew.png) -101px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.gppticn {
  background: url(../images/spritenew.png) -126px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.gpdficn {
  background: url(../images/spritenew.png) -151px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.cddicn {
  background: url(../images/spritenew.png) -176px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.xmlicn {
  background: url(../images/spritenew.png) -200px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.bmpicn {
  background: url(../images/spritenew.png) -225px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.jpgicn {
 background: url(../images/spritenew.png) -250px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.wmvicn {
 background: url(../images/spritenew.png) -274px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.qsticn {
  background: url(../images/spritenew.png) -300px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.docicn {
  background: url(../images/spritenew.png) -325px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.fldricn {
  background: url(../images/spritenew.png) -201px -800px;
  width: 25px;
  height: 18px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.gificn {
 background: url(../images/spritenew.png) -352px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.aviicn {
  background: url(../images/spritenew.png) -375px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.snagicn {
  background: url(../images/spritenew.png) -400px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.mhticn {
  background: url(../images/spritenew.png) -426px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.txticn {
  background: url(../images/spritenew.png) -452px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.pngicn {
  background: url(../images/spritenew.png) -477px -771px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.xlsicn {
  background: url(../images/spritenew.png) -1px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.wmaicn {
  background: url(../images/spritenew.png) -25px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.tlxicn {
  background: url(../images/spritenew.png) -51px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.atnicn {
  background: url(../images/spritenew.png) -74px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.csvicn {
  background: url(../images/spritenew.png) -101px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.zipicn {
  background: url(../images/spritenew.png) -126px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.curicn {
  background: url(../images/spritenew.png) -150px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.raricn {
  background: url(../images/spritenew.png) -175px -796px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  display: block
}

.whitappoint16 {
  background: url(../images/spritenew.png) no-repeat -160px -750px;
  width: 16px;
  height: 16px;
  display: block
}

.whittask16 {
  background: url(../images/spritenew.png) no-repeat -224px -749px;
  width: 16px;
  height: 16px;
  display: block
}

.whitfolowup16 {
  background: url(../images/spritenew.png) no-repeat -96px -751px;
  width: 16px;
  height: 16px;
  display: block
}

.srtfltrin {
  background: url(../images/spritenew.png) -161px -827px;
  display: block;
  width: 15px;
  height: 15px
}

.filterinpup {
  background: url(../images/spritenew.png) -177px -827px;
  width: 16px;
  height: 16px
}

.lblleads {
  background-position: -449px -100px;
  width: 18px!important
}

.custicn25 {
  background-position: -1px -413px 
}

.cust20 {
   background-position: -257px -413px
}

.cont20 {
   background-position: -276px -413px
}

.emply20 {
  background-position: -277px -453px
}

.estimate20 {
  background-position: -375px -413px
}

.projicn25 {
   background-position: 473px -488px;
}

.estimate25 {
   background-position: -151px -413px
}

.appinlblestmt {
  background-position: -375px -413px 
}

.appinlblinvoice {
  background-position: -395px -413px
}

.appinlblcustpnt1 {
  background-position: -415px -413px
}

.appinlblsalrcpt {
  background-position: -434px -413px
}

.appinlblledgr,.h5_appinlblledgr {
  background-position: -257px -433px
}

.appinlblinvestorleads {
  background-position: -394px -552px
}

.investor {
  background-position: -277px -434px 
}

.appinlblpm {
 background-position: -277px -472px
}

.appinlbltmstmgt1 {
  background-position: -297px -473px
}

.appinlblcust1 {
  background-position: -257px -413px
}

.appinlblcont1 {
  background-position: -276px -413px 
}

.appinlblleads1 {
  background-position: -298px -413px;
  width: 18px!important
}

.appinlblopport {
  background-position: -317px -413px
}

.appinlblcases1 {
  background-position: -336px -413px
}

.appinlblswo1 {
  background-position: -357px -413px
}

.appinlblemployees1 {
  background-position: -277px -453px
}

.appinlbljobs {
  background-position: -297px -453px
}

.appinlblcandidates1 {
  background-position: -316px -453px
}

.appinlbltms1,.h5_appinlbltms {
  background-position: -335px -453px
}

.appinlblholidays {
  background-position: -356px -452px
}

.appinlblprodtrst1 {
  background-position: -394px -552px
}

.appinlbldmn1 {
  background-position: -394px -552px
}

.appinlblodr1 {
  background-position: -316px -473px
}

.appdistribtr,.h5_appdistribtr {
  background-position: -355px -472px
}

.appinlblinvtry1,.h5_appinlblitminvntrynw {
  background-position: -396px -473px
}

.appinlblsuplr1 {
  background-position: -336px -473px
}

.appinlblshipmnt1 {
  background-position: -375px -473px
}

.appinlblltymgt1 {
  background-position: -336px -492px
}

.appinlblpromo1,.h5_appinlblpromo {
  background-position: -277px -493px
}

.appinlbltgt1 {
  background-position: -296px -493px
}

.appinlblcampns1,.h5_appinlblcampns {
  background-position: -316px -492px
}

.appinlblsurvy1 {
  background-position:  -394px -552px
}

.appinlblitems {
  background-position: -257px -472px
}

.appinlblrqrmt1 {
  background-position: -434px -453px
}

.appinlblideas1,.h5_appinlblideas {
  background-position: -394px -453px
}

.appinlblpatents1,.h5_appinlblpatents {
  background-position: -415px -453px
}

.appinlblprov-patents1 {
  background-position: -394px -552px
}

.appinlbldocuments {
  background-position: -355px -512px
}

.btn-action .woloicn {
 background-position: -336px -734px
}

.btn-action:hover .woloicn {
  background-position: -321px -734px
}

.btn-action .histicn {
  background-position: -432px -670px 
}

.btn-action:hover .histicn {
  background-position: -417px -670px
}

.btn-action .markicn {
  background-position: -465px -733px
}

.btn-action:hover .markicn {
  background-position: -450px -733px
}

.btn-action .remoicn {
  background-position: -113px -685px
}

.btn-action:hover .remoicn {
  background-position: -97px -685px
}

.btn-action .markunredicn {
  background-position: -241px -686px
}

.btn-action:hover .markunredicn {
  background-position: -225px -686px
}

.btn-action .editicn {
  background-position: -177px -685px
}

.btn-action:hover .editicn {
  background-position: -161px -685px
}

.btn-action .addnote {
  background-position: -113px -654px
}

.btn-action:hover .addnote,.btn-action:focus .addnote{
  background-position: -97px -654px
}

.btn-action .delicn {
  background-position: -145px -686px
}

.btn-action:hover .delicn,.btn-action:focus .delicn{
  background-position: -129px -686px
}

.btn-action .moreicn {
  background-position: -273px -686px
}

.btn-action:hover .moreicn {
  background-position: -257px -686px
}

.btn-action .restoreicon {
  background-position: -48px -654px
}

.btn-action:hover .restoreicon {
  background-position: -32px -654px
}

.btn-action:hover .newicn {
  background-position: -483px -708px
}

.btn-action .eableicn {
 background-position: -273px -702px
}

.btn-action:hover .eableicn {
  background-position: -257px -702px
}

.btn-action .disableicn {
  background-position: -18px -654px 
}

.btn-action:hover .disableicn {
  background-position: -2px -654px
}

.btn-action .expandicn {
  background-position: -48px -734px
}

.btn-action:hover .expandicn {
 background-position: -33px -734px
}

.priceicn25 {
  background-position:-1px -513px
}

.appinlblprcng,.h5_appinlblprcng {
  background-position: -258px -492px
}

.po20 {
  background-position: -414px -473px
}

.receipt20 {
   background-position: -434px -414px
}

.xinnect20 {
  background-position: -375px -434px
}

.si20 {
  background-position: -316px -432px 
}

.sp20 {
  background-position: -395px -433px
}

.crdt20 {
  background-position: -356px -433px
}

.license20 {
  background-position: -415px -432px
}

.appinlblinsurtkr,.h5_appinlblinsurtkr {
  background-position: -434px -433px 
}

.kwosldr20 {
  background-position: -257px -454px
}

.appinlblansw20,.h5_appinlblansw20 {
 background-position: -276px -532px
}

.homeicn_active {
  background: url(../images/spritenew.png) no-repeat -31px -617px;
  width: 25px;
  height: 28px;
  float: left
}

.appinlbldepartments {
  background-position: -375px -453px
}

.properties20 {
  background-position: -297px -433px
}

.btn-action .saveicn {
  background-position: -49px -718px
}

.btn-action:hover .saveicn {
  background-position: -33px -718px
}

.itemtick {
  background: url(../images/spritenew.png)no-repeat -62px -1021px; 
  width: 15px;
  height: 15px;
  float: left
}

.headsrch {
  background: url(../images/spritenew.png) no-repeat -80px -1017px;
  width: 24px;
  height: 24px;
  float: left
}

.srchgry {
  background: url(../images/spritenew.png) no-repeat -301px -732px;
  width: 20px;
  height: 20px;
  float: left
}

.btn-action .reschdle {
 background-position: -273px -719px
}

.btn-action:hover .reschdle {
 background-position: -257px -719px 
}

.notesicn {
 background: url(../images/spritenew.png) no-repeat -200px -250px;
  width: 50px;
  height: 50px;
  display: inline-block
}

.calllog50 {
  background: url(../images/spritenew.png) no-repeat 0px -250px;
  width: 50px;
  height: 50px;
  display: inline-block
}

.email50 {
  background: url(../images/spritenew.png) no-repeat -150px -250px;
  width: 50px;
  height: 50px;
  display: inline-block
}

.calendar50 {
  background: url(../images/spritenew.png) no-repeat -400px -200px;
  width: 50px;
  height: 50px;
  display: inline-block
}

.taskicn50 {
  background: url(../images/spritenew.png) no-repeat -450px -200px;
  width: 50px;
  height: 50px;
  display: inline-block
}

.tmstwlogin {
    background-position: -327px -1364px;
}

.leadsicn25 {
  background-position: -53px -414px
}

.timeshticn25 {
  background-position: -51px -487px
}

.employicn25 {
  background-position: -26px -463px
}

.supplricn25 {
  background-position: -101px -487px
}

.teamsicn25 {
  background-position: -101px -463px
}

.item25 {
  background-position: -2px -488px 
}

.quikdropbx {
  background: url(../images/spritenew.png) no-repeat -106px -1020px;
  width: 16px;
  height: 16px;
  display: inline-block
}

.quikadddoc {
  background: url(../images/spritenew.png) no-repeat -124px -1020px;
  width: 16px;
  height: 16px;
  display: inline-block
}

.quikupload {
  background: url(../images/spritenew.png) no-repeat -177px -701px;
  width: 16px;
  height: 16px;
  display: inline-block
}

.btn-action .mailicn {
  background-position: -369px -671px
}

.btn-action:hover .mailicn {
  background-position: -353px -671px
}

.btn-action .downicnload {
   background-position: -402px -654px
}

.btn-action:hover .downicnload {
  background-position: -386px -654px
}

.imageicn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -478px -800px;
  width: 15px;
  height: 15px
}

.htmlicn {
  display: block;
  background: url(../images/spritenew.png) no-repeat -462px -800px;
  width: 15px;
  height: 15px
}

.properties25 {
  background-position: -52px -439px
}

.btn-action .nwsfeedicn {
  background-position: -482px -653px;
  width: 16px!important;
  height: 16px!important;
  display: inline-block
}

.btn-action:hover .nwsfeedicn {
  background-position: -482px -670px
}

.no-header-section .panel-heading {
  display: block!important
}

.no-header-section .panel-heading a .ttlarr {
  display: none!important
}

.no-header-section .panel-collapse {
  height: auto!important
}

.no-header-section .panel-heading a {
  margin-left: 0!important
}

.no-header-section.sumrysec .panel-heading {
  display: none!important
}

.mgnbt3 {
  margin-bottom: 3px!important
}

.mgnrgt3 {
  margin-right: 3px!important
}

.phtoupld {
  width: 129px;
  height: 120px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 8px;
  position: relative;
  text-align: center
}

.wd120px {
  width: 120px!important
}

.photohover {
  position: absolute;
  left: 0;
  top: 44%;
  width: 100%;
  float: right;
  background-color: #000;
  text-align: center;
  padding: 7px;
  -moz-opacity: .6;
  opacity: .6;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer
}

.phtoupld:hover>.photoprwsct {
  border: 1px solid #999;
  box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999
}

.photoprwsct {
  position: absolute;
  right: -35px;
  top: 0;
  border-left: 0!important;
  width: 34px;
  float: left;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99
}

a.gblueactbtn span.previewicn {
  background-position: -305px -734px;
}

.addimg {
  margin-top: 37px
}

.resizesmall {
  color: #333;
  font-size: 15px;
  opacity: .3;
  padding: 1px 10px 2px;
  text-decoration: none
}

.resizesmall:hover {
  color: #333;
  font-size: 15px;
  opacity: .8;
  padding: 1px 10px 2px;
  text-decoration: none
}

.emailautosgstnlst p.highlight {
  background: #EEE
}

.aside .aside-dialog .aside-header .resize {
  color: #333;
  font-size: 15px;
  opacity: .8;
  padding: 9px 4px;
  text-decoration: none
}

.pad8 {
  padding: 8px!important
}

.glblscrchdrp ul {
  max-height: 262px;
  overflow-y: auto;
  overflow-x: hidden
}

.patterns {
  width: 25px;
  height: 25px;
  float: left
}

.defaultpat {
  background: url(../images/bg.jpg)
}

.pattern1 {
  background: url(../images/pattern1.png)!important
}

.pattern2 {
  background: url(../images/pattern2.png)!important
}

.pattern3 {
  background: url(../images/pattern3.png)!important
}

.pattern4 {
  background: url(../images/pattern4.png)!important
}

.pattern5 {
  background: url(../images/pattern5.png)!important
}

.pattern6 {
  background: url(../images/pattern6.png)!important
}

.pattern7 {
  background: url(../images/pattern7.png)!important
}

.pattern8 {
  background: url(../images/pattern8.png)!important
}

.img-50 {
  max-width: 50px;
  width: 50px
}

.img-33 {
  max-width: 33px;
  width: 33px
}

.img-116 {
  max-width: 116px;
  width: 116px
}

.img-18 {
  max-width: 18px;
  width: 18px
}

.img-173 {
  max-width: 173px;
  width: 173px
}

.glblsrch {
  background-color: #FFF;
  z-index: 9999;
  padding: 0 10px;
  position: relative
}

.globalsearch {
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.globalsearch li {
  float: left;
  width: 100%;
  clear: both
}

.globalsearch li a {
  float: left;
  width: 100%;
  clear: both;
  color: #000!important;
  text-decoration: none;
  font-size: 13px;
  padding: 10px
}

.globalsub li a:hover {
  background-color: #eee;
  -webkit-transition: width 2s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;

  -ms-transition: all 1s ease;
  transition: all 1s ease
}

.input-group-apicn {
  padding: 2px 7px!important
}

.input-group-apicn i {
  margin: 0
}

.globalsearch
 li.active {
  background-color: #eee
}

.globalsub {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 15px
}

.dropimg {
  display: none
}

.glbredsearch li {
  margin: 3px
}

.glbredsearch li a {
  font-weight: 700;
  color: #333;
  text-decoration: none
}

.glbredsearch li.active a {
  font-weight: 700;
  color: #4d90fe;
  text-decoration: none
}

.glbredsearch li:before {
  content: ""!important
}

.curnor {
  cursor: default!important
}

.mgn30 {
  margin: 3px 0!important
}

.fnt14 {
  font-size: 14px!important
}

.tagscrolhgt {
  overflow: auto;
  max-height: 320px
}

.label-tag {
  background-color: #ddd;
  padding: 3px 7px!important;
  font-size: 12px!important;
  color: #666!important;
  font-weight: 400!important;
  line-height: 18px!important
}

.mgn05 {
  margin: 0 5px!important
}

.mgn2p5p {
  margin: 2px 5px!important
}

.pad6 {
  padding: 6px!important
}

.drag-over .dropimg {
  display: block;
  position: absolute;
  width: 98%;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  border: 5px dashed #ccc;
  font-size: 45px;
  font-weight: 700;
  text-align: center
}

.chosentop0 {
  top: 100%!important;
  bottom: inherit!important
}

.editable {
  padding: 5px!important
}

h4.editable {
  margin: 0
}

.editable[contenteditable=true] {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  display: table;
  border: 1px solid transparent;
  -webkit-transition: width 2s ease,height 2s ease;
  -moz-transition: width 2s ease,height 2s ease;
  -o-transition: width 2s ease,height 2s ease;
  -ms-transition: width 2s ease,height 2s ease;
  transition: width 2s ease,height 2s ease
}

.editable[contenteditable=true]:hover {
  background-color: #f2f2f2;
  border: 1px dashed #999
}

.editable[contenteditable=true]:focus {
  border: 1px solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  padding: 5px!important;
  -webkit-transition: width 2s ease,height 2s ease;
  -moz-transition: width 2s ease,height 2s ease;
  -o-transition: width 2s ease,height 2s ease;
  -ms-transition: width 2s ease,height 2s ease;
  transition: width 2s ease,height 2s ease;
  background-color: #fff
}

.tp45p {
  top: 45%!important
}

.crshrotrsct {
  width: 12px;
  float: left;
  cursor: move
}

.closeicn {
  background: url(../images/spritenew.png) no-repeat -176px -733px;
  width: 16px;
  height: 16px;
  float: left
}

.cpeditsect {
  padding: 10px;
  border: 1px solid #fff
}

.cpeditsect:hover {
  background-color: #f2f2f2;
  border: 1px dotted #ccc
}

.chosenbtm0 {
  margin-top: 0!important;
  margin-bottom: -1px!important;
  bottom: 100%!important;
  top: inherit!important;
  border: 1px solid #ccc!important;
  border-bottom: 0!important;
  box-shadow: 0 -4px 5px rgba(0,0,0,.15)!important
}

.sldrblkbg:after,.sldrblkbg:before {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 25px;
  left: 20px;
  width: 50%;
  height: 20%;
  border-radius: 10px/90px;
  box-shadow: 0 15px 10px rgba(0,0,0,.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.sldrblkbg:after {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg)
}

.wd150 {
  width: 150px!important
}

.xinnect25 {
  background: url(../images/spritenew.png) no-repeat -151px -439px;
  width: 25px;
  height: 25px;
  display: block
}

.pad5 {
  padding: 5px!important
}

.sidenav .btn-primary {
  padding: 6px 12px!important;
  color: #fff !important
}

.sidenav .dropdown-menu {
  left: 23px
}

.btn-action .resendinvite {
  background-position: -209px -733px
}

.btn-action:hover .resendinvite {
  background-position: -193px -733px
}

.linehgt25 {
  line-height: 25px!important
}

.backimgnone {
  background-image: none!important
}

.socialicnfb {
   background-position: -409px -585px;
}

.socialicntw {
   background-position: -409px -585px;
}

.socialicnin {
  background-position: -432px -585px;
}

.socialicngp {
  background-position: -432px -585px;
}

.minhgt0 {
  min-height: 0!important
}

.minhgt39 {
  min-height: 39px!important
}

.minhgt28 {
  min-height: 28px!important
}
.minhgt27 {
  min-height: 27px!important
}
.btntext {
  background: 0 0;
  border: 0
}

.btntext a {
  color: #fff!important;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700
}

.mgn10p0 {
  margin: 10px 0!important
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  display: inline-block;
  width: 100%
}

.bxshdow {
  box-shadow: 0 0 5px #ccc
}

.col-sm-12 {
  clear: both!important
}

.carousel-inner {
  max-height: 140px!important
}

.btn {
  font-size: 12px!important
}

textarea {
  resize: none!important
}

table {
  font-size: 12px
}

a {
  outline: 0!important
}

.pdtp3 {
  padding-top: 3px!important
}

.pdlft4px {
  padding-left: 4px!important
}

.posabl {
  position: absolute !important
}

.brdnone {
  border: none!important
}

.none {
  display: none
}

.block {
  display: block
}

.pdng9px {
  padding: 9px
}

.fltrgt {
  float: right
}

.mgn0a {
  margin: 0 auto;
  float: none !important
}

.clearfix {
  clear: both
}

.mgn10_0 {
  margin: 10px 0
}

.bgfff {
  background-color: #fff
}

.pad10 {
  padding: 10px!important
}

.pad0 {
  padding: 0
}

.fltlft {
  float: left
}

.posrel {
  position: relative
}

.btm4 {
  bottom: 4px
}

.btm2 {
  bottom: 2px
}

.bgimgnon {
  background-image: none!important
}

.mgntp1 {
  margin-top: 1px!important
}

.red {
  color: red!important;
  font-weight: 400;
  padding-right: 5px
}

.wd8p {
  width: 8%!important
}

.disabletgl {
  -moz-opacity: .3;
  opacity: .3
}

.nwlbl {
  font-size: 12px;
  float: left;
  background-color: #e2e2e2;
  padding: 3px 7px;
  color: #333;
  margin: 0 2px;
  -webkit-transition: background .25s ease-out;
  -moz-transition: background .25s ease-out;
  -o-transition: background .25s ease-out;
  transition: background .25s ease-out;
  box-shadow: 0 1px 0 rgba(0,0,0,.1)
}

.nwlbl:hover {
  background-color: #999;
  color: #fff !important
}

.nwlbl .cnt {
  float: left;
  margin-top: 5px
}

.nwlbl .spt20 {
  float: left
}

.pdtp1 {
  padding-top: 1px !important
}

.pdbt1 {
  padding-bottom: 1px !important
}

.tagscolr {
  background-color: #999;
  margin: 4px 3px 0 0;
  font: 11px arial,sans-serif;
  text-align: center;
  width: 11px;
  height: 11px;
  float: left;
  border: 1px solid #888
}

.fxicn {
  float: left;
  width: 11px;
  height: 15px;
  background: url(../images/spritenew.png) -146px -1023px
}

.chosen-container-active,.chosen-container.open {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset,0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset,0 0 8px rgba(82,168,236,0.6);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset,0 0 8px rgba(82,168,236,0.6)
}

.massroles .nav-header a {
  padding: 5px !important
}

.rolesctrgtcol {
  border-left: 1px solid #ccc
}

.hgt188 {
  height: 188px
}

.fnt10 {
  font-size: 10px
}

.sidepanelotrdiv .hgt188 {
  height: 168px
}

.inlinedtintbl td div.viewval:hover {
  background: url(../images/inplaceeditin.png) no-repeat center right
}

.item_categorie_list_rgt {
  background-color: #4888ef;
  border: 1px solid #3079ed;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 6px;
  float: left;
  height: 30px;
  width: 30px;
  cursor: pointer
}

.mgnlft2 {
  margin-left: 2px !important
}

.gray {
  color: rgb(128,128,128)
}

.minhgt34 {
  min-height: 34px
}

span.dontimprtin {
  background-position: -400px -734px
}

.btn-action:hover span.dontimprtin {
  background-position: -384px -734px
}

.imports ol {
  border-bottom: 1px solid #ebebeb;
  height: 13px;
  margin: 0 0 45px;
  position: relative
}

.imports ol li {
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  color: #666;
  display: inline-block;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  width: 25px
}

.imports ol li .title {
  color: #000;
  color: #7e7e7e;
  position: absolute;
  bottom: -25px;
  width: 100px;
  right: -42px
}

.imports ol li.i_lft {
  left: 0
}

.imports ol li.active {
  background: #4C8EF7;
  border: 0;
  color: #fff
}

.imports ol li.i_mdl {
  margin-left: -14px;
  left: 50%
}

.imports ol li.i_rgt {
  right: 0
}

.vwmorebtn {
  border: 1px solid #C6C6C6 !important;
  width: 32px;
  padding: 5px 9px 5px 10px !important;
  display: block;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1)
}

.resizindbd:hover {
  background-color: #888
}

table thead th font.resizindbd {
  position: absolute;
  width: 5px;
  height: 38px;
  cursor: e-resize !important;
  right: 0;
  top: 0
}

.stngscustomize_secureandshr .popover {
  right: 30px
}

.shared_active {
  margin: 7px 2px 3px 2px !important;
  box-shadow: #FF7A00 0px 0px 5px !important;
  width: 99.5%
}

.mgnlft20 {
  margin-left: 20px
}

.lblmndry:hover {
  background-color: #DD4B39;
  color: #fff
}

.lblmndry.akd {
  background-color: rgb(39,174,114)
}

.pdftemplatelftmnu .well strong {
  width: 62% !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block
}

.sv-placeholder td {
  background-color: #f2f2f2 !important;
  border: 3px dotted #ccc !important;
}

.tree-grid .tree-grid-row a {
  padding: 3px 10px;
}

.tree-grid .level-1 .indented {
  position: relative;
  left: 0px;
}

.tree-grid i.indented {
  padding: 2px;
}

.tree-grid i {
  color: #5F5F5F;
  text-decoration: none;
  font-size: 18px;
}

.tree-grid .level-2 .indented {
  position: relative;
  left: 20px;
}

.wd100p {
  width: 100%!important
}

.wd100 {
  width: 100px!important
}

.tblmulcheck {
  background-color: #ffc;
  border: 1px solid #ccc;
  padding: 5px 7px !important;
  position: absolute;
  top: 32px;
  width: 100%;
  text-align: center
}

.wd84p {
  width: 84%!important
}

.clrbth {
  clear: both
}

.mgntp10 {
  margin-top: 10px!important
}

.mgnbt10 {
  margin-bottom: 10px!important
}

.mgnbt15 {
  margin-bottom: 15px!important
}

.mgnrgt5 {
  margin-right: 5px!important
}

.mgntp5 {
  margin-top: 5px!important
}

.mgntp0 {
  margin-top: 0!important
}

.mgntp2 {
  margin-top: 2px!important
}

.mgntp4 {
  margin-top: 4px!important
}

.mgnlft5 {
  margin-left: 5px!important
}

.mgnbt5 {
  margin-bottom: 5px!important
}

.mgn5 {
  margin: 5px!important
}

.pd5 {
  padding: 5px!important
}

.mgn0 {
  margin: 0!important
}

.mgn50x {
  margin: 5px 0!important
}

.mgn05x {
  margin: 0 5px!important
}

.pd50x {
  padding: 5px 0!important
}

.pd05x {
  padding: 0 5px!important
}

.pdrgt0 {
  padding-right: 0!important
}

.pdlft0 {
  padding-left: 0!important
}

.pdrgt5 {
  padding-right: 5px!important
}

.pdtp5 {
  padding-top: 5px!important
}

.pdlft5 {
  padding-left: 5px!important
}

.pdlft50 {
  padding-left: 50px!important
}

.pdbt10 {
  padding-bottom: 10px!important
}

.pdtp10 {
  padding-top: 10px!important
}

.pdbt5 {
  padding-bottom: 5px!important
}

.mgn03 {
  margin: 0 3px!important
}

.mgntp8 {
  margin-top: 8px!important
}

.wd187 {
  width: 187px!important
}

.wd180 {
  width: 180px!important
}

.fntbld {
  font-weight: 700!important
}

.mgnbt0 {
  margin-bottom: 0!important
}

.rgt {
  right: 0;
  left: inherit!important;
  margin: 0
}

.mgnauto {
  margin: 0 auto!important;
  float: none!important
}

.txtrgt {
  text-align: right!important
}

.linhgt25 {
  line-height: 25px
}

.forallmore {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal
}

.trash
 .tblmoveright {
  right: 88px
}

.wd200 {
  width: 200px
}

.wd210 {
  width: 210px!important
}

.mgn606 {
  margin: 6px 0 0 6px
}

.lft158 {
  left: 100%!important;
  top: 0
}

.rgt158 {
  right: 100%;
  left: inherit;
  top: 0
}

.wd162 {
  width: 162px!important
}

.wd172 {
  width: 172px!important
}

.wd400 {
  width: 400px!important
}

.wdauto {
  width: auto!important
}

.lihgtnor {
  line-height: normal!important
}

.fntnor {
  font-weight: 400!important
}

.lft159 {
  left: 159px!important
}

.tp0 {
  top: 0!important
}

.tp5 {
  top: 5px!important
}

.tp8 {
  top: 8px!important
}

.rgt0 {
  right: 0px!important
}

.rgt5 {
  right: 5px!important
}

.rgtarwcnt {
  display: none
}

.pd10x0 {
  padding: 10px 0!important
}

.txtlft {
  text-align: left!important
}

.mgntp15 {
  margin-top: 15px!important
}

.pdlr15 {
  padding: 0 15px
}

.wd72p {
  width: 72.7%!important
}

.mgnbt12 {
  margin-bottom: 12px!important
}

.dispblk {
  display: block
}

.disblk {
  display: block!important
}

.btm4px {
  bottom: 4px!important
}

.linhgt18 {
  line-height: 18px!important
}

.brdlft {
  border-left: 1px solid #ccc!important
}

.brdrgt {
  border-right: 1px solid #ccc!important
}

.bgnone {
  background-color: transparent!important;
  border: none!important
}

.btm6 {
  bottom: 6px
}

.hgtauto {
  height: auto!important
}

.pd0 {
  padding: 0!important
}

.pad05 {
  padding: 0 5px!important
}

.dispnone {
  display: none!important
}

.pad0_10 {
  padding: 0 10px!important
}

.wd29p {
  width: 29%!important
}

.pd4x12 {
  padding: 4px 12px!important
}

.mgn1_0 {
  margin: 1px 0
}

.cmnlnk {
  text-decoration: underline!important;
  color: #00e!important
}

.cmnlnk:hover {
  text-decoration: none!important;
  color: #00e!important
}

.mgn3 {
  margin: 3px!important
}

.pd1 {
  padding: 1px!important
}

.fntsz15 {
  font-size: 15px!important
}

.wd120 {
  width: 120px!important
}

.clrlft {
  clear: left!important
}

.pd6p12p {
  padding: 6px 12px!important
}

.mgnlft0 {
  margin-left: 0!important
}

.mgnrgt0 {
  margin-right: 0!important
}
.adrsect .col-sm-8, .adrsect .col-sm-10-5{
padding:0px !important;
}
.adrsect > .col-sm-12{
padding-left: 15px !important
}
.slaicn {
  background: url(../images/spritenew.png) no-repeat -338px -571px;
  width: 22px;
  height: 20px;
  display: block;
}
.aside .input-group-btn{
position: relative;
z-index: 1;
}
.aside .quickdate .apptivo-date-attribute{
z-index:1 !important
}
.roundlbl{ width:20px; height:20px; border-radius:50%; border:1px;-webkit-box-shadow: 0 0px 1px rgba(71, 71, 71, 0.58);box-shadow: 0 0px 1px rgba(71, 71, 71, 0.58);line-height: 1.42857143;border: 2px solid #fff;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;padding: 4px;}
.bglgtorng{background-color:#FFF4EB;}
.bggreen{background-color: #00B603}
.bgred{background-color: #f00}
.bgyellow{background-color: #EFEF00}

.email_quote blockquote,.email_quote .h4,.email_quote .h5,.email_quote .h6{font: inherit;}

.hier {  
  background: url(../images/hier.png) no-repeat;
  width: 25px!important;
  height: 24px!important;
  float: left;
}

.hieract{  
  background: url(../images/hieract.png) no-repeat;
  width: 25px!important;
  height: 24px!important;float: left;
}

.custstngs_tblnk>.btn-default:hover .hier {
  background: url(../images/hieract.png) no-repeat;
}


.areachrt{display: block;background: url(../images/spritenew.png) no-repeat -1px -1099px;width: 50px;height: 50px;}
.barchrt{display: block;background: url(../images/spritenew.png) no-repeat -55px -1099px;width: 50px;height: 50px;}
.columnchrt{display: block;background: url(../images/spritenew.png) no-repeat -108px -1100px;width: 50px;height: 50px;}
.combinchrt{display: block;background: url(../images/spritenew.png) no-repeat -160px -1100px;width: 50px;height: 50px;}
.funnelchrt{display: block;background: url(../images/spritenew.png) no-repeat -213px -1100px;width: 50px;height: 50px;}
.gaugechrt{display: block;background: url(../images/spritenew.png) no-repeat -267px -1100px;width: 50px;height: 50px;}
.linechrt{display: block;background: url(../images/spritenew.png) no-repeat -320px -1100px;width: 50px;height: 50px;}
.piechrt{display: block;background: url(../images/spritenew.png) no-repeat -373px -1100px;width: 50px;height: 50px;}
.pivotchrt{display: block;background: url(../images/spritenew.png) no-repeat -425px -1099px;width: 50px;height: 50px;}
.stckclmchrt{display: block;background: url(../images/spritenew.png) no-repeat -449px -1046px;width: 50px;height: 50px;}
.stckbarchrt{display: block;background: url(../images/spritenew.png) no-repeat -396px -1047px;width: 50px;height: 50px;}

.piechart20{background-position: -478px -1100px;margin:0;float:left}
.stckbar20{background-position: -479px -1125px;margin:0;float:left}
.stckclm20{background-position: -375px -1078px;margin:0;float:left}
.line20{background-position: -373px -1054px;margin:0;float:left}
.pie20{background-position: -351px -1078px;margin:0;float:left}
.funnel20{background-position: -351px -1055px;margin:0;float:left}
.gauge20{background-position: -328px -1079px;margin:0;float:left}
.column20{background-position: -329px -1056px;margin:0;float:left}
.combin20{background-position: -306px -1079px;margin:0;float:left}
.bar20{background-position: -305px -1056px;margin:0;float:left}
.area20{background-position: -284px -1080px;margin:0;float:left}

.txtdeclinethroug
{
  text-decoration: line-through;
}
.addressicn20
{   
  background-position: -1px -1151px;
  
}
.attachicn20{background-position: -21px -1151px;}
.boilericn20{background-position: -43px -1152px;}
.countericn20{background-position: -65px -1152px;}
.currencyicn20{background-position: -88px -1152px;}
.numbericn20{background-position: -109px -1151px;}
.dropdownicn20{background-position: -131px -1151px;}
.functionicn20{background-position: -152px -1151px;}
.imageicn20{background-position: -174px -1151px;}
.linkicn20{background-position: -196px -1151px;}
.multiselecticn20{background-position: -219px -1152px;}
.photoicn20{background-position: -242px -1152px;}
.radioicn20{background-position: -264px -1152px;}
.refappicn20{background-position: -288px -1154px;}
.datetimeicn20{background-position: -312px -1152px;}
.dateicn20{background-position: -335px -1152px;}
.refappfieldicn20{background-position: -359px -1153px;}
.spacericn20{background-position: -382px -1152px;}
.tableicn20{background-position: -404px -1152px;}
.toggleicn20{background-position: -429px -1152px;}
.textareaicn20{background-position: -451px -1152px;}
.textfldicn20{background-position:  -473px -1152px;}
.circleicn{background-position:-1px -1175px;}
.decagonicn{background-position:-19px -1175px;}
.heptagonicn{background-position:-37px -1175px;}
.hexagonicn{background-position:-55px -1175px;}
.nanoganicn{background-position:-75px -1175px;}
.octagonicn{background-position:-92px -1175px;}
.pentagonicn{background-position:-111px -1175px;}
.rectangleicn{background-position:-128px -1175px;}
.squareicn{background-position:-146px -1175px;}
.triangleicn{background-position:-163px -1175px;}
.circleclr{background-position:-181px -1175px;}
.decagonclr{background-position:-200px -1175px}
.heptagonclr{background-position:-217px -1175px}
.hexagonclr{background-position:-234px -1175px}
.nanoganclr{background-position:-253px -1175px}
.octagonclr{background-position:-271px -1175px}
.pentagonclr{background-position:-288px -1175px}
.rectangleclr{background-position:-306px -1175px}
.squareclr{background-position:-323px -1175px}
.triangleclr{background-position:-340px -1175px}
.spt16{background-image: url(../images/spritenew.png);width:16px;height:16px;float:left;display: inline-block;}
.icon-webkit {
    height:16px;
    width:16px;
    -webkit-mask-image: url(../images/spritenew.png);
    float:left;
}

.circleicn-webkit{
    -webkit-mask-position: 0px -1175px;
}

.holidayicn25 {
    background-position: -126px -463px;
}



.decagonicn-webkit{-webkit-mask-position:-19px -1175px;}
.heptagonicn-webkit{-webkit-mask-position:-37px -1175px;}
.hexagonicn-webkit{-webkit-mask-position:-55px -1175px;}
.nanoganicn-webkit{-webkit-mask-position:-75px -1175px;}
.octagonicn-webkit{-webkit-mask-position:-92px -1175px;}
.pentagonicn-webkit{-webkit-mask-position:-111px -1175px;}
.rectangleicn-webkit{-webkit-mask-position:-128px -1175px;}
.squareicn-webkit{-webkit-mask-position:-145px -1175px;}
.triangleicn-webkit{-webkit-mask-position:-163px -1175px;}
.circleclr-webkit{-webkit-mask-position:-181px -1175px;}
.decagonclr-webkit{-webkit-mask-position:-200px -1175px}
.heptagonclr-webkit{-webkit-mask-position:-217px -1175px}
.hexagonclr-webkit{-webkit-mask-position:-234px -1175px}
.nanoganclr-webkit{-webkit-mask-position:-253px -1175px}
.octagonclr-webkit{-webkit-mask-position:-271px -1175px}
.pentagonclr-webkit{-webkit-mask-position:-288px -1175px}
.rectangleclr-webkit{-webkit-mask-position:-306px -1175px}
.squareclr-webkit{-webkit-mask-position:-323px -1175px}
.triangleclr-webkit{-webkit-mask-position:-340px -1175px}

.btninh {bottom:inherit !important}

#pdfPalette .panel-group {
  margin-bottom:5px !important;
}
.wdauto1{
  text-align: center!important;
  width:16%!important;
  
 }
