* {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


html {
	background-color: #CCB39D;
}
body {
	background-color: #CCB39D;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color:#000;
	/* [disabled]font-size: 1.2em; */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:500;
	line-height:24px;
}

.guj-head {
	font-family: 'Hind Vadodara', sans-serif;
}

.guj-head2 {
	font-family: 'Baloo Bhai', cursive;
}

.guj-body {
	font-family: 'Mukta Vaani', sans-serif;
	font-size: 16px;
	line-height:1.8;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	/* [disabled]height: 100vh; */
	/* [disabled]width: 100vw; */
	background-color: #CCB39D;
	z-index: 0;
}
#container {

}


#userinfo {
	color: #000;
	padding: 5px;
	text-align: right;
}
#userinfo a {
	color: #000;
	text-decoration: none;
}
#userinfo a:hover {
	color: #965F4C;
	text-decoration: none;
}
#userinfo form {
	display: inline;
}
#userinfo form .btn.btn-link {
	display: inline;
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#header {
	background-image: url(../images/header-background.png);
	background-repeat: repeat-x;
	background-position: 0px 42px;
}
#logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	width: 100%;
}


.navbar {
	border-radius: 10px 10px 0px 0px;
	height: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navbar.navbar-inverse {
	background-color: #603024;
}


.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
	line-height: 30px;
	font-size: 1.2em;
}

select {
	width:80%;
}

/*@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/
.form-control {
	border-radius: 0px;


}
input {
	border: 1px solid #603024;
}

.input-group-addon {
	border-radius: 0px;
}
.btn {
	border-radius: 0px;
}
.btn-primary {
	background-color: #603024;
}


#maincontent {
	min-height: 550px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #F8E9D2;
	background-image: url(../images/floral.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftcontent {
	/* [disabled]padding: 20px; */
	/* [disabled]border: 1px solid #e0ccb5; */
}
#rightcontent {
	padding-top: 17px;
}


#pageheader {
	background-color: #E0CCB5;
	height: auto;
	margin-top: -19px;
	padding: 15px;
}
#pageheaderimg  {
	background-color: #E0CCB5;
	height: auto;
	margin-top: -19px;
}


#footer {
	background-color: #261813;
	padding: 15px;
	/* [disabled]min-height: 150px; */
	color: #FFF;
	overflow: visible;
	height: auto;
}


#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#footer ul li {
	margin-bottom: 3px;
}


.social {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social li {
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
}
#footer2 {
	overflow: visible;
	height: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCB39D;
}


hr.compact {
	margin-top: 5px;
	margin-bottom: 5px;
}

#formdiv {
	padding: 25px;
	height: auto;
	margin-top: 25px;
}
.hiderow {
	height: 0px;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
ul.steps {
	list-style-type: none;
	padding: 0px;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
ul.steps li {
	display: inline-block;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul.steps li a {
	background-color: #CCB39D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #603024;
	text-decoration: none;
	
}

ul.steps li a.active {
	background-color: #603024;
	color: #FFFFFF;
	font-weight: bold;
}

ul.steps li a.finished {
	background-color: #CCB39D;
	color: #E0CCB5;
}
.stepno {
	font-size: 24px;
	padding-top: 10px;
}


.progress {
  height: 3px;
  margin-bottom: 5px;
  border-radius: 0px;
}

.progress-bar {
  height: 100%;
}
.pb-20 {
	padding-bottom: 20px;
}


@media all {
	.page-break	{ display: none; }
}

#modal-1, #modal-2, #modal-3, #modal-4, #modal-5, #modal-6, #modal-7
{
	top: 5%;
}
.form-area {
	min-height: 600px;
	overflow: visible;
}
.btn-file {
	border-radius: 0px;
}
control-label-center {
	text-align: center;
}

#multiphase.form-control-feedback {
    /* To make the feedback icon visible */
    z-index: 100;
	top: 0;
    right: -15px;
}
#multiphase .checkbox     {
	margin-top: 0px;
	padding-top: 0px;
	min-height: 14px;
}
.navbar {
	min-height: 35px;
}

.nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
#multiphase section form-group .fileinput.fileinput-new .fileinput-preview.thumbnail .help-block {
	text-align: center;
	vertical-align: middle;
}
#resultdetails {
	margin-top: 0px;
	margin-bottom: 0px;
}
#resultdata{
	margin-top: 0px;
	margin-bottom: 0px;
}
#resulttemplate{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

body .modal-admin {
    /* new custom width */
    width: 1000px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    /*margin-left: -512px;*/
}
.font-white {
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

.dropdown-menu {
	background-color: #F0E6D7;
	border-radius: 0px 0px 15px 15px;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #E1D7C8
}

.dropdown-menu .divider {
	background-color: #E1D7C8;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -5px;
	margin-left: -1px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropcap {
	float: left;
	color: #603024;
	font-size: 45px;
	line-height: 30px;
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 3px;
}

.modal.modal-wide .modal-dialog {
  width: 60%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
#leftcontent ul li, #leftcontent ol li  {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}

#maincontent ul li, #maincontent ol li  {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}


.pagination {
	display: block;
	border-radius: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 370px;
}
.pagination > a {
  display: inline;
}
.pagination > a,
.pagination > span {
	position: relative;
	/*float: left;*/
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	border: 1px solid #CCB39D;
	margin-left: -1px;
}
.pagination > a:first-child,
.pagination > span:first-child {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > a:last-child,
.pagination > span:last-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > a:hover,
.pagination > span:hover,
.pagination > a:focus,
.pagination > span:focus {
	z-index: 3;
	color: #603024;
	background-color: #EEDFC8;
	border-color: #CCB39D;
}
.pagination > a.active,
.pagination > span.active,
.pagination > a:hover.active,
.pagination > span:hover.active,
.pagination > a:focus.active,
.pagination > span:focus.active {
	z-index: 2;
	color: #ffffff;
	background-color: #603024;
	border-color: #603024;
	cursor: default;
}
.pagination > span > .disabled >,
.pagination > span:hover > .disabled >,
.pagination > span:focus > .disabled >,
.pagination > a > .disabled >,
.pagination > a:hover > .disabled >,
.pagination >  a:focus > .disabled > {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > a,
.pagination-lg >  span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > a:first-child,
.pagination-lg > span:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > a:last-child,
.pagination-lg > span:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > a,
.pagination-sm > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > a:first-child,
.pagination-sm > span:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > a:last-child,
.pagination-sm > span:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bigtext {
  display: block;
  overflow: hidden;
}

.expand, .contract {
  cursor: pointer;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  color: #261813;
}
.expand:hover, .contract:hover {
  color: #603024;
}

.hide {
  display: none;
}

table-condensed {
	padding:2px;
}

.danger{
	color:#C80000;
}

.success{
	color:#009600;
}

.bg-success {
	color:#009600;
	padding:10px; 
}
.bg-danger {
	color:#C80000;
	padding: 10px;
}

.alert{
	border:none;
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.alert-success {
	color:#009600
	
}
.alert-danger {
	color:#C80000;	
}

.text-danger {
	color:#C80000;	 
}

.list-group-item {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

a.list-group-item {
	color:#000;
}

.jumbotron {
	background-color: #e4d5be;
	padding: 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	/*border: 2px solid #f8e9d2;
	box-shadow: 0px 0px 5px 0px #ccb39d;*/
}

.jumbotron .extrasmall {
	font-size: 1em;
}
.borderless {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

/* borderless table */
.table.table-borderless td, .table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}
#searchdata {
	margin-bottom: 30px;
	display: block;
	height: 250px;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
