| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902 |
- .list-sorted{
- flex-direction: inherit;
- overflow:scroll;
- width: 100%;
- }
- body{
- font-family:calibri;
- overflow-x: hidden;
- }
- .mt_50{
- margin-top:15px;
- }
- .line{
- border-left: 1px solid #888;
- height: 400px;
- position: absolute;
- left: 50%;
- margin-left: -3px;
- top: 0;
- }
- .mg_10{
- margin-bottom: 25px;
- }
- .mt_25{
- margin-top:15px;
- }
- .wid3{
- width: 13.4%;
- margin-top: 18px;
- }
- .wid3_font{
- font-size:24px;
- }
- .padding{
- padding:0px;
- font-size: 22px;
- color: #888;
- }
- .form-control{
- border: 1px solid #191818 !important;
- margin-bottom: 44px;
- border-radius: 0px !important;
- }
- .btn-primary_right{
- float:right;
- }
- .mt0{
- margin-top:0px;
- }
- .mg_bt62{
- margin-bottom: 62px;
- }
- /*next step*/
- .footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- background-color: #393939;
- color: white;
- z-index: 99999;
- }
- .footer_class{
- list-style-type: none;
- display: inline-flex;
- margin: 20px 0px;
- }
- .footer_class li{
- padding:0px 95px;
- border-right: 1px solid #fff;
- font-size:18px;
- }
- .footer_class li a{
- text-decoration:none;
- color:#fff;
- }
- .footer_class li a:active{
- border-bottom:5px solid blue;
- }
- /*sick*/
- html, body {
- margin: 0;
- padding: 0;
- }
- * {
- box-sizing: border-box;
- }
- .slick-list {
- padding:0px !important;
- }
- .slider {
- /* width: 50%;
- margin: 100px auto; */
- }
- .slick-slide {
- margin: 0px 20px;
- }
- .slick-slide img {
- width: 100%;
- height: 400px;
- }
- .slick-prev:before,
- .slick-next:before {
- color: black;
- }
- .slick-slide {
- transition: all ease-in-out .3s;
- opacity: .2;
- }
- .slick-active {
- opacity: .5;
- }
- .slick-current {
- opacity: 1;
- }
- .big_button1{
- border-color: #49494a !important;
- margin: 0px 20px !important;
- border-radius: 28px !important;
- background-color: #49494a !important;
- }
- .mt_100 {
- margin-top:100px !important;
- }
- #content {
- margin: 40px auto;
- text-align: center;
- width: 100%;
- }
- #content h1 {
- text-transform: uppercase;
- font-weight: 700;
- margin: 0 0 40px 0;
- font-size: 25px;
- line-height: 30px;
- }
- .circle {
- width: 60px;
- height: 60px;
- line-height: 60px;
- border-radius: 50%; /* the magic */
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- text-align: center;
- color: white;
- font-size: 16px;
- text-transform: uppercase;
- font-weight: 700;
- margin: 0 auto 40px;
- cursor: pointer;
- }
- .blue {
- background-color: #3498db;
- }
- .blue_5 {
- background-color: #3498db;
- }
- .green {
- background-color: #16a085;
- }
- .red {
- background-color: #e74c3c;
- }
- .black{
- background-color: #49494a;
- }
- .big_button{
- display: inline-block;
- padding: 6px 12px 6px 38px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- color: #fff;
- border-color: #49494a !important;
- margin: 15px 30px !important;
- border-radius: 28px !important;
- position: absolute;
- z-index: -1;
- display: none;
- }
- .big_button_1 {
- background-color: #3498db !important;
- }
- .big_button_2 {
- background-color: #16a085 !important;
- }
- .big_button_3 {
- background-color: #e74c3c !important;
- }
- .big_button_4{
- background-color: #49494a !important;
- }
- .big_button_5{
- background-color: #3498db !important;
- }
- .circle:hover .big_button_1 {
- display: block;
- }
- .circle:hover .big_button_2 {
- display: block;
- }
- .circle:hover .big_button_3 {
- display: block;
- }
- .circle:hover .big_button_4{
- display: block;
- }
- .wid66{
- width:66%;
- margin: auto;
- display: block;
- }
- /*slider*/
- .hero {
- position: absolute;
- top: 85%;
- left: 47%;
- z-index: 0;
- }
- .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
- left: 50%;
- margin-left: -10px;
- top: 88% !important;
- background-color: #333;
- width: 20%;
- padding: 5px 0px;
- height: auto !important;
- }
- .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
- top: 88% !important;
- background-color: #333;
- width: 20%;
- padding: 5px 0px;
- height: auto !important;
- }
- .mg_bt{
- margin-bottom: 65px;
- }
- button.btn.btn-primary.btn-lg{
- background-color: #28a8e0 !important;
- }
- /******************* Accordion Demo - 4 *****************/
- #accordion4 .panel{
- border: none;
- border-radius: 0;
- box-shadow: none;
- /* margin: 0 0 10px; */
- overflow: hidden;
- position: relative;
- border-right: 1px solid #eeeeee;
- }
- #accordion4 .panel-heading{
- padding: 0;
- border: none;
- // border: 1px solid #fff;
- border-radius: 0;
- /* margin-bottom: 10px; */
- z-index: 1;
- /* position: relative; */
- }
- #accordion4 .panel-heading:before,
- #accordion4 .panel-heading:after{
- content: "";
- width: 50%;
- height: 20%;
- box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
- position: absolute;
- bottom: 15px;
- left: 10px;
- transform: rotate(-3deg);
- z-index: -1;
- }
- #accordion4 .panel-heading:after{
- left: auto;
- right: 10px;
- transform: rotate(3deg);
- }
- h4.panel-title{}
- #accordion4 .panel-title a{
- display: block;
- padding: 11px 60px 12px 6px;
- margin: 0;
- background: #28a8e0;
- font-size: 12px;
- font-weight: 500;
- letter-spacing: 1px;
- color: #fff;
- border-radius: 0;
- // box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
- -webkit-box-shadow: 1px 8px 4px 6px #fff8f8;
- position: relative;
- }
- #accordion4 .panel-title a:hover,a:focus{
- text-decoration: none !important;
- }
- #accordion4 .panel-title a:before,
- #accordion4 .panel-title a.collapsed:before{
- content: "\f105";
- visibility: hidden;
- font-family: "Font Awesome 5 Free";
- font-weight: 900;
- width: 55px;
- height: 100%;
- text-align: center;
- line-height: 50px;
- font-family: FontAwesome;
- font-style: normal;
- font-weight: normal;
- text-decoration: inherit;
- /*--adjust as necessary--*/
- color: #fff;
- font-size: 18px;
- padding-right: 0.5em;
- position: absolute;
- top: 10px;
- right: 0;
- position: absolute;
- top: 0;
- right: 0;
- }
- #accordion4 .panel-title a:before,
- #accordion4 .panel-title a.collapsed:after{ content: "\f107"; }
- #accordion4 .panel-title a .icon{
- display: inline-block;
- width: 55px;
- height: 100%;
- font-size: 20px;
- color: rgba(0,0,0,0.7);
- line-height: 50px;
- text-align: center;
- position: absolute;
- top: 0;
- left: 0;
- }
- #accordion4 .panel-body{
- padding: 0px;
- /* margin: 0 0 20px; */
- border: 1px solid #ccc;
- border-top: 1px solid #ccc !important;
- border-top: none;
- background: #fff;
- font-size: 15px;
- color: #333;
- line-height: 27px;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- width: 100%;
- border: 1px solid #ccc;
- margin-bottom: 0px;
- }
- th, td {
- text-align: left;
- padding: 8px;
- width:20%;
- }
- #filedrag
- {
- display: none;
- font-weight: bold;
- text-align: center;
- padding: 1em 0;
- margin: 1em 0;
- color: #555;
- border: 2px dashed #555;
- border-radius: 7px;
- cursor: default;
- }
- #filedrag.hover
- {
- color: #f00;
- border-color: #f00;
- border-style: solid;
- box-shadow: inset 0 3px 4px #888;
- }
- /*sales*/
- .circle_sales:hover .big_button_5{
- display: block;
- }
- .circle_sales:hover{
- background-color: #3498db;
- }
- .circle_sales {
- width: 60px;
- height: 60px;
- line-height: 60px;
- border-radius: 50%; /* the magic */
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- text-align: center;
- color: white;
- font-size: 16px;
- text-transform: uppercase;
- font-weight: 700;
- margin: 0 auto 40px;
- cursor: pointer;
- }
- .big_button_1 {
- background-color: #3498db !important;
- }
- .big_button_back {
- display: inline-block;
- padding: 6px 12px 6px 38px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- color: #fff;
- border-color: #49494a !important;
- margin: -46px 30px !important;
- border-radius: 28px !important;
- position: absolute;
- z-index: -1;
- display: none;
- }
- /*main*/
- .carousel-control_1.left {
- background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
- background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
- background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
- background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
- background-repeat: repeat-x;
- }
- .carousel-control_1.right {
- right: 0;
- left: auto;
- background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
- background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
- background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
- background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
- background-repeat: repeat-x;
- }
- .carousel-control_1 {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- width: 15%;
- font-size: 20px;
- color: #fff;
- text-align: center;
- text-shadow: 0 1px 2px rgba(0,0,0,.6);
- background-color: rgba(0,0,0,0);
- filter: alpha(opacity=50);
- opacity: .5;
- }
- .carousel-control_1 .glyphicon-chevron-left, .carousel-control .icon-prev {
- /* left: 50%; */
- margin-left: -10px;
- top: 50%;
- width: 20%;
- padding: 5px 0px;
- height: auto !important;
- }
- .carousel-control_1 .glyphicon-chevron-right, .carousel-control .icon-next {
- top: 50%;
- width: 20%;
- padding: 5px 0px;
- height: auto !important;
- }
- .padl_0{
- padding-left:0px!important;
- }
- .padr-0{
- padding-right: 0px;
- padding-left: 0px;
- }
- .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
- padding: 4px;
- font-size: 12px;
- }
- /* ///example */
- .example-list {
- width: 500px;
- max-width: 100%;
- border: solid 1px #ccc;
- min-height: 60px;
- display: block;
- background: white;
- border-radius: 4px;
- overflow: hidden;
- }
- .example-box {
- padding: 20px 10px;
- border-bottom: solid 1px #ccc;
- color: rgba(0, 0, 0, 0.87);
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- cursor: move;
- background: white;
- font-size: 14px;
- }
- .cdk-drag-preview {
- box-sizing: border-box;
- border-radius: 4px;
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
- 0 8px 10px 1px rgba(0, 0, 0, 0.14),
- 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- }
- .cdk-drag-placeholder {
- opacity: 0;
- }
- .cdk-drag-animating {
- transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
- }
- .example-box:last-child {
- border: none;
- }
- .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
- transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
- }
- /* johnji */
- .body_cls{
- position: absolute;
- width:100%;
- height: 86%;
- background: #eee;
- }
- .rel_cls{
- position: relative;
- width:100%;
- height: 100%;
- }
- .ht_cls{
- position: relative;
- height: 86%;
- /* top: 23%; */
- }
- .scroll_topbox{
- // height: 83%; height:103.7%;
- position: relative;
- // overflow-x: scroll;
- overflow-x: scroll;
- overflow-y: scroll;
- display: flex;
- bottom:2%;
- top:0%;
- }
- .scroll_bottombox{
- // margin-top:2%;
- // position: relative;
- // bottom: 137px;
- // text-align: center;
- // margin: 0 auto;
- // height: auto;
- display: -webkit-inline-box;
- // overflow-x: scroll;
- margin-top: 6px;
- }
- .bot_img_cls{
- width: 85px;
- // height: 100px;
- // float: left;
- // margin-right: 1px;
- }
- h4.panel-title-hide {
- background: #337ab7;
- }
- #accordion4[_ngcontent-c0] .panel-title[_ngcontent-c0] a.title-hide{
- visibility: hidden;
- }
- .panel-group-width{
- width:277px;
- }
- .table>thead>tr>th{
- border-top:0px;
- border-bottom:0px!important;
- }
- *::-webkit-scrollbar{
- width: 5px;
- height: 5px;
- }
- *::-webkit-scrollbar-thumb {
- background-color: #28a8e0;
- }
- #div1 {
- float: left;
- width: 100px;
- height: 35px;
- margin: 10px;
- padding: 10px;
- border: 1px solid black;
- }
- .drop_img{
- margin: 60px auto;
- display: block;
- width: 150px;
- }
- /* .drop_box{
- position: fixed;
- left: 34%;
- height: 66%;
- background: #fff;
- z-index: 999;
- border: 2px dotted #000;
- } */
- #div2 {
- float: left;
- position: fixed;
- /* width: 200px; */
- left: 34%;
- background: #fff;
- z-index: 999;
- height:350px;
- margin: 10px;
- padding: 10px;
- display: none;
- border: 1px dotted #000;
- }
- .img_drag_box{
- min-width: 125px;
- max-width: 125px;
- min-height: 98px;
- text-align: center;
- display: table-cell;
- }
- /* .drag_fixed_img{
- opacity:0.3;
- } */
- .top_image_header{
- h4{
- position: absolute;
- }
- width: 100%;
- /* float: right; */
- position: absolute;
- display: block;
- background: #fff;
- border-right: 2px solid #eee;
- top:1%;
- }
- .mod_nme_cls{
- /* position: relative; */
- // position: absolute;
- // bottom: 0px;
- // right: 31px;
- // top: 40px;
- width: 100%;
- float: left;
- h6{
- font-size: 12px;
- }
- }
- .close_mark{
- position: absolute;
- right: 3px;
- top: 2px;
- background: #252323;
- color: #fff;
- /* padding: 2px; */
- font-size: 10px;
- border-radius: 100%;
- cursor: pointer;
- width: 15px;
- height: 15px;
- text-align: center;
- line-height: 15px;
- }
- // #accordion4[_ngcontent-c1] .panel-title[_ngcontent-c1] a[_ngcontent-c1]{
- // z-index: -1;
- // background: #000;
- // }
- .middle{
- margin: 0px auto;
- display: block;
- }
- .demo-problem, .demo-solution {
- font-size: 1.5rem;
- }
- .demo-solution--flexbox {
- display: flex;
- margin-left: 34%;
- align-items: center;
- img {
- padding: 10px;
- transition: margin 300ms;
- }
- }
- .bot_img_cls_1 {
- width: 83.5px;
- float: right;
- margin-right: 10px;
- }
- .title-hide{
- height:37px;
- }
- #accordion4:last-child a#title-arrow:before{
- content: "\f105";
- display:block;
- }
- #accordion4:last-child {
- visibility: visible;
- }
- .wid3_font {
- font-size: 20px;
- color: #333;
- }
- .wid3 {
- width: 27px !important;
- margin-top: 15px !important;
- position: absolute;
- cursor:pointer;
- }
- .wid3_font:hover{
- text-decoration: none !important;
- }
- .span_img{
- position: relative;
- right: 0px;
- float: left;
- left: 48px;
- top: 11px;
- cursor:pointer;
- }
- .hide {
- display: none!important;
- }
- .panel_line{
- margin-bottom: 0em !important;
- // border: 0.5px solid #fff;
- }
- .left_card {
- position: inherit;
- }
- .img_drag_box{
- border: 1px solid #ccc;
- position: relative;
- cursor: pointer;
- }
- .image_arr_box{
- background:#fff;
- margin:0 auto;
- text-align:center;
- display: table;
- }
- .grey_img_box{
- background: #cecece;
- cursor: not-allowed;
- }
- .table-responsive .table thead{
- background:transparent!important;
- }
- th,td{
- line-height: 11px;
- height: 30px;
- vertical-align: top;
- padding-left: 5px;
- }
- .table-responsive .table thead tr th{
- vertical-align: top;
- text-align: left;
- }
- .title_cls{
- font-size: 14px !important;
- font-weight: bold;
- vertical-align: middle;
- margin: 0 auto;
- position: absolute;
- top: 17px;
- text-transform: uppercase;
- padding-left: 25px;
- width: 218px;
- }
- .info_txt{
- font-size: 14px;
- text-align: center;
- font-weight: bold;
- font-size: italic;
- }
- .checked24{
- height: 20px;
- }
- .right-content{
- max-width: 22.5%;
- }
- // 10-11-2020
- .comp-head{
- height: 60.3px !important;
- overflow: inherit;
- }
- .ht_cls{
- height: calc(100vh - 305px);
- .ht_cls{
- height: 100%;
- }
- }
|