body {
	background: none;
	overflow: auto;
	padding: 10px;
}

.container {
	margin: 10px auto;
	padding: 10px;
	border: solid 1px #ddd;
}

@media ( min-width : 1024px) {
	.container {
		width: 800px;
	}
}

.content-header {
	border-bottom: dashed 1px #ccc;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.content-header h1 {
	margin: 10px;
    color: #696969;
    font-weight: 200;
    font-size: 19px;
    text-align: center;
    margin-top: 22px;
}


.content-body {
	padding: 5px;
}

.content-body h1 {
	margin: 2px;
	color: #696969;
	font-weight: 200;
	font-size: 20px;
}

.content-footer {
	padding: 5px;
}

.row {
	padding: 5px;
}

.field-label {
	
}

.field-input {
	
}

.multi-select {
	height: 200px !important;
}

select.form-control {
	height: 34px;
}

.error {
	color: red;
}

.success {
	color: green;
}

.page-count {
	font-size: 14px;
}

.hint{
	font-weight: normal;
	font-size: 10px;
}

.mandatory{
	color:red;
}

.btn-qatar {
  	font-size: 17px;
    display: inline-block;
    min-width: 120px;
    padding: 7px 5px 7px 5px;
    background: #8a1538;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #ccc;
}
 .btn-qatar:focus {
  color: #fff!important;
}
 .btn-qatar.btn-outline:focus {
  color: #333333!important;
}
 .btn-qatar.btn-outline.dark:focus {
  color: #fff!important;
  color: rgba(255, 255, 255, 0.8)!important;
}
 .btn-qatar:focus {
  border-color: #070203!important;
  background: #501427 !important;
}
 .btn-qatar:hover {
  border-color: #1f080f!important;
  background: #501427 !important;
  background-image: -webkit-linear-gradient(top, #5d172d 0%, #441121 100%) !important;
  background-image: linear-gradient(to bottom, #5d172d 0%, #441121 100%) !important;
  background-repeat: repeat-x!important;
  color: #ffffff;
}
 .btn-qatar:active,
 .btn-qatar.active,
.open  .btn-qatar.dropdown-toggle {
  background: #300c17!important;
  border-color: #17060b!important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6) inset!important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6) inset!important;
}
 .btn-qatar.btn-flat {
  background: #5d172d!important;
}
 .btn-qatar.btn-flat:hover,
 .btn-qatar.btn-flat:active,
 .btn-qatar.btn-flat.active,
.open  .btn-qatar.btn-flat.dropdown-toggle {
  background: #5d172d !important;
  color: #ffffff!important;
}
 .btn-qatar.btn-outline:hover,
 .btn-qatar.btn-outline.btn-flat:hover {
  color: #ffffff!important;
  border-color: #300c17!important;
  border-bottom-color: #070203!important;
}
 .btn-qatar.btn-outline:active,
 .btn-qatar.btn-outline.btn-flat:active {
  border-color: #17060b!important;
}
.btn-group  .btn-qatar,
.btn-group  .btn-qatar:focus,
.input-group-btn  .btn-qatar,
.input-group-btn  .btn-qatar:focus {
  border-left-color: #300c17!important;
  border-right-color: #300c17!important;
}
.btn-group  .btn-qatar:hover,
.btn-group.open  .btn-qatar.dropdown-toggle,
.input-group-btn  .btn-qatar:hover,
.input-group-btn.open  .btn-qatar.dropdown-toggle {
  border-color: #300c17!important;
  border-bottom-color: #070203!important;
}
.btn-group  .btn-qatar:active,
.btn-group  .btn-qatar.active,
.input-group-btn  .btn-qatar:active,
.input-group-btn  .btn-qatar.active {
  border-left-color: #17060b!important;
  border-right-color: #17060b!important;
}

.btn-md {
  	font-size: 17px;
    display: inline-block;
    min-width: 120px;
    padding: 7px 5px 7px 5px;
    #background: #8a1538;
    #color: #fff;
    border: 0px;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #ccc;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -20px -20px 0 0;
}

.spinner {
  position: absolute;
  width: 78px;
  height: 78px;
  right: 50%;
  margin-right: -39px;
  margin-top: -39px;
}

.spinner:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -23px;
  right: 50%;
  margin-right: -23px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #67a8e4 rgba(103, 168, 228, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: spin 3.45s infinite;
  -o-animation: spin 3.45s infinite;
  -ms-animation: spin 3.45s infinite;
  -webkit-animation: spin 3.45s infinite;
  -moz-animation: spin 3.45s infinite;
}

.spinner:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 50%;
  margin-right: -6px;
  background-color: #67a8e4;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
  }
}