body{
	color: #180052;
	background-color: #fff;
}

a, a:hover, a:focus {
	color: #180052;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #180052;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #180052;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #bbbbbb; color: #FFF; text-shadow: none; }
::selection { background: #bbbbbb; color: #FFF; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de995e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #180052;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #180052;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(242, 242, 242, 0.3); color: #180052; }


/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
	color: #180052;
}

.top-content .text h1 { color: #180052; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #180052;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #1F0068;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #423173;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de995e;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

/* Menu CSS */
:focus {
  outline: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
/* 
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to 

    -> position:absolute
    
    and uncomment the code below.
    You also need to uncomment 
    
    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/

.side-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
  text-align:left;
}
.side-menu .navbar {
  border: none;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
  padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}
.side-menu #search {
  position: relative;
  z-index: 1000;
}
.side-menu #search .panel-body {
  padding: 0;
}
.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}
/* Main body section */
.side-body {
  margin-left: 310px;
}
/* small screen */
@media (max-width: 768px) {
  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }
  /* Slide in animation */
  @-moz-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-webkit-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menu-container > .navbar-nav {
    /* Add position:absolute for scrollable menu -> see top comment */
    position: fixed;
    left: -300px;
    width: 300px;
    top: 43px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Uncomment for scrollable menu -> see top comment */
  /*.absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }*/
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Hamburger */
  .navbar-toggle {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3;
  }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0;
  }
  #search .panel-body .navbar-form .form-group {
    margin: 0;
  }
  .navbar-header {
    /* this is probably redundant */
    position: fixed;
    z-index: 3;
    background-color: #f8f8f8;
  }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
    margin: 0;
  }
  
}
.maindiv{
	position:relative;
	margin:50px 15px;
	padding:25px 25px;
	width:250px;
	text-align:center;
	border:1px solid #CCC;
}

.maindivs{
	position:relative;
	margin:50px 15px;
	padding:25px 50px;
	width:500px;
	text-align:center;
	border:1px solid #CCC;
}

