| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134 |
- .user_page {
- width: 100%;
- height: 100% !important;
- 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% !important;
- 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;
- margin-bottom: 10px;
- }
- .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: #00344D;
- 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 .pro_head {
- background-color: #00AFD7;
- padding: 8px;
- color: #fff;
- position: relative;
- }
- .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 .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: none;
- }
- 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: calc(100% - 51px) !important;
- overflow-y:auto;
- }
- .form-scroll form{
- }
- .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;
- }
- .box-footer.col-sm-12.text-center{
- margin:16px 0px !important;
- }
- .uploadbtn {
- border: 2px solid #00AFD7;
- color: #fff;
- background-color: white;
- padding: 5px 20px;
- background: #00AFD7;
- font-size: 14px;
- font-weight: normal;
- }
- .uploadfile{
- border: 2px solid #00AFD7;
- color: #fff;
- background-color: white;
- background: #00AFD7;
- font-size: 13px;
- font-weight: bold;
- }
- .upload-btn-wrapper input[type=file] {
- /* font-size: 100px; */
- position: absolute;
- left: 0;
- top: 0px;
- opacity: 0;
- height: 34px;
- width: 120px;
- }
- .topic_img img{
- width: 50px;
- max-height: 50px;
- }
- .table{
- border-bottom: none;
- }
- .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: 100 !important;
- height: 100px;
- }
- .form_2 .description .form-control-placeholder{
- top: 75px;
- }
- .scroll_bar{
- overflow-y: scroll;
- overflow-x: hidden;
- height: 230px;
- }
- .ass-close {
- position: absolute;
- right: 10px;
- top: 25%;
- font-size: 20px;
- margin-right: 16px;
- color: #fff;
- opacity: inherit !important
- }
- .ass-close:hover{
- outline: none !important;
- color:#fff !important;
- }
- .region{
- width: 100%;
- float: left;
- border: 1px solid #ccc;
- border-radius: 10px;
- padding: 10px;
- }
- .inherit{
- display: inherit;
- }
- .profile_bg {
- width: 950px;
- margin: auto;
- /* position: absolute; */
- /* top: 40px; */
- /* left: 0;
- right: 0; */
- background-color: #fff;
- height:100%;
- }
- .profile_bg .form_2 .form-group {
- /* max-width: 375px !important; */
- margin: 0 auto 30px;
- padding-left: 0;
- }
- .input-group{
- display: inline;
- }
- .choose_margin{
- margin: 15px 0px;
- }
- .view{
- height: calc(100% - 87px) !important;
- }
- .modal-dialog {
- margin: 0px auto !important;
- height: 100% !important;
- width: 700px !important;
- }
- .model-content{
- height: 100% !important;
- padding-bottom: 20px !important;
- }
- .modal-header {
- padding: 1px 7px 0px 0px !important;
- }
- .modal-header .close {
- color: #001f2c !important;
- }
- .modal-body{
- height: 100% !important;
- }
- .modal-body embed{
- height: 95%;
- margin-top: 6px;
- }
- .modal-body object{
- height: 95%;
- margin-top: 6px;
- }
- .modal-content {
- height: 100% !important;
- }
- .page-head{
- width: 100%;
- float: left;
- font-size: 14px;
- font-weight: 400;
- text-transform: uppercase;
- }
- .filter-area{
- padding: 10px;
- -webkit-box-shadow: 0 0 1px 1px #ccc;
- box-shadow: 0 0 1px 1px #ccc;
- text-align: right;
- width: 100%;
- /* margin-top: 0; */
- /* height: 100px; */
- float: left;
- }
- .table_box table thead tbody> td th tr{text-align:left;}
- .table-content{
- width: 100%;
- float: right;
- }
- .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
- text-align: left;
- }
- .table>thead>tr>th {
- background: #00344d !important;
- color: #fff !important;
- }
- .td-content{
- display: inline-block;
- }
|