.border-line {
    background-image: url("/images/line.png");
    background-repeat: repeat-x;
    height: 2px;
    position: relative;
    width: 100%;
}
.border-line-block {
    background-image: url("/images/block.png");
    height: 8px;
    left: 49%;
    position: absolute;
    top: -3px;
    width: 31px;
}
#container-login{
	position:absolute;
    padding: 20px;
	background: none repeat scroll 0 0 #E3E3E3;
    box-shadow: 1px 0 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
}
#container-login .forgot{
    color: #999999;
    text-decoration: underline;
    float: right;
}
.icon-lock{
    font-size: 110px;
    color: #999999;
}
#container-login .hed{
    font-size: 17.5px;
    color: #999999;
    padding: 7px 0;
}
#container-login .add-on {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    color: #828283;
    font-size: 13px;
    height: 20px;
    padding: 8px;
    text-shadow: none;
}
#container-login i, #container-login label{
    color: #999999;
}
#container-login .input-prepend{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
#container-login .input-text{
    display: inline-block;
    padding: 10px;
    width: 230px;
    margin-left: -3px;
}
#container-login .btnlogin{
    padding: 10px 20px;
}
#butCreate{
	background: url('/images/btn_create.png') no-repeat scroll 0 0 transparent;
	width:114px;
	height:52px;
}
#butLogin{
	background: url('/images/btn_login.png') no-repeat scroll 0 0 transparent;
	width:114px;
	height:52px;
}

