@@ -1445,12 +1445,12 @@ table th[class*="col-"] {
14451445.table > thead > .active > th ,
14461446.table > tbody > .active > th ,
14471447.table > tfoot > .active > th {
1448- background-color : # 0099d3 ;
1448+ background-color : # d5ecf9 ;
14491449}
14501450.table-hover > tbody > tr > .active : hover ,
14511451.table-hover > tbody > .active : hover > td ,
14521452.table-hover > tbody > .active : hover > th {
1453- background-color : # 0087ba ;
1453+ background-color : # bfe2f6 ;
14541454}
14551455.table > thead > tr > .success ,
14561456.table > tbody > tr > .success ,
@@ -7804,90 +7804,59 @@ fieldset[disabled] .btn-primary.active {
78047804 margin-left : -1px ;
78057805}
78067806.dataTables_header {
7807- position : relative;
7808- padding : 5px ;
7807+ background-color : # f6f6f6 ;
78097808 border : 1px solid # d1d1d1 ;
78107809 border-bottom : none;
7811- background-color : # f6f6f6 ;
7810+ padding : 5px ;
7811+ position : relative;
78127812 text-align : center;
78137813}
78147814.dataTables_header .dataTables_filter {
78157815 position : absolute;
78167816}
78177817.dataTables_header .dataTables_filter input {
7818- height : 24px ;
78197818 border : 1px solid # bbb ;
7819+ height : 24px ;
7820+ }
7821+ @media (max-width : 767px ) {
7822+ .dataTables_header .dataTables_filter input {
7823+ width : 100px ;
7824+ }
78207825}
78217826.dataTables_header .dataTables_info {
78227827 padding : 2px 0 ;
78237828}
7829+ @media (max-width : 480px ) {
7830+ .dataTables_header .dataTables_info {
7831+ text-align : right;
7832+ }
7833+ }
78247834.dataTables_header .dataTables_info b {
78257835 font-weight : bold;
78267836}
7827- table .datatable {
7828- max-width : none !important ;
7829- margin-bottom : 0 ;
7830- }
7831- table .datatable thead .sorting ,
7832- table .datatable thead .sorting_asc ,
7833- table .datatable thead .sorting_desc ,
7834- table .datatable thead .sorting_asc_disabled ,
7835- table .datatable thead .sorting_desc_disabled {
7836- cursor : pointer;
7837- * cursor : hand;
7838- }
7839- table .datatable thead .sorting_asc ,
7840- table .datatable thead .sorting_desc {
7841- position : relative;
7842- border-top : 1px solid # 0099d3 !important ;
7843- border-right : none;
7844- color : # 0099d3 !important ;
7845- }
7846- table .datatable thead .sorting_asc : after ,
7847- table .datatable thead .sorting_desc : after {
7848- position : relative;
7849- top : 2px ;
7850- left : 7px ;
7851- width : 11px ;
7852- height : 8px ;
7853- font-weight : normal;
7854- font-size : 9px ;
7855- line-height : 11px ;
7856- font-family : "FontAwesome" ;
7857- vertical-align : baseline;
7858- content : "\f107" ;
7859- }
7860- table .datatable thead .sorting_asc : after {
7861- top : -3px ;
7862- content : "\f106" ;
7863- }
7864- table .datatable th : active {
7865- outline : none;
7866- }
78677837.dataTables_footer {
7868- overflow : hidden ;
7838+ background-color : # fff ;
78697839 border : 1px solid # d1d1d1 ;
78707840 border-top : none;
7871- background-color : # fff ;
7841+ overflow : hidden ;
78727842}
78737843.dataTables_paginate {
7844+ background : # fafafa ;
78747845 float : right;
78757846 margin : 0 ;
7876- border-top : 1px solid # fff ;
7877- background : # fafafa ;
78787847}
78797848.dataTables_paginate .pagination {
78807849 float : left;
78817850 margin : 0 ;
78827851}
78837852.dataTables_paginate .pagination > li > span {
7884- width : 31px ;
78857853 border-color : # ffffff # e1e1e1 # f4f4f4 ;
78867854 border-width : 0 1px ;
7855+ font-size : 15px ;
7856+ font-weight : normal;
78877857 padding : 0 ;
78887858 text-align : center;
7889- font-weight : normal;
7890- font-size : 15px ;
7859+ width : 31px ;
78917860}
78927861.dataTables_paginate .pagination > li > span : hover ,
78937862.dataTables_paginate .pagination > li > span : focus {
@@ -7897,36 +7866,91 @@ table.datatable th:active {
78977866 border-right : none;
78987867}
78997868.dataTables_paginate .pagination > li .disabled > span {
7900- border-right-color : # ececec ;
7901- border-left-color : # ececec ;
79027869 background : # f5f5f5 ;
7870+ border-left-color : # ececec ;
7871+ border-right-color : # ececec ;
79037872 filter : progid:DXImageTransform.Microsoft.gradient(enabled = false);
79047873}
79057874.dataTables_paginate .pagination-input {
79067875 float : left;
7907- padding : 4px 15px 0 ;
7908- text-align : right;
79097876 font-size : 11px ;
79107877 line-height : 1em ;
7878+ padding : 4px 15px 0 ;
7879+ text-align : right;
79117880}
79127881.dataTables_paginate .pagination-input .paginate_input {
7913- width : 30px ;
7914- height : 19px ;
7915- margin-right : 8px ;
7916- padding-right : 3px ;
79177882 border : 1px solid # d3d3d3 ;
79187883 -webkit-box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.075 );
79197884 box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.075 );
7920- text-align : right;
79217885 font-size : 11px ;
79227886 font-weight : 600 ;
7887+ height : 19px ;
7888+ margin-right : 8px ;
7889+ padding-right : 3px ;
7890+ text-align : right;
7891+ width : 30px ;
79237892}
79247893.dataTables_paginate .pagination-input .paginate_of {
79257894 position : relative;
79267895}
79277896.dataTables_paginate .pagination-input .paginate_of b {
79287897 margin-left : 3px ;
79297898}
7899+ @media (max-width : 767px ) {
7900+ .dataTables_wrapper .table-responsive {
7901+ margin-bottom : 0 ;
7902+ }
7903+ }
7904+ table .datatable {
7905+ margin-bottom : 0 ;
7906+ max-width : none !important ;
7907+ }
7908+ table .datatable thead .sorting ,
7909+ table .datatable thead .sorting_asc ,
7910+ table .datatable thead .sorting_desc ,
7911+ table .datatable thead .sorting_asc_disabled ,
7912+ table .datatable thead .sorting_desc_disabled {
7913+ cursor : pointer;
7914+ * cursor : hand;
7915+ }
7916+ table .datatable thead .sorting_asc ,
7917+ table .datatable thead .sorting_desc {
7918+ border : 0 ;
7919+ color : # 0099d3 !important ;
7920+ display : block;
7921+ position : relative;
7922+ }
7923+ table .datatable thead .sorting_asc : after ,
7924+ table .datatable thead .sorting_desc : after {
7925+ content : "\f107" ;
7926+ font-family : "FontAwesome" ;
7927+ font-size : 9px ;
7928+ font-weight : normal;
7929+ height : 8px ;
7930+ left : 7px ;
7931+ line-height : 11px ;
7932+ position : relative;
7933+ top : 2px ;
7934+ vertical-align : baseline;
7935+ width : 11px ;
7936+ }
7937+ table .datatable thead .sorting_asc : before ,
7938+ table .datatable thead .sorting_desc : before {
7939+ background : # 0099d3 ;
7940+ content : '' ;
7941+ height : 2px ;
7942+ position : absolute;
7943+ left : 0 ;
7944+ top : 0 ;
7945+ width : 100% ;
7946+ }
7947+ table .datatable thead .sorting_asc : after {
7948+ content : "\f106" ;
7949+ top : -3px ;
7950+ }
7951+ table .datatable th : active {
7952+ outline : none;
7953+ }
79307954.caret {
79317955 font-family : "FontAwesome" ;
79327956 font-weight : normal;
0 commit comments