body{
  color: #5c5551;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: 300;
  line-height: 1.6;
}
a{
  color: #f15d2f;
}

.navbar.top-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: 0;
  box-shadow: 0px 0px 6px 0px;
  transition: .3s all;
  z-index: 100;
}
.dropdown-menu.mega-dropdown-menu.row {
  width: calc(100% - 30px);
  border: 2px solid rgb(134, 134, 134);
}
.navbar a{
  color: #fff !important;
}
.dropdown-menu {
  font-size: 12px;
}
.dropdown-menu .container-fluid .menuDiv{
  background: #fff;
}
.dropdown-menu a{
  font-size: 12px;
  color: #333  !important;
}

.dropdown-menu .menuDiv{
  padding: 15px;
}
.dropdown, .dropup, .nav > li{
  position: unset;
}
.dropdown-menu.mega-dropdown-menu.row {
  margin: 0 15px;
}
.dropdown-header {
  display: block;
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.mega-dropdown-menu ul {
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.dropdown-menu .divider {
  margin: 5px 0;
}
/* Top Bar */
.topBar.hidden-sm {
  padding: 20px 0;
}
.topBar .topBanner {
  max-height: 115px;
  margin: auto;
}

/* Nav */
.navbar-default{
  background: #222222;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: transparent;
}

.dropdown-menu a:hover{
  color: #F15D2F  !important;
}

.section{
  padding: 40px 0;
}
.section h2, .section h5{
  margin-top: 0;
}
.sectionGray{
  background: #F5F5F5;
}
.innerSection{
  padding-top: 25px;
}
.secTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 30px;
}
.secSbtitle {
  color: #aeaead;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.055em;
}
blockquote {
  border-left: 5px solid #F15D2F;
  color: #F15D2F;
  font-size: 16px;
}
p a{
  color: #F15D2F;
}
.textColor{
  color: #F15D2F;
}
.bgColor{
  background: #F15D2F;
  color: #fff;
}
.miTable, .miTable th{
  text-align: center;
}
.miTable th, .miTable td {
  padding: 15px 5px !important;
}

/* Sidebar */
.sidebarWidget {
  border: 1px solid #DCDCDC;
  margin-bottom: 20px;
}
.sidebarWidget h5 {
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: #5c5551;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.sidebarWidget ul{
  padding-left: 15px;
}
.sidebarWidget .wiBody{
  padding: 10px;
}
.sidebarWidget ul li{
  position: relative;
}
.sidebarWidget ul li::before {
  position: absolute;
  z-index: 9;
  font-family: FontAwesome;
  content: "\f0de";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  left: -20px;
  font-size: 19px;
  transform: rotate(90deg);
  top: -2px;
  color: #F15D2F;
}
.sidebarWidget a{
  color: #F15D2F;
}



.panel-heading {
  padding: 0;
}
#accordion .accordion-toggle {
  color: #F15D2F;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.panel-heading .accordion-toggle:after {
  color: #F15D2F;
  transition: .3s all;
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
}
.panel-heading .accordion-toggle.collapsed:after {
  transform: rotate(-90deg);
}
#accordion .fa{
  margin-right: 5px;
}
.figImg {
  background: #eee;
  padding: 5px;
  margin: 15px 0;
}
.figImg p {
  margin-bottom: 0;
  margin-top: 5px;
}
.figImg img{
  margin: auto;
}

.sucessmsg{
	text-align: center;
	color: blue;
}
.erroemsg{
	text-align: center;
	color: red;
}
.user-table-div.graph-table{
  width: 100%;
}
.user-table-div {
  float: left;
  margin: 20px 0;
}

.state-system {
  border: 1px solid #00b2ea;
  float: left;
  font-size: 16px;
  text-align: center;
  width: 100%;
  min-width: 720px;
}

.tbl-row {
  float: left;
  height: 60px;
  position: relative;
  width: 100%;
}

.state-system .tbl-row div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  float: left;
  font-size: 12px;
  height: 60px;
  line-height: 2;
  padding: 5px 2px;
  width: calc((100% - 120px) / 21);
  border-bottom-style: dashed;
}

.state-system .tbl-row .title {
  line-height: 1.5;
  width: 120px;
  background: #F1F1F1;
}

.state-system .head{
	background: #F1F1F1;
}

.state-system .head div {
  line-height: 1;
}

.state-system .head p {
  margin: 0;
}
.state-system .head span {
  font-size: 11px;
}

.state-system .bg {
  position: absolute;
  right: 0;
  transition: .5s all;
  width: calc(100% - 120px) !important;
  height: 60px;
  padding: 0 !important;
  z-index: -2;
  overflow: hidden;
}
.bg.mask {
  background: #fff;
  z-index: -1;
  transition: 3s all;
  border-color: #fff !important;
}
.state-system .bg div {
  border: 0 none;
  height: 60px;
  margin-top: 5px;
}
.bg.bgcolor {
  opacity: 0.8;
  z-index: -20;
}
.level1{
	background: #7E8C8D;
}
.level2{
	background: #BEE2C8;
}
.level3{
	background: #97E0A9;
}
.level4{
	background: #8DC34B;
}
.level5{
	background: #F5CA23;
}
.level6{
	background: #FD1D01;
}