#container-header{
	background-color:#2E373F;
	padding-bottom:5px;
}
#wrapper-header{
	padding:5px;
}
#wrapper-logo{
	float:left;
}
#wrapper-logo img{
	width:160px;
}
#wrapper-menu{
	float:right;
}
#bg-menu-left{
	background: url('/images/bg_menu_left.png') no-repeat scroll 0 0 transparent;
	width:13px;
	height:27px;
	float:left;
}
#bg-menu-right{
	background: url('/images/bg_menu_right.png') no-repeat scroll 0 0 transparent;
	width:13px;
	height:27px;
	float:left;
}
.top-menu {
    float: right;
    margin-right: 0px;
	position: relative;
    left: 0px;
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
}
.top-menu > li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.top-menu > li {
    float: left;
}
.mtop5 {
    margin-top: 5px;
}
.dropup, .dropdown {
    position: relative;
}
.top-menu > li > a {
    padding: 10px;
}
.top-menu > li > a {
    color: rgb(153, 153, 153);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.top-menu > li > a {
    float: none;
    padding: 10px 15px;
    color: rgb(119, 119, 119);
    text-decoration: none;
}
.top-menu > li > a {
    display: block;
}
.top-menu > li > a .username{
	color:#fff;
}
.dropdown-toggle {
}
.dropdown-toggle i {
    font-size: 20px;
	color:#fff;
}
.top-menu li.dropdown > .dropdown-toggle .caret {
    border-top-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
	margin-left: 2px;
	display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: top;
    border-top: 4px solid rgb(0, 0, 0);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
	margin-top: 12px;
	color:#fff;
	border-top-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
}
.top-menu > li > a > img {
	height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
    max-width: none;
	border-radius: 20px 20px 20px 20px;
}
.top-menu .dropdown-toggle:hover, .top-menu .dropdown.open .dropdown-toggle {
    background-color: #232A32 !important;
	border-radius:4px;
}
.top-menu .dropdown-menu {
    margin-top: 3px;
	right: 0px;
	left: auto;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 1000;
	display:none;
	float: left;
	background-color: rgb(252, 252, 252);
	border: 1px solid rgba(0, 2, 1, 0.2);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 0px 0px rgba(0, 2, 1, 0.4);
	background-clip: padding-box;
	padding: 0px;
	margin: 0px;
	list-style: none outside none;
	text-shadow: none;
	min-width: 160px;
	margin-top: 3px;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
    border-bottom: 1px solid rgb(255, 255, 255);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: rgb(51, 51, 51);
    white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: rgb(238, 238, 238);
    background-image: none;
    color: rgb(51, 51, 51);
    filter: none;
    text-decoration: none;
}

.txt-red{
	color:#C83C3B !important;
}
.txt-white{
	color:#fff !important;
}
.txt-blue{
	color:#3B5998 !important;
}
.highlight-blue{
	background-color:#D2D5DA;
	padding:7px;
}
.space-5{
	margin-top:5px;
}
.space-10{
	margin-top:10px;
}
.space-15{
	margin-top:15px;
}
.space-20{
	margin-top:20px;
}
.menu{
	text-align: center;
	height:24px;
	padding:3px 7px 0px;
	background-color:#fff;
	float:left;
}
.menu li{
    display: inline;
    border-right:solid 1px #fff;
} 
.menu li.th-last{
	border:none;
}
.menu li a{
	color: #333333;
	padding: 0 10px;
	font-size:12px;
	text-decoration: none;
	display:inline-block;
}
.menu li a:hover, .menu li a.menu-active{
	text-decoration:underline;
}

.navi{
	text-align: left;
	padding:0px 0px 1px;
	background-color:#2E373F;
}
.navi li{
    float:left;
	position:relative;
	margin-right:5px;
} 
.navi li.navi-last{
	border:none;
	background-image:none;
}
.navi li a{
	color: #fff;
	padding: 10px 14px 9px;
	font-size:12px;
	text-decoration: none;
	display:block;
	font-weight:bold;
    cursor: pointer;
}
.navi li:hover, .navi li a.navi-active{
	background-color:#232A32;
}
.navi li:hover > ul{
	display:block;
}
.navi ul{
    border: solid 1px #232A32;
	display:none;
	position:absolute;
	top:39px;
	left:0;
	z-index:999;
}
.navi ul li{
	background-color: #2E373F;
	display:block;
	background-image:none;
    margin: 0px;
    width:173px;
    position: relative;
}
.navi ul li .dot{
	background: url('/images/dot.png') repeat-x scroll 0 0 transparent;
	width:6px;
	height:6px;
	display:block;
}
.navi ul li a{
	padding:10px;
	text-transform:none;
	font-family: Tahoma;
	font-size:12px;
	font-weight:normal;
}
.navi ul li .navi-line{
	background: url('/images/line.png') repeat-x scroll 0 0 transparent;
	height:2px;
	display:block;
}
.navi ul li a:hover{
	background-color: #232A32;
	text-decoration: none;
}
.navi ul li ul{
    display: none;
    position: absolute;
    top: 0;
    left:200px;
    width: 200px;
}
.navi ul li:hover ul{
    display: block;
}

#container-body{
	position:relative;
    height: 100%;
}
#container-left{
	float:left;
	width:20%;
}
.block{
	border: solid 1px #E1E1E1;
	padding:10px;
	box-shadow: 1px 1px 5px #E1E1E1;
	margin-bottom:25px;
}
.block-title{
	font-family:UTM Alter Gothic;
	font-size:25px;
	color:#3B5998;
}
.block-line{
	background: url('/images/block_line.png') no-repeat scroll center 0 transparent;
	width:100%;
	height:15px;
}
.target{
	list-style-image: url('/images/star.png');
	margin-left:25px;
}

#container-right{
	float:right;
	width:20%;
}
.status-bar{
	border-radius:10px;
	height:15px;
	width:100%;
	overflow:hidden;
	border:solid 1px #E1E1E1;
	box-shadow: 0 0 5px #E1E1E1;
}
.status-bar-progress{
	background-color:#FCB322;
	height:15px;
}
.status-bar-progress-warning{
	background-color:#E74955;
	height:15px;
}
.question{
	list-style-image: url('/images/question.png');
	margin-left:25px;
}
.video{
	list-style-image: url('/images/video.png');
	margin-left:25px;
}

