

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/sourcesanspro/sourcesanspro-light.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/sourcesanspro/sourcesanspro.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/sourcesanspro/sourcesanspro-bold.woff') format('woff');
}

/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
 *
 * Built for http://www.improvely.com
 */

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
}

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
    float: right;
    margin: 4px;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
}

.daterangepicker .ranges .range_inputs>div {
    float: left;
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left: 11px;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-date {
    border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.openscenter:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.openscenter:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.daterangepicker td.off {
    color: #999;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
}

.daterangepicker td.available:hover, .daterangepicker td.available.today, .daterangepicker th.available:hover {
    background: #eee;
}

.daterangepicker td.in-range {
    background: #ebf4f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.daterangepicker td.start-date {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.daterangepicker td.today.active, .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: #3071a9;
    color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker_start_input {
    float: left;
}

.daterangepicker_end_input {
    float: left;
    padding-left: 11px
}

.daterangepicker th.month {
    width: auto;
}




.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.padder-v-xs{
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.padder-h-xs{
	padding-left:5px !important;
	padding-right:5px !important;
}
.paper {
    position: relative;
    background: -webkit-linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    background: -moz-linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    background: linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

.paper:before {
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    left: 39px;
    bottom: 0;
    border-left: 1px solid #F9D3D3;
}

.paper textarea {
    border: none;
    background-color: transparent;
    height: 100%;
    padding: 30px 0 30px 55px;
    line-height: 30px;
    min-height: 210px;
}

/*custom css*/
.nav-tool>li{
	float:left;
}
.n-l-s{list-style-type:none;}
.connected .panel-heading{
    cursor:pointer;
}
.connected .panel-heading .tools{
	opacity:1;
}
.connected .panel-heading .tools .dropdown-menu{
	width:230px;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
   
   
}

.move{
	cursor:move !important;
}
.connected .panel-heading:hover .tools{
	opacity:1;
}
.search-widget .list-group-item.active {
color: #58666e;
border-color: #e7ecee !important;
background-color: #e7ecee !important;
}
.search-widget .list-group-item.active a{
	color: #000;
	
}
.search-widget .media-list{
	min-height:350px;
    height:400px;
}
.connected{
	min-height:50px;
}
 .colors {
min-width: 154px;
overflow: hidden;
cursor:pointer;

}
   .color-picked {   
    float: left;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
    border-radius:10px;
}
 .colors ul {
	float: left;
	margin: 0;
	padding: 4px 14px 3px 15px;
	width: auto;
}
 .colors li {
        float: left;
        list-style: none;
        margin: 2px 2px 2px 0;
        border: 1px solid #000 !important;
        border-radius:10px;
}
 .colors a {
        background: transparent;
        border: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        height: 12px;
        outline-offset: 1px;
        padding: 0;
        text-align: left;
        text-indent: -999em;
        width: 12px;
}
.colors.big a{
    width:20px; height:20px;border-radius:10px;
}
.colors a:hover,  .colors a:focus,  .colors a:active {
    outline: 2px solid #000;
}
.tools>.navbar-nav>li>a, 
.tools>.navbar-nav>li>a:hover, 
.tools>.navbar-nav>li>a:active, .tools>.navbar-nav>li>a:focus{
	 padding:10px 8px 10px 2px;
	 background:transparent;

}


.navbar-nav > li > a.padder-v-xs {
    padding:5px;
}

@media (min-width: 768px) {
  .app-right-hidden .app-right {
        display:none;   
  }
	
	
}

.vbox>section,.vbox>footer {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
				height:100%;
 }
		
.hbox>aside,.hbox>section {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0;
    float: none;
}
.app,.app-content-body{
	
}
.app-content-body{
	
}
.app-footer {
	background-color: #d4d4d8;
}

.panel.paper .panel-footer, .panel.paper >.list-group .list-group-item{
	background:transparent;
	padding-left:30px;
}
.panel.paper{background:transparent;}
.panel.paper:before{
	left:20px;
}
.panel.paper textarea{
	height:20px; line-height:20px; width:185px; min-height:20px;
	padding:0;
}
.panel.paper .panel-heading{
	padding-left:30px;
}
.form-control::-moz-placeholder {
  color: #99a6ad;
}
.form-control:-ms-input-placeholder {
  color: #99a6ad;
}
.form-control::-webkit-input-placeholder {
  color: #99a6ad;
}
.box {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.box-body {
    padding: 15px
}

.box-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.box-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.box-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.box-title>a {
    color: inherit
}

.box-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.box>.list-group {
    margin-bottom: 0
}

.box>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.box>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.box>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.box-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.box-footer {
    border-top-width: 0
}

.box>.table,.box>.table-responsive>.table,.box>.box-collapse>.table {
    margin-bottom: 0
}

.box>.table:first-child,.box>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.box>.table:first-child>thead:first-child>tr:first-child td:first-child,.box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.box>.table:first-child>tbody:first-child>tr:first-child td:first-child,.box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.box>.table:first-child>thead:first-child>tr:first-child td:last-child,.box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.box>.table:first-child>tbody:first-child>tr:first-child td:last-child,.box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.box>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.box>.table:last-child>tbody:last-child>tr:last-child td:first-child,.box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.box>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.box>.table:last-child>tbody:last-child>tr:last-child td:last-child,.box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.box>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.box>.panel-body+.table,.box>.box-body+.table-responsive {
    border-top: 1px solid #ddd
}

.box>.table>tbody:first-child>tr:first-child th,.box>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.box>.table-bordered,.box>.table-responsive>.table-bordered {
    border: 0
}

.box>.table-bordered>thead>tr>th:first-child,.box>.table-responsive>.table-bordered>thead>tr>th:first-child,.box>.table-bordered>tbody>tr>th:first-child,.box>.table-responsive>.table-bordered>tbody>tr>th:first-child,.box>.table-bordered>tfoot>tr>th:first-child,.box>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.box>.table-bordered>thead>tr>td:first-child,.box>.table-responsive>.table-bordered>thead>tr>td:first-child,.box>.table-bordered>tbody>tr>td:first-child,.box>.table-responsive>.table-bordered>tbody>tr>td:first-child,.box>.table-bordered>tfoot>tr>td:first-child,.box>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.box>.table-bordered>thead>tr>th:last-child,.box>.table-responsive>.table-bordered>thead>tr>th:last-child,.box>.table-bordered>tbody>tr>th:last-child,.box>.table-responsive>.table-bordered>tbody>tr>th:last-child,.box>.table-bordered>tfoot>tr>th:last-child,.box>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.box>.table-bordered>thead>tr>td:last-child,.box>.table-responsive>.table-bordered>thead>tr>td:last-child,.box>.table-bordered>tbody>tr>td:last-child,.box>.table-responsive>.table-bordered>tbody>tr>td:last-child,.box>.table-bordered>tfoot>tr>td:last-child,.box>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.box>.table-bordered>thead>tr:first-child>td,.box>.table-responsive>.table-bordered>thead>tr:first-child>td,.box>.table-bordered>tbody>tr:first-child>td,.box>.table-responsive>.table-bordered>tbody>tr:first-child>td,.box>.table-bordered>thead>tr:first-child>th,.box>.table-responsive>.table-bordered>thead>tr:first-child>th,.box>.table-bordered>tbody>tr:first-child>th,.box>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.box>.table-bordered>tbody>tr:last-child>td,.box>.table-responsive>.table-bordered>tbody>tr:last-child>td,.box>.table-bordered>tfoot>tr:last-child>td,.box>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.box>.table-bordered>tbody>tr:last-child>th,.box>.table-responsive>.table-bordered>tbody>tr:last-child>th,.box>.table-bordered>tfoot>tr:last-child>th,.box>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.box>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.box-group {
    margin-bottom: 20px
}

.box-group .box {
    margin-bottom: 0;
    border-radius: 4px
}

.box-group .box+.box {
    margin-top: 5px
}

.box-group .box-heading {
    border-bottom: 0
}

.box-group .box-heading+.box-collapse>.box-body {
    border-top: 1px solid #ddd
}

.box-group .box-footer {
    border-top: 0
}

.box-group .box-footer+.box-collapse .box-body {
    border-bottom: 1px solid #ddd
}

.box-default {
    border-color: #ddd
}

/*.available, .target {
    min-height:400px;
    height:400px;
}*/
.fa {
    cursor:pointer;
}
.hover-row-action {
 
}

.btn-xs{
padding: 5px 8px;
font-size: 12px;
line-height: 1.0;
border-radius: 1px;
}
.nowrap {
    white-space:nowrap;
}


.panel.shade {
    border-color: #cfd9D7;
    border-radius: 20px;
    box-shadow: 0 8px 17px rgba(0, 0, 0, .2);
}

.panel-default > .panel-heading {
	font-size: 85%;
	font-weight: bold;
	color: #444;
	background-color: #e5e7eb;
}

.shade .form-control {
    border-radius: 10px;
}

.center-form {
    width: 330px;
    margin: 12% auto;
}

.signup-or-separator {
    position: relative;
    height: 34px;
    text-align: center;
    background: none;
}

.signup-or-separator hr {
    width: 90%;
    margin: -16px auto 10px auto;
    border-top: 1px solid #dce0e0;
}

.signup-or-separator .text {
    display: inline-block;
    padding: 8px;
    margin: 0;
    background-color: #fff;
}

.has-feedback .form-control-feedback {
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #555;
}

.password-strength-indicator {
    position: absolute;
    top: 10px;
    right: 0;
    width: 5px;
    padding: 0 15px;
}

.password-strength-indicator span {
    display: block;
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    background: #ebeef1;
    border-radius: 5px;
}

[class^='ion-'] {
    font-size: 1.2em;
}

.has-feedback .form-control {
    padding-left: 42.5px;
}

.alert-material {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 1;
    display: inline-block;
    min-height: 48px;
    padding: 13px 24px 12px;
    font-family: 'Roboto', sans-serif;
    color: #f1f1f1;
    cursor: default;
    background: #323232;
    border-radius: 2px;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}



.btn-primary {
    background-color: #4285f4;
}

.btn-primary:hover {
    background-color: #3367d6;
}

.btn-purple {
    color: #fff !important;
  background-color: #7266ba;
  border-color: #7266ba;
}
.btn-grey {
     color: #fff !important;
  background-color: #929396;
  border-color: #727274;
}


.btn-success {
    background-color: #0f9d58;
}

/*Added for ticket ESD-19717 - remove opacity and different green color*/
.btn-success[disabled] {
    background-color: rgb(15,157,88);
    opacity: 100;
}

.btn-success:hover {
    background-color: #196c4a;
}

.btn-danger {
    background-color: #db4437;
}

.btn-danger:hover {
    background-color: #b04c3b;
}

.btn-group-vertical .btn {
    margin-bottom: 10px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 2px;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 2px;
}


.btn-lg {
    font-size: 14px;
}
.btn [class^='ion-'] {
    margin-right: 5px;
}

.btn .fa {
    margin-right: 5px;
}

/*********************
* Social Buttons
*********************/

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border: 1px solid #d54331;
}

.btn-google-plus:hover,
.btn-google-plus:focus {
    color: #fff;
    background-color: #cb3927;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #335190;
    margin:10px 0;
}

.btn-facebook:hover,
.btn-facebook:focus {
    color: #fff;
    background-color: #294786;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border: 1px solid #0073ae;
}

.btn-linkedin:hover,
.btn-linkedin:focus {
    color: #fff;
    background-color: #0069a4;
}

.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border: 1px solid #009fdb;
}

.btn-twitter:hover,
.btn-twitter:focus {
    color: #fff;
    background-color: #0090c7;
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border: 1px solid #f8215a;
}

.btn-foursquare:hover,
.btn-foursquare:focus {
    color: #fff;
    background-color: #f71752;
}

.btn-github {
    color: #fff;
    background-color: #444;
    border: 1px solid #3b3b3b;
}

.btn-github:hover,
.btn-github:focus {
    color: #fff;
    background-color: #303030;
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border: 1px solid #580b75;
}

.btn-yahoo:hover,
.btn-yahoo:focus {
    color: #fff;
    background-color: #303030;
}

/*********************
* Animations
*********************/

.fadeZoom.ng-enter {
    -webkit-animation-duration: 0.6s, 0.2s;
    -moz-animation-duration: 0.2s, 0.2s;
    -ms-animation-duration: 0.2s, 0.2s;
    animation-duration: 0.2, 0.2s;
    -webkit-animation-name: fadeIn, zoomIn;
    -moz-animation-name: fadeIn, zoomIn;
    -ms-animation-name: fadeIn, zoomIn;
    animation-name: fadeIn, zoomIn;
}

.fadeZoomFadeDown.ng-enter {
    -webkit-animation-duration: 0.2s, 0.2s;
    -moz-animation-duration: 0.2s, 0.2s;
    -ms-animation-duration: 0.2s, 0.2s;
    animation-duration: 0.2s, 0.2s;
    -webkit-animation-name: fadeIn, zoomIn;
    -moz-animation-name: fadeIn, zoomIn;
    -ms-animation-name: fadeIn, zoomIn;
    animation-name: fadeIn, zoomIn;
}

.fadeZoomFadeDown.ng-leave {
    -webkit-animation: fadeOutDown 0.2s;
    -moz-animation: fadeOutDown 0.2s;
    -ms-animation: fadeOutDown 0.2s;
    animation: fadeOutDown 0.2s;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -moz-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -moz-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        opacity: 1;
    }
}
/*
.ui-select-multiple {
    border-width:0px !important;
    background:transparent !important;
}*/


.panel-group .panel, .panel-group .panel-heading, .panel-group .panel-body {
    border-radius:0 !important;
    border-left-width:0 !important;
    border-right-width:0 !important;
    
}
.panel-group .panel-heading {
     background-color:#f9f9f9;
     border-top-width:0 !important;
}
.widgetDataTable td {
   

}
.b-info td {
     background-color: rgba(215, 246, 255, 0.8) !important;
     cursor:pointer;
}

.b-selected td {
     background-color: rgba(215, 246, 255, 0.8) !important;
     cursor:pointer;
}

.btn-back {
    font-size:10px !important;
}





div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after{
  font-family: FontAwesome;
  color: #ccc;
  position: relative;
  font-weight: normal;
  float: right;
}

table.dataTable thead .sorting:after{content:"\f0dc";}
table.dataTable thead .sorting_asc:after{content:"\f0de"; color:#000;}
table.dataTable thead .sorting_desc:after{content:"\f0dd";color:#000;}

table.dataTable thead .sorting_asc_disabled {  }
table.dataTable thead .sorting_desc_disabled {  }

table.dataTable thead > tr > th {
  
}

table.dataTable th:active {
  outline: none;
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
		
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}		
		
@-moz-keyframes rotation {
	0% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}



.spinner-wrap {
    z-index:100;
    position: absolute; 
    top: 0; left: 0; 
    right: 0;
    bottom: 0;
    opacity: .7;
     background-color: rgba(0,0,0,0.3);
    text-align: center; 
    height:100%;
    width:100%;
    margin:auto;
}
.spinner-data {
    margin:auto;
}




/* Absolute Center CSS Spinner */
.loading {
  position: relative;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow:visible;
  margin: auto;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
}
 
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
 
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
 
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
 
/* Animation */
 
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.links-container {

height: 300px;
overflow-y: auto;
overflow-x: hidden;

}

.auto-scroll {
    overflow-y: auto;overflow-x: hidden;
}


.panel-danger {
      border-color: #C71E0F !important;
}
.panel-danger > .panel-heading {
    color: #FAF9F9;
    background-color: #C71E0F;
    border-color: #C71E0F !important;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #C71E0F;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #db4437;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #db4437;
}


.panel-success {
    border-color: #0f9d58;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #0f9d58;
    border-color: #0f9d58;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #fff;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #EDD298;
}

.panel-warning > .panel-heading {
    color: #6F4803;
    background-color: #faebcc;
    border-color: #EDD298;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}



.panel-dark {
    border-color: #C6C8CF;
}

.panel-dark > .panel-heading {
    color: #9ea4b9;
    background-color: #3a3f51;
    border-color: #9ea4b9;
}

.panel-dark > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #9ea4b9;
}

.panel-dark > .panel-heading .badge {
    color: #9ea4b9;
    background-color: #fff;
}

.panel-dark > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #9ea4b9;
}

.panel-black {
    border-color: #DCDEE0;
}

.panel-black > .panel-heading {
    color: #6b94b3;
    background-color: #1c2b36;
    border-color: #6b94b3;
}

.panel-black > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6b94b3;
}

.panel-black > .panel-heading .badge {
    color: #6b94b3;
    background-color: #fff;
}

.panel-black > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6b94b3;
}

.colors .panel-default{
     color: #333;
     background-color: #f5f5f5;
     border-color: #ddd;
     border-radius:10px;
}
.colors .panel-primary{
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
    border-radius:10px;
}
.colors .panel-success{
    color: #0f9d58;
    background-color: #0f9d58;
    border-color: #d6e9c6;
    border-radius:10px;
}
.colors .panel-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius:10px;
}
.colors .panel-warning {
    color: #6F4803;
    background-color: #faebcc;
    border-color: #faebcc;
    border-radius:10px;
}
.colors .panel-danger {
    color: #db4437;
    background-color: #db4437;
    border-color: #ebccd1;
    border-radius:10px;
}
.colors .panel-dark {
  color: #9ea4b9;
  background-color: #3a3f51;
  border-color: #9ea4b9;
  border-radius:10px;
}
.colors .panel-black {
  color: #6b94b3;
  background-color: #1c2b36;
  border-color: #6b94b3;
  border-radius:10px;
}


.panel-default > .panel-heading > .tools>.navbar-nav>li>a{
    color: #333;
}
.panel-primary > .panel-heading > .tools>.navbar-nav>li>a {
    color: #fff;
}

/*Added for ticket ESD-19807 - Ensures toolbar icons are correct color*/
.panel-default > .panel-heading > .navbar-collapse > .tools>.navbar-nav>li>a{
    color: #333;
}
.panel-primary > .panel-heading > .navbar-collapse > .tools>.navbar-nav>li>a {
    color: #fff;
}


.panel-success > .panel-heading > .tools>.navbar-nav>li>a{
    color: #fff;
}
.panel-info > .panel-heading > .tools>.navbar-nav>li>a {
    color: #31708f;
}
.panel-warning > .panel-heading > .tools>.navbar-nav>li>a{
    color: #6F4803;
}
.panel-danger > .panel-heading > .tools>.navbar-nav>li>a{
    color: #FAF9F9;
}
.panel-dark > .panel-heading > .tools>.navbar-nav>li>a{
    color: #9ea4b9;
}
.panel-black .panel-heading > .tools>.navbar-nav>li>a{
    color: #6b94b3;
}
.tools>.navbar-nav>li>a, .tools>.navbar-nav>li>a:hover, .tools>.navbar-nav>li>a:active, .tools>.navbar-nav>li>a:focus {
        color: #fff;
}
    .panel-style-0.panel,.panel-style-1.panel,.panel-style-2.panel,.panel-style-3.panel,
    .panel-style-4.panel,.panel-style-5.panel,.panel-style-6.panel,.panel-style-7.panel,
    .panel-style-8.panel,.panel-style-9.panel,.panel-style-10.panel,.panel-style-11.panel,
    .panel-style-12.panel,.panel-style-13.panel,.panel-style-14.panel,.panel-style-15.panel,
    .panel-style-16.panel,.panel-style-17.panel,.panel-style-18.panel,.panel-style-19.panel,
    .panel-style-20.panel,.panel-style-21.panel,.panel-style-22.panel,.panel-style-23.panel,
    .panel-style-24.panel,.panel-style-25.panel,.panel-style-26.panel,.panel-style-27.panel,
    .panel-style-28.panel,.panel-style-29.panel,.panel-style-30.panel,.panel-style-31.panel,
    .panel-style-32.panel,.panel-style-33.panel,.panel-style-34.panel,.panel-style-35.panel,
    .panel-style-36.panel,.panel-style-37.panel,.panel-style-37.panel,.panel-style-39.panel,
    .panel-style-40.panel,.panel-style-41.panel,.panel-style-42.panel,.panel-style-43.panel,
    .panel-style-44.panel,.panel-style-45.panel,.panel-style-46.panel,.panel-style-47.panel,
    .panel-style-48.panel,.panel-style-49.panel,.panel-style-50.panel,.panel-style-51.panel,
    .panel-style-52.panel,.panel-style-53.panel,.panel-style-54.panel,.panel-style-55.panel,
    .panel-style-56.panel,.panel-style-57.panel,.panel-style-58.panel,.panel-style-59.panel,
    .panel-style-60.panel,.panel-style-61.panel,.panel-style-62.panel,.panel-style-63.panel,
    .panel-style-64.panel,.panel-style-65.panel,.panel-style-66.panel,.panel-style-67.panel,
    .panel-style-68.panel,.panel-style-69.panel
     {
        border-width:0px !important;
        border-bottom-width:1px !important;
        border-top-width:1px !important;
        border-radius:10px !important;
    }
	.panel_color_grid { 
            width: 236px;
            overflow: hidden;
            padding: 4px 4px 4px 4px;
	}
	.panel_color_grid>li>a{
        height:14px;
        width:14px;
        border:1px solid #999;
        line-height:14px;
        padding: 0px 0px 0px 3px;
        display:block;
	}
    .panel_color_grid>li {
            float: left;
            padding:1px;
            margin:0;
            list-style: none;
            font-size: 10px;
            background-color: #fff;
	
	}
	.panel > .panel-body {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.panel-style-0>.panel-heading, .colors .panel-style-0 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(102,0, 0,0.9);
	    border-right: 1px solid rgba(102,0, 0,0.9);
	    border-bottom: 1px solid rgba(102,0, 0,0.9);
	    border-color: rgba(102,0, 0, 0.9);
	    background-color: rgba(102,0, 0,0.9);
	}

	.panel-style-0>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}
   
	.panel-style-0>.panel-body {
	    border-left: 1px solid rgba(102,0, 0,0.9);
	    border-right: 1px solid rgba(102,0, 0,0.9);
	}

	.panel-style-0 {
	    border-bottom: 1px solid rgba(102,0, 0,0.9);
        border-top: 1px solid rgba(102,0, 0,0.9);
       
	}

	.panel-style-0>.panel-footer {
	    border-left: 1px solid rgba(102,0, 0,0.9);
	    border-right: 1px solid rgba(102,0, 0,0.9);
	}

	.panel-style-1>.panel-heading, .colors .panel-style-1 {
	    color: rgba(247, 242, 239, 0.9);
	    border-left: 1px solid rgba(222,99, 24,0.9);
	    border-right: 1px solid rgba(222,99, 24,0.9);
	    border-bottom: 1px solid rgba(222,99, 24,0.9);
	    border-color: rgba(222,99, 24, 0.9);
	    background-color: rgba(222,99, 24,0.9);
	}

	.panel-style-1>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(247, 242, 239, 0.9);
	}

	.panel-style-1>.panel-body {
	    border-left: 1px solid rgba(222,99, 24,0.9);
	    border-right: 1px solid rgba(222,99, 24,0.9);
	}

	.panel-style-1 {
	    border-bottom: 1px solid rgba(222,99, 24,0.9);
	}

	.panel-style-1>.panel-footer {
	    border-left: 1px solid rgba(222,99, 24,0.9);
	    border-right: 1px solid rgba(222,99, 24,0.9);
	}

	.panel-style-2>.panel-heading, .colors .panel-style-2 {
	    color: rgba(69, 69, 7, 0.9);
	    border-left: 1px solid rgba(211,209, 0,0.9);
	    border-right: 1px solid rgba(211,209, 0,0.9);
	    border-bottom: 1px solid rgba(211,209, 0,0.9);
	    border-color: rgba(211,209, 0, 0.9);
	    background-color: rgba(211,209, 0,0.9);
	}

	.panel-style-2>.panel-heading>.tools>.navbar-nav>li>a {
	     color: rgba(69, 69, 7, 0.9);
	}

	.panel-style-2>.panel-body {
	    border-left: 1px solid rgba(211,209, 0,0.9);
	    border-right: 1px solid rgba(211,209, 0,0.9);
	}

	.panel-style-2 {
	    border-bottom: 1px solid rgba(211,209, 0,0.9);
        border-top: 1px solid rgba(211,209, 0,0.9);
	}

	.panel-style-2>.panel-footer {
	    border-left: 1px solid rgba(211,209, 0,0.9);
	    border-right: 1px solid rgba(211,209, 0,0.9);
	}

	.panel-style-3>.panel-heading, .colors .panel-style-3 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(140,140, 0,0.9);
	    border-right: 1px solid rgba(140,140, 0,0.9);
	    border-bottom: 1px solid rgba(140,140, 0,0.9);
	    border-color: rgba(140,140, 0, 0.9);
	    background-color: rgba(140,140, 0,0.9);
	}

	.panel-style-3>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-3>.panel-body {
	    border-left: 1px solid rgba(140,140, 0,0.9);
	    border-right: 1px solid rgba(140,140, 0,0.9);
	}

	.panel-style-3 {
	    border-bottom: 1px solid rgba(140,140, 0,0.9);
        border-top: 1px solid rgba(140,140, 0,0.9);
	}

	.panel-style-3>.panel-footer {
	    border-left: 1px solid rgba(140,140, 0,0.9);
	    border-right: 1px solid rgba(140,140, 0,0.9);
	}

	.panel-style-4>.panel-heading , .colors .panel-style-4{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(41,50, 6,0.9);
	    border-right: 1px solid rgba(41,50, 6,0.9);
	    border-bottom: 1px solid rgba(41,50, 6,0.9);
	    border-color: rgba(41,50, 6, 0.9);
	    background-color: rgba(41,50, 6,0.9);
	}

	.panel-style-4>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-4>.panel-body {
	    border-left: 1px solid rgba(41,50, 6,0.9);
	    border-right: 1px solid rgba(41,50, 6,0.9);
	}

	.panel-style-4 {
	    border-bottom: 1px solid rgba(41,50, 6,0.9);
         border-top: 1px solid rgba(41,50, 6,0.9);
	}

	.panel-style-4>.panel-footer {
	    border-left: 1px solid rgba(41,50, 6,0.9);
	    border-right: 1px solid rgba(41,50, 6,0.9);
	}

	.panel-style-5>.panel-heading, .colors .panel-style-5 {
	    color: rgba(7, 67, 68, 0.9);
	    border-left: 1px solid rgba(52,227, 229,0.9);
	    border-right: 1px solid rgba(52,227, 229,0.9);
	    border-bottom: 1px solid rgba(52,227, 229,0.9);
	    border-color: rgba(52,227, 229, 0.9);
	    background-color: rgba(52,227, 229,0.9);
	}

	.panel-style-5>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(7, 67, 68, 0.9);
	}

	.panel-style-5>.panel-body {
	    border-left: 1px solid rgba(52,227, 229,0.9);
	    border-right: 1px solid rgba(52,227, 229,0.9);
	}

	.panel-style-5 {
	    border-bottom: 1px solid rgba(52,227, 229,0.9);
         border-top: 1px solid rgba(52,227, 229,0.9);
	}

	.panel-style-5>.panel-footer {
	    border-left: 1px solid rgba(52,227, 229,0.9);
	    border-right: 1px solid rgba(52,227, 229,0.9);
	}

	.panel-style-6>.panel-heading , .colors .panel-style-6{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(32,82, 96,0.9);
	    border-right: 1px solid rgba(32,82, 96,0.9);
	    border-bottom: 1px solid rgba(32,82, 96,0.9);
	    border-color: rgba(32,82, 96, 0.9);
	    background-color: rgba(32,82, 96,0.9);
	}

	.panel-style-6>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-6>.panel-body {
	    border-left: 1px solid rgba(32,82, 96,0.9);
	    border-right: 1px solid rgba(32,82, 96,0.9);
	}

	.panel-style-6 {
	    border-bottom: 1px solid rgba(32,82, 96,0.9);
          border-top: 1px solid rgba(32,82, 96,0.9);
	}

	.panel-style-6>.panel-footer {
	    border-left: 1px solid rgba(32,82, 96,0.9);
	    border-right: 1px solid rgba(32,82, 96,0.9);
	}

	.panel-style-7>.panel-heading, .colors .panel-style-7 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(28,9, 70,0.9);
	    border-right: 1px solid rgba(28,9, 70,0.9);
	    border-bottom: 1px solid rgba(28,9, 70,0.9);
	    border-color: rgba(28,9, 70, 0.9);
	    background-color: rgba(28,9, 70,0.9);
	}

	.panel-style-7>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-7>.panel-body {
	    border-left: 1px solid rgba(28,9, 70,0.9);
	    border-right: 1px solid rgba(28,9, 70,0.9);
	}

	.panel-style-7 {
	    border-bottom: 1px solid rgba(28,9, 70,0.9);
         border-top: 1px solid rgba(28,9, 70,0.9);
	}

	.panel-style-7>.panel-footer {
	    border-left: 1px solid rgba(28,9, 70,0.9);
	    border-right: 1px solid rgba(28,9, 70,0.9);
	}

	.panel-style-8>.panel-heading, .colors .panel-style-8 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(70,0, 140,0.9);
	    border-right: 1px solid rgba(70,0, 140,0.9);
	    border-bottom: 1px solid rgba(70,0, 140,0.9);
	    border-color: rgba(70,0, 140, 0.9);
	    background-color: rgba(70,0, 140,0.9);
	}

	.panel-style-8>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-8>.panel-body {
	    border-left: 1px solid rgba(70,0, 140,0.9);
	    border-right: 1px solid rgba(70,0, 140,0.9);
	}

	.panel-style-8 {
	    border-bottom: 1px solid rgba(70,0, 140,0.9);
         border-top: 1px solid rgba(70,0, 140,0.9);
	}

	.panel-style-8>.panel-footer {
	    border-left: 1px solid rgba(70,0, 140,0.9);
	    border-right: 1px solid rgba(70,0, 140,0.9);
	}

	.panel-style-9>.panel-heading , .colors .panel-style-9{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(51,21, 26,0.9);
	    border-right: 1px solid rgba(51,21, 26,0.9);
	    border-bottom: 1px solid rgba(51,21, 26,0.9);
	    border-color: rgba(51,21, 26, 0.9);
	    background-color: rgba(51,21, 26,0.9);
	}

	.panel-style-9>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-9>.panel-body {
	    border-left: 1px solid rgba(51,21, 26,0.9);
	    border-right: 1px solid rgba(51,21, 26,0.9);
	}

	.panel-style-9 {
	    border-bottom: 1px solid rgba(51,21, 26,0.9);
         border-top: 1px solid rgba(51,21, 26,0.9);
	}

	.panel-style-9>.panel-footer {
	    border-left: 1px solid rgba(51,21, 26,0.9);
	    border-right: 1px solid rgba(51,21, 26,0.9);
	}

	.panel-style-10>.panel-heading , .colors .panel-style-10{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(227,14, 92,0.9);
	    border-right: 1px solid rgba(227,14, 92,0.9);
	    border-bottom: 1px solid rgba(227,14, 92,0.9);
	    border-color: rgba(227,14, 92, 0.9);
	    background-color: rgba(227,14, 92,0.9);
	}

	.panel-style-10>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-10>.panel-body {
	    border-left: 1px solid rgba(227,14, 92,0.9);
	    border-right: 1px solid rgba(227,14, 92,0.9);
	}

	.panel-style-10 {
	    border-bottom: 1px solid rgba(227,14, 92,0.9);
          border-top: 1px solid rgba(227,14, 92,0.9);
	}

	.panel-style-10>.panel-footer {
	    border-left: 1px solid rgba(227,14, 92,0.9);
	    border-right: 1px solid rgba(227,14, 92,0.9);
	}

	.panel-style-11>.panel-heading , .colors .panel-style-11{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(61,31, 0,0.9);
	    border-right: 1px solid rgba(61,31, 0,0.9);
	    border-bottom: 1px solid rgba(61,31, 0,0.9);
	    border-color: rgba(61,31, 0, 0.9);
	    background-color: rgba(61,31, 0,0.9);
	}

	.panel-style-11>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-11>.panel-body {
	    border-left: 1px solid rgba(61,31, 0,0.9);
	    border-right: 1px solid rgba(61,31, 0,0.9);
	}

	.panel-style-11 {
	    border-bottom: 1px solid rgba(61,31, 0,0.9);
         border-top: 1px solid rgba(61,31, 0,0.9);
	}

	.panel-style-11>.panel-footer {
	    border-left: 1px solid rgba(61,31, 0,0.9);
	    border-right: 1px solid rgba(61,31, 0,0.9);
	}

	.panel-style-12>.panel-heading, .colors .panel-style-12 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(94,24, 0,0.9);
	    border-right: 1px solid rgba(94,24, 0,0.9);
	    border-bottom: 1px solid rgba(94,24, 0,0.9);
	    border-color: rgba(94,24, 0, 0.9);
	    background-color: rgba(94,24, 0,0.9);
	}

	.panel-style-12>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-12>.panel-body {
	    border-left: 1px solid rgba(94,24, 0,0.9);
	    border-right: 1px solid rgba(94,24, 0,0.9);
	}

	.panel-style-12 {
	    border-bottom: 1px solid rgba(94,24, 0,0.9);
         border-top: 1px solid rgba(94,24, 0,0.9);
	}

	.panel-style-12>.panel-footer {
	    border-left: 1px solid rgba(94,24, 0,0.9);
	    border-right: 1px solid rgba(94,24, 0,0.9);
	}

	.panel-style-13>.panel-heading , .colors .panel-style-13{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(0,0, 0,0.9);
	    border-right: 1px solid rgba(0,0, 0,0.9);
	    border-bottom: 1px solid rgba(0,0, 0,0.9);
	    border-color: rgba(0,0, 0, 0.9);
	    background-color: rgba(0,0, 0,0.9);
	}

	.panel-style-13>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-13>.panel-body {
	    border-left: 1px solid rgba(0,0, 0,0.9);
	    border-right: 1px solid rgba(0,0, 0,0.9);
	}

	.panel-style-13 {
	    border-bottom: 1px solid rgba(0,0, 0,0.9);
         border-top: 1px solid rgba(0,0, 0,0.9);
	}

	.panel-style-13>.panel-footer {
	    border-left: 1px solid rgba(0,0, 0,0.9);
	    border-right: 1px solid rgba(0,0, 0,0.9);
	}

	.panel-style-14>.panel-heading , .colors .panel-style-14{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(152,0, 0,0.9);
	    border-right: 1px solid rgba(152,0, 0,0.9);
	    border-bottom: 1px solid rgba(152,0, 0,0.9);
	    border-color: rgba(152,0, 0, 0.9);
	    background-color: rgba(152,0, 0,0.9);
	}

	.panel-style-14>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-14>.panel-body {
	    border-left: 1px solid rgba(152,0, 0,0.9);
	    border-right: 1px solid rgba(152,0, 0,0.9);
	}

	.panel-style-14 {
	    border-bottom: 1px solid rgba(152,0, 0,0.9);
         border-top: 1px solid rgba(152,0, 0,0.9);
	}

	.panel-style-14>.panel-footer {
	    border-left: 1px solid rgba(152,0, 0,0.9);
	    border-right: 1px solid rgba(152,0, 0,0.9);
	}

	.panel-style-15>.panel-heading , .colors .panel-style-15{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(255,127, 0,0.9);
	    border-right: 1px solid rgba(255,127, 0,0.9);
	    border-bottom: 1px solid rgba(255,127, 0,0.9);
	    border-color: rgba(255,127, 0, 0.9);
	    background-color: rgba(255,127, 0,0.9);
	}

	.panel-style-15>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-15>.panel-body {
	    border-left: 1px solid rgba(255,127, 0,0.9);
	    border-right: 1px solid rgba(255,127, 0,0.9);
	}

	.panel-style-15 {
	    border-bottom: 1px solid rgba(255,127, 0,0.9);
         border-top: 1px solid rgba(255,127, 0,0.9);
	}

	.panel-style-15>.panel-footer {
	    border-left: 1px solid rgba(255,127, 0,0.9);
	    border-right: 1px solid rgba(255,127, 0,0.9);
	}

	.panel-style-16>.panel-heading , .colors .panel-style-16{
	    color: rgba(107, 107, 51, 0.9);
	    border-left: 1px solid rgba(255,255, 0,0.9);
	    border-right: 1px solid rgba(255,255, 0,0.9);
	    border-bottom: 1px solid rgba(255,255, 0,0.9);
	    border-color: rgba(255,255, 0, 0.9);
	    background-color: rgba(255,255, 0,0.9);
	}

	.panel-style-16>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(107, 107, 51, 0.9);
	}

	.panel-style-16>.panel-body {
	    border-left: 1px solid rgba(255,255, 0,0.9);
	    border-right: 1px solid rgba(255,255, 0,0.9);
	}

	.panel-style-16 {
	    border-bottom: 1px solid rgba(255,255, 0,0.9);
          border-top: 1px solid rgba(255,255, 0,0.9);
	}

	.panel-style-16>.panel-footer {
	    border-left: 1px solid rgba(255,255, 0,0.9);
	    border-right: 1px solid rgba(255,255, 0,0.9);
	}

	.panel-style-17>.panel-heading, .colors .panel-style-17 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(136,186, 65,0.9);
	    border-right: 1px solid rgba(136,186, 65,0.9);
	    border-bottom: 1px solid rgba(136,186, 65,0.9);
	    border-color: rgba(136,186, 65, 0.9);
	    background-color: rgba(136,186, 65,0.9);
	}

	.panel-style-17>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-17>.panel-body {
	    border-left: 1px solid rgba(136,186, 65,0.9);
	    border-right: 1px solid rgba(136,186, 65,0.9);
	}

	.panel-style-17 {
	    border-bottom: 1px solid rgba(136,186, 65,0.9);
           border-top: 1px solid rgba(136,186, 65,0.9);
	}

	.panel-style-17>.panel-footer {
	    border-left: 1px solid rgba(136,186, 65,0.9);
	    border-right: 1px solid rgba(136,186, 65,0.9);
	}

	.panel-style-18>.panel-heading , .colors .panel-style-18{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(0,103, 0,0.9);
	    border-right: 1px solid rgba(0,103, 0,0.9);
	    border-bottom: 1px solid rgba(0,103, 0,0.9);
	    border-color: rgba(0,103, 0, 0.9);
	    background-color: rgba(0,103, 0,0.9);
	}

	.panel-style-18>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-18>.panel-body {
	    border-left: 1px solid rgba(0,103, 0,0.9);
	    border-right: 1px solid rgba(0,103, 0,0.9);
	}

	.panel-style-18 {
	    border-bottom: 1px solid rgba(0,103, 0,0.9);
         border-top: 1px solid rgba(0,103, 0,0.9);
	}

	.panel-style-18>.panel-footer {
	    border-left: 1px solid rgba(0,103, 0,0.9);
	    border-right: 1px solid rgba(0,103, 0,0.9);
	}

	.panel-style-19>.panel-heading, .colors .panel-style-19 {
	    color: rgba(11, 113, 83, 0.9);
	    border-left: 1px solid rgba(101,243, 201,0.9);
	    border-right: 1px solid rgba(101,243, 201,0.9);
	    border-bottom: 1px solid rgba(101,243, 201,0.9);
	    border-color: rgba(101,243, 201, 0.9);
	    background-color: rgba(101,243, 201,0.9);
	}

	.panel-style-19>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(11, 113, 83, 0.9);
	}

	.panel-style-19>.panel-body {
	    border-left: 1px solid rgba(101,243, 201,0.9);
	    border-right: 1px solid rgba(101,243, 201,0.9);
	}

	.panel-style-19 {
	    border-bottom: 1px solid rgba(101,243, 201,0.9);
         border-top: 1px solid rgba(101,243, 201,0.9);
	}

	.panel-style-19>.panel-footer {
	    border-left: 1px solid rgba(101,243, 201,0.9);
	    border-right: 1px solid rgba(101,243, 201,0.9);
	}

	.panel-style-20>.panel-heading , .colors .panel-style-20{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(49,140, 140,0.9);
	    border-right: 1px solid rgba(49,140, 140,0.9);
	    border-bottom: 1px solid rgba(49,140, 140,0.9);
	    border-color: rgba(49,140, 140, 0.9);
	    background-color: rgba(49,140, 140,0.9);
	}

	.panel-style-20>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-20>.panel-body {
	    border-left: 1px solid rgba(49,140, 140,0.9);
	    border-right: 1px solid rgba(49,140, 140,0.9);
	}

	.panel-style-20 {
	    border-bottom: 1px solid rgba(49,140, 140,0.9);
           border-top: 1px solid rgba(49,140, 140,0.9);
	}

	.panel-style-20>.panel-footer {
	    border-left: 1px solid rgba(49,140, 140,0.9);
	    border-right: 1px solid rgba(49,140, 140,0.9);
	}

	.panel-style-21>.panel-heading, .colors .panel-style-21 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(49,49, 140,0.9);
	    border-right: 1px solid rgba(49,49, 140,0.9);
	    border-bottom: 1px solid rgba(49,49, 140,0.9);
	    border-color: rgba(49,49, 140, 0.9);
	    background-color: rgba(49,49, 140,0.9);
	}

	.panel-style-21>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-21>.panel-body {
	    border-left: 1px solid rgba(49,49, 140,0.9);
	    border-right: 1px solid rgba(49,49, 140,0.9);
	}

	.panel-style-21 {
	    border-bottom: 1px solid rgba(49,49, 140,0.9);
        border-top: 1px solid rgba(49,49, 140,0.9);
	}

	.panel-style-21>.panel-footer {
	    border-left: 1px solid rgba(49,49, 140,0.9);
	    border-right: 1px solid rgba(49,49, 140,0.9);
	}

	.panel-style-22>.panel-heading , .colors .panel-style-22{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(94,49, 140,0.9);
	    border-right: 1px solid rgba(94,49, 140,0.9);
	    border-bottom: 1px solid rgba(94,49, 140,0.9);
	    border-color: rgba(94,49, 140, 0.9);
	    background-color: rgba(94,49, 140,0.9);
	}

	.panel-style-22>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-22>.panel-body {
	    border-left: 1px solid rgba(94,49, 140,0.9);
	    border-right: 1px solid rgba(94,49, 140,0.9);
	}

	.panel-style-22 {
	    border-bottom: 1px solid rgba(94,49, 140,0.9);
         border-top: 1px solid rgba(94,49, 140,0.9);
	}

	.panel-style-22>.panel-footer {
	    border-left: 1px solid rgba(94,49, 140,0.9);
	    border-right: 1px solid rgba(94,49, 140,0.9);
	}

	.panel-style-23>.panel-heading, .colors .panel-style-23 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(82,15, 65,0.9);
	    border-right: 1px solid rgba(82,15, 65,0.9);
	    border-bottom: 1px solid rgba(82,15, 65,0.9);
	    border-color: rgba(82,15, 65, 0.9);
	    background-color: rgba(82,15, 65,0.9);
	}

	.panel-style-23>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-23>.panel-body {
	    border-left: 1px solid rgba(82,15, 65,0.9);
	    border-right: 1px solid rgba(82,15, 65,0.9);
	}

	.panel-style-23 {
	    border-bottom: 1px solid rgba(82,15, 65,0.9);
          border-top: 1px solid rgba(82,15, 65,0.9);
	}

	.panel-style-23>.panel-footer {
	    border-left: 1px solid rgba(82,15, 65,0.9);
	    border-right: 1px solid rgba(82,15, 65,0.9);
	}

	.panel-style-24>.panel-heading , .colors .panel-style-24{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(255,89, 172,0.9);
	    border-right: 1px solid rgba(255,89, 172,0.9);
	    border-bottom: 1px solid rgba(255,89, 172,0.9);
	    border-color: rgba(255,89, 172, 0.9);
	    background-color: rgba(255,89, 172,0.9);
	}

	.panel-style-24>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-24>.panel-body {
	    border-left: 1px solid rgba(255,89, 172,0.9);
	    border-right: 1px solid rgba(255,89, 172,0.9);
	}

	.panel-style-24 {
	    border-bottom: 1px solid rgba(255,89, 172,0.9);
         border-top: 1px solid rgba(255,89, 172,0.9);
	}

	.panel-style-24>.panel-footer {
	    border-left: 1px solid rgba(255,89, 172,0.9);
	    border-right: 1px solid rgba(255,89, 172,0.9);
	}

	.panel-style-25>.panel-heading , .colors .panel-style-25{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(140,94, 49,0.9);
	    border-right: 1px solid rgba(140,94, 49,0.9);
	    border-bottom: 1px solid rgba(140,94, 49,0.9);
	    border-color: rgba(140,94, 49, 0.9);
	    background-color: rgba(140,94, 49,0.9);
	}

	.panel-style-25>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-25>.panel-body {
	    border-left: 1px solid rgba(140,94, 49,0.9);
	    border-right: 1px solid rgba(140,94, 49,0.9);
	}

	.panel-style-25 {
	    border-bottom: 1px solid rgba(140,94, 49,0.9);
          border-top: 1px solid rgba(140,94, 49,0.9);
	}

	.panel-style-25>.panel-footer {
	    border-left: 1px solid rgba(140,94, 49,0.9);
	    border-right: 1px solid rgba(140,94, 49,0.9);
	}

	.panel-style-26>.panel-heading , .colors .panel-style-26{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(140,70, 0,0.9);
	    border-right: 1px solid rgba(140,70, 0,0.9);
	    border-bottom: 1px solid rgba(140,70, 0,0.9);
	    border-color: rgba(140,70, 0, 0.9);
	    background-color: rgba(140,70, 0,0.9);
	}

	.panel-style-26>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-26>.panel-body {
	    border-left: 1px solid rgba(140,70, 0,0.9);
	    border-right: 1px solid rgba(140,70, 0,0.9);
	}

	.panel-style-26 {
	    border-bottom: 1px solid rgba(140,70, 0,0.9);
          border-top: 1px solid rgba(140,70, 0,0.9);
	}

	.panel-style-26>.panel-footer {
	    border-left: 1px solid rgba(140,70, 0,0.9);
	    border-right: 1px solid rgba(140,70, 0,0.9);
	}

	.panel-style-27>.panel-heading , .colors .panel-style-27{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(80,80, 80,0.9);
	    border-right: 1px solid rgba(80,80, 80,0.9);
	    border-bottom: 1px solid rgba(80,80, 80,0.9);
	    border-color: rgba(80,80, 80, 0.9);
	    background-color: rgba(80,80, 80,0.9);
	}

	.panel-style-27>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-27>.panel-body {
	    border-left: 1px solid rgba(80,80, 80,0.9);
	    border-right: 1px solid rgba(80,80, 80,0.9);
	}

	.panel-style-27 {
	    border-bottom: 1px solid rgba(80,80, 80,0.9);
          border-top: 1px solid rgba(80,80, 80,0.9);
	}

	.panel-style-27>.panel-footer {
	    border-left: 1px solid rgba(80,80, 80,0.9);
	    border-right: 1px solid rgba(80,80, 80,0.9);
	}

	.panel-style-28>.panel-heading , .colors .panel-style-28{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(255,0, 0,0.9);
	    border-right: 1px solid rgba(255,0, 0,0.9);
	    border-bottom: 1px solid rgba(255,0, 0,0.9);
	    border-color: rgba(255,0, 0, 0.9);
	    background-color: rgba(255,0, 0,0.9);
	}

	.panel-style-28>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-28>.panel-body {
	    border-left: 1px solid rgba(255,0, 0,0.9);
	    border-right: 1px solid rgba(255,0, 0,0.9);
	}

	.panel-style-28 {
	    border-bottom: 1px solid rgba(255,0, 0,0.9);
         border-top: 1px solid rgba(255,0, 0,0.9);
	}

	.panel-style-28>.panel-footer {
	    border-left: 1px solid rgba(255,0, 0,0.9);
	    border-right: 1px solid rgba(255,0, 0,0.9);
	}

	.panel-style-29>.panel-heading , .colors .panel-style-29{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(255,160, 0,0.9);
	    border-right: 1px solid rgba(255,160, 0,0.9);
	    border-bottom: 1px solid rgba(255,160, 0,0.9);
	    border-color: rgba(255,160, 0, 0.9);
	    background-color: rgba(255,160, 0,0.9);
	}

	.panel-style-29>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-29>.panel-body {
	    border-left: 1px solid rgba(255,160, 0,0.9);
	    border-right: 1px solid rgba(255,160, 0,0.9);
	}

	.panel-style-29 {
	    border-bottom: 1px solid rgba(255,160, 0,0.9);
         border-top: 1px solid rgba(255,160, 0,0.9);
	}

	.panel-style-29>.panel-footer {
	    border-left: 1px solid rgba(255,160, 0,0.9);
	    border-right: 1px solid rgba(255,160, 0,0.9);
	}

	.panel-style-30>.panel-heading , .colors .panel-style-30{
	    color: rgba(140, 120, 13, 0.9);
	    border-left: 1px solid rgba(238,213, 79,0.9);
	    border-right: 1px solid rgba(238,213, 79,0.9);
	    border-bottom: 1px solid rgba(238,213, 79,0.9);
	    border-color: rgba(238,213, 79, 0.9);
	    background-color: rgba(238,213, 79,0.9);
	}

	.panel-style-30>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(140, 120, 13, 0.9);
	}

	.panel-style-30>.panel-body {
	    border-left: 1px solid rgba(238,213, 79,0.9);
	    border-right: 1px solid rgba(238,213, 79,0.9);
	}

	.panel-style-30 {
	    border-bottom: 1px solid rgba(238,213, 79,0.9);
         border-top: 1px solid rgba(238,213, 79,0.9);
	}

	.panel-style-30>.panel-footer {
	    border-left: 1px solid rgba(238,213, 79,0.9);
	    border-right: 1px solid rgba(238,213, 79,0.9);
	}

	.panel-style-31>.panel-heading , .colors .panel-style-31{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(119,140, 98,0.9);
	    border-right: 1px solid rgba(119,140, 98,0.9);
	    border-bottom: 1px solid rgba(119,140, 98,0.9);
	    border-color: rgba(119,140, 98, 0.9);
	    background-color: rgba(119,140, 98,0.9);
	}

	.panel-style-31>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-31>.panel-body {
	    border-left: 1px solid rgba(119,140, 98,0.9);
	    border-right: 1px solid rgba(119,140, 98,0.9);
	}

	.panel-style-31 {
	    border-bottom: 1px solid rgba(119,140, 98,0.9);
         border-top: 1px solid rgba(119,140, 98,0.9);
	}

	.panel-style-31>.panel-footer {
	    border-left: 1px solid rgba(119,140, 98,0.9);
	    border-right: 1px solid rgba(119,140, 98,0.9);
	}

	.panel-style-32>.panel-heading, .colors .panel-style-32 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(0,174, 0,0.9);
	    border-right: 1px solid rgba(0,174, 0,0.9);
	    border-bottom: 1px solid rgba(0,174, 0,0.9);
	    border-color: rgba(0,174, 0, 0.9);
	    background-color: rgba(0,174, 0,0.9);
	}

	.panel-style-32>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-32>.panel-body {
	    border-left: 1px solid rgba(0,174, 0,0.9);
	    border-right: 1px solid rgba(0,174, 0,0.9);
	}

	.panel-style-32 {
	    border-bottom: 1px solid rgba(0,174, 0,0.9);
         border-top: 1px solid rgba(0,174, 0,0.9);
	}

	.panel-style-32>.panel-footer {
	    border-left: 1px solid rgba(0,174, 0,0.9);
	    border-right: 1px solid rgba(0,174, 0,0.9);
	}

	.panel-style-33>.panel-heading , .colors .panel-style-33{
	    color: rgba(10, 128, 54, 0.9);
	    border-left: 1px solid rgba(119,246, 167,0.9);
	    border-right: 1px solid rgba(119,246, 167,0.9);
	    border-bottom: 1px solid rgba(119,246, 167,0.9);
	    border-color: rgba(119,246, 167, 0.9);
	    background-color: rgba(119,246, 167,0.9);
	}

	.panel-style-33>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(10, 128, 54, 0.9);
	}

	.panel-style-33>.panel-body {
	    border-left: 1px solid rgba(119,246, 167,0.9);
	    border-right: 1px solid rgba(119,246, 167,0.9);
	}

	.panel-style-33 {
	    border-bottom: 1px solid rgba(119,246, 167,0.9);
         border-top: 1px solid rgba(119,246, 167,0.9);
	}

	.panel-style-33>.panel-footer {
	    border-left: 1px solid rgba(119,246, 167,0.9);
	    border-right: 1px solid rgba(119,246, 167,0.9);
	}

	.panel-style-34>.panel-heading , .colors .panel-style-34{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(98,140, 140,0.9);
	    border-right: 1px solid rgba(98,140, 140,0.9);
	    border-bottom: 1px solid rgba(98,140, 140,0.9);
	    border-color: rgba(98,140, 140, 0.9);
	    background-color: rgba(98,140, 140,0.9);
	}

	.panel-style-34>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-34>.panel-body {
	    border-left: 1px solid rgba(98,140, 140,0.9);
	    border-right: 1px solid rgba(98,140, 140,0.9);
	}

	.panel-style-34 {
	    border-bottom: 1px solid rgba(98,140, 140,0.9);
         border-top: 1px solid rgba(98,140, 140,0.9);
	}

	.panel-style-34>.panel-footer {
	    border-left: 1px solid rgba(98,140, 140,0.9);
	    border-right: 1px solid rgba(98,140, 140,0.9);
	}

	.panel-style-35>.panel-heading , .colors .panel-style-35{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(74,115, 189,0.9);
	    border-right: 1px solid rgba(74,115, 189,0.9);
	    border-bottom: 1px solid rgba(74,115, 189,0.9);
	    border-color: rgba(74,115, 189, 0.9);
	    background-color: rgba(74,115, 189,0.9);
	}

	.panel-style-35>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-35>.panel-body {
	    border-left: 1px solid rgba(74,115, 189,0.9);
	    border-right: 1px solid rgba(74,115, 189,0.9);
	}

	.panel-style-35 {
	    border-bottom: 1px solid rgba(74,115, 189,0.9);
        border-top: 1px solid rgba(74,115, 189,0.9);
	}

	.panel-style-35>.panel-footer {
	    border-left: 1px solid rgba(74,115, 189,0.9);
	    border-right: 1px solid rgba(74,115, 189,0.9);
	}

	.panel-style-36>.panel-heading, .colors .panel-style-36 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(119,98, 140,0.9);
	    border-right: 1px solid rgba(119,98, 140,0.9);
	    border-bottom: 1px solid rgba(119,98, 140,0.9);
	    border-color: rgba(119,98, 140, 0.9);
	    background-color: rgba(119,98, 140,0.9);
	}

	.panel-style-36>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-36>.panel-body {
	    border-left: 1px solid rgba(119,98, 140,0.9);
	    border-right: 1px solid rgba(119,98, 140,0.9);
	}

	.panel-style-36 {
	    border-bottom: 1px solid rgba(119,98, 140,0.9);
         border-top: 1px solid rgba(119,98, 140,0.9);
	}

	.panel-style-36>.panel-footer {
	    border-left: 1px solid rgba(119,98, 140,0.9);
	    border-right: 1px solid rgba(119,98, 140,0.9);
	}

	.panel-style-37>.panel-heading , .colors .panel-style-37{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(132,14, 71,0.9);
	    border-right: 1px solid rgba(132,14, 71,0.9);
	    border-bottom: 1px solid rgba(132,14, 71,0.9);
	    border-color: rgba(132,14, 71, 0.9);
	    background-color: rgba(132,14, 71,0.9);
	}

	.panel-style-37>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-37>.panel-body {
	    border-left: 1px solid rgba(132,14, 71,0.9);
	    border-right: 1px solid rgba(132,14, 71,0.9);
	}

	.panel-style-37 {
	    border-bottom: 1px solid rgba(132,14, 71,0.9);
         border-top: 1px solid rgba(132,14, 71,0.9);
	}

	.panel-style-37>.panel-footer {
	    border-left: 1px solid rgba(132,14, 71,0.9);
	    border-right: 1px solid rgba(132,14, 71,0.9);
	}

	.panel-style-38>.panel-heading , .colors .panel-style-38{
	    color: rgba(179, 26, 79, 0.9);
	    border-left: 1px solid rgba(179, 26, 79, 0.9);
	    border-right: 1px solid rgba(179, 26, 79, 0.9);
	    border-bottom: 1px solid rgba(179, 26, 79, 0.9);
	    border-color: rgba(179, 26, 79, 0.9);
	    background-color: rgba(239,140, 174,0.9);
	}

	.panel-style-38>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(179, 26, 79, 0.9);
	}

	.panel-style-38>.panel-body {
	    border-left: 1px solid rgba(179, 26, 79, 0.9);
	    border-right: 1px solid rgba(179, 26, 79, 0.9);
	}

	.panel-style-38 {
	    border-bottom: 1px solid rgba(179, 26, 79, 0.9);
        border-top: 1px solid rgba(179, 26, 79, 0.9);
	}

	.panel-style-38>.panel-footer {
	    border-left: 1px solid rgba(179, 26, 79, 0.9);
	    border-right: 1px solid rgba(179, 26, 79, 0.9);
	}

	.panel-style-39>.panel-heading , .colors .panel-style-39{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(142,112, 50,0.9);
	    border-right: 1px solid rgba(142,112, 50,0.9);
	    border-bottom: 1px solid rgba(142,112, 50,0.9);
	    border-color: rgba(142,112, 50, 0.9);
	    background-color: rgba(142,112, 50,0.9);
	}

	.panel-style-39>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-39>.panel-body {
	    border-left: 1px solid rgba(142,112, 50,0.9);
	    border-right: 1px solid rgba(142,112, 50,0.9);
	}

	.panel-style-39 {
	    border-bottom: 1px solid rgba(142,112, 50,0.9);
          border-top: 1px solid rgba(142,112, 50,0.9);
	}

	.panel-style-39>.panel-footer {
	    border-left: 1px solid rgba(142,112, 50,0.9);
	    border-right: 1px solid rgba(142,112, 50,0.9);
	}

	.panel-style-40>.panel-heading , .colors .panel-style-40{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(209,180, 91,0.9);
	    border-right: 1px solid rgba(209,180, 91,0.9);
	    border-bottom: 1px solid rgba(209,180, 91,0.9);
	    border-color: rgba(209,180, 91, 0.9);
	    background-color: rgba(209,180, 91,0.9);
	}

	.panel-style-40>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-40>.panel-body {
	    border-left: 1px solid rgba(209,180, 91,0.9);
	    border-right: 1px solid rgba(209,180, 91,0.9);
	}

	.panel-style-40 {
	    border-bottom: 1px solid rgba(209,180, 91,0.9);
          border-top: 1px solid rgba(209,180, 91,0.9);
	}

	.panel-style-40>.panel-footer {
	    border-left: 1px solid rgba(209,180, 91,0.9);
	    border-right: 1px solid rgba(209,180, 91,0.9);
	}

	.panel-style-41>.panel-heading, .colors .panel-style-41 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(130,130, 131,0.9);
	    border-right: 1px solid rgba(130,130, 131,0.9);
	    border-bottom: 1px solid rgba(130,130, 131,0.9);
	    border-color: rgba(130,130, 131, 0.9);
	    background-color: rgba(130,130, 131,0.9);
	}

	.panel-style-41>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-41>.panel-body {
	    border-left: 1px solid rgba(130,130, 131,0.9);
	    border-right: 1px solid rgba(130,130, 131,0.9);
	}

	.panel-style-41 {
	    border-bottom: 1px solid rgba(130,130, 131,0.9);
          border-top: 1px solid rgba(130,130, 131,0.9);
	}

	.panel-style-41>.panel-footer {
	    border-left: 1px solid rgba(130,130, 131,0.9);
	    border-right: 1px solid rgba(130,130, 131,0.9);
	}

	.panel-style-42>.panel-heading, .colors .panel-style-42 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(227,38, 54,0.9);
	    border-right: 1px solid rgba(227,38, 54,0.9);
	    border-bottom: 1px solid rgba(227,38, 54,0.9);
	    border-color: rgba(227,38, 54, 0.9);
	    background-color: rgba(227,38, 54,0.9);
	}

	.panel-style-42>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-42>.panel-body {
	    border-left: 1px solid rgba(227,38, 54,0.9);
	    border-right: 1px solid rgba(227,38, 54,0.9);
	}

	.panel-style-42 {
	    border-bottom: 1px solid rgba(227,38, 54,0.9);
         border-top: 1px solid rgba(227,38, 54,0.9);
	}

	.panel-style-42>.panel-footer {
	    border-left: 1px solid rgba(227,38, 54,0.9);
	    border-right: 1px solid rgba(227,38, 54,0.9);
	}

	.panel-style-43>.panel-heading , .colors .panel-style-43{
	    color: rgba(113, 79, 6, 0.9);
	    border-left: 1px solid rgba(255,197, 73,0.9);
	    border-right: 1px solid rgba(255,197, 73,0.9);
	    border-bottom: 1px solid rgba(255,197, 73,0.9);
	    border-color: rgba(255,197, 73, 0.9);
	    background-color: rgba(255,197, 73,0.9);
	}

	.panel-style-43>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(113, 79, 6, 0.9);
	}

	.panel-style-43>.panel-body {
	    border-left: 1px solid rgba(255,197, 73,0.9);
	    border-right: 1px solid rgba(255,197, 73,0.9);
	}

	.panel-style-43 {
	    border-bottom: 1px solid rgba(255,197, 73,0.9);
          border-top: 1px solid rgba(255,197, 73,0.9);
	}

	.panel-style-43>.panel-footer {
	    border-left: 1px solid rgba(255,197, 73,0.9);
	    border-right: 1px solid rgba(255,197, 73,0.9);
	}

	.panel-style-44>.panel-heading , .colors .panel-style-44{
	    color: rgba(145, 145, 58, 0.9);
	    border-left: 1px solid rgba(255,255, 109,0.9);
	    border-right: 1px solid rgba(255,255, 109,0.9);
	    border-bottom: 1px solid rgba(255,255, 109,0.9);
	    border-color: rgba(255,255, 109, 0.9);
	    background-color: rgba(255,255, 109,0.9);
	}

	.panel-style-44>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(145, 145, 58, 0.9);
	}

	.panel-style-44>.panel-body {
	    border-left: 1px solid rgba(255,255, 109,0.9);
	    border-right: 1px solid rgba(255,255, 109,0.9);
	}

	.panel-style-44 {
	    border-bottom: 1px solid rgba(255,255, 109,0.9);
           border-top: 1px solid rgba(255,255, 109,0.9);
	}

	.panel-style-44>.panel-footer {
	    border-left: 1px solid rgba(255,255, 109,0.9);
	    border-right: 1px solid rgba(255,255, 109,0.9);
	}

	.panel-style-45>.panel-heading , .colors .panel-style-45{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(140,140, 98,0.9);
	    border-right: 1px solid rgba(140,140, 98,0.9);
	    border-bottom: 1px solid rgba(140,140, 98,0.9);
	    border-color: rgba(140,140, 98, 0.9);
	    background-color: rgba(140,140, 98,0.9);
	}

	.panel-style-45>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-45>.panel-body {
	    border-left: 1px solid rgba(140,140, 98,0.9);
	    border-right: 1px solid rgba(140,140, 98,0.9);
	}

	.panel-style-45 {
	    border-bottom: 1px solid rgba(140,140, 98,0.9);
         border-top: 1px solid rgba(140,140, 98,0.9);
	}

	.panel-style-45>.panel-footer {
	    border-left: 1px solid rgba(140,140, 98,0.9);
	    border-right: 1px solid rgba(140,140, 98,0.9);
	}

	.panel-style-46>.panel-heading , .colors .panel-style-46{
	    color: rgba(7, 168, 7, 0.9);
	    border-left: 1px solid rgba(0,255, 0,0.9);
	    border-right: 1px solid rgba(0,255, 0,0.9);
	    border-bottom: 1px solid rgba(0,255, 0,0.9);
	    border-color: rgba(0,255, 0, 0.9);
	    background-color: rgba(0,255, 0,0.9);
	}

	.panel-style-46>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(7, 168, 7, 0.9);
	}

	.panel-style-46>.panel-body {
	    border-left: 1px solid rgba(0,255, 0,0.9);
	    border-right: 1px solid rgba(0,255, 0,0.9);
	}

	.panel-style-46 {
	    border-bottom: 1px solid rgba(0,255, 0,0.9);
          border-top: 1px solid rgba(0,255, 0,0.9);
	}

	.panel-style-46>.panel-footer {
	    border-left: 1px solid rgba(0,255, 0,0.9);
	    border-right: 1px solid rgba(0,255, 0,0.9);
	}

	.panel-style-47>.panel-heading , .colors .panel-style-47{
	    color: rgba(29, 107, 107, 0.9);
	    border-left: 1px solid rgba(178,255, 255,0.9);
	    border-right: 1px solid rgba(178,255, 255,0.9);
	    border-bottom: 1px solid rgba(178,255, 255,0.9);
	    border-color: rgba(178,255, 255, 0.9);
	    background-color: rgba(178,255, 255,0.9);
	}

	.panel-style-47>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(29, 107, 107, 0.9);
	}

	.panel-style-47>.panel-body {
	    border-left: 1px solid rgba(178,255, 255,0.9);
	    border-right: 1px solid rgba(178,255, 255,0.9);
	}

	.panel-style-47 {
	    border-bottom: 1px solid rgba(178,255, 255,0.9);
          border-top: 1px solid rgba(178,255, 255,0.9);
	}

	.panel-style-47>.panel-footer {
	    border-left: 1px solid rgba(178,255, 255,0.9);
	    border-right: 1px solid rgba(178,255, 255,0.9);
	}

	.panel-style-48>.panel-heading, .colors .panel-style-48 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(98,119, 140,0.9);
	    border-right: 1px solid rgba(98,119, 140,0.9);
	    border-bottom: 1px solid rgba(98,119, 140,0.9);
	    border-color: rgba(98,119, 140, 0.9);
	    background-color: rgba(98,119, 140,0.9);
	}

	.panel-style-48>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-48>.panel-body {
	    border-left: 1px solid rgba(98,119, 140,0.9);
	    border-right: 1px solid rgba(98,119, 140,0.9);
	}

	.panel-style-48 {
	    border-bottom: 1px solid rgba(98,119, 140,0.9);
          border-top: 1px solid rgba(98,119, 140,0.9);
	}

	.panel-style-48>.panel-footer {
	    border-left: 1px solid rgba(98,119, 140,0.9);
	    border-right: 1px solid rgba(98,119, 140,0.9);
	}

	.panel-style-49>.panel-heading , .colors .panel-style-49{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(88,154, 213,0.9);
	    border-right: 1px solid rgba(88,154, 213,0.9);
	    border-bottom: 1px solid rgba(88,154, 213,0.9);
	    border-color: rgba(88,154, 213, 0.9);
	    background-color: rgba(88,154, 213,0.9);
	}

	.panel-style-49>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-49>.panel-body {
	    border-left: 1px solid rgba(88,154, 213,0.9);
	    border-right: 1px solid rgba(88,154, 213,0.9);
	}

	.panel-style-49 {
	    border-bottom: 1px solid rgba(88,154, 213,0.9);
         border-top: 1px solid rgba(88,154, 213,0.9);
	}

	.panel-style-49>.panel-footer {
	    border-left: 1px solid rgba(88,154, 213,0.9);
	    border-right: 1px solid rgba(88,154, 213,0.9);
	}

	.panel-style-50>.panel-heading, .colors .panel-style-50 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(172,89, 255,0.9);
	    border-right: 1px solid rgba(172,89, 255,0.9);
	    border-bottom: 1px solid rgba(172,89, 255,0.9);
	    border-color: rgba(172,89, 255, 0.9);
	    background-color: rgba(172,89, 255,0.9);
	}

	.panel-style-50>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-50>.panel-body {
	    border-left: 1px solid rgba(172,89, 255,0.9);
	    border-right: 1px solid rgba(172,89, 255,0.9);
	}

	.panel-style-50 {
	    border-bottom: 1px solid rgba(172,89, 255,0.9);
         border-top: 1px solid rgba(172,89, 255,0.9);
	}

	.panel-style-50>.panel-footer {
	    border-left: 1px solid rgba(172,89, 255,0.9);
	    border-right: 1px solid rgba(172,89, 255,0.9);
	}

	.panel-style-51>.panel-heading , .colors .panel-style-51{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(140,98, 119,0.9);
	    border-right: 1px solid rgba(140,98, 119,0.9);
	    border-bottom: 1px solid rgba(140,98, 119,0.9);
	    border-color: rgba(140,98, 119, 0.9);
	    background-color: rgba(140,98, 119,0.9);
	}

	.panel-style-51>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-51>.panel-body {
	    border-left: 1px solid rgba(140,98, 119,0.9);
	    border-right: 1px solid rgba(140,98, 119,0.9);
	}

	.panel-style-51 {
	    border-bottom: 1px solid rgba(140,98, 119,0.9);
         border-top: 1px solid rgba(140,98, 119,0.9);
	}

	.panel-style-51>.panel-footer {
	    border-left: 1px solid rgba(140,98, 119,0.9);
	    border-right: 1px solid rgba(140,98, 119,0.9);
	}

	.panel-style-52>.panel-heading, .colors .panel-style-52 {
	    color: rgba(119, 81, 77, 0.9);
	    border-left: 1px solid rgba(234,208, 205,0.9);
	    border-right: 1px solid rgba(234,208, 205,0.9);
	    border-bottom: 1px solid rgba(234,208, 205,0.9);
	    border-color: rgba(234,208, 205, 0.9);
	    background-color: rgba(234,208, 205,0.9);
	}

	.panel-style-52>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(119, 81, 77, 0.9);
	}

	.panel-style-52>.panel-body {
	    border-left: 1px solid rgba(234,208, 205,0.9);
	    border-right: 1px solid rgba(234,208, 205,0.9);
	}

	.panel-style-52 {
	    border-bottom: 1px solid rgba(234,208, 205,0.9);
          border-top: 1px solid rgba(234,208, 205,0.9);
	}

	.panel-style-52>.panel-footer {
	    border-left: 1px solid rgba(234,208, 205,0.9);
	    border-right: 1px solid rgba(234,208, 205,0.9);
	}

	.panel-style-53>.panel-heading , .colors .panel-style-53{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(140,119, 98,0.9);
	    border-right: 1px solid rgba(140,119, 98,0.9);
	    border-bottom: 1px solid rgba(140,119, 98,0.9);
	    border-color: rgba(140,119, 98, 0.9);
	    background-color: rgba(140,119, 98,0.9);
	}

	.panel-style-53>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-53>.panel-body {
	    border-left: 1px solid rgba(140,119, 98,0.9);
	    border-right: 1px solid rgba(140,119, 98,0.9);
	}

	.panel-style-53 {
	    border-bottom: 1px solid rgba(140,119, 98,0.9);
         border-top: 1px solid rgba(140,119, 98,0.9);
	}

	.panel-style-53>.panel-footer {
	    border-left: 1px solid rgba(140,119, 98,0.9);
	    border-right: 1px solid rgba(140,119, 98,0.9);
	}

	.panel-style-54>.panel-heading, .colors .panel-style-54 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(226,219, 154,0.9);
	    border-right: 1px solid rgba(226,219, 154,0.9);
	    border-bottom: 1px solid rgba(226,219, 154,0.9);
	    border-color: rgba(226,219, 154, 0.9);
	    background-color: rgba(226,219, 154,0.9);
	}

	.panel-style-54>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-54>.panel-body {
	    border-left: 1px solid rgba(226,219, 154,0.9);
	    border-right: 1px solid rgba(226,219, 154,0.9);
	}

	.panel-style-54 {
	    border-bottom: 1px solid rgba(226,219, 154,0.9);
          border-top: 1px solid rgba(226,219, 154,0.9);
	}

	.panel-style-54>.panel-footer {
	    border-left: 1px solid rgba(226,219, 154,0.9);
	    border-right: 1px solid rgba(226,219, 154,0.9);
	}

	.panel-style-55>.panel-heading , .colors .panel-style-55{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(181,181, 182,0.9);
	    border-right: 1px solid rgba(181,181, 182,0.9);
	    border-bottom: 1px solid rgba(181,181, 182,0.9);
	    border-color: rgba(181,181, 182, 0.9);
	    background-color: rgba(181,181, 182,0.9);
	}

	.panel-style-55>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-55>.panel-body {
	    border-left: 1px solid rgba(181,181, 182,0.9);
	    border-right: 1px solid rgba(181,181, 182,0.9);
	}

	.panel-style-55 {
	    border-bottom: 1px solid rgba(181,181, 182,0.9);
          border-top: 1px solid rgba(181,181, 182,0.9);
	}

	.panel-style-55>.panel-footer {
	    border-left: 1px solid rgba(181,181, 182,0.9);
	    border-right: 1px solid rgba(181,181, 182,0.9);
	}

	.panel-style-56>.panel-heading , .colors .panel-style-56{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(250,98, 77,0.9);
	    border-right: 1px solid rgba(250,98, 77,0.9);
	    border-bottom: 1px solid rgba(250,98, 77,0.9);
	    border-color: rgba(250,98, 77, 0.9);
	    background-color: rgba(250,98, 77,0.9);
	}

	.panel-style-56>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-56>.panel-body {
	    border-left: 1px solid rgba(250,98, 77,0.9);
	    border-right: 1px solid rgba(250,98, 77,0.9);
	}

	.panel-style-56 {
	    border-bottom: 1px solid rgba(250,98, 77,0.9);
         border-top: 1px solid rgba(250,98, 77,0.9);
	}

	.panel-style-56>.panel-footer {
	    border-left: 1px solid rgba(250,98, 77,0.9);
	    border-right: 1px solid rgba(250,98, 77,0.9);
	}

	.panel-style-57>.panel-heading , .colors .panel-style-57{
	    color: rgba(163, 79, 5, 0.9);
	    border-left: 1px solid rgba(255,200, 152,0.9);
	    border-right: 1px solid rgba(255,200, 152,0.9);
	    border-bottom: 1px solid rgba(255,200, 152,0.9);
	    border-color: rgba(255,200, 152, 0.9);
	    background-color: rgba(255,200, 152,0.9);
	}

	.panel-style-57>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(163, 79, 5, 0.9);
	}

	.panel-style-57>.panel-body {
	    border-left: 1px solid rgba(255,200, 152,0.9);
	    border-right: 1px solid rgba(255,200, 152,0.9);
	}

	.panel-style-57 {
	    border-bottom: 1px solid rgba(255,200, 152,0.9);
          border-top: 1px solid rgba(255,200, 152,0.9);
	}

	.panel-style-57>.panel-footer {
	    border-left: 1px solid rgba(255,200, 152,0.9);
	    border-right: 1px solid rgba(255,200, 152,0.9);
	}

	.panel-style-58>.panel-heading, .colors .panel-style-58 {
	    color: rgba(118, 118, 21, 0.9);
	    border-left: 1px solid rgba(255,255, 174,0.9);
	    border-right: 1px solid rgba(255,255, 174,0.9);
	    border-bottom: 1px solid rgba(255,255, 174,0.9);
	    border-color: rgba(255,255, 174, 0.9);
	    background-color: rgba(255,255, 174,0.9);
	}

	.panel-style-58>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(118, 118, 21, 0.9);
	}

	.panel-style-58>.panel-body {
	    border-left: 1px solid rgba(255,255, 174,0.9);
	    border-right: 1px solid rgba(255,255, 174,0.9);
	}

	.panel-style-58 {
	    border-bottom: 1px solid rgba(255,255, 174,0.9);
         border-top: 1px solid rgba(255,255, 174,0.9);
	}

	.panel-style-58>.panel-footer {
	    border-left: 1px solid rgba(255,255, 174,0.9);
	    border-right: 1px solid rgba(255,255, 174,0.9);
	}

	.panel-style-59>.panel-heading, .colors .panel-style-59 {
	    color: #f5f5f5;
	    border-left: 1px solid rgba(150,210, 138,0.9);
	    border-right: 1px solid rgba(150,210, 138,0.9);
	    border-bottom: 1px solid rgba(150,210, 138,0.9);
	    border-color: rgba(150,210, 138, 0.9);
	    background-color: rgba(150,210, 138,0.9);
	}

	.panel-style-59>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-59>.panel-body {
	    border-left: 1px solid rgba(150,210, 138,0.9);
	    border-right: 1px solid rgba(150,210, 138,0.9);
	}

	.panel-style-59 {
	    border-bottom: 1px solid rgba(150,210, 138,0.9);
        border-top: 1px solid rgba(150,210, 138,0.9);
	}

	.panel-style-59>.panel-footer {
	    border-left: 1px solid rgba(150,210, 138,0.9);
	    border-right: 1px solid rgba(150,210, 138,0.9);
	}

	.panel-style-60>.panel-heading, .colors .panel-style-60 {
	    color: rgba(92, 118, 40, 0.9);
	    border-left: 1px solid rgba(169,255, 0,0.9);
	    border-right: 1px solid rgba(169,255, 0,0.9);
	    border-bottom: 1px solid rgba(169,255, 0,0.9);
	    border-color: rgba(169,255, 0, 0.9);
	    background-color: rgba(169,255, 0,0.9);
	}

	.panel-style-60>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(92, 118, 40, 0.9);
	}

	.panel-style-60>.panel-body {
	    border-left: 1px solid rgba(169,255, 0,0.9);
	    border-right: 1px solid rgba(169,255, 0,0.9);
	}

	.panel-style-60 {
	    border-bottom: 1px solid rgba(169,255, 0,0.9);
         border-top: 1px solid rgba(169,255, 0,0.9);
	}

	.panel-style-60>.panel-footer {
	    border-left: 1px solid rgba(169,255, 0,0.9);
	    border-right: 1px solid rgba(169,255, 0,0.9);
	}

	.panel-style-61>.panel-heading , .colors .panel-style-61{
	    color: rgba(61, 111, 12, 0.9);
	    border-left: 1px solid rgba(216,255, 178,0.9);
	    border-right: 1px solid rgba(216,255, 178,0.9);
	    border-bottom: 1px solid rgba(216,255, 178,0.9);
	    border-color: rgba(216,255, 178, 0.9);
	    background-color: rgba(216,255, 178,0.9);
	}

	.panel-style-61>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(61, 111, 12, 0.9);
	}

	.panel-style-61>.panel-body {
	    border-left: 1px solid rgba(216,255, 178,0.9);
	    border-right: 1px solid rgba(216,255, 178,0.9);
	}

	.panel-style-61 {
	    border-bottom: 1px solid rgba(216,255, 178,0.9);
          border-top: 1px solid rgba(216,255, 178,0.9);
	}

	.panel-style-61>.panel-footer {
	    border-left: 1px solid rgba(216,255, 178,0.9);
	    border-right: 1px solid rgba(216,255, 178,0.9);
	}

	.panel-style-62>.panel-heading, .colors .panel-style-62 {
	    color: rgba(7, 129, 7, 0.9);
	    border-left: 1px solid rgba(189,214, 189,0.9);
	    border-right: 1px solid rgba(189,214, 189,0.9);
	    border-bottom: 1px solid rgba(189,214, 189,0.9);
	    border-color: rgba(189,214, 189, 0.9);
	    background-color: rgba(189,214, 189,0.9);
	}

	.panel-style-62>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(7, 129, 7, 0.9);
	}

	.panel-style-62>.panel-body {
	    border-left: 1px solid rgba(189,214, 189,0.9);
	    border-right: 1px solid rgba(189,214, 189,0.9);
	}

	.panel-style-62 {
	    border-bottom: 1px solid rgba(189,214, 189,0.9);
         border-top: 1px solid rgba(189,214, 189,0.9);
	}

	.panel-style-62>.panel-footer {
	    border-left: 1px solid rgba(189,214, 189,0.9);
	    border-right: 1px solid rgba(189,214, 189,0.9);
	}

	.panel-style-63>.panel-heading, .colors .panel-style-63 {
	    color: rgba(6, 68, 134, 0.9);
	    border-left: 1px solid rgba(161,196, 233,0.9);
	    border-right: 1px solid rgba(161,196, 233,0.9);
	    border-bottom: 1px solid rgba(161,196, 233,0.9);
	    border-color: rgba(161,196, 233, 0.9);
	    background-color: rgba(161,196, 233,0.9);
	}

	.panel-style-63>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(6, 68, 134, 0.9);
	}

	.panel-style-63>.panel-body {
	    border-left: 1px solid rgba(161,196, 233,0.9);
	    border-right: 1px solid rgba(161,196, 233,0.9);
	}

	.panel-style-63 {
	    border-bottom: 1px solid rgba(161,196, 233,0.9);
         border-top: 1px solid rgba(161,196, 233,0.9);
	}

	.panel-style-63>.panel-footer {
	    border-left: 1px solid rgba(161,196, 233,0.9);
	    border-right: 1px solid rgba(161,196, 233,0.9);
	}

	.panel-style-64>.panel-heading, .colors .panel-style-64 {
	    color: rgba(13, 3, 77, 0.9);
	    border-left: 1px solid rgba(162,151, 233,0.9);
	    border-right: 1px solid rgba(162,151, 233,0.9);
	    border-bottom: 1px solid rgba(162,151, 233,0.9);
	    border-color: rgba(162,151, 233, 0.9);
	    background-color: rgba(162,151, 233,0.9);
	}

	.panel-style-64>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(13, 3, 77, 0.9);
	}

	.panel-style-64>.panel-body {
	    border-left: 1px solid rgba(162,151, 233,0.9);
	    border-right: 1px solid rgba(162,151, 233,0.9);
	}

	.panel-style-64 {
	    border-bottom: 1px solid rgba(162,151, 233,0.9);
         border-top: 1px solid rgba(162,151, 233,0.9);
	}

	.panel-style-64>.panel-footer {
	    border-left: 1px solid rgba(162,151, 233,0.9);
	    border-right: 1px solid rgba(162,151, 233,0.9);
	}

	.panel-style-65>.panel-heading , .colors .panel-style-65{
	    color: #f5f5f5;
	    border-left: 1px solid rgba(198,165, 182,0.9);
	    border-right: 1px solid rgba(198,165, 182,0.9);
	    border-bottom: 1px solid rgba(198,165, 182,0.9);
	    border-color: rgba(198,165, 182, 0.9);
	    background-color: rgba(198,165, 182,0.9);
	}

	.panel-style-65>.panel-heading>.tools>.navbar-nav>li>a {
	    color: #f5f5f5;
	}

	.panel-style-65>.panel-body {
	    border-left: 1px solid rgba(198,165, 182,0.9);
	    border-right: 1px solid rgba(198,165, 182,0.9);
	}

	.panel-style-65 {
	    border-bottom: 1px solid rgba(198,165, 182,0.9);
          border-top: 1px solid rgba(198,165, 182,0.9);
	}

	.panel-style-65>.panel-footer {
	    border-left: 1px solid rgba(198,165, 182,0.9);
	    border-right: 1px solid rgba(198,165, 182,0.9);
	}

	.panel-style-66>.panel-heading , .colors .panel-style-66{
	    color: rgba(250, 22, 136, 0.9);
	    border-left: 1px solid rgba(253, 162, 208, 0.9);
	    border-right: 1px solid rgba(253, 162, 208, 0.9);
	    border-bottom: 1px solid rgba(253, 162, 208, 0.9);
	    border-color: rgba(253, 162, 208, 0.9);
	    background-color: rgba(255,223, 239,0.9);
	}

	.panel-style-66>.panel-heading>.tools>.navbar-nav>li>a{
	    color: rgba(250, 22, 136, 0.9);
	}

	.panel-style-66>.panel-body {
	    border-left: 1px solid rgba(253, 162, 208, 0.9);
	    border-right: 1px solid rgba(253, 162, 208, 0.9);
	}

	.panel-style-66 {
	    border-bottom: 1px solid rgba(253, 162, 208, 0.9);
         border-top: 1px solid rgba(253, 162, 208, 0.9);
	}

	.panel-style-66>.panel-footer {
	    border-left: 1px solid rgba(255,223, 239,0.9);
	    border-right: 1px solid rgba(255,223, 239,0.9);
	}

	.panel-style-67>.panel-heading , .colors .panel-style-67{
	    color: rgba(132, 62, 8, 0.9);
	    border-left: 1px solid rgba(198,156, 123,0.9);
	    border-right: 1px solid rgba(198,156, 123,0.9);
	    border-bottom: 1px solid rgba(198,156, 123,0.9);
	    border-color: rgba(198,156, 123, 0.9);
	    background-color: rgba(198,156, 123,0.9);
	}

	.panel-style-67>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(132, 62, 8, 0.9);
	}

	.panel-style-67>.panel-body {
	    border-left: 1px solid rgba(198,156, 123,0.9);
	    border-right: 1px solid rgba(198,156, 123,0.9);
	}

	.panel-style-67 {
	    border-bottom: 1px solid rgba(198,156, 123,0.9);
        border-top: 1px solid rgba(198,156, 123,0.9);
	}

	.panel-style-67>.panel-footer {
	    border-left: 1px solid rgba(198,156, 123,0.9);
	    border-right: 1px solid rgba(198,156, 123,0.9);
	}

	.panel-style-68>.panel-heading, .colors .panel-style-68 {
	    color: rgba(66, 64, 64, 0.9);
	   border-left: 1px solid rgba(200,200, 200,0.9);
	    border-right: 1px solid rgba(200,200, 200,0.9);
	    border-bottom: 1px solid rgba(200,200, 200,0.9);
	    border-color: rgba(200,200, 200, 0.9);
	    background-color: rgba(255,255, 255,0.9);
	}

	.panel-style-68>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(66, 64, 64, 0.9);
	}

	.panel-style-68>.panel-body {
	    border-left: 1px solid rgba(200,200, 200,0.9);
	    border-right: 1px solid rgba(200,200, 200,0.9);
	}

	.panel-style-68 {
	    border-bottom: 1px solid rgba(200,200, 200,0.9);
        border-top: 1px solid rgba(200,200, 200,0.9);
	}

	.panel-style-68>.panel-footer {
	    border-left: 1px solid rgba(200,200, 200,0.9) !important;
	    border-right: 1px solid rgba(200,200, 200,0.9) !important;
	}

	.panel-style-69>.panel-heading, .colors .panel-style-69 {
	    color: rgba(66, 64, 64, 0.9);
	    border-left: 1px solid rgba(200,200, 200,0.9);
	    border-right: 1px solid rgba(200,200, 200,0.9);
	    border-bottom: 1px solid rgba(200,200, 200,0.9);
	    border-color: rgba(200,200, 200, 0.9);
	    background-color: rgba(231,231, 231,0.9);
	}


    .panel-style-69>.panel-heading>.tools>.navbar-nav>li>a {
	    color: rgba(66, 64, 64, 0.9);
	}
	.panel-style-69>.panel-body {
	    border-left: 1px solid rgba(200,200, 200,0.9);
	    border-right: 1px solid rgba(200,200, 200,0.9);
	}

	.panel-style-69 {
	    border-bottom: 1px solid rgba(200,200, 200,0.9);
        border-top: 1px solid rgba(200,200, 200,0.9);
	}

	.panel-style-69>.panel-footer {
	    border-left: 1px solid rgba(200,200, 200,0.9);
	    border-right: 1px solid rgba(200,200, 200,0.9);
	}


