From d6e3c487700f2b94ae1ff99db67191a71000b017 Mon Sep 17 00:00:00 2001 From: SamSys Date: Thu, 1 Jan 2026 12:30:15 +0330 Subject: [PATCH] remove old files --- .../Pages/Company/Insurance/Create.cshtml | 670 ----- .../Pages/Company/Insurance/Index.cshtml | 210 -- .../Pages/Company/Insurance/Index.cshtml.cs | 160 -- .../Pages/Company/Insurance/Summary.cshtml | 153 -- .../Company/Workshops/AutoExtension.cshtml | 475 +--- .../Pages/Company/Workshops/Create5.cshtml | 2211 ----------------- .../Pages/Company/Workshops/CreateZone.cshtml | 3 - .../Pages/Company/Workshops/clock.cshtml | 341 +-- .../page/Workshop/css/AoutoExtention.css | 499 ++++ .../AssetsAdmin/page/Workshop/css/clock.css | 354 +++ 10 files changed, 859 insertions(+), 4217 deletions(-) delete mode 100644 ServiceHost/Areas/Admin/Pages/Company/Insurance/Create.cshtml delete mode 100644 ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml delete mode 100644 ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml.cs delete mode 100644 ServiceHost/Areas/Admin/Pages/Company/Insurance/Summary.cshtml delete mode 100644 ServiceHost/Areas/Admin/Pages/Company/Workshops/Create5.cshtml delete mode 100644 ServiceHost/Areas/Admin/Pages/Company/Workshops/CreateZone.cshtml create mode 100644 ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/AoutoExtention.css create mode 100644 ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/clock.css diff --git a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Create.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Insurance/Create.cshtml deleted file mode 100644 index 0b9fdd1c..00000000 --- a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Create.cshtml +++ /dev/null @@ -1,670 +0,0 @@ -@using _0_Framework.Application -@model CompanyManagment.App.Contracts.Insurance.CreateInsurance -@{ - - - - - - - -} - - - - - - - - \ No newline at end of file diff --git a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml deleted file mode 100644 index aa33ad19..00000000 --- a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml +++ /dev/null @@ -1,210 +0,0 @@ -@page -@model ServiceHost.Areas.Admin.Pages.Company.Insurance.IndexModel - -@{ - //int i = 1; -} - -@{ - Layout = "Shared/_AdminLayout"; - ViewData["title"] = "بیمه"; - -} - - -
- - - - - -
-
- - -
- -
-
- @*===================================================================================================================*@ - -
- -
- -
-
-
-
- - -
-
- - -
- @*
- - -
-
- - -
*@ -
-
-
- -
-
- - - مشاهده همه - -
-
-
-
-
-
- @*==================================================================Insurance=====*@ -
-
-
- -
-
- -
-
-
-

لیست بیمه ها

-
-
-
-
- - - - - - - - - - - - - - - - - @if (Model.insurance != null) - { - @foreach (var item in Model.insurance) - { - - - - - - - - - - - - - } - } - -
# سال ماه نام کارفرمانام کارگاهسهمیهشعبهشهرمقطوع
@item.Id @item.Year @item.Month @item.Employer@item.WorkShop@item.Qouta@item.InsuranceBranch@item.City@item.Fixed - - - - - - - - - - - - -
-
-
-
-
-
- -
- - -@section Script { - - - - - - - -} \ No newline at end of file diff --git a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml.cs b/ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml.cs deleted file mode 100644 index 9587b2c7..00000000 --- a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Index.cshtml.cs +++ /dev/null @@ -1,160 +0,0 @@ -using _0_Framework.Application; -using CompanyManagment.App.Contracts.Employer; -using CompanyManagment.App.Contracts.Insurance; -using CompanyManagment.App.Contracts.Workshop; -using Microsoft.AspNetCore.Authorization; -using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Mvc.RazorPages; -using Microsoft.AspNetCore.Mvc.Rendering; - -namespace ServiceHost.Areas.Admin.Pages.Company.Insurance; - -//public class InsuranceSearchModel -//{ -// public long Id { get; set; } -// public int Year { get; set; } -// public string Month { get; set; } -// public string Employer { get; set; } -// public string WorkShop { get; set; } -//} -public class InsuranceViewModel -{ - public long Id { get; set; } - public int Year { get; set; } - public string Month { get; set; } - public string Employer { get; set; } - public string WorkShop { get; set; } - public string Qouta { get; set; } - public string InsuranceCode { get; set; } - public string InsuranceBranch { get; set; } - public string City { get; set; } - public string Fixed { get; set; } -} - -[Authorize] -public class IndexModel : PageModel -{ - public static string[] MonthNames = - { "فروردین", "اردیبهشت", "خرداد", "تیر", "مرداد", "شهریور", "مهر", "آبان", "آذر", "دی", "بهمن", "اسفند" }; - - private readonly IEmployerApplication _employerApplication; - private readonly IInsuranceApplication _insuranceApplication; - private readonly IWorkshopApplication _workShopApplication; - - public List insurance; - public InsuranceSearchModel searchModel; - - public IndexModel(IInsuranceApplication insuranceApplication, IEmployerApplication employerApplication, - IWorkshopApplication workShopApplication) - { - _insuranceApplication = insuranceApplication; - _employerApplication = employerApplication; - _workShopApplication = workShopApplication; - } - - - public void OnGet(InsuranceSearchModel searchModel) - { - var item1 = - new InsuranceViewModel - { - Id = 1, - Year = 1401, - Month = "مهر", - InsuranceCode = "10232156", - InsuranceBranch = "شعبه 9", - Employer = "شکوفه موتور گیلان", - WorkShop = "شکوفه موتور گیلان تهران", - Qouta = "عادی", - City = "تهران", - Fixed = "مقطوع" - }; - var item2 = - new InsuranceViewModel - { - Id = 2, - Year = 1401, - Month = "مهر", - InsuranceCode = "102654498", - InsuranceBranch = "شعبه 3", - Employer = "محمد حق پرست", - WorkShop = "تولیدی درب و پنجره", - Qouta = "کمک دولتی", - City = "رشت", - Fixed = "-" - }; - insurance = new List(); - insurance.Add(item1); - insurance.Add(item2); - } - - public IActionResult OnGetCreate() - { - var createInsurance = new CreateInsurance(); - createInsurance.EmployerList = new SelectList(_employerApplication.GetEmployers(), "Id", "FullName"); - createInsurance.Year = Convert.ToInt32(DateTime.Now.ToFarsiYear()); - createInsurance.Month = Convert.ToInt32(DateTime.Now.ToFarsiMonth()) == 1 - ? 12 - : Convert.ToInt32(DateTime.Now.ToFarsiMonth()) - 1; - - return Partial("./Create", createInsurance); - } - - public IActionResult OnGetSubtitleList(long employerId) - { - var searchModel = new WorkshopSearchModel(); - var subtitleList = _workShopApplication.Search(new WorkshopSearchModel { EmployerId = employerId }).ToList(); - return new JsonResult(subtitleList); - } - - public IActionResult OnGetLastInsurance(long workShopId) - { - var query = _insuranceApplication.Search(new InsuranceSearchModel { WorkShopId = workShopId }).Select(x => new - { - x.EmployerStr, - x.WorkShopStr, - x.ListNumber, - x.Address, - WorkShopCode = x.Workshop.ArchiveCode, - RadifPeyman = x.Workshop.Id - }).LastOrDefault(); - return new JsonResult(query); - } - //public IActionResult OnGetSummary() - //{ - // return Partial("./Summary"); - - //} - - - //public IActionResult OnPostCreate(CreateCrossJobGuild command) - //{ - - - //} - - //public IActionResult OnGetEdit(long id) - //{ - - //} - - - //public JsonResult OnPostEdit(EditCrossJobGuild command) - //{ - - - //} - - //public IActionResult OnGetDetails(long id) - //{ - // var detail = _crossJobGuildApplication.GetDetails(id); - // return Partial("Details", detail); - //} - - //public IActionResult OnPostRemove(long id) - //{ - // var result = new OperationResult(); - // return new JsonResult(result); - - //} -} \ No newline at end of file diff --git a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Summary.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Insurance/Summary.cshtml deleted file mode 100644 index 950984e3..00000000 --- a/ServiceHost/Areas/Admin/Pages/Company/Insurance/Summary.cshtml +++ /dev/null @@ -1,153 +0,0 @@ -@*@model CompanyManagment.App.Contracts.Insurance.CreateCrossJobGuild*@ -@{ - - - - - - - -} - - - - - \ No newline at end of file diff --git a/ServiceHost/Areas/Admin/Pages/Company/Workshops/AutoExtension.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Workshops/AutoExtension.cshtml index 711503e5..1ef03d19 100644 --- a/ServiceHost/Areas/Admin/Pages/Company/Workshops/AutoExtension.cshtml +++ b/ServiceHost/Areas/Admin/Pages/Company/Workshops/AutoExtension.cshtml @@ -2,482 +2,15 @@ @model ServiceHost.Areas.Admin.Pages.Company.Workshops.AutoExtensionModel @Html.AntiForgeryToken() @{ + string adminVersion = _0_Framework.Application.Version.AdminVersion; @section Styles{ - + string adminVersion = _0_Framework.Application.Version.AdminVersion; + } var i = 1; var zeropscode = "zero-ps-code tooltip-container"; - string adminVersion = _0_Framework.Application.Version.AdminVersion; + } diff --git a/ServiceHost/Areas/Admin/Pages/Company/Workshops/Create5.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Workshops/Create5.cshtml deleted file mode 100644 index a0d80c77..00000000 --- a/ServiceHost/Areas/Admin/Pages/Company/Workshops/Create5.cshtml +++ /dev/null @@ -1,2211 +0,0 @@ -@model CompanyManagment.App.Contracts.Workshop.CreateWorkshop -@{ - - - - @*select2 css start*@ - -} - - -
-
-
- -
فرم ایجاد کارگاه
-
-
-
-
مشخصات کارگاه
-
امور قرارداد
-
امور بیمه ای
-
طرح طبقه بندی
-
پرسنل طرح
-
-
-
- - -
-
- - - -
-
- - -
-
- - -
-
- - -
-
- - - -
-
- - - -
-
- - - -
-
- - -
-
- - - -
-
- - @*
- - - - -
*@ -
- - - - -
-
- -
- - -
- -
- - - - - -
- -
- -
-
- - - - - - \ No newline at end of file diff --git a/ServiceHost/Areas/Admin/Pages/Company/Workshops/CreateZone.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Workshops/CreateZone.cshtml deleted file mode 100644 index 0d2cfeb2..00000000 --- a/ServiceHost/Areas/Admin/Pages/Company/Workshops/CreateZone.cshtml +++ /dev/null @@ -1,3 +0,0 @@ -@model CompanyManagment.App.Contracts.Zone.ZoneViewModel -@{ -} \ No newline at end of file diff --git a/ServiceHost/Areas/Admin/Pages/Company/Workshops/clock.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Workshops/clock.cshtml index 00e93900..28aab21a 100644 --- a/ServiceHost/Areas/Admin/Pages/Company/Workshops/clock.cshtml +++ b/ServiceHost/Areas/Admin/Pages/Company/Workshops/clock.cshtml @@ -1,345 +1,8 @@ @model CompanyManagment.App.Contracts.WorkingHoursTemp.CreateWorkingHoursTemp @Html.AntiForgeryToken() @{ - + string adminVersion = _0_Framework.Application.Version.AdminVersion; + } diff --git a/ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/AoutoExtention.css b/ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/AoutoExtention.css new file mode 100644 index 00000000..93e71051 --- /dev/null +++ b/ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/AoutoExtention.css @@ -0,0 +1,499 @@ + +.selectedBtn { + background-color: #06ab08 !important; + color: #fff !important; +} + +.erroreManual { + border: 1px solid #eb3434 !important; +} + +.errored { + animation: shake 300ms; + box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434 !important; + border: 1px solid #eb3434 !important; +} + +.zero-ps-code { + background-color: #eb3434; + animation: color-change 800ms linear infinite; +} + +.firstCheckAlert { + background-color: #eb3434; + animation: color-change 800ms linear infinite; +} + +.contractExist { + background-color: #ffb715 !important; +} + +.leftInvalid { + display: none; +} + +.red { + border-radius: 5px; +} + +@@keyframes color-change { + 0% { + background-color: #eb3434; + } + + 50% { + background-color: #e5e5e5; + } + + 100% { + background-color: #eb3434; + } +} + +.tooltip-container { + cursor: pointer; + position: relative; + /* display: inline-block;*/ +} + +.tooltip { + opacity: 0; + z-index: 99; + color: #fff; + /* width: 180px;*/ + display: block; + font-size: 12px; + font-family: 'IranSans'; + padding: 5px 10px; + border-radius: 15px; + text-align: center; + /*text-shadow: 1px 1px 2px #111;*/ + background: #eb3434; + border: 1px solid #eb3434; + box-shadow: 0 0 3px rgba(0,0,0,0.5); + -webkit-transition: all .2s ease-in-out; + -moz-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + /* -ms-transition: all .2s ease-in-out;*/ + transition: all .2s ease-in-out; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + position: absolute; + right: -2px; + bottom: 23px; + white-space: nowrap; +} + + .tooltip:before, .tooltip:after { + content: ''; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-top: 10px solid #eb3434; + position: absolute; + bottom: -10px; + right: 20px; + } + +.tooltip-container:hover .tooltip, a:hover .tooltip { + opacity: 1; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); +} + +.pdate { + background-color: rgba(255,255,255,0.9) !important; + border: 1px solid #bdbdbd !important; + direction: ltr; +} + +.sizeSet { + padding: 2px !important; + text-align: center !important; +} + +.ionSize { + font-size: 22px !important; + top: 2px !important; + position: relative; + padding: 0px 2px 0px 2px; +} + +.iconSize { + min-width: 90px !important; + width: 90px; +} + +.rad { + border-radius: 8px !important; + /* padding: 10px; */ + padding: 2px 5px 0px 5px; +} + +.select { + background-color: #fafafa; + color: rgba(0, 0, 0, 0.6); + font-size: 14px; + border: 1px solid #c7c7c7 !important; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 10px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + border: 1px solid #eee; + box-shadow: none; + text-align: center; +} + +@@media screen and (max-width: 1920px) { + .pannelSize { + width: 85% + } + + .modal-content2 { + background-color: whitesmoke; + width: 36%; + height: 490px; + border: 1px solid #a5a5a59e; + border-radius: 25px; + margin-top: 150px; + margin-right: 32%; + padding: 0px 30px; + } +} + + +@@media screen and (max-width: 1440px) { + .pannelSize { + width: 80% + } + + .modal-content2 { + background-color: whitesmoke; + width: 50%; + height: 490px; + border: 1px solid #a5a5a59e; + border-radius: 25px; + margin-top: 80px; + margin-right: 25%; + padding: 0px 30px; + } +} + +@@media screen and (max-width: 1366px) { + .pannelSize { + width: 79% + } +} + +@@media screen and (max-width: 1280px) { + .pannelSize { + width: 77% + } +} + +.pannelHead { + border-radius: 15px 15px 0px 0px; + height: 40px; + background: linear-gradient(to right, #016603, #06ab08 50%, #06ab08 50%, #016603); + margin: -10px -15px 25px -15px; +} + +.pannelHead2 { + height: 40px; + background: linear-gradient(to right, #9a9a9a, #ffffff 50%, #ffffff 50%, #9a9a9a); + margin: -25px -15px 25px -15px; +} + +.headText { + text-align: center; + margin-top: 8px; + font-size: 16px; + color: #e5e5e5; +} + +.inpt { + display: inline-block; + border-radius: 15px 0px 5px 15px; + text-align: center; +} + +.disc { + border-radius: 0px 15px 15px 0px; + height: 34px; + position: absolute; + cursor: unset; +} + + .disc:hover { + box-shadow: unset; + } + +.inputCol { + margin-top: 15%; +} + +.redColor { + background-color: #ffe8e8 !important; +} + +.greenColor { + background-color: #c9eecf !important; +} + +.contractType { + border-radius: 5px; + width: 60px; + border-color: #5b5b5b; + color: #5b5b5b; +} + +.contractPeryod { + border-radius: 5px; + width: 80px; + border-color: #5b5b5b; + color: #5b5b5b; +} + + +/*modal2 */ + + +.modal-footer { + border-top: unset !important; +} + +.modal-header { + border-bottom: unset !important; + padding: unset !important; +} + +.close { + margin-top: 12px; + margin-left: -19px; + font-size: 26px; + position: absolute; +} + +.main-title { + position: absolute; + width: 195px; + font-size: 19px; + background-color: inherit; + left: 50%; + top: 6px; + margin-left: -100px; + text-align: center; + color: black; + border: 1px solid #00000030; + border-radius: 9px; + padding: 2px 0px; +} + +.modal2-btns { + float: left; + padding: 15px; +} + +.modal2-btn { + border-radius: 16px; + font-size: 12px; +} + +.modal-content2 .main-title { + top: 35px; +} + +.modal-content2 label { + color: #2c2c2c; + font-size: 10px; +} + +.modal .modal-dialoge .modal-content2 .modal-body { + padding: 0px 50px; + display: flex; + flex-wrap: wrap; + padding: 10px 0px; +} + +div span.week { + border-radius: 5px; + padding: 2px 8px; + margin-right: 15px; +} + +#shanbeh, #yekshanbeh, #doshanbeh, #seshanbeh, #cheharshanbeh, #panjshanbeh, #jomeh { + width: 80px; +} + +#Sh1, #Sh2, #Sh3, #Sh4, #Sh5, #Sh6, #Sh7, #Sh8 { + width: 80px; + margin-right: 30%; +} + +.time { + width: 10%; + text-align: center; + direction: ltr; + border-radius: 5px; + border: 1px solid #47c848 !important; +} + +.time2 { + width: 32%; + text-align: center; + direction: ltr; + border-radius: 5px; + border: 1px solid #47c848 !important; +} + +.fild { + border: 1px solid #878686; + background-color: #e7e7e7; + border-radius: 10px; + padding: 15px 0 15px 0; + display: inline; + float: left; + width: 100%; + margin: 5px 0px; +} + +.fild2 { + border: 1px solid #878686; + background-color: #d9d9d9; + border-radius: 10px; + padding: 10px 0 10px 0; + display: inline; + float: left; + width: 80%; + margin-left: 15px; +} + +.fild3 { + border: 1px solid #878686; + background-color: #e7e7e7; + border-radius: 10px; + display: inline; + float: left; + width: 100%; +} + +input[type=radio]:hover { + cursor: pointer; +} + +hr { + margin-top: 10px; + margin-bottom: 10px; + border-top: 1px solid #d3d3d3; +} + +.checkbox + .checkbox, .radio + .radio { + margin-top: 0px !important; +} + +.radio { + margin-top: 0px !important; +} + +.anim { + animation-name: animationProgress; +} + +@*heder*@ .top-Bar { + background-color: #c1dcd8; + height: 100px; + border-radius: 15px; + margin: 0px 2px 10px 2px; + box-shadow: 0px 1px 15px 0 #749883; +} + +.workshopName { + color: #fff; + background-color: #1b9998; + font-size: 15px; + border-radius: 15px; + height: 25px; + line-height: 1.8; +} + +.manual { + background-color: #efefef; + min-height: 160px; + border-radius: 15px; + width: 49%; + box-shadow: 0px 1px 15px 0 #0f8181; +} + +.automatic { + background-color: #efefef; + min-height: 160px; + border-radius: 15px; + width: 49%; + box-shadow: 0px 1px 15px 0 #0f8181 +} + +.discManual { + border-radius: 20px 5px 0px 0px; + cursor: unset; + font-size: 12px; + padding: 3px 10px; +} + +.inptAutomatic { + display: inline-block; + border-radius: 15px; + text-align: center; +} + +.trueStatusHide { + display: none; +} + +.falseStatusHide { + display: none; +} + +.progBar { + display: none; +} + +#createProcess { + background-color: #fdfdfd; + height: 100px; + border-radius: 15px; + margin: 0px 2px 10px 2px; + box-shadow: 0px 1px 15px 0 #1ebb5f; +} + +.progress-bar { + color: #fff !important; + font-size: 17px !important; + line-height: 23px !important; + border-radius: 10px !important; +} + +.dayliwage { + width: 50% !important; +} + +.groupDailyWageDisable { + background-color: #e1e1e1; + color: #bfbfbf; + pointer-events: none; + opacity: 0.5; +} + +.groupDailyWageEnable { + background-color: #d0d0d0; + color: #232323; + pointer-events: auto; + opacity: 1; +} + diff --git a/ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/clock.css b/ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/clock.css new file mode 100644 index 00000000..18f2fb8e --- /dev/null +++ b/ServiceHost/wwwroot/AssetsAdmin/page/Workshop/css/clock.css @@ -0,0 +1,354 @@ + +.modal2-btns { + float: left; + padding: 15px; +} + +.modal2-btn { + border-radius: 16px; + font-size: 12px; +} + +.modal-content .main-title { + top: 35px; +} + +.modal-content label { + color: #2c2c2c; + font-size: 10px; +} + +.modal .modal-dialog .modal-content .modal-body { + display: flex; + flex-wrap: wrap; + padding: 5px 0px !important; + height: 585px; +} + +.modal .modal-dialog .modal-content { + padding: 0px 20px !important; + border-radius: 25px; +} + +div span.week { + border-radius: 5px; + padding: 2px 8px; + margin-right: 15px; + width: 80px !important; +} + +#shanbeh, #yekshanbeh, #doshanbeh, #seshanbeh, #cheharshanbeh, #panjshanbeh, #jomeh { + width: 80px; +} + +#Sh1, #Sh2, #Sh3, #Sh4, #Sh5, #Sh6, #Sh7, #Sh8 { + width: 80px; + margin-right: 21%; + border-radius: 15px; +} + +#Sh4 { + height: 57px; + line-height: 3.5; + margin-right: 3% !important; + width: 240px !important; +} + +.time { + width: 10%; + text-align: center; + direction: ltr; + border-radius: 5px; + border: 1px solid #47c848 !important; +} + +.time2 { + width: 32%; + text-align: center; + direction: ltr; + border-radius: 5px; + border: 1px solid #47c848 !important; +} + +.fild { + border: 1px solid #878686; + background-color: #e7e7e7; + border-radius: 10px; + padding: 15px 0 15px 0; + display: inline; + float: left; + width: 100%; + margin: 5px 0px; +} + +.fild2 { + border: 1px solid #878686; + background-color: #d9d9d9; + border-radius: 10px; + padding: 10px 0 10px 0; + display: inline; + float: left; + width: 80%; + margin-left: 15px; +} + +.fild3 { + border: 1px solid #878686; + background-color: #e7e7e7; + border-radius: 10px; + display: inline; + float: left; + width: 100%; +} + +.fild4 { + border: 1px solid #878686; + background-color: #f3f3f3; + border-radius: 10px; + padding: 15px 0 15px 0; + display: inline; + float: left; + width: 100%; + margin: 5px 0px; + font-size: 12px; +} + +input[type=radio]:hover { + cursor: pointer; +} + +hr { + margin-top: 10px; + margin-bottom: 10px; + border-top: 1px solid #d3d3d3; +} + +.checkbox + .checkbox, .radio + .radio { + margin-top: 0px !important; +} + +.radio { + margin-top: 0px !important; +} + +.rest { + width: 67px; + text-align: center; +} + +.rsetHeader { + border-right: 1px solid #9a9a9a; + border-left: 1px solid #9a9a9a; + padding: 0px 20px 0px 23px; +} + +.shiftDisplayNone { + display: none; +} + +.tabHeader { + border-radius: 10px 10px 0px 0px; + height: 34px; + background-color: #e6f7e9 !important; + padding: 0px 5px !important; +} + +.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a { + line-height: 30px; +} + +.tab-a { + height: 30px; + border-radius: 10px 10px 0px 0px !important; + margin-top: 5px !important; +} + +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:focus, +.nav-tabs > li.active > a:hover, .tabs-vertical > li.active > a, +.tabs-vertical > li.active > a:focus, +.tabs-vertical > li.active > a:hover { + color: #07851d !important; +} + +.modal-moving { + -webkit-animation-duration: 4s; + -webkit-animation-name: modal-move; + -webkit-animation-fill-mode: forwards; + animation-duration: 4s; + animation-fill-mode: forwards; + animation-name: modal-move; +} + +@@-webkit-keyframes modal-move { + from { + right: 0px; + } + + to { + right: 150px; + } +} + +@@-moz-keyframes modal-move { + from { + right: 0px; + } + + to { + right: 180px; + } +} + +@@keyframes modal-move { + from { + right: 0px; + } + + to { + right: 150px; + } +} + +.call { + color: #fff; + font-size: 12px; + padding-top: 4px; +} + +.green-text { + color: #28ff35; +} + +.yelow-text { + color: #ffdc56; +} + +.modal-body2 { + background-color: #f2fbfb; + width: 100%; + height: 615px; + border-radius: 25px; + position: absolute; +} + +.rotateHead { + width: 100%; + margin-top: 10px; + height: 20px; + background-color: #eb950a; + box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 19%); + border-radius: 10px; + color: #fff; + font-size: 12px; + line-height: 1.7; +} + +.rotateItems { + width: 100%; + margin-top: 3px; + height: 17px; + box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 19%); + border-radius: 10px; + font-size: 12px; +} + +.rotateParntModal { + height: 600px !important; +} + +.errored { + animation: shake 300ms; + box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434 !important; + border: 1px solid #eb3434 !important; +} + +#copyToOtherWeeks { + width: 75px; + padding: 1px !important; + background-color: #fccd1c !important; + margin: 0px 4px 3px 20px !important; + font-size: 9px !important; + color: #000 !important; +} + +.copyTooltip-container { + cursor: pointer; + position: relative; + /* display: inline-block;*/ +} + +.copyTooltip { + opacity: 0; + z-index: 99; + color: #fff; + /* width: 180px;*/ + display: block; + font-size: 12px; + font-family: 'IranSans'; + padding: 5px 10px; + border-radius: 15px; + text-align: center; + /*text-shadow: 1px 1px 2px #111;*/ + background: #eb3434; + border: 1px solid #eb3434; + box-shadow: 0 0 3px rgba(0,0,0,0.5); + -webkit-transition: all .2s ease-in-out; + -moz-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + /* -ms-transition: all .2s ease-in-out;*/ + transition: all .2s ease-in-out; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -o-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + position: absolute; + right: -2px; + bottom: 23px; + white-space: nowrap; +} + + .copyTooltip:before, .copyTooltip:after { + content: ''; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-top: 10px solid #eb3434; + position: absolute; + bottom: -10px; + right: 20px; + } + +.copyTooltip-container:hover .copyTooltip, a:hover .copyTooltip { + opacity: 1; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); +} + +.weekAlert { + animation: colorChange 800ms linear infinite; + box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434; + border: 1px solid #eb3434; +} + + +@@keyframes colorChange { + 0% { + box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434; + border: 1px solid #eb3434; + } + + 50% { + box-shadow: inset 0 0 2px #e5e5e5, 0 0 5px #e5e5e5; + border: 1px solid #e5e5e5; + } + + 100% { + box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434; + border: 1px solid #eb3434; + } +} +