body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    /*position: relative;*/
    /*padding-top: 45px;*/
    /*overflow-x: hidden;*/
    background: #f7f7f7;
}
h1,h2,h3,h4{
    /*font-weight: 300;*/
    /*font-family: 'tahoma', sans-serif;*/
    font-family: Arial,Helvetica,sans-serif;
}
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.panel-logo{
  line-height: 18px;
  position: relative;
  height: 30px;
  /*width: 161px;*/
  width: 106px;
  display: block;
  text-indent: -9999em;
  background: url('../img/ims-nav-logo.png') left top no-repeat;
  opacity: 1;
}


#session-out-sidebar{
  /*height: 1000px;*/
  color: #999999;
  border-right: 1px solid #111;
  background-color: #191919;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
#login-form-wrap{
  min-width: 340px;
  max-width: 340px;
  float: right;
  padding: 0 20px;
}
#session-out-sidebar .img-circle.session-out, .blk-bg .img-circle.session-out{
  width: 120px;
  opacity: 1;
}
#session-out-sidebar .form-control{
  background: #333;
  color: #ffffff;
  border: none;
}
#session-out-avatar{
  margin-top: 70px;
}
.register-btn-wrap{
  margin-top: 120px;
}
.inversed a.link, .checkbox label, .radio label, label.mini-label{
  color: #777777;
  font-weight: bold;
  font-size: 11px;
}
.inversed a.link:hover{
  color: #cccccc;
}
#main-container{
  margin-left: 40%;
  padding-left: 5%;
}
.landing-page{
  padding-top: 140px;
}
.landing-page p.lead{
  font-size: 16px;
  line-height: 1.5em;
  color: #777777;
}

.container-fluid{
  max-width: 100%;
  /*padding: 0 10px;*/
  padding: 0;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols' !important;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal !important;
  text-transform: none !important;
}

.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

.lsf-icon.amazon:before {
  content: '\E007';
}

/***************************************************************** 
    DEFAULTS 
******************************************************************/
.lazy {
    display: none;
}
.module{
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
  position: relative;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: #DDD 0 0px 1px;
}
.module-label{
  font-size: 11px;
  color: #4B5161;
  margin-top: 0;
  margin-bottom: 5px;
  color: #BBB;
  text-transform: uppercase;
  font-weight: bold;
  /*letter-spacing: 1px;*/
}
.blk-bg .module{
  color: #333333;
}


.ims-pills li a{
  padding: 5px 15px;
  border-radius: 3px 3px 0 0;
}

