MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/ulapp/css/style_admin.css
/* New Code */

/******************************* Multi process form ***********************/ 
.bg_img{background: url("../images/icons/bg.png") no-repeat top center fixed; background-size: cover; background-color: #000 !important } .custom_form_heading{margin: 80px auto; color: #fff; text-align: center; text-shadow: 1px 1px 2px #000; } 
.custom_form_heading h1{font-weight: 900; font-size: 40px } 
.main_heading {font-size: 22px; font-weight: 600; color: #333; vertical-align: middle; display: inline-block; text-transform: none; }  
.main_heading_i{width: 40px; height: 40px; border: 2px solid; display: inline-block; text-align: center; line-height: 34px; margin-right: 5px; vertical-align: middle; display: none } 
.main_heading_i .svg{ width: 25px; margin-top: 4px}
.main_heading_i .svg, .main_heading_i .svg path{fill: #333 !important;}
.sub_heading{font-size: 25px; font-weight: 400 } 
.sub_heading_1{ font-size: 18px } 
.sub_heading_1 .svg{ width: 25px; margin-right: 5px }
.sub_heading_1 .svg, .sub_heading_1 .svg path{ color: #333 !important; fill: #333 !important; vertical-align: middle;}
.bg_white{background-color: #fff } footer {background: #fff; padding: 15px 20px; display: block; margin-left: 70px; } 
.panel-primary>.panel-heading{background: #3095b3; border-color: #3095b3 } 
.panel-heading{ font-size: 18px } 
.form-control option {-webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 10px 5px; } 
.form_benchmark{ display: inline-block; width: 100% } 
.form_benchmark form{ margin: 0 } 
.form_benchmark table th{ width: 20% }
.form-control option:hover{ background: #f1f1f1 } option:checked { background: #3095b3; } 
.right_col .panel-default>.panel-heading{ background-color: #fff !important; color: #2c3d4e; font-weight: 600 } 
.form_benchmark .table, .form_benchmark .table td, .form_benchmark .table th{ border: 1px solid #d9dee4;}
.stylish-input-group .input-group-addon{background: #666 !important; color: #fff; border: 1px solid #666; padding: 0 } 
.stylish-input-group .input-group-addon:hover { background: #666 !important; border: 1px solid #666 !important; color: #fff;}
.stylish-input-group .form-control{border-right:0; box-shadow:0 0 0; border-color:#ccc; } 
.stylish-input-group button{border:0; background:transparent; padding: 5px 15px } 
.form_benchmark td{ min-height: 350px !important; position: relative;padding-bottom: 50px  !important; vertical-align: top !important} 


.search-box {background-image: url("../images/icons/search.svg"); background-position: 5px 14px; background-repeat: no-repeat; background-size: 10% auto; border: medium none; margin-top: 5px; padding: 12px 20px 12px 37px;opacity: 0.5; }

table .btn.btn-sm { margin: 2px; }
.btn.btn-sm .svg{ width: 14px}

[type="radio"]:checked, [type="radio"]:not(:checked) {position: absolute; left: -9999px; } 
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; height: 20px; width: 20px; vertical-align: middle; margin-bottom: 0 } 
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 2px solid #D9DEE4; border-radius: 100%; background: #fff; } 
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {content: ''; width: 10px; height: 10px; background: #AAD66F; position: absolute; top: 5px; left:5px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; 	border:2px solid #AAD66F !important } 
[type="radio"]:not(:checked) + label:after {opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 
[type="radio"]:checked + label:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
[type="radio"]:checked:focus + label:before, [type="radio"]:not(:checked):focus + label:before {border: 2px solid #AAD66F;}


/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {position: absolute; left: -9999px; } 
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {position: relative; padding-left: 1.95em; cursor: pointer; } 
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {content: ''; position: absolute; left: 0; top: -10px; width: 20px; height: 20px; border: 2px solid #ccc; background: #fff; border-radius: 4px; overflow: hidden; }
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {content: '✔'; position: absolute; top: -10px; left: .0; font-size: 18px; font-weight: normal; width: 20px; height: 20px; padding:1px;  line-height: 0.8; color: #fff; background: #AAD66F; transition: all .2s;border-radius: 4px; border: 2px solid #AAD66F; }
[type="checkbox"]:not(:checked) + label:after {opacity: 0; transform: scale(0); }
[type="checkbox"]:checked + label:after {opacity: 1; transform: scale(1); }
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {box-shadow: none; border-color: #bbb; background-color: #ddd; }
[type="checkbox"]:disabled:checked + label:after {color: #999; } 
[type="checkbox"]:disabled + label {color: #aaa; }



.align-middle{ vertical-align: middle !important; }
.select_action{ padding: 3px; border:1px solid #ddd; font-weight: normal; background: #b10820; color: #fff }
.dropdown .left-100{ left: -20px; min-width: 100px !important }
h5{ font-size: 18px; }

.tble_col_fix{ position: relative; background: #fff }
.clum_fix{ min-width: 70px;}
.data_mobile, .data_mail{ min-width: 120px }
.clum_fix1{ display: none; }

/*.tble_col_fix{ margin-right: 200px !important;}
.clum_fix, .clum_fix1{ position: fixed; }
.clum_fix{ right: 170px }
.clum_fix1{ right: 50px }*/
/*.tble_col_fix tr{ position: relative; padding-right: 100px }
.tble_col_fix td:last-child, .tble_col_fix th:last-child{ position:absolute; right: 0;  }*/
/*.check {background: #A8D56B!important; border: 1px solid #A8D56B!important; color: #fff; width: 80px; height: 80px; margin: 20px auto; }
.check .svg{ margin-top: 19px;  width: 40px; }
.check .svg path{ fill: #Fff }
.modal-body .close{ display: block; left: -50%; transform: translateX(50%); margin: 30px auto 20px; position: relative; opacity: 1 }*/

/*.table-b0 td, .table-b0 th {border: none !important;}*/

 /****************  Search form *****************/
/*.search_form{ background: #fff; border-bottom: 2px solid #b10820; padding:20px 15px 5px 15px; display: inline-block; width: 100%; margin-bottom: 30px }
.search_form .form-control{ height: 49px !important; border-radius: 0; background: #fff !important; padding:10px !important; border: 1px solid #ccc !important; }
.search_form .form-control{ height: 45px; border: none; border-bottom: 2px solid #D9DEE4; background: none; padding-left: 0; box-shadow: none; }
.search_form .form-control:focus{ background: #fff !important }
.search_form .input-group .form-control{ width: 50% }
.search_form .btn_primery{ padding: 12px 35px !important }
.search_form .form-control:focus{ opacity: 1}

.search_img, .search_dtl{ float: left; position: relative; }
.search_img{ margin-right: 10px; margin-top: 2px }
.search_dtl .more{ position: absolute; right: -10px; top: -10px; z-index: 11}
.search_dtl .more .svg{ cursor: pointer;  display: inline-block; }
.more_close .svg{ width: 50%; margin-top: 7px;}
.more_open .svg{ width: 80%; margin-top: 3px;}
.search_dtl .more .svg path{fill:#999;}
.search_dtl .more a{ display: block;background: #fff; border: 1px solid #D9DEE4;  width: 30px; height: 30px; line-height: 28px; text-align: center;  }
.search_dtl .more a:hover{ background: #f1f1f1 }

.search_dtl h2{ font-size: 16px; font-weight: 600; margin-top: 0; }
.search_dtl h2 span{ color:#999 ; font-size: 11px; font-weight: 400; white-space: normal; display: block; }
.search_dtl p{ font-size: 13px; margin: 5px 0; line-height: 120%	}
.search_dtl a{ color: #333; font-size: 13px;}
.search_dtl a:hover{ opacity: .5 }
.moredetails{ background: rgba(255,255,255,1); padding: 5px 0; position: absolute; left: 0; top: 17px; width: 100%; min-height: 100%; display: none}

.moredetails div{ font-size: 12px !important; font-weight: 600} 
.moredetails .progress{ height: 5px; margin-bottom: 15px}
.search_dtl .more_close{ display: none;}
.search_result .inline_btn a{ margin-top: 10px; font-weight: 400; font-size: 13px}
.search_result .inline_btn a.active, .search_result .inline_btn a.active:hover{ background: #b10820 !important; color: #fff !important }
.profileimg_1{ margin-bottom: 30px}
.search_result .panel { min-height: 215px; overflow-y: auto; }
.employee_nm span{ color: #000}

.search_result tr td, .search_result tr th{ padding: 10px !important }
.search_result tr td a, .search_result tr td { color:  }
.search_result tr.active td{ background: #b10820 !important; color: #fff}
.search_result tr.active td:last-child::after{ content: ' '; display: inline-block; width: 20px; height: 20px; background: #b10820 !important; border: 2px solid #fff; transform: rotate(225deg); -webkit-transform: rotate(225deg); -mox-transform: rotate(225deg); -o-transform: rotate(225deg); border-right: 0; border-top: 0; position: absolute; right: 6px; outline: 1px solid #b10820;}
.search_result tr.active td a{ color: #fff}

.search_result [type="radio"]:checked:focus + label:before, .search_result [type="radio"]:not(:checked):focus + label:before {border: 2px solid #Fc0 !important}
.search_result [type="radio"]:checked + label:after, .search_result [type="radio"]:not(:checked) + label:after { background: #b10820; border:2px solid #b10820 !important } 

.main_heading_i{ display: none !important}
.search_form .chosen-container-single .chosen-single{ padding:13px 10px 13px !important; border: 1px solid #ccc !important; border-radius: 0 !important; box-shadow: none; }
.search_form .chosen-container-single .chosen-single div b{ margin-top: 7px; right: 5px; position: relative; }
.dynamic_add{ position: fixed; right: 0; top: 1px; border-left: 1px solid	#d9dee4; background: #fff;  height: 100%; box-sizing:border-box; z-index: 1111; display: none; padding-bottom: 50px; overflow: scroll;}
.dynamic_cnt{padding: 20px 0 20px 0; height: 100%; width: 100%; display: inline-block; box-sizing: border-box; margin-bottom: 50px }
.dynamic_cnt h2{ background: #b10820; padding:15px; color: #fff; font-size: 20px; font-weight: 600 }
.dynamic_cnt li{  padding: 10px 30px 10px 20px; border-bottom: 1px solid #d9dee4; display: inline-block; width: 100%; vertical-align: middle; position: relative; cursor: pointer; }
.dynamic_cnt ul{ margin-bottom: 30px }
.dynamic_cnt li:hover{ background: rgba(0,0,0,.03)}
.dynamic_cnt li span{ color: #b10820; vertical-align: middle; position: absolute; right: 7px; top: 50%; transform: translateY(-50%); text-align: left; }
.dynamic_cnt .demo{ margin-top: -10px }
.demo .panel-body{ padding: 0 !important;}
.demo .panel-title a{ display: block; font-size: 16px; font-weight: 600;}
.demo .panel-default { border: 0 !important}
.demo .panel-default > .panel-heading{ border-bottom: 2px solid  #b10820}
.dynamic_cnt h5{ padding:10px 0 10px 20px; margin:20px 0 0; font-size: 15px; font-weight: 600;border-bottom: 1px solid #d9dee4;}
*/

.bg-gray_1 .svg path{ fill: #666 !important }
.pagination > li > a, .pagination > li > span{ color: #333 }
.pagination .action a{ background: #B10820; color: #fff }
.pagination .disabled a{ background: #ccc }
.copy, .copy a {font-size: 12px;}
.add_new{}
.add_new .svg{ width: 20px; vertical-align: middle; margin-right: 5px }
.width_25 {width: 23.5%;}]
.width_75{position: relative;}
.width_75_1 {width: 75%;}
.tree{ margin: 100px auto }