body {
    background-color: #fcfcfc;
}

.hr-sm{
	margin-top: 10px;
    margin-bottom: 10px;
}
.hr-xs{
	margin-top: 5px;
    margin-bottom: 5px;
}
.shadowed,.thumb{
    /*background-color: #fff;*/
    -webkit-box-shadow: 0 1px 3px hsla(0,0%,0%,.3)!important;
       -moz-box-shadow: 0 1px 3px hsla(0,0%,0%,.3)!important;
            box-shadow: 0 1px 3px hsla(0,0%,0%,.3)!important;
}
.text-detail{
	margin-bottom:0px!important;
}
.text-detail-sm{
	font-size:15px!important;
	margin-bottom:0px!important;
}
.text-detail-xs{
	font-size:14px!important;
	margin-bottom:0px!important;
}
.text-detail-xxs{
	font-size:12px!important;
	margin-bottom:0px!important;
}
.text-title-md{
	font-size:21px!important;
}
.text-title-lg{
	font-size:26px!important;
}
.bf-modal-header{
	padding-top:10px!important;
	padding-bottom:10px!important;
	border-radius: 5px 5px 0px 0px!important;
}
.bf-modal-header .close{
	color:white;
}
/*uploader button css*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.search-img{
    width: 200px;
    margin-top: 10px;
    height: 150px;
    object-fit: contain;
}

.btn{
    border-radius:0px!important;
}

.td-form{
    min-width: 290px;
}
.bg-bf , .bg-bf a , .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #004f5f;
    color:#fff!important;
    outline: none;
}
.bg-drop-bf {

    background-color: #004f5f;
    color: #fff!important;
}

.bg-drop-bf li>a:hover{

    background-color: #adadad;
    color: #fff;
}
.x-content{
    overflow-x:scroll;
}

/*left tabs*/
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
/* Admin end - delete button */
.del-sec{
    float:left;
    margin-right: 30px;
    width: 100px;
    padding: 5px;
    text-align: center;
    border: 1px solid #4f86b5;
    border-radius: 5px 5px;
}
.all-sec {
    width: 100px;
    padding: 5px;
    text-align: center;
    border: 1px solid #4f86b5;
    border-radius: 5px 5px;
    display: inline-block;
}
.del-sec.active{background-color: #004f5f;}
.del-sec.active a{color: #fff!important;}
