@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: ww-bold;
  src: url(../fonts/WW-BOLD.TTF);
  font-weight:600;
}

@font-face {
  font-family: ww-medium;
  src: url(../fonts/WW-MEDIUM.TTF);
  font-weight:300;
}

@font-face {
  font-family: ww-light;
  src: url(../fonts/WW-LIGHT.TTF);
  font-weight:500;
}

@font-face {
  font-family: 'os-bold';
  src: url(../fonts/OS-Bold.ttf);
  font-weight:600;
}

@font-face {
  font-family: 'os-medium';
  src: url(../fonts/OS-Semibold.ttf);
  font-weight:300;
}

@font-face {
  font-family: 'os-light';
  src: url(../fonts/OS-Regular.ttf);
  font-weight:300;
}


html {
    width: 100%;
    height: 100%;

}
body {
    width: 100%;
    height: 100%;
	margin:0px;
	padding:0px;
	font-family: 'os-light', Verdana, Geneva, sans-serif;
	color:#333;
	font-weight:300;
	font-size:14px;
	line-height:1;

}


i.fa, span.fa
{
  font-size:16px;
  line-height:20px;
}
img, .btn, a
{
	outline:none;	
}
.btn {
    display: inline-block;
    padding: 5px 12px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn.action-btn
{
	padding: 2px 4px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
    background-color:#ccc;
    color:#111;
}

.action-btn i.fa
{
  font-size:12px;
  line-height: 1.2
}

.toggle-group label.btn
{
	padding:2px 10px;	
}

.btn:focus, a:focus
{
	outline:none	
}
h1,h2,h3,h4,h5
{
	font-family: 'os-medium';
	font-weight:300;
	outline:none;
}
p
{
	font-size:14px;
	line-height:18px;
}
p.small
{
	font-size:10px;
	line-height:1;
	margin-bottom:6px;
}
a
{
	color:#0C72BA;
	outline:none;
}
ul, li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.m-0
{	margin:0px;
}
.p-0
{
	padding:0px;
}

.p-1
{
	padding:10px;
}

.p-0-1
{
	padding: 0 10px;
}
.mt-1
{
	margin-top:10px;
}

.mb-0
{	margin-bottom:0px;
}

.mr-0
{
	margin-right:0px	
}

.pb-1
{	
padding-bottom:10px;
}



img, .btn, a
{
	outline:none;	
}

.btn
{
	border-radius:2px;	
}

.modal-header {
    padding: 8px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: -8px;
    top: -8px;
    background: #fff;
	opacity: 1;
	width: 28px;
	height: 28px;
	border-radius: 15px;
	border: 2px solid #0d72ba;
	z-index:99;
}
.modal-header .close:hover
{
	color:#0d72bf;
	background:#f8f8f8;
}

.modal-content .close {
    margin-top: -2px;
    position: absolute;
    right: -8px;
    top: -8px;
    background: #fff;
	opacity: 1;
	width: 28px;
	height: 28px;
	border-radius: 15px;
	border: 2px solid #0d72ba;
	z-index:99;
}
.modal-content .close:hover
{
	color:#0d72bf;
	background:#f8f8f8;
}

.modal .alert.alert-dismissible .close 
{
    position: relative;
    top: 0px;
    right: -31px;
    color: inherit;
    z-index: 99;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 15px;
    height: 16px;
}

.modal-footer {
    padding: 5px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 13px;
    border-left: 5px solid #eee;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.form-group.pb-0 {
    margin-bottom: 0px;
}

.form-control
{
	padding:3px 4px;
	height:28px;
}
.form-control.searchbox
{
	padding:3px 4px;
	height:34px;
}

.modal-body {
    position: relative;
    padding:10px 15px;
	min-height:50px;
    max-height: 540px;
    overflow-y: auto;
}

.modal#searchModal .modal-body
 {
    position: relative;
    padding: 10px 15px;
    min-height: auto;
    max-height: auto;
    overflow-y: unset;
}

.btn-danger, .btn-danger:hover {
   color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
button.btn > i.fa
{
font-size:12px;
	line-height:14px;
}

.has-feedback .form-control
{
	height:32px;	
}
.form-control-feedback {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}


/*********************************************** NavBAr************************************************/

.navbar#myNavbar {
    position: relative;
    min-height: 40px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
@media(max-width:900px)
{
	.nav > li > a {
    padding: 10px 12px;
}	
}

@media(max-width:767px)
{
	.nav > li > a {
    padding: 5px 12px;
}	
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 3px 10px 3px 20px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img
{
	height:42px;
}

.navbar-brand img.logo-lg
{
	display:inline-block;
}
.navbar-brand img.logo-xs
{
	display:none;
}

@media(max-width:767px)
{
.navbar-brand img.logo-lg
{
	display:none;
}
.navbar-brand img.logo-xs
{
	display:inline-block;
}
}

.navbar .search-block
{
	margin:5px 0 0 35px;
}

.navbar .input-group
{
	margin:6px auto;
}

.theme-dark .nav > li > a 
{
	color:#fff;	
}
.theme-dark .nav .open>a,.theme-dark .nav .open>a:focus,.theme-dark .nav .open>a:hover {
    background-color: rgba(200,200,200,0.2);
    border-color: #337ab7;
    color: #337ab87;
}

.theme-dark .nav > li > a:focus,.theme-dark .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #3B86FF;
}

.theme-dark .btn-default {
    color: #fff;
    background-color: rgba(255,255,255,0.25);
    border-color: #444;
}
/****************************************** Checkbox ***************************************************/

.chcontainer {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:transparent;
  height:28px;
  width:20px;
  float:left;
  border:none;
  border-radius:3px 0 0 3px;
}

.checkbox-container
{
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:transparent;
  width:20px;
  float:left;
  border:none;
  border-radius:3px 0 0 3px;
}

/* Hide the browser's default checkbox */
.chcontainer input, .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
top: 5px;
left: 5px;
height: 18px;
width: 18px;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 2px;
}
.checkbox-container .checkmark
{
	position: absolute;
  top: 0px;
  left: 5px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border:1px solid #aaa;
  border-radius:2px;
}

.chcontainer:hover, .checkbox-container:hover{
  background-color: #bfbfbf;
}

/* On mouse-over, add a grey background color */

.chcontainer:hover input ~ .checkmark, .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chcontainer input:checked ~ .checkmark , .checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chcontainer input:checked ~ .checkmark:after , .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chcontainer input:checked ~ .checkmark:after, .checkbox-container input:checked ~ .checkmark:after {
left: 5px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chcontainer input:checked ~ .checkmark:after , .checkbox-container input:checked ~ .checkmark:after,  {
  display: block;
}



.chcontainer input.selected ~ .checkmark:after, .checkbox-container input.selected ~ .checkmark:after {
    left: 3px;
    top: 7px;
    width: 10px;
    height: 2px;
    background: #333;
    border: solid #333;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0px 4px;
    -webkit-transform: rotate(00deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
}



/******************************************** /Checkbox *************************************************/

/************************************************ starred*************************************************/
.fa.fa-star
{
	color:#F4B400;
}



/************************************************ starred*************************************************/

/************************************************pagination *************************************************/
.pagination
{
	width:100%;
	padding-right:8px;
}


.pagination ul
{
	width:100%;
}
.pagination ul li.pagination-optiions
{
	float:right;
	margin-left:10px;
	margin-top:0px;
	position:relative;
	top:3px;
	width:auto;
	padding:0px 5px;
}

.pagination ul li.pagination-optiions p.summary
{
	position:relative;
	top:0px;
}


.theme-dark .pagination ul li.pagination-optiions p.summary
{
	position:relative;
	top:2px;
	color:#eee;
}




/************************************************ /pagination************************************************/
/* LOADER 5 */

#loader-5 span{
  display: block;
  position: absolute;
  left: calc(50% - 0px);
  top: calc(50% + 20px);
  width: 20px;
  height: 20px;
  background-color: #3498db;
  z-index:9999;
}

#loader-5 span:nth-child(2){
  animation: moveanimation1 1s ease-in-out infinite;
}

#loader-5 span:nth-child(3){
  animation: moveanimation2 1s ease-in-out infinite;
}