.feed-summary td {
    padding:5px;
    vertical-align:top;
}

@keyframes rotation {
			0% {
				transform: rotate(0);
			}
			100% {
				transform: rotate(360deg);
			}
		}
		
		@-webkit-keyframes rotation {
			0% {
				-webkit-transform: rotate(0);
			}
			100% {
				-webkit-transform: rotate(360deg);
			}
		}		
		
		@-moz-keyframes rotation {
			0% {
				-moz-transform: rotate(0);
			}
			100% {
				-moz-transform: rotate(360deg);
			}
		}

		.fa-refresh-spin{
		
			animation: rotation 2s infinite linear;
			-webkit-animation: rotation 2s infinite linear;
			-moz-animation: rotation 2s infinite linear;
		}
		
		.fa-spinner-spin{
            
			animation: rotation 2s infinite steps(8);
			-webkit-animation: rotation 2s infinite steps(8);
			-moz-animation: rotation 2s infinite steps(8);
		}

.number-range {

 border-radius: 3px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

}
.number-range .row {
    margin:7px 15px 2px 2px;
}
.img-wrapper {
    display: inline-block;
    overflow: hidden;
    border: 1px solid rgba(200,200,200,0.5);
    text-align:center;
    margin: 5px;
  
}
.img-wrapper img {
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
    vertical-align: middle;
      -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
          box-shadow: 1px 1px 1px rgba(0,0,0,0.2);  
    padding:0;
    margin:0;
}
.img-wrapper img:hover {
    -webkit-transform:scale(2); /* Safari and Chrome */
    -moz-transform:scale(2); /* Firefox */
    -ms-transform:scale(2); /* IE 9 */
    -o-transform:scale(2); /* Opera */
    transform:scale(2);
}