#container-center{
	float:left;
	margin:0 3%;
	width:54%;
}
#container-panel{
	position:absolute;
	top:0;
	left:0;
	width: 215px;
	background-color:#2E373F;
}
.panel-toggler {
    background: url("/images/body-bg.png") repeat scroll 0 0 #E9EBEC;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
    display: block;
    float: right;
    height: 22px;
    margin: 12px 0px;
    width: 23px;
	padding-top:3px;
}
.panel-icon{
	color:#ABABAB;
	font-size:11px;
	margin-left:10px;
}
.panel li{
	background: url("/images/line.png") repeat scroll bottom 0 transparent;
	border-bottom:solid 1px #2F4050;
}
.panel li a{
	color:#fff;
	display:block;
	font-size:12px;
    cursor: pointer;
}
.panel li a.active, .panel li a:hover{
	background: url("/images/side-bar-list-bg.png") repeat scroll 0% 0% transparent !important;
	
}
.panel .icon-box{
    background: url("/images/side-bar-list-bg.png") repeat scroll 0% 0% transparent !important;
    padding: 20px;
    margin-right: 10px;
	display:inline-block;
	vertical-align:middle;
}
#container-main{
	padding:10px;
    position: relative;
}
.breadcrumb li{
	background-color:#DCDCDC;
	float:left;
	height:31px;
	display:block;
	padding:0px 0px 0 5px;
	vertical-align:middle;
}
.breadcrumb li .divider{
	background: url('/images/bread-crumb-divider.jpg') no-repeat scroll center right #DCDCDC;
	height:31px;
	width:29px;
	display:inline-block;
	vertical-align:middle;
}	
.breadcrumb li .divider-last{
	background: url('/images/bread-crumb-last.jpg') no-repeat scroll center right #DCDCDC;
	height:31px;
	width:19px;
	display:inline-block;
	vertical-align:middle;
}
.breadcrumb li a{
	display:inline-block;
	vertical-align:middle;
	color:#737373;
}
.breadcrumb li a:hover, .breadcrumb li a.active{
	color:#4C4C4C;
}
.num-status{
	background-color:#2E373F;
	color:#fff;
	font-weight:bold;
	padding:0px 5px;
	border-radius:3px;
	font-size:10px
}
.group-status{
	float:left;
	margin-right:20px;
}
.list{
	list-style:square;
	color:#3B5998;
	margin-left:35px;
}
.shortcut{
	background-color:#5A84A8;
	padding:10px 15px;
	text-align:center;
	display:block;
	color:#fff;
	border-bottom:solid 3px #405F79;
	margin:0 15px 15px 0;
}
.shortcut img{
	height:38px;
}
.table-report{
	width:100%;
}
.table-report td{
	text-align:center;
	border-top: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
	padding:7px 10px;
}
.table-report td.rlast{
	border-right: solid 1px #E1E1E1;
}
.table-report td.blast{
	border-bottom: solid 1px #E1E1E1;
}
.table-report td.no-border{
	border-top: 0;
	border-left: 0;
}
.table-report td.bg-blue{
	background-color:#DCF1F0;
}
#container-footer{
	padding-top:5px;
    background-color: #2E373F;
}
#wrapper-footer{
    padding:15px;
    color: #fff;
}
#footer-left{
	float:left;
}
#footer-right{
	text-align:right;
	float:right;
}

.cat-list{
	list-style:square;
	margin-left:15px;
}
.cat-list li{
	color:#3B5998;
	padding-bottom:5px;
}
.cat-list li a{
	font-family:UTM Alter Gothic;
	font-size:16px;
	color:#3B5998;
	text-transform:uppercase;
}
.cat-list li a:hover{
	text-decoration:underline;
}
.section-title{
	font-size: 28px;
    margin-top: 10px;
	color: #868686;
}
.table-list{
	width:100%;
}
.table-list .sub{
	display:none;
}

.table-list td{
	padding:8px 10px;
	border-bottom: dotted 1px #000000;
}
.table-list td.title{
	background-color:#3B5998;
	color:#fff;
	padding:5px 10px;
}
.table-list td.no-border{
	border-bottom:0;
}