#loader-5 span:nth-child(4){
  animation: moveanimation3 1s ease-in-out infinite;
}

@keyframes moveanimation1{
  0%, 100%{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  75%{
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes moveanimation2{
  0%, 100%{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  75%{
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes moveanimation3{
  0%, 100%{
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75%{
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}



/* !Descending */

.preloader
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    outline: 0;
	background-color:rgba(0,0,0,0.1);
	transition: opacity .15s linear;
	text-align:center;

}
.preloader img
{
	position:relative;
	top:45%;
	width:80px	;
	display:block;
  margin:3px auto;

}
img
{
	outline:none
}

.preloader .lds-ellipsis
{
  display: block;
  position: relative;
  width: 64px;
  height: 14px;
  margin:3px auto;
  top:45%;

}
.modal-content
{
	min-height:60px;
	height:auto	
}

/************************ Section Loader***************************/
.loader-wrapper
{
    position: relative;width: 100%;
    height: auto;
    padding: 50px;
    background:rgba(0,0,0,0.15);
    display: block;
}

.loader-wrapper p.message
{
    color:#fff;
}
.section-loader
{	width:150px;
position:absolute;
top:10px;
left:50%;
margin-left:-105px;
padding:00px auto;
text-align:center;
height:40px;
display:block;
text-align:center;
z-index:999;
}
.project-section-loader
{ width:150px;
position:relative;
top:58px;
left:50%;
margin-left:-105px;
padding:00px auto;
text-align:center;
height:50px;
display:block;
text-align:center;
z-index:1000;
}

.section-loader.hidden,.project-section-loader.hidden
{	display:none;
height:0px;
}


.section-loader .lds-ellipsis,.project-section-loader .lds-ellipsis{
  display: inline-block;
  position: relative;
  width: 64px;
  height: 24px;
}
.lds-ellipsis div {
  position: absolute;
  top: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0d72ba;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/************************************************ attachment button************************************************/
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
/************************************************ /attachment button************************************************/

#loadingmsg{padding:51px;}
#loadingover{background-color: rgba(0,0,0,0.2);z-index: 99;width: 100%;height: 100%;position: fixed;top: 0;left: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;}
/************************************************ theme-dark*******************************/


.theme-dark hr {
    margin: 3px 0;
    border-top: 1px solid #392f48;
}
.theme-dark .modal
{
	background:rgba(0,0,0,0.75);
}

.theme-dark .modal .modal-header, .theme-dark .modal .modal-footer
{
	background-color:#25476A;
	color:#f1f1f1;
	border-color:#2e405b	
}

.theme-dark .modal .modal-header .btn {
    color: #fff;
    background-color: rgba(255,255,255,0.25);
    border-color: #444;
}

.theme-dark .modal .modal-header .close
{
	color:#111;	
	opacity: .9;
}

.theme-dark .modal .modal-body
{
	background-color:#272d38;
	color:#f1f1f1;
}

.theme-dark .modal .modal-body label.control-label
{
	color:#eee;	
}

.theme-dark .wizard
{
	background:transparent	
}

.theme-dark .modal-body .form-group .form-control {
    border: 1px solid rgba(250,250,250,0.2);
    background-color: rgba(255,255,255,0.07);
	color:#fff;
    box-shadow: none;
    border-radius: 2px;
}

.theme-dark .modal-body .form-group select.form-control option,.theme-dark .form-group select.form-control option {
  
    background-color: #24344D;
    color: #fff;
}

.theme-dark .panel
{
	background-color:transparent	
}

.theme-dark .panel-container
{
	background-color:rgba(255,255,255,0.01)	;
}

.theme-dark .btn-group .btn
{
	 background-color: rgba(255,255,255,0.4);
	 color:#fff;	
}
.theme-dark .btn-group .btn.active
{
	background-color:#1D8CFB
}

.theme-dark p
{
	color:#eee;	
}


.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}



.badge-primary {
  color: #ffffff;
  background-color: #e14eca;
}

.badge-secondary {
  color: #212529;
  background-color: #f4f5f7;
}

.badge-info {
  color: #ffffff;
  background-color: #1d8cf8;
}

.badge-warning {
  color: #ffffff;
  background-color: #ff8d72;
}

.badge-success {
  color: #000;
  background-color: #00f2c3;
}

.badge-danger {
  color: #ffffff;
  background-color: #fd5d93;
}

.badge-light {
  color: #ffffff;
  background-color: #adb5bd;
}

.badge-dark {
  color: #ffffff;
  background-color: #212529;
}

.badge-default {
  color: #ffffff;
  background-color: #344675;
}
.badge-neutral {
  color: #212529;
  background-color: #ffffff;
}.badge-darker {
  color: #ffffff;
  background-color: black;
}


.input-group-addon {
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
	border-right: none;
border-left-width: 0px;
}

.theme-dark .input-group-addon {
    background-color: rgba(255,255,255,0.2);
    border: rgba(255,255,255,0.3);
    border-radius: 0px;
	color:#fff;
}


/************************************** Vendor link **********************/

.link-content {
	width:100%;
	height:auto;
	min-height:10px;
	padding:8px 8px;
	padding-bottom:2px;
	border:1px dashed #ddd;
	margin:0px;
	margin-bottom:8px;
}
.theme-dark .link-content
{
	border-color:rgba(255,255,255,0.4)	;
}

.link-container .form-group {
	margin-bottom:5px;
	padding-bottom:2px
}

.main-card-content .link-content .form-group .input-group, .main-card-content .link-content .form-group input.form-control, .link-content .form-group input.form-control, .main-card-content  .link-content .form-group select.form-control, .link-content .form-group select.form-control
{
	width:100%;	
}

.theme-dark .form-control
{
	backgound-color:rgba(255,255,255,0.1);	
	color:#fff
}

a.addlink-row {
	position:absolute;
	right:15px;
	bottom:18px
}


.theme-dark .main-card-content .form-group label
{
	color:#eee;	
}


/************************************** Vendor link **********************/

.quota-report-details h3
{
	margin-top:10px;	
}


/*************************** alert *********************************/
.alert-container-csdb > .alert-noti {
	opacity: 1;
	width: 410px;
	padding:0px 0px 0px 0px;
	height: 80px;
	background: rgba(140, 140, 140, 0.95);
	position:fixed;
	bottom:0px;
	right:-405px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin:8px 0;
	color:#fff;
	z-index:9999;
}

.alert-container-csdb > .alert-noti .count
{
	width:23px;
	height:22px;
	padding:5px;
	border-radius:50%;
	background-color:#666;
	color:#fff;
	font-size:11px;
	text-align:center;
	position:absolute;
	top:-4px;
	left:-10px;	
}
.alert-container-csdb > .alert-noti:nth-child(2) {
	position:fixed;
	bottom:85px;
}
.alert-container-csdb > .alert-noti:nth-child(3) {
	position:fixed;
	bottom:170px;
}
.alert-container-csdb > .alert-noti:nth-child(4) {
	position:fixed;
	bottom:255px;
}
.alert-container-csdb > .alert-noti:nth-child(5) {
	position:fixed;
	bottom:340px;
}
.alert-container-csdb > .alert-noti:nth-child(6) {
 	position:fixed;
 	bottom:425px;
}
.alert-container-csdb > .alert-noti:hover {
	transform: translateX(-5px);
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.alert-container-csdb > .alert-noti.noti-show {
	opacity: 1;
	transform: translateX(-400px);
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.alert-noti:hover {
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
.noti-close {
	position:absolute;
	cursor:pointer;
	display:block;
	z-index:9;
	right:0px;
	top:0px;
	font-weight:200;
	font-size:14px;
	color:#666;
	padding:3px;
	width:20px;
	height:20px;
	border:2px solid #eee;
	background:rgba(255, 255, 255, 1);
	display:none;
}
.alert-noti:hover .noti-close {
	display:block
}
.noti-close i.fa-times {
	font-size:12px;
	line-height:1;
	color:#666;
	font-weight:100;
}
.alert-noti .nopen {
	width:10px;
	padding:5px 3px;
	background-color:transparent;
	height:80px;
	float:left;
}
.alert-noti.noti-closed .nopen {
	cursor:pointer;
}
.alert-noti > .noti-icon {
	font-size:22px;
	height:70px;
	width:60px;
	padding:10px;
	background:#fff;
	border:1px solid #eee;
	float:left;
	text-align:center;
	margin:5px 0px 5px 0;
}
.alert-noti > .noti-icon >i.fa {
	font-size:40px;
	color: rgba(100, 100, 100, 1);
	font-weight:200;
	line-height:50px;
}
.noti-body {
	width:340px;
	margin:5px 0;
	margin-left:0px;
	padding:0 3px;
	float:left;
	height:70px;
	position:relative;
	display:table-cell;
	vertical-align:baseline
}

.noti-body .carousel-inner {
    position: relative;
    width: 310px;
    overflow: hidden;
    margin: 0 15px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    font-size: 12px;
    color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
background-color:  rgba(0,0,0,0);
    filter: alpha(opacity=80);
    opacity: 0.8;
	
}


.carousel-control .fa {
    font-size: 12px;
    line-height: 22px;
	margin-top:20px}

.carousel-control.left,.carousel-control.right {
    background-image: none;
	
	text-align:left
}


p.noti-text {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:1.38;
	position:relative;
	vertical-align:baseline;
}
.alert-noti.noti-warning,  .alert-noti.noti-warning .count {
	background:rgba(231, 160, 20, 0.95);
}
.alert-noti.noti-warning > .noti-icon >i.fa {
	color:rgba(231, 160, 20, 1);
}
.alert-noti.noti-success, .alert-noti.noti-success .count {
	background:rgba(51, 160, 51, 0.95);
}
.alert-noti.noti-success > .noti-icon >i.fa {
	color:rgba(51, 160, 51, 1);
}
.alert-noti.noti-info, .alert-noti.noti-info .count {
	background:rgba(49, 133, 230, 0.85);
}
.alert-noti.noti-info > .noti-icon >i.fa {
	color:rgba(49, 133, 230, 1);
}
.alert-noti.noti-danger, .alert-noti.noti-danger .count {
	background:rgba(208, 55, 61, 0.89);
}
.alert-noti.noti-danger > .noti-icon >i.fa {
	color:rgba(2018, 55, 61, 0.9);
}
.alert-noti.noti-closed .count
{	position:absolute;
	top:30px;
	left:-16px;
	cursor:pointer
}
.btn.gotid{padding:0px 0px}

fieldset {
    border-color:#eee;
    border-style: solid;
    border-width: 1px;
    margin: 3px;
    padding: 4px 8px 8px;

}

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color:  #333;
    display: block;
	box-sizing: border-box;
	font-size: 1em;
	min-height: 24px;
	padding: 2px 5px;
	width: auto;
	margin-bottom:5px;

}

/***************** FAQ *******************/
#accordion.faq .panel
{ 
  padding:0px 0;
  border:none;
  border-radius:0px;
  box-shadow:none;
}

#accordion.faq .panel .panel-heading
{
  padding:10px 10px ;
  margin:0px;
  background:transparent  ;
  
  border-bottom:1px solid #eee;
  box-shadow:none;  
}

#accordion.faq .panel .panel-heading a
{
  color:#666; 
  font-weight:normal;
  text-decoration:none;
}

#accordion.faq .panel .panel-heading.active a
{
  color:#0d72bf 
}

#accordion.faq .panel .panel-heading a h4
{
  font-weight:300;
}

#accordion.faq .panel .panel-heading a h4:before {
  font-family: "FontAwesome";
  content: "\f0da";
  width:20px;
  text-align:center;
  display:inline-block;
  color:#0d72bf;
}

/* Icon when the collapsible content is hidden */
#accordion.faq .panel .panel-heading.active a h4:before {
  content: "\f0d8";
  width:20px;
  text-align:center;
}

#accordion.faq .panel .panel-body
{
  font-size:14px;
  line-height:1.5;
  font-weight:300;  
}
/***************** END FAQ *******************/