.formclass
{
	position:relative;
	margin:20px 50px;
	padding:5px;
	background:#FFF;
	border:0px solid #CCC;
}
header h3{color:#180052;}
.paddingtop{padding-top:5px;}
.margintop, .row.margintop > *:not(.nomargintop) {
	margin-top:10px;
}
.margintop-5, .margintop-5 *:not(.nomargintop) {
	margin-top:5px;
}
.margintop-10, .margintop-10 *:not(.nomargintop) {
	margin-top:10px;
}
.margintop-20, .margintop-20 *:not(.nomargintop) {
	margin-top:20px;
}
.margintop-30, .margintop-30 *:not(.nomargintop) {
	margin-top:30px;
}
.margintop-40, .margintop-40 *:not(.nomargintop) {
	margin-top:40px;
}
.margintop-50, .margintop-50 *:not(.nomargintop) {
	margin-top:50px;
}
.btnold
{
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#startprogress
{
	display:none;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255, 255, 255, .5);
	padding-top:100px;
	text-align:center;
	z-index: 99999;
}

.firstTitle, .secondValue{
	padding:3px;
	text-align: center;
	border:1px solid #bbb; 
	color:#000; 
}
.firstTitle {
	background:#ddd;
	margin-top:2px;
	border-bottom:0;
}
.secondValue {
	background:#423173;
	margin-top:0px;
	margin-bottom:5px;
	border-top:0;
}
.secondValueContainer {
	padding:3px;
}
.secondValueContainer input {
	height: 30px;
}


.topTitle{
	padding:10px;
	text-align: center;
	border:1px solid #5b4b8a; 
	background:#180052;
	margin-top:-5px;
	margin-bottom:5px;
	margin-left:-5px;
	margin-right:-5px;
}


#hideall , #viewall, .redPointer {
	cursor:pointer;
	color:red;
}
#pobback{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF;
	opacity:.4;
	z-index:100;
}
#dialog{
	position:relative;
	top:10px;
	margin-top:-100px;
	background:#FFF;
	color:#000;
}
.ui-dialog-titlebar-close
{
	display:none;
}
.modal-body{

}
.modal-footer{

}
.modal-header{
	border:0px none;
}
.table {
	background-color: #423173;
}
.table > *{
	text-align: center;
}
th {
	text-align: center;
	background-color: #ddd;
	color:#000;
}
tr,td,th {
	border: 1px solid #ddd;
	
}
tr:hover,td:hover {
	/* background-color: #FFF; */
}
tr {
	background-color: #eee;
}
.info-box
{
	display: block;
    min-height: 70px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
	color:#000;
}
.bg-blue {background-color: #0073b7 !important;}
.bg-red {background-color: red !important;}
.bg-yellow {background-color: #f39c12 !important;}
.bg-light-blue {background-color: #3c8dbc !important;}
.bg-aqua {background-color: #00c0ef !important;}
.bg-green {background-color: #00a65a !important;}
.bg-navy {background-color: #001f3f !important;}
.bg-teal {background-color: #39cccc !important;}
.bg-olive {background-color: olive !important;}
.bg-lime {background-color: lime !important;}
.bg-orange {background-color: orange !important;}
.bg-fuchsia {background-color: fuchsia !important;}
.bg-purple {background-color: purple !important;}
.bg-maroon {background-color: maroon !important;}
.bg-black {background-color: black !important;}
.bg-red-active {background-color: #d33724 !important;}
.bg-yellow-active {background-color: #d33724 !important;}
.bg-aqua-active {background-color: #00a7d0 !important;}
.bg-blue-active {background-color: #005384 !important;}
.bg-light-blue-active {background-color: #357ca5 !important;}
.bg-green-active {background-color: #008d4c !important;}
.bg-navy-active {background-color: #001a35 !important;}
.bg-teal-active {background-color: #30bbbb !important;}
.bg-olive-active {background-color: #368763 !important;}
.bg-lime-active {background-color: #00e765 !important;}
.bg-orange-active {background-color: #ff7701 !important;}
.bg-fuchsia-active {background-color: #db0ead !important;}
.bg-purple-active {background-color: #555299 !important;}
.bg-maroon-active {background-color: #ca195a !important;}
.bg-black-active {background-color: #000 !important;}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    background: rgba(0,0,0,0.2);
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active {
    color: #fff !important;
}
.info-box-content{padding:5px 10px;margin-left:70px}
.info-box-number{display:block;font-weight:bold;font-size:18px}
.info-box-text{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.info-box-text{text-transform:uppercase}
.info-box-more{display:block}
.info-box-number{display:block;font-weight:bold;font-size:18px}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background-color: #180153;
  border: 0px solid #180153;
  border-radius: 0px;
  width:100px;
}
.hiddenClass{
	visibility:hidden;
}
.valueclass{
	padding:5px;
	border:1px solid #bbb;
	border-top:none;
	text-align:center;
}
.texetvalueclass{
	padding:5px;
	border:1px solid #bbb;
	border-top:none;
}


.plus_icon_green{
padding-top:7px;
cursor:pointer; 
color:green;
/* font-size:24px; */
}

.minus_icon_red{
/* font-size:24px; */
padding-top:7px;
cursor:pointer; 
color:red;
}

.fullwidth {
	width: 100%;
}
.timeline{
	overflow:auto;
	margin:5px;
	padding:5px;
}
.fmenu{
	position:fixed;
	display:none;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	padding:30px;
	background:rgba(24,1,38,0.7);
	border:1px #fff solid;
	overflow:auto;
	z-index:10000;
}
#fixedmenu{

	
}

/* Modals */
.tModal{
	border-collapse: separate;
	border-right: 5px solid transparent;
	border-top-right-radius: 5px;
	border-left: 5px solid transparent;
	border-top-left-radius: 5px;
	border-bottom: 5px solid transparent;
	border-image-source: url(../images/msg-top.jpg);
    border-image-repeat: repeat;
    border-image-slice: 5;
	background: #eee;
    color: #000;
	position: fixed;
	margin: 10% auto;
	top: 0;
	bottom: 0px; 
	left: 0px;
	right: 0px;
    z-index: 1;
	height:300px;
	width:600px;
	color:#000;
	cursor:default;
	
	
}

.titleModal{
	/* margin-left:1%; */
	color:#000;
}
.tModal i{   
	color: rgb(255, 0, 0);
    float: right;
    margin: 1% 1% 0 0;
	cursor:pointer;
}
.tModal tr,.tModal td{
	/* border-color:rgba(0, 0, 0, 0); */
	border:0px;
	padding-top: 2px;
	margin: 1%;
}
.tModal tr:first-child ,
.tModal tr:first-child > *{
	height:10px;
	padding: 0px;
    margin: 0px;
    vertical-align: top;
	background: url(../images/msg-top.jpg);
    height: 29px;
	
}
.tModal tr:not(:last-child):not(:first-child),
.tModal tr:not(:last-child):not(:first-child) > *,
.tModal tr.tModalStyle,
.tModal tr.tModalStyle > *
{
	/* height: 100%; */
	padding: 0 3%;
    margin: 0px;
    vertical-align: middle;
}
.tModal tr:last-child:not(.tModalStyle),
.tModal tr:last-child:not(.tModalStyle) > *
/* ,.tModal tr:last-child:not(.tModalStyle) td */
{
	vertical-align:bottom;
	padding-bottom:5px;
	height: 50px;
}
.tModal tr:first-child td [close]:hover:before {
	/* color: red; */
	color: #000;
}
.tModal tr:first-child td [close]::before {
	content: " ";
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	width: 47px;
	height: 18px;
	position:relative;
	top:0px;
	background:url(../images/close.png);
	background-repeat: no-repeat;
	display: inline-block;
	
}
* > .tModal td {
	color:#000;
}
/* Modals */