.level1, .level2, .level3, .level4, .level5, .level6 {
  border-radius: 100% 100% 0 0;
  opacity: 0.8;
}

label {
  font-size: 14px;
}
#typingStatus span{
  color: red;
}

#flot-placeholder {
  transform: rotate(270deg);
}
#flot-placeholder .legend table, .pieLabelBackground, .pieLabel {
  transform: rotate(90deg);
}
#flot-placeholder .legend table {
  bottom: 0 !important;
  right: 30px !important;
  top: auto !important;
}
#flot-placeholder .legend table tr {

}
.hrstyle {
  text-align: center;
  position: relative;
  width: calc(100% - 20px);
  margin: 30px auto 0;
}
.hrstyle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 24px;
  background: #6DAAE3;
  left: 0;
  z-index: 0;
  top: -11px;
  border-radius: 0 0 200% 200%;
  box-shadow: 0px 0px 4px 3px #5AA1E3;
}
.hrstyle::after {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: 27px;
  background: white;
  left: -6px;
  z-index: 0;
  top: -19px;
}
.hrstyle span {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px;
}




/* Footer */
footer {
  background: #292724;
  color: #ddd;
  padding: 15px 0;
}
footer h3{
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 20px;
}
footer hr{
  border-color: #eee;
}
.social .fa {
  width: 36px;
  height: 36px;
  line-height: 1.1;
  text-align: center;
  font-size: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  transition: .3s all;
}
.fa.fa-facebook {
  background: #355392;
  border-color: #355392;
}
.fa.fa-twitter {
  background: #1DA1F2;
  border-color: #1DA1F2;
}
.fa.fa-google-plus {
  background: #EA4235;
  border-color: #EA4235;
}
.fa.fa-rss {
  background: #F69B2A;
  border-color: #F69B2A;
}
.social .fa:hover{
  background: transparent;
}
.actions{
  margin: 0;
}
.actions button{
  padding: 2px;
}

#deleteModal .modal-dialog{
  width: 300px;
}
button.delete, button.delete:hover{
  color: #fff;
}

.actions button.delete{
  color: red;
}

#deleteModal .modal-body p{
  text-align: center;
  margin: 0;
}

.percentBox {
  position: relative;
  padding-top: 20px !important;
  font-weight: 400;
  color: #4b3737 !important;
  font-family: 'Patrick Hand SC', cursive;
  font-size: 15px !important;
}
.percentBox .hoverBox {
  display: none;
  position: absolute;
  width: 100% !important;
  background: #ddd;
  top: -52px;
}


.custombg .level1, .custombg .level2, .custombg .level3, .custombg .level4, .custombg .level5, .custombg .level6{
  border-radius: 0;
  margin-top: 0 !important;
}
.custombg .level1 {
  background: #B2B7B7 !important;
}
.custombg .level4 {
  background: #8FD738;
}
.custombg .level5 {
  background: #EDC62E;
}
.custombg .level6 {
  background: #F23426;
}

.state-system .title {
  background: #1ec1ff !important;
  color: #fff;
  font-weight: 600;
}
.head.tbl-row p{
  padding-top: 10px !important;
}
.head.tbl-row .title{
  padding-top: 20px;
}

.headth{
  background: #A0A6A2;
  color: #fff;
}
.head.tbl-row {
  margin-bottom: 2px;
}


/* ==========================
  Index
========================== */
.indexBaner {
  height: 63vh;
  background: url('../img/slider-2.jpg');
  overflow: hidden;
  position: relative;
}
.indexBaner .slide {
  transform: scale(1.2);
  transition: 8s all;
  position: absolute;
}
.indexBaner .slide.hideit{
  transition: 1s all !important;
  opacity: 0;
}
.indexBaner .slideItem1{
  z-index: 3;
}
.indexBaner .slideItem2{
  z-index: 2;
}
.indexBaner .slideItem3{
  z-index: 1;
}

.featureBox {
  margin-top: -120px;
  position: relative;
  z-index: 10;

}
.featureBox .box {
  width: calc(33% - 10px);
  text-align: center;
  padding: 15px;
  float: left;
  height: 240px;
  color: #fff;
  min-width: 270px;
  margin: 0 5px;
  margin-bottom: 10px;
}
.box1{
  background: #EFAF25;
}
.box2{
  background: #8BC34A;
}
.box3{
  background: #EFAF25;
}