.table.middle thead > tr > th{
  vertical-align: middle;
  text-align: center;
}
.table .table{
  margin-bottom: 0;
}
.table .table thead > tr > th{
  border-bottom:none;
  padding-left: 0;
  padding-right: 0;
}
.highlight {
  background-color: #fcdd6e;
  background-color: rgba(252,221,110,0.8);
  color: #333 !important;
}
.form-group label.control-label{
  cursor: pointer;
}
a{
  color: #222222;
  -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:hover{
  color: #777777;
  text-decoration: none;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active{
  outline: none;
}
.modal-header {
  padding: 0;
  text-overflow: ellipsis;
}
.modal-header .close {
  margin-top: 0;
  border-left: 1px solid #ddd;
  padding: 7px 17px 4px 14px;
  display: block;
  line-height: 25px;
}
.modal-title {
  margin: 0;
  line-height: 25px;
  padding: 6px 15px 4px;
  text-align: center;
  font-size: 14px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-content {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.modal-content{
  border: none;
}

#description{
  min-height: 800px;
}
.textarea-has-error{
  border-color: #9C8181;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFD5D5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFD5D5;
}
.fade.in {
  display: block !important;
}
.header{
  font-size: 18px;
  line-height: 20px;
  margin-top: 5px;
  color: #444444;
}
.header .symbol{
  font-size: 29px;
  margin-right: 2px;
}
.ims-panel .panel-heading {
  padding: 8px 10px;
}
.ims-panel .panel-title{
  font-size: 12px;
  color: #777777;
}
.dropdown-header{
  font-size: 10px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
}
.img-thumbnail{
  border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
#accordion{
  color: #333333;
}

.ims-nav{
/*    background: #ffc700;
    border-color: #D1B422;*/
    min-height: 50px;
    height: 50px;
    /*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);*/
  /*box-shadow: none;*/
  /*background: #f1f1f1;
  border-bottom: 1px solid #e5e5e5;*/
  background:#ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  border-top: 3px solid #222;
}
.ims-nav .navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 14px;
  font-size: 12px;
  /*line-height: 21px;*/
/*  text-transform: uppercase;
  letter-spacing: 1px;*/
  /*font-family: 'proxima_novasemibold', Helvetica, Arial;*/
}
.ims-nav .nav > li > a{
    padding: 10px 8px;
}
.ims-nav .navbar-nav > li > a > .symbol{
  font-size: 26px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.ims-nav .navbar-nav > li > a > .nav-text{
  position: relative;
  top: -1px;
}

.dropdown-menu-arrow::before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}

.dropdown-menu-arrow::after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.dropdown-menu-arrow.pull-right::before {
    left: inherit;
    right: 11px;
}

.dropdown-menu-arrow.pull-right::after {
    left: inherit;
    right: 12px;
}

.navbar-nav > li > .dropdown-menu{
  border-radius: 3px;
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  background: transparent;

}
.ims-nav .navbar-nav > li > a.nav-avatar{
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 9px;  
}
.ims-nav .navbar-nav > li > a .navbar-avatar-wrap img{
  height: 33px;
  width: 33px;
  margin-right: 3px;
}
.ims-nav .navbar-inverse .navbar-nav > .open > a, .ims-nav .navbar-inverse .navbar-nav > .open > a:hover, .ims-nav .navbar-inverse .navbar-nav > .open > a:focus{
  background-color: rgba(0,0,0,0.1);
  color: #3F3A01;
  text-shadow: none;
}
.ims-nav .navbar-inverse .navbar-nav > li:hover, .ims-nav .navbar-inverse .navbar-nav > li:focus{
  /*background-color: rgba(0,0,0,0.2);*/
  color: #3F3A01;
  text-shadow: none;
}
.ims-nav .navbar .nav > li > a{
  /*margin-top: 10px;*/
  /*padding: 10px 14px;*/
  color: #fff;
  /*font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;*/
  font-size: 11px;
  font-weight: bold;
  /*border-radius: 4px;*/
  display: block;
  position: relative;
  overflow: hidden;
  color: #524B01;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.ims-nav .navbar .nav > li > a::before {
  position: absolute;
  width: 100%;
  content: '';
  height: 43px;
  box-shadow: 11px 13px 13px -2px rgba(0, 0, 0, 0.22);
  top: 0;
  left: -100%;
}
.ims-nav .navbar-collapse.in,  .ims-nav .navbar-collapse.collapsing{
  border-top: none;
  background: #ffffff;
}
.ims-nav .navbar-toggle {
  margin-top: 4px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.sidebar-btn-wrap{
  position: absolute;
  top: 8px;
  left: 10px;
}
a.sidebar-btn{
  font-size: 20px;
  background: none;
  color: #333333;
}
a.sidebar-btn:hover{
  color: #777777;
}

.logo{
    line-height: 18px;
    top: 8px;
    left: 0;
    margin-right: 5px;
    position: relative;
    height: 30px;
    /*width: 161px;*/
    width: 106px;
    display: block;
    text-indent: -9999em;
    background: url('../img/ims-nav-logo.png') left top no-repeat;
    opacity: 1;
}
.logo.white{
  background-position: left bottom;
}
.logo:hover{
    opacity:.8;
}
.logo-wrap{
  position: relative;
  vertical-align: middle;
}
.logo-wrap > .logo{
  float: left;
  margin-right: 15px;
}
.logo-wrap > .service{
  float: left;
  padding: 13px 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

#avatarCrop .modal-dialog{
  width: 650px;
}


/***************************************************************** 
    BACKGROUND STYLES 
******************************************************************/

.bg-blue{
    background: #3eabd7 url(../img/web-line.png);
    color: #ffffff;
    min-height: 700px;
    /*padding: 40px 0;*/
    padding-bottom: 20px;
}
.light-blue-bg{
    background: #3eabd7; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #3eabd7 0%, #2ba3d4 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3eabd7), color-stop(100%,#2ba3d4)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #3eabd7 0%,#2ba3d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #3eabd7 0%,#2ba3d4 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #3eabd7 0%,#2ba3d4 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #3eabd7 0%,#2ba3d4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eabd7', endColorstr='#2ba3d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}
.dark-blue-bg{
  /*background: #30383D;*/
  background-image: radial-gradient(at 50% 50%, #7EB9CD 0%, #3F879D 92%);
  color: #1f1a17;
}
.blk-bg{
  background: #191919;
  color: #ffffff;
}
.blk-bg .blk-form{
  background: #333;
  color: #ffffff !important;
  border: none;
}
.blk-bg .blk-form:focus{
  border: none;
}
.blk-bg a{
  color: #777777;
}
.blk-bg a:hover{
  color: #cccccc;
}
.yellow-bg{
  background: #ffa401 url(../img/web-line.png);
  color: #ffffff;
}
.yellow-bg a{
  color: #FFF1C2;
}
.yellow-bg a:hover{
  color: #FCDCAB;
}
.yellow-bg label{
  color: #ffffff;
}
.light-blue-bg{
  background: #eef2f5 url(../img/web-line.png);
}
.linen{
  background: #222222 url(../img/linen.png);
  color: #ffffff;
  height: 100%;
}

.bg-blue .modal .modal-title{
  color: #333333;
}
.bg-blue .form-control, .light-blue-bg .form-control, .yellow-bg .form-control{
    border: none;
}
.bg-blue .form-control:focus, .light-blue-bg .form-control:focus, .yellow-bg .form-control:focus{
    border: none;
}

.bg-blue label{
    color: rgba(255,255,255, 0.9);
}
label{
  /*text-transform: uppercase;*/
  font-size: 13px;
  color: #777777;
  /*font-family: 'proxima_novasemibold', Helvetica, Arial;*/
}
.bg-blue .has-error .help-block{
    color: #c11a39;
}
.bg-blue a{
  color: #BCE1F1;
}
.bg-blue a.btn{
  color: #ffffff;
}

.form-group{
  margin-bottom: 5px;
}
.form-header{
  padding-left: 10px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 23px;
}

.logo-jumbo{
    margin-top: 70px;
    padding-top: 120px;
    background: url('../img/ims-large-logo-shadow.png') center top no-repeat;
    height: 250px;
}
.logo-jumbo p{
    font-size: 16px;
    line-height: 24px;
    /*font-family: 'proxima_novalight', Helvetica, Arial, sans-serif;*/
    font-weight: 300;
}
.ims-header{
  font-size: 45px;
  font-weight: 100;
  letter-spacing: -2px;
}
.alert{
  margin-bottom: 10px;
}
.glyphicon{
  padding-right: 4px;
}

#current_pic {
  width: 115px;
  height: 115px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.dropdown-menu{
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  /*min-width: 190px;*/
  min-width: 150px;
}
.dropdown-menu > li > a{
  font-size: 12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  /*color: #efebae;*/
  color: #444444;
  text-decoration: none;
  background-color: #F5F5F5;
}






/***************************************************************** 
    IMS FORMS 
******************************************************************/
.form-control{
  /*height: 30px;*/
  padding: none;
  padding: 7px 9px;
  /*border: 1px solid #F3F0BC;*/
  background: #ffffff;
  color: #444444;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 2px;
  font-size: 12px;
  /*line-height: 20px;*/
}
.form-control:focus{
  border: 1px solid #999;
  outline: 0;
  /*background: #FEFEF5;*/
  color: #444444;
  box-shadow: none;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
  padding-top: 9px;
  font-size: 12px;
  /*letter-spacing: 1px;*/
}
.form-control:-moz-placeholder {
  line-height: 18px;
}

.form-control::-moz-placeholder {
  line-height: 18px;
}

.form-control:-ms-input-placeholder {
  line-height: 18px;
}

.form-control::-webkit-input-placeholder {
  line-height: 18px;
}
/* SIZES */
.input-n{
  height: 31px;
  font-size: 12px;
  line-height: 17px;
  padding: 7px 7px;
}
.bdr-no{
  border-right: none !important;
}




/***************************************************************** 
    IMS BUTTONS 
******************************************************************/
.btn{
    font-size: 11px !important;
    text-shadow: none !important;
    font-weight: bold;
    /*box-shadow: none;*/
    /*font-family: 'proxima_novasemibold';*/
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
    font-family: 'Arial','tahoma', Helvetica, Arial, sans-serif;
    border-radius: 2px;
    padding-right: 15px;
    padding-left: 15px;
}
.btn-white,
.btn-white:hover,
.btn-white:active {
  color: white;
  background-color: #FFFFFF;
  color: #359cc5;
}
.btn-white {
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}
.btn-white:hover {
  color: #005384;
}

.btn:focus, .btn:hover, a:focus, a:hover{
  outline: none;
  text-decoration: none;
}
.btn-primary{
  background-color: #191919;
  border: 1px solid #222;
  color: #fff;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #222;
  border: 1px solid #222;
}
.btn-primary.disabled, .btn-primary.active {
  background-color: #444;
  border-color: #222;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
  background-color: #444;
  border-color: #222;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
  background-color: #444;
  border-color: #222;
}
.btn-border{
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-border:hover, .btn-border:active, .btn-border:focus{
  background: none;
  color: #999;
}
.btn-lg{
  padding: 9px 16px;
}
.btn-gray{
  background: #F5F5F5;
}

.has-error .form-control {
  border-color: #E6B9B8; 
}
.has-error .form-control:focus {
  border-color: #9C8181;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFD5D5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFD5D5;
}
.has-error .help-block {
  color: #C57C7A;
  font-size: 11px;
}
.has-error .control-label{
  color: #C57C7A;
}

.ims-btn {
  font-family: 'tahoma', Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-size: 11px;
  display: inline-block;
  min-height: 40px;
  padding: 0 20px;
  border: none;
  background: #f7f7f7;
  line-height: 28px;
  color: #444444;
  letter-spacing: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  border-radius: 2px;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: bold;
}
/* Required for `a` elements */
a.ims-btn {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.ims-btn:hover,
.ims-btn:focus {
  background-color: #fafafa;
  color: #444444;
  outline: none;
  background-image: none;
}
/* Active */
.ims-btn:active,
.ims-btn.ims-active {
  background-color: #f5f5f5;
  color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `ims-btn-primary`
 */
.ims-btn-primary {
  color: #ffffff;
  background-color: #009dd8;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
  background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
  border-color: rgba(0, 0, 0, 0.2) !important;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.ims-btn-primary:hover,
.ims-btn-primary:focus {
  background-color: #00aff2;
  color: #ffffff;
  background-image: none;
}
/* Active */
.ims-btn-primary:active,
.ims-btn-primary.ims-active {
  background-color: #008abf;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2) !important;
  border-top-color: rgba(0, 0, 0, 0.4) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Modifier: `ims-btn-success`
 */
.ims-btn-success {
  background-color: #82bb42;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
  background-image: linear-gradient(to bottom, #9fd256, #6fac34);
  border-color: rgba(0, 0, 0, 0.2) !important;
  border-bottom-color: rgba(0, 0, 0, 0.4) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.ims-btn-success:hover,
.ims-btn-success:focus {
  background-color: #8fce48;
  color: #ffffff;
  background-image: none;
}
/* Active */
.ims-btn-success:active,
.ims-btn-success.ims-active {
  background-color: #76b430;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2) !important;
  border-top-color: rgba(0, 0, 0, 0.4) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Modifier: `ims-btn-danger`
 */
.ims-btn-danger {
  background-color: #d32c46;
  color: #ffffff !important;
  background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
  background-image: linear-gradient(to bottom, #ee465a, #c11a39);
  border-color: rgba(0, 0, 0, 0.2) !important;
  border-bottom-color: rgba(0, 0, 0, 0.4) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.ims-btn-danger:hover,
.ims-btn-danger:focus {
  background-color: #e33551;
  color: #ffffff;
  background-image: none;
}
/* Active */
.ims-btn-danger:active,
.ims-btn-danger.ims-active {
  background-color: #c91c37;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.ims-btn:disabled {
  background-color: #fafafa;
  color: #999999;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  box-shadow: none;
  text-shadow: 0 1px 0 #ffffff;
}
/* Modifier: `ims-btn-link`
 ========================================================================== */
/* Reset */
.ims-btn-link,
.ims-btn-link:hover,
.ims-btn-link:focus,
.ims-btn-link:active,
.ims-btn-link.ims-active,
.ims-btn-link:disabled {
  display: inline;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
/* Color */
.ims-btn-link {
  color: #0077dd;
}
.ims-btn-link:hover,
.ims-btn-link:focus,
.ims-btn-link:active,
.ims-btn-link.ims-active {
  color: #005599;
  text-decoration: underline;
}
.ims-btn-link:disabled {
  color: #999999;
}
/* Focus */
.ims-btn-link:focus {
  outline: 1px dotted;
}
/* Size modifiers
 ========================================================================== */
.ims-btn-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 18px;
  font-size: 11px;
}
.ims-btn-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 23px;
  font-size: 12px;
}
.ims-btn-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 5px;
}
.ims-btn-expand {
  display: block;
  width: 100%;
  text-align: center;
}
.ims-btn-expand + .ims-btn-expand {
  margin-top: 10px;
}

.ims-badge {
  display: inline-block;
  padding: 0 5px;
  background: #009dd8;
  font-size: 10px !important;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff !important;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
  background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.ims-badge-notification {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}
.ims-badge-success {
  background-color: #82bb42;
  background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
  background-image: linear-gradient(to bottom, #9fd256, #6fac34);
}
.ims-badge-warning {
  background-color: #f9a124;
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
}
.ims-badge-danger {
  background-color: #d32c46;
  background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
  background-image: linear-gradient(to bottom, #ee465a, #c11a39);
}
.ims-badge-inverse {
  background: #222222;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 8px !important;
}
.ims-badge.Low{
  background: #f0ad4e;
}
.ims-badge.neutral{
  background: #BBA98E;
}
.ims-badge.Moderate{
  background: #009dd8;
}
.ims-badge.High{
  background: #d32c46;
}
.ims-badge.Urgent{
  background: #FEC007;
}






/***************************************************************** 
    IMS ELEMENTS STYLES
******************************************************************/
table, .table{
  margin: 0;
  padding: 0;
}









/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
/***************************************************************** 
    CROPPER
******************************************************************/
.jcrop-keymgr, .jcrop-keymgr:focus{
  display: none !important;
}
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(../img/Jcrop.gif);
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

#cropping-area img{
  text-align: center;
}

#recaptcha_area a{
  color: #E6AC00 !important;
}
#recaptcha_area #recaptcha_response_field{
  height: 37px;
  padding: 4px 8px;
  line-height: normal;
  border: 1px solid #ddd !important;
  font-size: 14px;
}
#recaptcha_area #recaptcha_response_field:focus{
  outline: none;
  border: 1px solid #C0C0C0 !important;
}
#recaptcha_area .recaptchatable{
  line-height: 1em;
  /*border: 1px solid transparent !important;*/
  border: 1px solid #ccc !important;
  background: #fff;
  border-radius: 3px;
  width: 100%;
}
#recaptcha_area .recaptchatable #recaptcha_image{
  border: none !important;
}
#recaptcha_area .recaptchatable .recaptcha_image_cell{
  background: none !important;
}

/***************************************************************** 
    TEXTAREA EDITOR 
******************************************************************/
.editor {overflow:scroll; max-height:300px}
ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block;
}

ul.wysihtml5-toolbar::after {
    clear: both;
    display: table;
    content: "";
}

ul.wysihtml5-toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
    font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
    font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
    text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #E6E6E6;
    background-color: #D9D9D9 9;
    outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
    display: none !important;
}


/**
 * selectize.default.css (v0.7.7) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
          box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.focus {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  min-height: 34px;
  padding: 7px 9px;
  overflow: hidden;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: ' ';
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' ';
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.focus input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.multi .selectize-input [data-value], .tag-item {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.tag-item {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  padding: 0px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  /*cursor: pointer;*/
  background: #1da7ee;
  border: 1px solid #0073bb;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-size: 11px;
}
.tag-item.tag-item-lg{
  font-size: 13px;
  padding: 4px 10px;
}

.tag-item .remove{
  border-left: 1px solid #0073BB;
  padding: 0px 1px 0px 8px;
  color: inherit;
  margin-left: 3px;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
}
.tag-item .remove:active, .tag-item .remove:hover{
  color: #0075cf;
  text-decoration: none;
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  /*background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);*/
  background-image: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  /*border-color: #b8b8b8;*/
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}
.form-group.has-error .selectize-input{
 border-color: #E6B9B8;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFD5D5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFD5D5;*/
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-right: 0;
}
.form-control[readonly]{
  cursor: pointer;
  background-color: #F8F8F8;
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  /*padding: 4px;*/
  /*margin-top: 1px;*/
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;*/
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
  color: #333;
}
.datetimepicker.dropdown-menu{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
    display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
    display: block;
}
.datetimepicker.days div.datetimepicker-days {
    display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker  td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  /*background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #1b1b1b;
 /* background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #1b1b1b;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #1b1b1b \9;
}
.datetimepicker 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;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #1b1b1b;
 /* background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #333;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #1b1b1b \9;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i, .input-group.date .input-group-addon, 
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 14px;
  height: 14px;
}


.topfix{
  padding-top: 20px;
}





.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  /*border: 2px solid #0097cf;*/
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  font-size: 12px;
  line-height: 17px;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: -1px;
  padding: 8px 0;
  background: none;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
/*  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;*/
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
     -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
          box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.tt-suggestion{
  padding: 5px 20px;
  font-size: 19px;
  line-height: 32px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #333;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 12px;
}

::-moz-selection { background: #222222; color: #fff; text-shadow: none; }
::selection { background: #222222; color: #fff; text-shadow: none; }

/* CSS HELPERS
/////////////////////////////*/
.display-blk    { display: block; }
.auto-h    { min-height: 300px; }
.top100     { margin-top: 100px; }
.top60     { margin-top: 60px; }
.top50     { margin-top: 50px; }
.top10      { margin-top: 10px; }
.top5      { margin-top: 5px; }
.top20      { margin-top: 20px; }
.top0      { margin-top: 0px; }
.right10    { margin-right: 10px; }
.right5    { margin-right: 5px; }
.bottom0   { margin-bottom: 0px; }
.bottom5   { margin-bottom: 5px; }
.bottom10   { margin-bottom: 10px; }
.left10     { margin-left: 10px; }
.mar0       { margin:0; }
.mar5       { margin-right: 5px; }
.mar0-auto  { margin:0 auto; }
.pad0       { padding:0 !important; }
.padl20      { padding-left: 20px; }
.padl25      { padding-left: 25px; }
/*.padl40      { padding-left: 40px; }*/
.padl0      { padding-left: 0; }
.padr0      { padding-right: 0; }
.pad10      { padding: 10px; }
.pad20      { padding: 20px; }
.pad30      { padding: 30px; }
.pad40      { padding: 40px; }
.pad50      { padding: 50px; }
.padb20     { padding-bottom: 20px; }
.clear      { clear: both; }
.tal        { text-align:left; }
.tar        { text-align:right; }
.tac        { text-align:center; }
.taj        { text-align:justify; }
.brd0       { border: none; }
.fwn        { font-weight: normal; }
.fz10       { font-size: 10px; }
.of-h       { overflow: hidden; }
.boxshd-0   { box-shadow: none; }
.op0        { opacity: 0; }
.smooth{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}   
.float-l{
  float: left;
}
.float-r{
  float: right;
}
.rz-none{
  resize: none;
}

.input-with-btn{
  float: right;
  width: 70%;
}
.btn-with-input{
  float: left;
  
  width: 27%;
}

/*
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}*/



textarea.multiple-form{
  height: 34px;
  resize: none;
}