.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon {
    padding: 6px 10px;
    /*font-size: 14px;*/
    line-height: 1;
    color: #446d66;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
	flex-wrap: wrap;
}
.input-group-addon, .input-group-btn {
    /*width: 1%;*/
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    /*width: 100%;*/
    margin-bottom: 0;
}
.input-group-prepend {
	height: 34px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #446d66;
    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,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
	border-right: 2px solid #446d66 !important;
	border-radius:0;
	
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
	
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.btn-success{
    color: #446d66;
	font-size: 16px !important;
	font-style: italic  !important;
    background-color: transparent;
	
}

.btn-success:hover {
    color: #446d66;
    background-color: transparent;
    border: 0px solid #ccc !important;
}
.btn-success:focus {
    color: #446d66 !important;
    background-color: transparent !important;
   border: 0px solid #ccc !important;
}

.btn-warning{
    background-color: #fff !important;
	color: #4a4a48;
	padding: .5rem ;
    font-size: 0.9rem !important;
    line-height: 0.8 !important;
    border-radius: 40px !important;
	
	border: 1px solid #4a4a48 !important;
}

.btn-warning:hover {
   background-color: #DBEDEF !important;
	color: #4a4a48;
	
}

.btn-secondary {
	background-color: transparent !important;
	color: #4a4a48;
	padding: .5rem ;
    font-size: 0.9rem !important;
    line-height: 0.8 !important;
    border-radius: 40px !important;
	
	border: 1px solid #4a4a48 !important;
}

.btn-secondary:hover {
	background-color: #DBEDEF !important;
	color: #4a4a48;
}

.btn-close {
	background-color: transparent !important;
	color: #4a4a48;
	padding: .5rem ;
    font-size: 0.9rem !important;
    line-height: 0.9 !important;
    border-radius: 40px !important;
	
	border: 1px solid #4a4a48 !important;
}

.btn-close:hover {
	background-color: #DBEDEF !important;
	color: #4a4a48;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 40px;
	margin-top:15px;
}
.bootgrid-table td.loading,.bootgrid-table td.no-results {
    background: #eee;
    text-align: center
}
.dropdown-menu {
    min-width: 3rem;
}
.pagination>li {
    display: inline;
	cursor: pointer;
}
ol>li, ul>li {
    line-height: 1.5em;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.25;
    text-decoration: none;
    color: #4a4a48;
   
    border: 1px solid #fff;
    margin-left: -1px;
}

.col-md-8>a,.col-md-8>a:hover{
	color:#fff;
	text-decoration:none;
}

.col-md-6>a,.col-md-6>a:hover{
	color:#fff;
	text-decoration:none;
}

.viewname>a, .viewname>a:hover{
	color:#fff !important;
	text-decoration:none !important;
}

.col-md-8>h3{
	color:#fff;
	font-weight:bold;
}
.col-md-8>h4{
	font-weight:bold;
	font-size:20px;
	margin-top:15px;
}
.col-md-8>h5{
	color:#fff;
	font-weight:bold;
}
.col>h5{
	font-weight:bold;
	color:#fff;
}

.modal-header>h5{
	font-weight:bold;
	color:#446d66;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #fff;
    background-color: #0180C5;
    border-color: #fff;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #0180C5;
    background-color: #fff;
    border-color: #fff;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.table thead th:hover {
	background-color: transparent !important;
}

.table span {
	color: #fff !important;
}
.loading {
	background-color: #009bd4 !important;
	padding: 20px 0px 20px !important;
}
.table-striped tbody tr:nth-of-type(odd){
	background-color: #02a7d3 !important;
	
}

.table-hover tbody tr:hover{
	background-color: #321FDB !important;
	opacity:1 !important;
}

.fa-eye-slash {
	background-color: white !important;
	border-left:none !important;
	
	padding-top: 20px !important;
}

.input-group-append{
	background-color: #fff  !important;
}

.input-group-text{
	background-color: #fff !important;
}
.btn-primary {
	background-color: transparent !important;
	color: #fff;
	padding: .5rem 1rem;
    font-size: 0.9rem;
    line-height: 0.8;
    border-radius: 40px;
	margin-top:15px;
	margin-bottom:15px;
	border-color: #fff;
}

.btn-primary:hover, a.btn-primary:hover{
	background-color: #fff !important;
	color: #4a4a48;
	
	border-color: #e6e6e6 ;
}

