body.theme-color a{color:#f05f40;}
.m-t-40{margin-top: 40px !important;}  

.radius10{border-radius:10px;}
.box-shadow{box-shadow:0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);}
.card-box{box-shadow:0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02); padding:20px;}

.card-box.withtab{padding:0px !important; overflow:hidden; border:none; background:none;}
.card-box.withtab .tab-content{margin-bottom:0px; }


.form-group.add-filed-text .col-md-8{ padding-right:0;}
.form-group.add-filed-text .col-md-8 .f-text{ position:absolute; right:-50px; top:10px; font-size:14px;}

body.theme-color .navbar-default {
    background:radial-gradient(circle at 70%, #ffff00, #ffa500, #f26722);
    /*background: linear-gradient(315deg, #FFFCF9 0%, #FFD166 74%);*/
}

body.theme-color .logo i{color:#fff; font-size:16px; font-weight:700; font-style: normal;}
body.theme-color .text-custom{color:#f05f40;}
body.theme-color #wrapper.enlarged .topbar .topbar-left{ width:116px !important;}
body.theme-color .button-menu-mobile{font-size:25px;}

body.theme-color #sidebar-menu .subdrop{border-left:3px solid #f05f40;   color:#f05f40 !important;}
body.theme-color #sidebar-menu > ul > li > a:hover{color:#f05f40;}
body.theme-color #sidebar-menu ul ul a:hover{color:#f05f40;}

body.theme-color #wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop{color:#f05f40 !important;}
body.theme-color #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a{color:#f05f40 !important;   border-color:#f05f40;}
body.theme-color #sidebar-menu ul ul li.active a{color:#f05f40;}


body.theme-color .tabs li.tab a{ font-size:16px;}
body.theme-color .tabs li.tab a.active{color:#f05f40 !important;}
body.theme-color .tabs .indicator{background-color:#f05f40 !important;}
body.theme-color .nav.nav-tabs > li > a:hover, 
body.theme-color .nav.tabs-vertical > li > a:hover{color:#f05f40 !important;}

.alert-upload-block{background-color: rgba(204, 204, 204, 0.1); border-color:rgba(204, 204, 204, 0.5); color:rgba(85, 85, 85, 0.9); min-height: 350px; max-height:350px; overflow-y:auto;}

.run-progress-info p{ line-height:28px;}
.run-progress-info p span{font-size:15px;   margin-right:15px;}

body.theme-color .profile-detail h4{ margin-bottom:5px;}

 .table > tbody > tr > td{ font-size:12px;}

 .searchDiv{}
.searchDiv .input-lg{ height:38px;  font-size: 15px;}
.searchDiv .input-group-btn .btn-lg {
    padding: 6px 17px; 
}


.leftSearch .form-control{ background:rgba(255, 255, 255, 0.8); }

.width30{ width:30px !important;}
.emailCol{word-wrap: break-word;}
.bdrRight .th-inner{ border-left:1px solid #e6e6e6;}

.searchDiv .input-group{ margin-bottom:5px;}
.viewBtnNew{  background-color: transparent;
    box-shadow: 0 0 0 2px #51baa4 inset;
    color: #51baa4 !important;
	display: inline-block; margin-top: 5px;
 
  font-size: 14px;
    padding: 5px 20px; border-radius:15px;}
 
.viewBtnNew:hover{ background-color: rgba(144, 144, 144, 0.075);}

/*.ekta-demo{ table-layout: fixed;}*/

.ekta-demo th{width: auto; padding:0 15px;}
.width80
{
	width: 81px !important;
}
.highcharts-credits
{
	display: none!important;
}
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
th.ui-th-column div{ white-space:normal !important;height:auto !important;padding:2px;font-size: 11px;}
.ui-th-div,.ui-search-input > input{font-size: 12px;}
.ui-jqgrid tr.ui-search-toolbar select{font-size: 12px;}
.table > tbody > tr > td {padding: 5px!important;}

.status-log-popup{ overflow-y:auto; padding: 10px;}
.historymodalContainer{ width:1100px!important;}
.custommodalContainer{ width:840px!important;}

.loading {
  background: transparent url('http://thinkfuture.com/wp-content/uploads/2013/10/loading_spinner.gif') center no-repeat;
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}
.chat li.right .chat-body
{
    margin-right: 60px;
}
.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.page-header
{
	margin: 0px 0px 15px 0px!important;
}
.pcontainer{
  
  border-color:rgb(177, 177, 177);  
  margin-top:8px;
}
  .btn-lg {
      padding: 7px 7px;
  }
  
 .generatelink_button{
	font-size: 12px;
    float: right;
    font-weight: 100;
}

#updateArrayDataModalData.modal-body {
	padding: 10px 0 0 0;
	font-size: small;
}

div.form-group.inline{
	display: flex;
	margin-bottom: 7px;
	align-items: center;
} 

#shading-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#shading-row div.form-group.inline {
	width: 15%;
	display: flex;
}

#shading-row div.form-group.inline.form-control {
	width: 75px;
}

div#arrayDataColumns {
	display: flex;
	justify-content: space-around;
}

#shading-row input {
        margin-left: .75em;
        width: 75px;
}

.edit-or-delete {
	display: flex;
	justify-content: space-around;
}

.fa-edit, .fa-trash {
	cursor: pointer;
} 

#array-heading {
    background-color: white;
}

p#monthly-solar-modal-title {
    display: flex;
    justify-content: center;
    padding-top: 1em;
}

.alertDiagnosis .alertDetails {
    display: flex;
    justify-content: space-between;
}

.alertDiagnosis abbr {
    border-bottom: none;
}

.actionPanel {
    position: fixed;
    right: 0;
    background: rgba(255,255,255,0.75);
    top: 80px;
    width: 70px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.actionPanel button {
    color: #fefefe;
}

.actionPanel button:hover {
    color: #ffffff;
    filter: brightness(115%);
}

.side-menu__conditions input[type="date"] {
    line-height: initial;
}

.diagnose {
  margin-bottom: 1rem;
}

.diagnose__root-causes {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
}

.triage__next-steps ul {
  list-style-type: none;
  padding-left: 0;
}

.triage__next-steps li {
  margin-bottom: 0.5rem;
}

.triage__next-steps button {
  width: 100%;
}


