| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033 |
- .user_page {
- width: 100%;
- height: calc(100% - 85px);
- background-image: url("../images/slider2.jpg");
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- }
- form_2 .form-group .form-control {
- border-radius: 0;
- border-bottom: 2px solid #00AFD7;
- border-left: none;
- border-right: none;
- border-top: none;
- background-color: transparent;
- padding-left: 0;
- height: 50px;
- padding-top: 10px;
- width: 80%;
- }
- .sales_report {
- width: 100%;
- height: calc(100% - 0px);
- }
- .sales_report .sales_report_in:before {
- position: absolute;
- width: 100%;
- content: "";
- height: 100%;
- top: 0;
- left: 0;
- z-index: -1;
- opacity: 0.5;
- }
- .sales_report .sales_report_in {
- background-color: rgba(255, 255, 255, 0.3);
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- width: 100%;
- height: 100%;
- float: left;
- padding: 40px;
- }
- .sales_report .sales_report_in .sales_card {
- width: 100%;
- height: 100%;
- background-color: #fff;
- box-shadow: 0 0 1px 1px #ccc;
- padding: 20px;
- }
- .sales_report .sales_report_in .sales_card .left_card {
- position: relative;
- width: 100%;
- height: 100%;
- }
- .sales_report .sales_report_in .sales_card h5 {
- font-size: 22px;
- color: #00AFD7;
- font-weight: bold;
- }
- .sales_report .sales_report_in .sales_card .table_area {
- float: left;
- width: 100%;
- height: calc(100% - 40px);
- overflow: hidden;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
- width: 50%;
- float: left;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
- width: 50%;
- float: right;
- }
- .right_box .sear {
- width: 50% ;
- float: left;
- }
- .right_box .addbtn{
- width: 50%;
- float: left;
- padding: 13px 77px;
- }
- .sales_report .sales_report_in .sales_card .table_area .bottom_box {
- height: calc(100% - 100px);
- }
- .sales_report .sales_report_in .sales_card .table_area .table-responsive {
- overflow: scroll;
- float: left;
- height: 100%;
- display: block;
- width: 100%;
- }
- .sales_report .sales_report_in .sales_card .table_area .table-responsive .table {
- margin-bottom: 0;
- }
- .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead {
- background-color: #00AFD7;
- }
- .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead tr th {
- color: #fff;
- }
- .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead tr th:before {
- background-color: #fff;
- }
- .sales_report .sales_report_in .sales_card .export {
- text-align: center;
- margin-top: 0;
- background-color: #00AFD7;
- color: #fff !important;
- margin-top: 3px;
- font-size: 14px;
- width: 120px;
- height: 40px;
- padding: 10px;
- border-radius: 0% !important;
- outline: none !important;
- background-image: url(../images/plus.png);
- background-repeat: no-repeat;
- background-position: 22px 14px;
- }
- .sales_report .sales_report_in .sales_card .export img {
- width: 50px;
- }
- .sales_report .sales_report_in .sales_card .export p {
- color: #fff;
- font-size: 14px;
- font-weight: 700;
- }
- .edit_icon{
- background-image: url(../../../images/edit.png);
- background-repeat: no-repeat;
- background-size: contain;
- background-position: 50% 50%;
- width: 25px;
- height: 30px;
- float: left;
- margin: 0 10px;
- }
- .delete_icon{
- background-image: url(../../../images/delete.png);
- background-repeat: no-repeat;
- background-size: contain;
- background-position: 50% 50%;
- width: 25px;
- height: 30px;
- float: left;
- }
- .action{
- width: 50%;
- margin: auto;
- }
- .sales_report .sales_report_in .sales_card form.row.form_2 {
- /* padding: 15px 10px; */
- }
- .sales_report .sales_report_in .sales_card .form_2 .form-group {
- padding-left: 0;
- padding-top: 0;
- position: relative;
- background-position: 24px 9px;
- background-image: url(../images/search.png);
- }
- .sales_report .sales_report_in .sales_card .form_2 .form-group .form-control {
- width: 100%;
- padding-left: 90px;
- position: relative;
- }
- .sales_report .sales_report_in .sales_card .form-group:before {
- width: 2px;
- height: 15px;
- position: absolute;
- content: "";
- background-color: #00AFD7;
- right: 13px;
- bottom: 0;
- }
- .sales_report .sales_report_in .sales_card .form-group:after {
- width: 2px;
- height: 15px;
- position: absolute;
- content: "";
- background-color: #00AFD7;
- left: 0;
- bottom: 0;
- }
- .sales_report .sales_report_in .sales_card .box_right {
- width: 220px;
- padding: 30px 10px;
- float: left;
- }
- .sales_report .sales_report_in .sales_card .box_right img {
- width: 20px;
- float: left;
- }
- .sales_report .sales_report_in .sales_card .box_right p {
- width: 160px;
- text-align: center;
- color: #00AFD7;
- float: left;
- margin-bottom: 5px;
- font-size: 20px;
- font-weight: bold;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 {
- float: left;
- width: 180px;
- padding: 20px 10px;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend h6 {
- width: 58px;
- float: left;
- padding-top: 15px;
- font-size: 12px;
- font-weight: bold;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle {
- border-radius: 30px;
- color: #666;
- margin-top: 3px;
- font-size: 14px;
- width: 120px;
- height: 40px;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle p {
- width: calc(100% - 20px);
- margin: 0;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-toggle::after {
- position: absolute;
- top: 0;
- bottom: 0;
- margin: auto;
- right: 15px;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .show > .btn-outline-secondary.dropdown-toggle {
- background-color: #00AFD7;
- color: #fff;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .show > .btn-outline-secondary.dropdown-toggle:focus {
- box-shadow: none !important;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .show > .btn-outline-secondary.dropdown-toggle {
- background-color: #00AFD7;
- color: #fff;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn.focus, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn:focus {
- box-shadow: none !important;
- background-color: #00AFD7 !important;
- color: #fff !important;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:hover {
- background-color: #00AFD7 !important;
- color: #fff !important;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu {
- top: 5px !important;
- left: -18px !important;
- cursor: pointer;
- padding: 0 10px;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item {
- border-bottom: 1px solid #ccc;
- padding: 5px;
- padding-left: 30px;
- position: relative;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item img {
- width: 20px;
- margin-top: -5px;
- margin-right: 5px;
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item p {
- margin-bottom: 0;
- font-size: 14px;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item:last-child {
- border-bottom: none !important;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu:before {
- width: 10px;
- height: 10px;
- position: absolute;
- content: "";
- background: #fff;
- transform: rotate(45deg);
- top: -3px;
- left: 0;
- right: 0;
- margin: auto;
- box-shadow: -2px -2px 0px -1px #ccc;
- z-index: -7;
- }
- .sales_report .path_bg {
- width: 150px;
- height: 60px;
- }
- .sales_report .path:after {
- width: 92%;
- height: 2px;
- background-color: transparent;
- content: "";
- left: 5%;
- z-index: -1;
- position: absolute;
- top: 8px;
- box-shadow: 0 -4px 5px 1px #d0cece;
- }
- .sales_report .pointer:before {
- width: 8px;
- height: 8px;
- content: "";
- position: absolute;
- right: -5px;
- border-top-left-radius: 50%;
- border-top-right-radius: 50%;
- }
- .sales_report .path {
- width: 150px;
- margin: auto;
- height: 50px;
- z-index: 99;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- position: absolute;
- }
- .sales_report .path .type_name {
- width: 100%;
- float: left;
- }
- .sales_report .path .type_name p {
- float: left;
- width: 24%;
- text-align: center;
- font-size: 8px;
- font-weight: bold;
- font-style: italic;
- margin: 5px 0;
- }
- .sales_report .pointer.grey {
- background-color: #dad7d7;
- }
- .sales_report .pointer.grey:before {
- background-color: #999;
- border-left: 3px solid #dad7d7;
- }
- .sales_report .pointer.grey:after {
- border-top: 6px solid #dad7d7;
- }
- .sales_report .pointer.orange {
- background-color: orange;
- }
- .sales_report .pointer.orange:before {
- background-color: #cc8504;
- border-left: 3px solid orange;
- }
- .sales_report .pointer.orange:after {
- border-top: 6px solid orange;
- }
- .sales_report .pointer.green {
- background-color: green;
- }
- .sales_report .pointer.green:before {
- background-color: #036303;
- border-left: 3px solid green;
- }
- .sales_report .pointer.green:after {
- border-top: 6px solid green;
- }
- .sales_report .pointer.red {
- background-color: red;
- }
- .sales_report .pointer.red:before {
- background-color: #a90606;
- border-left: 3px solid red;
- }
- .sales_report .pointer.red:after {
- border-top: 6px solid red;
- }
- .sales_report .pointer {
- width: 24px;
- height: 44px;
- position: relative;
- border-top-left-radius: 4px;
- float: left;
- margin: 0 6px;
- }
- .sales_report .pointer .poly {
- width: 30px;
- height: 30px;
- background: transparent;
- float: left;
- position: absolute;
- bottom: -2px;
- z-index: 99;
- left: -3px;
- }
- .sales_report .pointer .poly svg {
- float: left;
- margin: 0;
- width: 100%;
- height: 100%;
- }
- .sales_report .pointer .poly .types {
- position: absolute;
- top: 0;
- bottom: 0;
- margin: auto;
- width: 30px;
- height: 30px;
- left: 0;
- right: 0;
- text-align: center;
- font-size: 20px;
- }
- .sales_report .pointer:after {
- content: "";
- position: absolute;
- left: 0;
- bottom: 0;
- width: 0;
- height: 0;
- border-left: 12px solid white;
- border-top: 10px solid red;
- border-right: 12px solid white;
- }
- @media screen and (max-width: 767px) {
- table caption {
- border-bottom: 1px solid #ddd;
- }
- .sales_report .sales_report_in {
- padding: 10px;
- }
- .sales_report .sales_report_in .sales_card {
- padding: 10px;
- }
- .sales_report .sales_report_in .sales_card .table_area {
- padding: 0;
- height: 100%;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box {
- float: left;
- width: 100%;
- height: 50px;
- margin: 0;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
- padding: 0;
- height: 40px;
- width: 50%;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .box_right {
- float: inherit;
- margin: auto !important;
- height: 40px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .box_right p {
- font-size: 18px;
- line-height: 1.2;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .input-group.mb-3 {
- float: left !important;
- width: 100% !important;
- max-width: 50% !important;
- padding: 0;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .input-group.mb-3 .input-group-prepend h6 {
- width: 40px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
- padding: 0;
- text-align: center;
- height: 76px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo {
- width: 100%;
- float: right;
- max-width: 140px;
- position: absolute;
- right: 11px;
- top: 18px;
- height: 40px;
- padding: 6px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo img {
- width: 23px;
- float: left;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo p {
- font-size: 10px;
- float: left;
- margin: 5px;
- width: 80px;
- }
- .sales_report .sales_report_in .sales_card .right_box {
- max-width: 40%;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.sear {
- width: 100% !important;
- float: left !important;
- max-width: 100% !important;
- height: 50px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.addbtn{
- float: left !important;
- }
- .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 {
- padding: 0;
- max-width: 95%;
- margin: 0 auto;
- }
- .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group {
- background-position: 7px 12px;
- background-size: 20px;
- padding: 0;
- margin: 0;
- }
- .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group .form-control {
- padding-left: 30px;
- padding-right: 0;
- font-size: 12px;
- height: 40px;
- }
- .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group:before {
- right: 0px;
- }
- .sales_report .sales_report_in .sales_card .table_box {
- padding: 0;
- }
- .sales_report .sales_report_in .sales_card .table-responsive .table-bordered td, .sales_report .sales_report_in .sales_card .table-responsive .table-bordered th {
- font-size: 11px;
- padding: 10px;
- }
- .sales_report .sales_report_in .sales_card .bottom_box {
- float: left;
- width: 100%;
- height: calc(100% - 90px);
- margin: 0;
- }
- .sales_report .sales_report_in .sales_card .bottom_box .table_box {
- float: left;
- height: 100%;
- width: 100%;
- }
- .sales_report .sales_report_in .sales_card .bottom_box .table_box .table-responsive {
- height: 100%;
- float: left;
- width: 100%;
- }
- .sales_report .sales_report_in .sales_card .bottom_box .table_box .table-responsive .table {
- margin-bottom: 0;
- float: left;
- width: 1000px;
- }
- .sales_report .sales_report_in .sales_card .export {
- max-width: 100px;
- padding: 0;
-
- }
- .sales_report .sales_report_in .sales_card .export img {
- width: 30px;
- }
- .sales_report .sales_report_in .sales_card .export p {
- font-size: 10px;
- margin-bottom: 0;
- }
- .sales_report .sales_report_in .sales_card .box_right {
- width: 110px;
- padding: 15px 5px;
- float: left;
- margin: 0 !important;
- }
- .sales_report .sales_report_in .sales_card .box_right img {
- width: 10px;
- }
- .sales_report .sales_report_in .sales_card .box_right p {
- width: 80px;
- margin-bottom: 5px;
- font-size: 12px;
- font-weight: bold;
- margin-top: -2px;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 {
- width: 170px !important;
- float: right !important;
- padding: 5px;
- margin: 0 !important;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend h6 {
- padding-top: 9px;
- font-size: 10px;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle {
- font-size: 12px;
- width: 105px;
- height: 25px;
- padding: 2px;
- }
- }
- @media screen and (max-width: 768px) {
- .left_box {
- max-width: 100%;
- width: 100%;
- flex: auto;
- }
- .left_box .box_right p {
- width: 120px !important;
- }
- .right_box {
- max-width: 50%;
- width: 100%;
- flex: auto;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 {
- width: 20px;
- margin: auto 0;
- float: left;
- padding: 4px 10px;
- }
- .sales_report .sales_report_in .sales_card .export {
- padding: 0;
- }
- .sales_report .sales_report_in .sales_card .box_right {
- margin: auto 0;
- padding: 10px 0;
- width: 160px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
- width: 100%;
- float: right;
- max-width: 150px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box img {
- width: 35px;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box p {
- font-size: 10px;
- }
- .sales_report .sales_report_in .sales_card form.row.form_2 {
- padding: 0px 10px;
- }
- .sales_report .sales_report_in .sales_card form.row.form_2 .form-group {
- background-position: 4px 16px;
- background-size: 25px;
- }
- .sales_report .sales_report_in .sales_card form.row.form_2 .form-group .form-control {
- padding-left: 40px;
- }
- .sales_report .sales_report_in .sales_card .table_area .table-responsive {
- height: auto;
- }
- .sales_report .sales_report_in .sales_card .table_area .table-responsive .table {
- width: 1200px;
- }
- }
- /* ADD FORM CSS*/
- .profile_bg {
- width: 950px;
- margin: auto;
- position: absolute;
- top: 40px;
- left: 0;
- right: 0;
- background-color: #fff;
- height: calc(100% - 40px);
- }
- .profile_bg .pro_head {
- background-color: #00AFD7;
- padding: 8px;
- color: #fff;
- }
- .profile_bg .pro_head .pro .pro_img {
- width: 100px;
- border-radius: 50%;
- box-shadow: 0 0 6px 6px #333;
- }
- .profile_bg .pro_head .edit {
- cursor: pointer;
- }
- .profile_bg .pro_head .edit img {
- width: 30px;
- }
- .profile_bg .pro_head h2 {
- font-size: 24px;
- }
- .profile_bg .pro_head h4 {
- font-size: 20px;
- }
- .profile_bg .form_bg {
- background-color: #fff;
- padding: 30px;
- }
- .profile_bg .box_check {
- height: 70px;
- margin-bottom: 30px;
- }
- .profile_bg .view_eye,.profile_bg .hide_eye {
- top: 40%;
- }
- .profile_bg .view_eye img,.profile_bg .hide_eye img {
- width: 20px;
- }
- .profile_bg .view_eye {
- right: 50px;
- }
- .profile_bg .form_2 .form-group {
- max-width: 375px !important;
- margin: 0 auto 30px;
- }
- .profile_bg .form_2 .form-group .form-control {
- width: 100%;
- }
- .profile_bg .pull-left {
- float: left;
- margin: 0 20px 30px !important;
- }
- .profile_bg .disable .form-control,.profile_bg .disable label {
- opacity: 0.5;
- cursor: not-allowed;
- }
- .profile_bg .disable .form-control-placeholder {
- font-size: 75%;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- opacity: 1;
- top: 25px;
- opacity: 0.5;
- }
- .profile_bg .over .form-control-placeholder {
- font-size: 75%;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- opacity: 1;
- top: 25px;
- opacity: 1;
- }
- .profile_cam {
- position: absolute;
- width: 40px !important;
- height: 40px;
- bottom: 0;
- right: 25px;
- cursor: pointer;
- }
- .browser_disble {
- display: none;
- }
- .input-group-btn img {
- width: 25px;
- }
- .form-group.disable {
- opacity: 0.4;
- }
- .color_error {
- top: 72px;
- }
- .selectbox{
- border: none;
- border-bottom: 2px solid #00AFD7;
- width: 278px;
- }
- /*Ram added css*/
- .editicon {
- padding-left: 10px;
- float: left;
- }
- .deleteicon {
- float: left;
- padding-left: 16px;
- }
- .table_box table thead tbody> td th tr{text-align:left;}
- .table-fixheader {
- position: relative;
- padding-top: 40px;
- }
- .table-fixheader>div {
- height:550px;
- overflow-y:auto;
- }
- .table-fixheader thead{
- position: absolute;
- width: 100%;
- top: 0;
- }
- .table-fixheader thead tr{
- position: absolute;
- width: 100%;
- }
- .table-fixheader thead tr th{
- display:inline-block;
- background-color: #C8C8C8;
- color: #000000;
- font-size: 14px;
- }
- /* Table css Start */
- a.del
- {
- background:#d9534f;
- border-radius: 2px;
- width: 35px;
- height:28px;
- padding-left:12px;
- line-height:10px;
- }
- a.edit
- {
- padding-left:10px;
- background:#00344d;
- color:#fff;
- border-radius:2px;
- border:none;
- }
- tr.row-name {
-
- color: #333;
- background-color: #C8C8C8;
- }
- tr.row-content
- {
- color: #333;
- }
- table
- {
- border-bottom: 2px solid #ccc;
- }
- td.check
- {
- text-align: center;
- }
- .table-striped>tbody>tr:nth-of-type(odd)
- {
- background:none !important;
- }
- /* Table css End */
- .pager{float: right; }
- .pager li>a, .pager li>span{border: 0px !important; color: #333;}
- .pager li>a:focus, .pager li>a:hover{
- text-decoration: none;
- background-color: #00344D;
- color:#fff;
- }
- .pager li>a:active {
- text-decoration: none;
- background-color: #00344D !important;
- color:#fff !important;
- }
- .form-scroll{
- height: 576px;
- overflow-y:auto;
- }
- .form-scroll::-webkit-scrollbar {
- width: 3px;
- }
- .form-scroll::-webkit-scrollbar {
- height: 3px;
- }
- .form-scroll::-webkit-scrollbar-track {
- -webkit-box-shadow: none;
- }
- .form-scroll::-webkit-scrollbar-thumb{
- background-color: #00AFD7;
- }
- .pro_head .text4{
- color: #fff;
- font-size: 14px !important;
- font-weight: 700;
- }
- .btn:hover{color: #fff !important;}
- .profile_bg form .form-control.datepicker{
- background-image: url(../images/date.png);
- background-repeat: no-repeat;
- background-position: top right;
- }
- .nav-tabs>li>a {
- margin-right: 0px;
- line-height: 1.42857143;
- border: none;
- border-radius: 4px 4px 0 0;
- color: #000000;
- }
- .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .submenuactive {
- color: #00344D !important;
- cursor: default;
- background-color: #fff;
- border: none;
- border-bottom:2px solid #00344D;
- }
- .nav-tabs{
- border: none;
- }
- .profile_bg .form_2 .topic_title{
- max-width: 80% !important;
- }
- .upload-btn-wrapper {
- position: relative;
- overflow: hidden;
- display: inline-block;
- }
- .uploadbtn {
- border: 2px solid #00AFD7;
- color: #fff;
- background-color: white;
- padding: 8px 20px;
- background: #00AFD7;
- font-size: 20px;
- font-weight: bold;
- }
- .uploadfile{
- border: 2px solid #00AFD7;
- color: #fff;
- background-color: white;
- background: #00AFD7;
- font-size: 20px;
- font-weight: bold;
- }
- .upload-btn-wrapper input[type=file] {
- font-size: 100px;
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0;
- }
- .topic_img img{
- width: 50px;
- }
- .table{
- border-bottom: 2px solid #ccc;
- }
- .table-fixed thead {
- width: 100%;
- }
- .table-fixed tbody {
- height:370px;
- overflow-y: auto;
- width: 100%;
- }
- .table-fixed tbody::-webkit-scrollbar {
- width: 3px;
- }
- .table-fixed tbody::-webkit-scrollbar {
- height: 3px;
- }
-
- .table-fixed tbody::-webkit-scrollbar-track {
- -webkit-box-shadow: none;
- }
- .table-fixed tbody::-webkit-scrollbar-thumb{
- background-color: #00AFD7;
- }
- .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
- display: block;
- }
- .table-fixed tbody td, .table-fixed thead > tr> th {
- float: left;
- border-bottom-width: 0;
- }
- .preview{
- width: 50px;
- margin: 10px;
- }
- #desc{
- width: 630px;
- height: 100px;
- }
- #sdesc{
- width: 630px;
- /* height: 52px; */
- }
- .form_2 .description .form-control-placeholder{
- top: 75px;
- }
- .scroll_bar{
- overflow-y: scroll;
- overflow-x: hidden;
- height: 230px;
- }
|