.table-modify{
	width:100%;
}
.table-modify td{
	padding:3px 0;
}
.require{
	color:red;
}

.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0 none;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0 none;
}
.table thead th {
    vertical-align: bottom;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
}
.table th {
    font-weight: bold;
}
.table .center{
	text-align:center;
}
.table tr.head{
	background-color:#F5F5F5;
}
.table-highlight tr:hover, .table tr.active{
	background-color:#FCF8E3;
    cursor: pointer;
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 0.5%;
	color: #868686;
}
.table input{
    vertical-align: middle;
}
.table img{
    vertical-align: middle;
}
.table-hover tr:not(.submenu):hover{
    background-color: #F5F5F5;
}
.tablePermission {
    margin-top:20px;
}
.tablePermission .header{
    background-color: #2E373F;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.tablePermission .group{
    border:solid 1px #ccc;
    height: 150px;
    padding: 10px;
    margin-right: 10px;
    overflow-y: scroll;
}
.tablePermission td:last-child .group{
    margin-right: 0;
}

#container-themes{
    padding: 20px;
}
#wrapper-themes{
    margin-top:15px;
}
.themes{
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.themes .tit{
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.themes .image{
    width: 160px;
    height: 160px;
    border:solid 1px #DCDCDC;
    border-bottom: none;
    cursor: pointer
}
.themes .image a{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.themes .image a img{
    width: 100%;
    position: absolute;
    top:0;left:0;bottom:0;right: 0;
    margin: auto;
}
.large-themes{
    width: 560px;
    height: 400px;
    overflow: hidden;
    border:solid 1px #eeeeee;
}
.large-themes img{
    width: 100%;
}
#currentThemes {
    background-color: #F1F1F1;
    min-height: 2px;
    position: relative;
    text-align: center;
}
#currentThemes .wrap{
    padding: 15px 0px;
}
#currentThemesControl {
    background-color: #EFEFEF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    padding: 3px 5px;
}
#currentThemesControl i{
    margin-right: 5px;
}
.current-themes{
    width: 160px;
    height: 160px;
    overflow: hidden;
    border:solid 1px #eeeeee;
    margin: auto;
}
.current-themes img{
    width: 100%;
}
.table-orders th, .table-orders td{
    border:0;
    color: #333333 !important;
    padding-left: 0px;
}
.table-orders th{
    text-decoration: underline;
    color: #333333 !important;
    font-weight: bold;
    border-bottom: dotted 1px #333333;
    padding: 5px 0px;
    text-align: center;
}
.table-orders td{
    border-bottom: dotted 1px #333333;
    padding: 5px 0px;
}
.table-orders table th, .table-orders table td{
    border:none;
}

.table-cart {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CDD0CD -moz-use-text-color -moz-use-text-color #CDD0CD;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    width: 100%;
}
.table-cart tr:first-child {
    background-color: #E7E8E7;
    font-weight: bold;
}
.table-cart td, .table-cart th {
    border-bottom: 1px solid #CDD0CD;
    border-right: 1px solid #CDD0CD;
    padding: 8px 12px;
}

.wrapper-list-cat{
    height: 220px;
    overflow-y: auto;
}
.wrapper-list-cat select{
    height: 200px;
    margin-right: 10px;
}
.wrapper-list-cat select:last-child{
    margin-right: 0;
}

.table-checkout {
    width: 100%;
}
.table-checkout td {
    padding: 3px 10px 0 0;
    vertical-align: top;
}
.table-checkout tr:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
.table-checkout table {
    width: 100%;
}
.table-checkout table tr td:first-child {
    font-weight: bold;
    text-transform: none;
}
.table-checkout table tr td {
    vertical-align: middle;
}
.signup-tit {
    color: #FF0000;
    font-size: 20px;
    text-transform: uppercase;
}

