| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367 |
- .user_page {
- width: 100%;
- height:100%;
- 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: 100%;
- }
- .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: #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;
-
- margin-bottom: 24px;
- /* background-image: url(../images/search.png); */
- }
- .sales_report .sales_report_in .sales_card .form_2 .form-group .form-control {
- width: 100%;
- /* padding-left: 90px; */
- height:auto;
- position: relative;
- }
- .form_2 .form-group .form-control-placeholder{
- color: #00AFD7;
- top:0px !important;
- }
- .top58{
- top: 55px !important;
- }
- .color_error.shake.ng-scope {
- position: absolute !important;
- top: 30px ;
- }
- .position{
- position: relative;
- }
- input#startdate, input#enddate {
- background-image: url(../images/date.png);
- background-repeat: no-repeat;
- background-position: top right;
- background-size: 6%;
- }
- .presenter{
- float: left;
- width: 100%;
- border: 1px solid #ccc;
- padding: 10px;
- border-radius: 20px;
- margin-bottom: 25px;
-
- }
- .presenter_h4{
- background: #fff;
- color: #00AFD7
- }
- .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;
- }
- textarea {
- background: #fff;
- border: 1px solid #CCCCCC;
- color: #000;
- font-size: 14px;
- line-height: 1.2em;
- margin: 5px 0px;
- font-family: Arial, sans-serif !important;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
- }
- .sales_report .sales_report_in .sales_card .input-group{
- width: 100%;
- }
- .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: 100%;
- }
- .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 {
- /* max-width: 375px !important; */
- padding-left: 0px !important;
- margin: 0 auto 30px;
- }
- .profile_bg .form_2 .form-group .form-control {
- width: 100%;
- }
- .profile_bg .pull-left {
- float: left;
- }
- .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: calc(100% - 52px) !important;
- 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: 100% !important;
- }
- .region{
- width: 100%;
- float: left;
- border: 1px solid #ccc;
- border-radius: 10px;
- padding: 10px;
- }
- .inherit{
- display: inherit;
- }
- .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;
- }
- .form_2 .description .form-control-placeholder{
- top: 75px;
- }
- .scroll_bar{
- overflow-y: scroll;
- overflow-x: hidden;
- height: 230px;
- }
- .custom-check input, .custom-check label{
- display: inline-block;
- }
- .ass-close {
- position: absolute;
- right: 10px;
- top: 26%;
- font-size: 20px;
- margin-right: 16px;
- color: #fff;
- opacity: inherit !important
- }
- .ass-close:hover{
- outline: none !important;
- color:#fff !important;
- }
- .questions input[type=checkbox]{
- margin-right: 5px;
- }
- .form-item-container .list-inline li span.remove i{
- font-family: 'Glyphicons Halflings' !important;
- }
- .check_p{
- position: absolute;
- font-size: 12px !important;
- top: 17px;
- left: 35px;
- margin: 0 !important;
- }
- .panel-body{
- position: relative;
- }
- .disabledcls{
- opacity: 0.5;
- cursor: no-drop;
- }
- .view{
- height: calc(100% - 85px) !important;
- }
- .salescard_schedule{
- box-shadow: inherit !important;
- width: 950px;
- height: 510px !important;
- overflow-y: scroll;
- margin: 0px auto;
- background: inherit;
- padding: 0 !important;
- position: relative;
- }
- .tile{
- background: #00AFD7;
- width: 100%;
- color: #fff;
- text-align: left;
- padding: 2px 10px;
- }
- .todos .dropdown-menu li{
- display: inline;
- }
- .close_btn{
- position: absolute;
- right: 15px;
- top: 4px;
- font-size: 22px;
- cursor: pointer;
- float: right;
- }
- .wid100{
- width: 100%;
- float: left;
- margin: 0px 0px 20px 0px;
- }
- .inside{
- float: left;
- width: 100%;
- border: 1px solid #ccc;
- padding: 10px;
- border-radius: 10px;
- margin-bottom: 10px;
- position: relative;
- }
- .inside h3{
- font-size:13px;
- font-weight: bold;
- margin: 0px;
- padding: 10px 0px;
- }
- .checkbox-inline, .radio-inline {
- font-size: 13px;
- padding: 6px 20px;
- color: #00AFD7;
- }
- .team {
- width: 25px;
- height: 30px;
- float: left;
- margin-left: 24px;
- }
- .team img {
- width: 100%;
- cursor: pointer;
- }
- .modal-title{
- text-align: left;
- padding: 13px 20px;
- color: #00AFD7;
- border-bottom: 1px solid #ddd;
- font-size: 18px;
- font-weight: 700;
- margin-bottom: 10px;
- }
- .modal-header{
- padding: 0px !important;
- }
- button.close {
- z-index: 9999;
- position: absolute;
- right: 18px;
- top: 13px;
- }
- button.close span {
- color:#000;
- }
- .participant_list{
- width: 100%;
- float: left;
- display: inline;
- padding: 13px 0 10px;
- position: relative;
- border-bottom: 1px solid rgba(0,51,76,.129412);
- }
- p.title_head{
- text-align: left;
- margin-left: 80px;
- padding-top: 5px;
- font-weight: 700;
- font-size: 14px;
- margin-bottom: 0;
- color: #00AFD7;
- }
- .img_class{
- width: 35px;
- height: 35px;
- position: absolute;
- left: 21px;
- border: 2px solid #00AFD7;
- background-color: #00AFD7;
- border-radius: 35px;
- margin-right: 10px;
- margin-top: 10px;
- }
- p.red_cmd{
- color: red!important;
- font-size: 13px;
- text-align: left;
- margin-left: 80px;
- padding-top: 5px;
- font-weight: 700;
- font-size: 14px;
- }
- .modal-content{
- float: left;
- width: 700px;
- height: 550px;
- overflow-x: scroll;
- }
- .icon_delete{
- position: absolute;
- right: 30px;
- top: 33px;
- }
- .add_btn{
-
- z-index: 9999;
- position: absolute;
- right: 50px;
- top: 13px;
- background: #00AFD7;
- border: inherit;
- color: #fff;
- padding: 3px 16px;
-
- }
- .pad25{
- padding:10px;
- }
- .checkbox-inline input[type=checkbox]{
- margin-top: 3px !important;
- }
- .add_p{
- width: auto;
- font-size: 11px;
- padding: 16px 20px;
- line-height: 0;
- height: auto;
- font-weight: 700;
- background: #003d58;
- color: #fff;
- border: 1px solid #003d58;
- }
- #multi_option{
- width: 100%;
- float: left;
- }
- .multiselect-parent{
- width: 100%;
- float: left;
- }
- #multi_option .multiselect-parent button{
- border-radius: inherit !important;
- margin: 0px !important;
- padding: 8px 0px!important;
- height: auto !important;
- font-size: 12px;
- width: 100% !important;
- text-align: left;
- border-bottom: 1px solid #00AFD7 !important;
- border: none;
- color: #00AFD7;
- }
- #multi_option .multiselect-parent button .caret{
- float: right;
- top: 5px;
- position: relative;
- }
- .glyphicon-remove:before {
- content: "x" !important;
- font-size: 14px !important;
- font-style: normal !important;
- color: red !important;
- top: -2px !important;
- position: relative !important;
- font-weight: bold !important;
- }
- .glyphicon-ok:before{
- content: "\2713" !important;
- font-size: 14px !important;
- font-style: normal !important;
- color: green !important;
- top: -2px !important;
- position: relative !important;
- font-weight: bold !important;
- }
- #multi_option .multiselect-parent button:hover, #multi_option .multiselect-parent button:focus, #multi_option .multiselect-parent button:active{
- background: inherit !important;
- color: #333 !important;
- box-shadow: inherit!important;
- }
- .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
- background: inherit !important;
- box-shadow:inherit !important;
- -webkit-box-shadow:inherit !important;
- }
- #multi_option .multiselect-parent button + .dropdown-menu{
- width:100% !important;
- }
- #multi_option .multiselect-parent button + .dropdown-menu > li {
- display: inherit !important;
- }
|