.top-record{
    display:table;
    width: 100%;
}
.top-record div{
    display: table-row;

}
.top-record div span{
    display: table-cell;
    width: 50%;
}

.max-modal-height {
    max-height:450px;
    overflow-x:auto;
}

.pac-container {
 z-index:10000001; 
}
.pac-container:after {

    background-image: none !important;

}

.hdpi.pac-container:after {
    background-image: none !important;
}

.esd-logo {
 background:url('../img/GURU_logo.png') -4px 0 no-repeat;
 background-size:cover;
 font-size:20px;
 padding-right:2px;
}
.esd-logo i {
    opacity:0;
}

.guru-logo {
 background:url('../img/GURU_logo.png') -42px 0 no-repeat;
 background-size:cover;
  font-size:20px;

}
.guru-logo i {
    opacity:0;
}


.sortable-placeholder {
    list-style: none;
    border: 2px dashed #aaa;
    min-height: 80px;
    height:80px;
    margin-bottom: 5px;
}
.text-yellow {
 color:#8E770F;
}
.indicator-font font {
    font-size:10px;
    font-weight:bold;
}
.bg-grey {
  background-color: #929396;
  color: #fff;
}
.bg-orange {
    background-color: orange;
    color: #fff;
}
.bg-purple {
    background-color: #7266ba;
    color: #fff;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
    display: none !important;
}

