@import url("bootstrap.min.css");
@import url("jquery.fancybox.css");
@import url("nouislider.css");
@import url("bootstrap-editable.css");
@import url("intlTelInput.css");
@import url("bootstrap-colorpicker.min.css");
@import url("style.css");
@import url("select2.css");
@import url("select2-bootstrap.min.css");
@import url('https://code.highcharts.com/css/highcharts.css');
@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');

#container {
    height: 500px;
    width: 100%;
    margin: 0 auto;
}

.highcharts-data-label-box {
    fill: rgba(252, 255, 197, 0.7);
    stroke: gray;
    stroke-width: 1px;
}

.highcharts-data-label {
    font-weight: normal;
}

.highlight .highcharts-data-label-box {
    fill: red;
    stroke-width: 2px;
    stroke: black;
}

.highlight.highcharts-data-label text {
    font-weight: bold;
    fill: white;
}
.bg-green-new, .callout.callout-success-new, .alert-success-new, .label-success-new, .modal-success-new .modal-body {
    background-color: #00a65a !important;
}
.bg-yellow-new, .callout.callout-warning-new, .alert-warning-new, .label-warning-new, .modal-warning-new .modal-body {
    background-color: #f39c12 !important;
}
.bg-red-new, .callout.callout-danger-new, .alert-danger-new, .alert-error-new, .label-danger-new, .modal-danger-new .modal-body {
    background-color: #dd4b39 !important;
}
.bg-aqua-new, .callout.callout-info-new, .alert-info-new, .label-info-new, .modal-info-new .modal-body {
    background-color: #00c0ef !important;
}
.bg-blue-new, .callout.callout-blue-new, .alert-blue-new, .label-blue-new, .modal-blue-new .modal-body {
    background-color: #5053e6 !important;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    min-height: 85px;
}
.small-box>.inner {
    padding: 10px;
}
.small-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 12px 0;
    white-space: nowrap;
    padding: 0;
    color: white;
}
.small-box p {
    font-size: 15px;
    color: white;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 78px;
    color: rgba(0,0,0,0.15);
}
.input-group-addon{
    min-width: 140px;
}
.colorpicker:before {
     border-left: 0px !important;
     border-right: 0px !important;
}
span.input-group-addon.custom-width {
    min-width: 50px;
}
.input-group-addons:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addons {
    min-width: 165px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.outter-container{
    max-height: 200px;
    overflow-y: auto;
}
.fancybox-wrap{
    position: absolute;
    top: 100px !important;
}
.nav-tabs.bold-nav>li>a {
    font-weight: bold;
}
#imageUpload
{
    display: none;
}

#profileImage
{
    cursor: pointer;
}

#profile-container {
    width: 150px;
    overflow: hidden;
}

#profile-container img {
    width: 150px;
}

#profile-container a {
    position: relative;
}
#profile-container a:hover:before {
    width: 100%;
    height: 100px;
    position: absolute;
    content: "\f044";
    font-family: FontAwesome;
    left: 132px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.box{
    word-wrap: break-word;
}