/*bootstrap date picker*/
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    margin-top: 10px;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    width: auto !important;
    visibility: inherit !important;
    z-index: 999999 !important;
    opacity: 1 !important;
    box-shadow: 0px 0px 3px -1px black;
    border: 1px solid #ededed;
}

.dropdown-menu {
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    float: none;
    text-align: start;
    width: 253px;
    z-index: -999;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

table.table-condensed {
    width: 100%;
    border-collapse: collapse;
}

.datepicker.datepicker-dropdown.dropdown-menu .next, .datepicker.datepicker-dropdown.dropdown-menu .prev, .datepicker.datepicker-dropdown.dropdown-menu .day {
    cursor: pointer;
}

table.table-condensed>thead>tr>th, table.table-condensed>tbody>tr>th, table.table-condensed>tfoot>tr>th, table.table-condensed>thead>tr>td, table.table-condensed>tbody>tr>td, table.table-condensed>tfoot>tr>td {
    padding: 8px 10px;
}

table.table-condensed thead th {
    padding: 10px 20px;
    text-align: center;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #0245a3;
    color: white;
}

.datepicker .old {
    color: #ccc;
}

.datepicker table tr td.disabled {
    color: #ededed;
    cursor: no-drop !important;
}

table.table-condensed>tbody>tr>th, table.table-condensed>tfoot>tr>th, table.table-condensed>tbody>tr>td, table.table-condensed>tfoot>tr>td {
    vertical-align: top;
}

.datepicker table tr td.day:not(.disabled):hover {
    background: #ededed;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #0245a3;
    color: white;
}

.datepicker.datepicker-dropdown td.active {
    background: #0245a3;
    color: white;
}

td.today.day {
    background: #ffc000;
}
/*end bootstrap date picker*/
/*start btn chốe date multi*/
.multiple-date {
    width: 100%;
    float: left;
}

label.choose-date-multi {
    width: 230px;
    font-size: 14px;
    float: left;
    position: relative;
    padding: 11px;
    text-align: center;
    background: #ffc000;
    border-radius: 10px;
    margin-bottom: 10px;
}

label.choose-date-multi input.form-control.date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

span.select-date-active {
    width: 100%;
    float: left;
}

span.select-date-active p {
    padding: 3px 8px;
    background: #036dc6;
    float: left;
    margin: 0px 3px;
    border-radius: 25px;
    color: white;
    margin-bottom: 5px;
    font-size: 14px;
}

td.action-tool {
    width: 150px;
    text-align: center;
}

td.action-tool a {
    padding: 5px 10px;
    background: #ff3737;
    border-radius: 5px;
    color: white;
    display: inline;
}

td.action-tool a[data-func="active"] {
    background: #2e373f;
}

span.limit-search {
    width: 400px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
}

span.limit-search label {
    float: left;
    width: 120px;
    padding: 7px;
    text-align: right;
}

input.btn.btn-primary.search-tool {
    padding: 11px 15px;
    float: right;
    margin-bottom: 10px;
}

.search-wraper {
    width: 100%;
    margin-bottom: 15px;
}

.item-search {
    width: 150px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 15px;
}

label.search-label {
    position: absolute;
    top: -10px;
    left: 10px;
    background: #2e373f;
    padding: 0px 15px;
    color: white;
    border-radius: 5px;
}

.search-wraper .item-search:nth-child(4) {
    width: 250px;
}

.item-search input, .item-search select {
    width: calc(100% - 20px);
    padding: 10px;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

select.cbox-search {outline: none;}

.item-search input:focus {
    outline: none;
    border: 0;
}

.button-search {
    /* width: 49px; */
    height: 49px;
    display: inline-block;
}

button.btn-search {
    width: 60px;
    height: 100%;
    border-radius: 5px;
    background: #0261bb;
    color: white;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.search-wraper form {
    flex-wrap: wrap;
    display: flex;
}

button.btn-search:hover {
    background: #ffc000;
}

button.btn-export {
    width: 95px;
    height: 100%;
    border-radius: 5px;
    background: #fabc02;
    cursor: pointer;
    float: left;
}