.notshow {
    display:none;
}


.group{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #666;
}

.group-conditions{
    margin-left: 20px;
}

.alert-group{
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rgb(192, 152, 83);
    border-color: rgb(251, 238, 213);
    border-color: rgb(220, 200, 150);
}

.condition, .group{
    margin-top: 15px;
    margin-bottom: 15px;
}
.ui-select-bootstrap > .ui-select-choices {
    z-index:10000;
}
.clear-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 3px 10px;
    position: relative;
    left: -2px;
    top: 1px;
}
.drop-box {
    background: #F8F8F8;
    border: 4px dashed #DDD;
    height: 100px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}
.dragover {
    border: 4px dashed #31708f;
}
@media (max-width: 767px) {
  .table-responsive .dropdown-menu,
  .table-responsive .dropdown-toggle {
        position: static !important;
  }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: auto;
    }
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* modal styles */
.modal-danger .modal-header {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-warning .modal-header {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.yamm {
    width:350px;
}
    .yamm li, {
    }
.yamm li, .yamm ul {
  list-style-type:none;
}
.yamm ul {
  padding:4px; margin:4px;
}
    .yamm li {
       padding: 5px;
    }
.yamm li a {
    padding: 5px 10px;
    display:block;
}
.yamm li  a:hover, .yamm  li a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.spinner {
  width: 150px;
}
.spinner input {
  text-align: right;
}
.input-group > input.form-control {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.input-group > .input-group-btn > button.btn {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}

input[type=number]::-webkit-inner-spin-button:before,
input[type=number]::-webkit-inner-spin-button:after {
    content: "^";
    position:absolute;
    right: 0;
    font-family:monospace;
               }

input[type=number]::-webkit-inner-spin-button:before {
    top:0px;
}

input[type=number]::-webkit-inner-spin-button:after {
    bottom:0px;
    -webkit-transform: rotate(180deg);
}
.ui-select-toggle {
	text-align: left;
}


.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	/* Remove or comment out this line to allow text to wrap */
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Number of lines to show */
	-webkit-box-orient: vertical;
}
.truncate-line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	/* Remove or comment out this line to allow text to wrap */
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 1; /* Number of lines to show */
	-webkit-box-orient: vertical;
}
.nodot-indicator {
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
	margin-right: 5px;
	flex-shrink: 0;
	display: inline-flex;
}
.flex-container {
	display: flex;
	align-items: center;
}
.bc-button.btn-microsoft {
	background-color: #007bb6;
	color: white;
	font-size: 18px;
}
.bc-button {
	text-transform: none;
	border-radius: 10px;
	box-shadow: none !important;
	align-items: center;
	display: inline-flex;
	height: 42px;
	padding: 0 16px;
	flex: 0 0 auto;
	font-size: 14px;
	justify-content: center;
	min-width: 80px;
	outline: 0;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	border-width: 1px;
	background-color: #ddd;
	border-style: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.3s ease;
}
.icon-microsoft {
	margin-right: 8px; /* Adjust the value as needed */
}

.ace-editor {
	width: 100%;
	height: 300px; /* Adjust height as needed */
	border: 1px solid #dee5e7;
	border-radius: 10px;
}

.ace-editor .ace_gutter {
	background: #f5f5f5;
}

.ace-editor .ace_editor {
	font-size: 14px; /* Adjust font size as needed */
}
.nowrap {
	white-space: nowrap;
}