body{
color: #707070;
font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.471;
}
/* Form */
input, select{width:100%;display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-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;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-horizontal .control-label{display:block;text-align: left;margin-bottom:10px;}
.form-horizontal .form-group{margin-left:0px;margin-right:0px;}
.modal-body {
    overflow: hidden;
}
.modal-header{border-bottom: 2px solid #0CF;}
.modal-footer{border-top: 2px solid #0CF;clear:both;overflow:hidden;}
.popup_border{
border-top: 2px solid #0CF;
overflow: hidden;
height: 2px;
width: 100%;
}


/** Form CSS End */
.home{text-align:center;}
img{max-width:100%;}
a{color:#82bc00;text-decoration:none;display: inline-block;}
ul,ol,li{list-style-type:none;margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{margin-top:0px;padding-bottom:10px;color:#333;font-weight:500;line-height:1em;}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.modal-content{text-align:left;}
input,textarea{width:100%;padding:16px;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;color:#999;background-color:#eee;font-size:14px;-webkit-appearance:none;height:auto;box-shadow:none;}
textarea{height:90px;}
.button, input[type="submit"]{color:#666666 !important;border-color:#333333;letter-spacing:0px;position:relative;padding:.2em 1em;border:2px solid;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:cover;font-size:20px;font-weight:500;line-height:1.7em !important;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;width:auto}
.pinkbtn{background:linear-gradient(180deg, #FE0657 0%, #E0124D 100%);border:none;font-weight:bold;}
.container{
    width:1170px!important;
    max-width:100%!important;
}
section{padding:25px 0px;}
.slider_bg{padding:0px;}
ul,ol{
  list-style-type: none
}
img{max-width:100%;}
p{
    font-size: 16px;
    line-height: 26px
}
a{
  text-decoration:none;  
}
a:hover {
  text-decoration: none
}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{
    margin-top:0px;
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{
    margin-bottom:0px;
}
/*Buttons */
.btn-success {
    background: #26B99A;
    border: 1px solid #169F85;
}

table{
  text-align: center;
}
thead,th{
  background:#E5E5E5;
  color: #000;
  text-align: center;
}

/*Top Bar */
.top_bar{
    border-bottom: 1px solid #D9DEE4;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    clear:both;
    background: #EDEDED;

}
.top_bar_left{float:left;margin-left:230px;padding:5px 15px;}

.top_bar_left a{
    font-size: 26px;
}

.top_bar ul li{
  float:right;
}
.top_bar .dropdown{
  background:#ededed;
  padding:7px 15px;
  color:#002D59;
}
.top_bar .dropdown:hover{background:#D9DEE4;}
.top_bar .dropdown-toggle{
  background:#ededed;
}
.top_bar .dropdown-toggle:hover{background:#D9DEE4;}
.top_bar a{  
  color:#002D59
}
.top_bar_right{float:right;}
/*Sidebar */
.sidebar{
  background:#663333;
  width: 230px;
  position: fixed;
  left:0px;
  top:0px;
  bottom:0px;
  min-height:100vh;
  z-index: 9;
 /* overflow-y: scroll;*/
}
.sidebar_logo{
  color: #FFF;
  font-size: 34px;
  background: #2A3F54;
  padding-left:10px;
}
.sidebar li {
    position: relative;
    display: block;
    cursor: pointer;
    border-right: 5px solid transparent;
}
.sidebar li.hassubmenu > a{position:relative;}
.sidebar li.hassubmenu > a:before{
  position:absolute;
  right:20px;
  top: auto;
  bottom: auto;
  content:"\f078";
  font: normal normal normal 10px/1 FontAwesome;
}
.sidebar li.active > a:before{
  content:"\f077";
}
.sidebar li ul{
    padding:5px 5px 5px 35px;
}
.sidebar li.active > a{
  text-shadow: rgba(0,0,0,.25) 0 -1px 0;
background: linear-gradient(#795548,#2C4257),#2A3F54;
box-shadow: rgba(0,0,0,.25) 0 1px 0,inset rgba(255,255,255,.16) 0 1px 0;
border-left:none;
}
.sidebar li.active a{border-left: 1px solid #425668;}
.sidebar li.active{
      border-right: 5px solid #1ABB9C;
      background: rgba(255,255,255,.05);
}
.sidebar li.hassubmenu ul{
  display:none;
  padding-left: 36px;
}
.sidebar a{
color: #E7E7E7;
font-weight: 500;
padding: 5px 15px 3px;
display:block;
}


/*Main Content */
.content{margin-left:230px;padding: 10px 20px;}
.content_top_bar{overflow:hidden;margin-bottom:15px;}
.content_top_left{float:left;}
.content_top_right{float:right;}