| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752 |
- .inner-section {
- width: 100% !important;
- }
- .clsmenuactive>a{
- color: #00344D !important;
- background: none !important;
- }
- .table{
- border-bottom: 2px solid #ccc;
- }
- .table-fixed thead {
- width: 100%;
- }
- .table-fixed tbody {
- height:394px;
- overflow-y: auto;
- width: 100%;
- }
- input.survey {
- margin-left: 40px;
- }
- .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;
- }
- #tag::placeholder, textarea::placeholder{
- color: #ccc !important;
- font-weight: normal !important;
- }
- #tag{
- color: #000 !important;
- font-weight: normal !important;
- }
- fieldset {
- background: #fff;
- background: -moz-linear-gradient(#fff, #f9fdff);
- background: -o-linear-gradient(#fff, #f9fdff);
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff));
- padding: 20px;
- margin: 0 auto;
- border: 1px solid rgb(205, 207, 208);
- height: 540px;
- overflow-y: auto;
- width: 950px;
- }
- fieldset::-webkit-scrollbar {
- width: 3px;
- }
- fieldset::-webkit-scrollbar {
- height: 3px;
- }
- fieldset::-webkit-scrollbar-track {
- -webkit-box-shadow: none;
- }
- fieldset::-webkit-scrollbar-thumb{
- background-color: #00AFD7;
- }
- input[type="text"], input[type="password"],input[type="email"] {
- padding: 8px 6px;
- height: 34px;
- /*width: 280px;*/
-
- }
- input[type="text"]:focus,
- input[type="password"]:focus,input[type="email"]:focus{
- outline:none !important;
- }
- .box-header {
- color: #444;
- display: block;
- position: relative;
- margin-bottom:10px;
- }
- .box-header .box-title {
- display: inline-block;
- font-size: 18px;
- margin: 0;
- line-height: 1;
- }
- .input-group
- {
- magrgin-bottom:15px;
- width:100%;
- }
- .box-footer
- {
- margin-top:10px;
- padding: 10px;
- text-align: center;
- }
- input[type="text"],
- 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);
- }
- textarea {
- padding: 3px;
- width: 100%;
- font-family: Arial, sans-serif !important;
- height: 100px;
- }
- .panel{
- margin-bottom:0px !important;
- padding:0 !important
- }
- .panel-default>.panel-heading{
- height: 48px;
- }
- .clsrightcont{
- /* width: 84%;
- padding: 9px*/
- }
- #cssmenu {
- font-size: 13px;
- margin: 6px;
- width: 15%;
- padding: 10px;
- background-color: #224562 !important;
- border: 1px solid #d0d1d2;
- background-image: url(../images/bg.jpg);
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- }
- .panel-heading{
- padding:0;
- }
- .addfields{
- margin: 10px 0;
- }
- #choicesDisplay {
- padding: 10px;
- background: rgb(227, 250, 227);
- border: 1px solid rgb(171, 239, 171);
- color: rgb(9, 56, 9);
- }
- .remove{
- background: #C76868;
- color: #FFF;
- font-weight: bold;
- font-size: 21px;
- border: 0;
- cursor: pointer;
- display: inline-block;
- padding: 4px 9px;
- vertical-align: top;
- line-height: 100%;
- }
- input[type="text"],
- select{
- padding:5px;
- }
- .editicon {
- padding-left: 10px;
- float: left;
- }
- .deleteicon {
- float: left;
- padding-left: 16px;
- }
- .wrapper .clsquestioncontainer{
- height:262px;
- overflow-y:auto;
- width:100%;
- }
- .wrapper .clschoicecontainer,.wrapper .clsbuttoncontainer{
- height:auto;
- overflow:hidden;
- }
- .wrapper .clschoicecontainer input[type="text"]{
- width:100%;
- }
- .wrapper .clschoicecontainer .clschoicediv{
- width:100%;
- overflow:hidden;
- clear:both;
- }
- .wrapper .clschoicecontainer input[type="text"]:focus{
- background:#f5fcfe;
- text-indent: 0;
- z-index: 1;
- color: #373737;
- width:100%;
- border-color:#ccc;
- box-shadow:0 0 5px rgba(4, 129, 177, 0.5);
- ;
- }
- .wrapper .clsiscorrect,.wrapper .clsopttext,.wrapper .clscoretext,.wrapper .clsdelete{
- float:left;
- margin:5px 5px;
- }
- .wrapper .clsiscorrect{
- width:25px;
- }
- .wrapper .clsopttext{
- width:70%;
- }
- .wrapper .clscoretext{
- width:10%;
- }
- .wrapper .clsdelete{
- cursor:pointer;
- width:7%;
- font-size:25px;
- padding:10px 0px 0px 10px;
- }
- .wrapper .clsbuttoncontainer input[type="button"]{
- float:left;
- }
- input[type="checkbox"] {
- /*display:none;*/
- float:left;
-
- }
- input[type="checkbox"] + label {
- font-size:14px;
- display:inline;
- width:100%;
- padding: 18px 0px 0px 0px;
- }
- input[type="checkbox"] + label span {
- margin-top:5px;
- display:block;
- float:left;
- width:19px;
- height:19px;
- margin:5px 4px 0 0;
- vertical-align:middle;
- cursor:pointer;
- -moz-border-radius: 5px;
- border-radius: 5px;
- background-color:#00AFD7;
- }
- input[type="checkbox"]:checked + label span{
- background:#00AFD7 url(../images/tick_w.png) center center no-repeat;
- background-size: 13px;
- }
- input[type="checkbox"] + label span,
- input[type="checkbox"]:checked + label span {
- -webkit-transition:background-color 0.4s linear;
- -o-transition:background-color 0.4s linear;
- -moz-transition:background-color 0.4s linear;
- transition:background-color 0.4s linear;
- }
- .clsiscorrect input[type="checkbox"]
- {
- display: none;
- float: left;
- }
- fieldset label {
- padding: 5px 0 0 0 !important;
- }
- input[type="text"]::placeholder{
- color: #CCCCCC !important;
- font-weight: normal !important;
- }
- .wrapper label {
- font-size: 13px;
- width: auto;
- min-width: 100px;
- padding: 8px 0px;
- display: inline-block;
- color: #00AFD7;
- }
- .wrapper .clsbuttoncontainer input[type="button"] {
- float: left;
- padding: 6px;
- }
- input[type="submit"], input[type="button"] {
- background: #211f1f;
- border: none;
- color: #fff !important;
- cursor: pointer;
- font-size: 13px;
- font-family: Arial, sans-serif !important;
- margin: 5px 5px;
- float: right;
- /* padding: 5px 22px; */
- }
- form .form-group{
- margin-bottom: 10px !important;
- }
- .user_page {
- width: 100%;
- height: calc(100% - 85px);
- background-image: url(../images/slider2.jpg);
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- }
- .sales_report {
- width: 100%;
- height: calc(100% - 0px);
- }
- .fix_height{
- height: 100% !important;
- }
- .wrapper{
- height: calc(100% - 15px) !important;
- }
- .box-title{
- font-size: 18px !important;
- display: inline !important;
- line-height: 33px;
- margin: 10px 0px !important;
- }
- .sales_report .sales_report_in:before {
- position: absolute;
- width: 100%;
- content: "";
- height: 100%;
- top: 0;
- left: 0;
- z-index: -1;
- opacity: 0.5;
- }
- .font_14{
- font-size:14px !important;
- color: #001a27 !important;
- }
- .modal-header .close{
- color: #001a27 !important;
- }
- .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 .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;
- }
- .sales_report .sales_report_in .sales_card .input-group.mb-3 {
- float: left;
- width: 180px;
- padding: 0px 10px;
- }
- .right_box .sear {
- width: 50% ;
- float: left;
- }
- .right_box .addbtn {
- width: 50%;
- float: left;
- padding: 13px 77px;
- }
- .sales_report .sales_report_in .sales_card form.row.form_2 {
- /* padding: 15px 10px; */
- }
- .form_2 .search {
- padding-left: 0;
- padding-top: 0;
- position: relative;
- background-position: 24px 9px;
- background-image: url(../images/search.png);
- }
- .form_2 .form-group .form-control {
- width: 100%;
- padding-left: 90px;
- position: relative;
- }
- .form_2 .form-group:before {
- width: 2px;
- height: 15px;
- position: absolute;
- content: "";
- background-color: #00AFD7;
- right: 13px;
- bottom: 0;
- }
- .form_2 .form-group:after {
- width: 2px;
- height: 15px;
- position: absolute;
- content: "";
- background-color: #00AFD7;
- left: 0;
- bottom: 0;
- }
- .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_2 .form-group .form-control {
- width: 100%;
- padding-left: 90px;
- position: relative;
- }
- .sales_report .sales_report_in .sales_card .form-group:after {
- width: 2px;
- height: 15px;
- position: absolute;
- content: "";
- background-color: #00AFD7;
- left: 0;
- bottom: 0;
- }
- .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;
- }
- .export p {
- color: #fff;
- font-size: 14px;
- font-weight: 700;
- }
- .sales_report .sales_report_in .sales_card .export p {
- color: #fff;
- font-size: 14px;
- font-weight: 700;
- }
- .sales_report .sales_report_in .sales_card .table_area .bottom_box {
- height: calc(100% - 100px);
- }
- .sear {
- width: 100% !important;
- float: right !important;
- }
- .pager{float: right; padding: 10px 0 !important;}
- .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;
- }
- .activeas {
- text-decoration: none;
- background-color: #00344D !important;
- color:#fff !important;
- }
- input{
- color: #333333 !important;
- }
- form .check{
- width: 100% !important;
- border: none !important;
- border-bottom: 2px solid #00344D !important;
- height: 43px !important;
- font-size: 16px;
- color: #333333 !important;
- font-weight: normal;
- padding: .375rem 0;
- border-radius: 0px;
- background-color: #fff !important;
- padding-left: 0px;
- background-size: 30px;
- background-repeat: no-repeat;
- background-position: 30px center;
- }
- .qtype .form-control:focus{
- border:none !important;
- border-bottom: 2px solid #00344D !important;
- }
- .btn.primary {
- background-color: #00AFD7;
- border-color: #00AFD7;
- }
- .btn.fixed {
- width: 150px;
- margin: 10px;
- }
- .profile_bg {
- height: calc(100% - 40px);
- }
- .profile_bg .pro_head {
- background-color: #00AFD7;
- padding: 8px;
- color: #fff;
- width: 950px;
- margin: 0 auto;
- }
- .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);
- }
- .form-group.disable {
- opacity: 0.4;
- }
- .clsicondis {
- color: #b5b4b4;
- cursor: not-allowed;
- }
- .model_left{
- display: inline;
- float: left;
- text-align: left !important;
- padding: 2px 15px;
- }
- .modal-title{
- display: inline;
- float: left;
- font-size:14px !important;
- }
- .btn_close{
- width: auto !important;
- padding: 6px 20px !important;
- background-color: #001f2c !important;
- border-color: #001f2c !important;
- outline: none !important;
- }
- .pad-0{
- padding: 0!important;
- }
- .check_box{
- width:100%;
- float: left;
- }
- .d-none{
- display: none;
- }
- .form-group-check-box {
- text-align: left;
- display: block;
- float: left;
- width: 100%;
- padding: 0px 16px;
- margin: 7px 0px;
- }
- .form-group-check-box input {
- padding: 0;
- height: initial;
- width: initial;
- margin-bottom: 0;
- display: none;
- cursor: pointer;
- }
- .form-group-check-box label {
- position: relative;
- cursor: pointer;
- font-weight: normal !important;
- }
- .form-group-check-box label:before {
- content:'';
- -webkit-appearance: none;
- background-color: transparent;
- border: 2px solid #001f2c;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
- padding: 10px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- cursor: pointer;
- margin-right: 5px;
- }
- .form-group-check-box input:checked + label:after {
- content: '';
- display: block;
- position: absolute;
- top: 18px;
- left: 9px;
- width: 6px;
- height: 14px;
- border: solid #001f2c;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- }
- .label_type{
- width:100%;
- float: left;
- padding: 6px 15px;
- text-align: left;
- font-weight: bold;
- }
- .radio_box p{
- width: 100%;
- float: left;
- margin: 0px;
- text-align: left;
- padding: 6px 15px;
- }
- .radio_box p [type="radio"]:checked,
- .radio_box p [type="radio"]:not(:checked) {
- position: absolute;
- left: -9999px;
- }
- .radio_box p [type="radio"]:checked + label,
- .radio_box p [type="radio"]:not(:checked) + label
- {
- position: relative;
- padding-left: 28px;
- cursor: pointer;
- line-height: 20px;
- display: inline-block;
- color: #333;
- font-weight: normal;
- }
- .radio_box p [type="radio"]:checked + label:before,
- .radio_box p [type="radio"]:not(:checked) + label:before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- width: 18px;
- height: 18px;
- border: 1px solid #626262;
- border-radius: 100%;
- background: #fff;
- }
- .radio_box p [type="radio"]:checked + label:after,
- .radio_box p [type="radio"]:not(:checked) + label:after {
- content: '';
- width: 10px;
- height: 10px;
- background: #001f2c;
- position: absolute;
- top: 4px;
- left: 4px;
- border-radius: 100%;
- -webkit-transition: all 0.2s ease;
- transition: all 0.2s ease;
- }
- .radio_box p [type="radio"]:not(:checked) + label:after {
- opacity: 0;
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- .radio_box p [type="radio"]:checked + label:after {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- .right_tag{
- float: left;
- width: auto !important;
- }
- .sear_tag{
- width: 230px !important;
- }
- .select_tag{
- height: 38px;
- border: 1px solid #00344d !important;
- border-radius: 0px !important;
- color: #00344d;
- }
- .select_tag_label{
- text-align: right;
- padding: 10px 10px;
- color: #00344d;
- }
- .select_tag_label label{
- margin:0px !important;
- }
|