.SpecialProjectSection{
  background: url("../img/social-bg.jpg");
  color: #fff;
  background-attachment: fixed;
}
.SpecialProjectSection h5{
  color: #fff;
}
.btn-primary{
  background: #f15d2f;
  border-color: #f15d2f;
}
.btn-primary:hover{
  border-color: #f15d2f;
  background: #f14d22;
}
.smlHrDiv{
  margin: auto;
  width: 150px;
  background: #5C5551;
  height: 3px;
}
.innovativeList li {
  color: #F15D2F;
  padding: 5px 0;
  border-top: 1px dotted #ddd;
}
blockquote {
  margin: 15px 30px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.nav > li > a {
  text-transform: uppercase;
  padding: 14px 10px !important;
}

#tab1 .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 25px 15px 15px;
  background: #fff;
  border-radius: 0 0 7px 7px;
}

.inpItem .inpItemBox {
  margin: auto;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -2px #fff;
}
.inpItem .inpItemBox .imgDiv {
  height: 240px;
  overflow: hidden;
}
.inpItem .inpItemBox .imgDiv .img-responsive {
  width: 100%;
}
.inpItemBox .bdyTxt {
  padding: 15px;
}

.socialBg {
  background: #f5f5f5;
  background-attachment: fixed;
}

.socialBg .secTitle {
  color: #fff;
}

.socialBg .secTitle{
  color: #000;
}

.world_state_table td p {
  margin-bottom: 0;
  font-family: initial;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.1) !important;
}

#s3_data_table tr.alert {
  background: #d6e3bc;
  border-color: #333;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  font-size: 13px !important;
}

.steps .step {
  width: 32.89%;
  display: inline-block;
}
.steps {
  margin: 10px auto 30px;
  max-width: 600px;
  position: relative;
}
.steps::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #E0E0E0;
  left: 0;
  top: 28px;
  /* border-bottom: 3px dotted #E0E0E0; */
  z-index: -1;
}
.steps .num {
  width: 60px;
  margin: auto;
  height: 60px;
  text-align: center;
  padding: 7px;
  font-size: 25px;
  background: #a2d666;
  color: #0f0f0f;
  border-radius: 50px;
  border: 5px solid #e0e0e0;
  font-family: initial;
  font-weight: bold;
  transition: .3s all;
}
.steps .num.active, .steps .num:hover{
  background: #eec41d;
}
.steps a{
  text-decoration: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(203, 130, 130, 0.1) !important;
}
.table-striped > tbody > tr:nth-of-type(2n+2) {
  background: rgba(186, 163, 163, 0.1) !important;
}
#s3_data_table td p{
  margin-bottom: 0;
}
#s3_data_table th{
  vertical-align: middle;
}
#s3_delete_data .modal-dialog {
  max-width: 340px;
}
.remark{
  line-height: 1.1;
}
.customDropdown .dropdown-menu{
  left: auto;
}
.customDropdown .btn{
  text-align: left;
}
.customDropdown ul li{
  padding-left: 10px;
  padding-right: 10px;
}
.topAddressBar{
  background: #f8a448;
  padding: 5px;
}
.topAddressBar ul{
  margin-bottom: 0;
}
.topAddressBar a, .topAddressBar span {
  color: #fff;
  font-weight: 600;
}
.topAddressBar a:hover{
  color: #222;
  text-decoration: none;
}


.socialShare .fa-facebook {
  background: #3B5998;
}
.socialShare .fa-twitter {
  background: #55ACEE;
}
.socialShare .fa-google {
  background: #dd4b39;
}
.socialShare .fa-linkedin {
  background: #007bb5;
}
.socialShare .fa-instagram {
  background: #125688;
}
.socialShare .fa-pinterest {
  background: #cb2027;
}
.socialShare .fa {
  color: white;
  padding: 8px;
  font-size: 20px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  opacity: .7;
  transition: 0.3s all;
}
.socialShare {
  position: fixed;
  z-index: 99;
  left: -10px;
}

.socialShare .fa:hover{
  opacity: 1;
  transform: scale(1.1);
  margin-left: 10px;
}

.collapse.navbar-collapse.js-navbar-collapse{
  text-align: center;
}
.nav.navbar-nav {
  float: none !important;
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 869px) {
  .featureBox .box {
    width: 100%;
    text-align: center;
    padding: 15px;
    float: none;
    height: auto;
    color: #fff;
    max-width: 500px;
    margin: auto;
  }
}

@media only screen and (max-width: 766px) {
  .navbar.top-fixed {
    position: unset;
  }
  .dropdown-menu  li, .dropdown-menu  li a{
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 0;
  }
}


.allComments .panel-heading {
  padding: 8px 15px;
}

.allComments .replayDiv {
  padding: 15px 15px 0;
}
.replayDiv{
  display: none;
}

.contactSection{
  padding: 40px 0;
}
.mapDiv iframe {
  margin-bottom: -6px;
}