:root{--shadow-dark: 0 2rem 6rem rgba(0,0,0,.3);--shadow-light:0 2rem 5rem rgba(0,0,0,.06);--shadow-common:.5rem .5rem 2rem rgba(0,0,0,.05);--line:1px solid $color-gray-light-2}*{margin:0;padding:0}*,*::after,*::before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}@media only screen and (max-width: 68.75em){html{font-size:50%}}body{font-family:'Open Sans', sans-serif;font-weight:400;line-height:1.5;color:#777;font-size:1.3rem;min-height:100vh}@keyframes moveLeft{0%{transform:translateX(20%)}100%{transform:translateX(0)}}@keyframes moveTop{0%{transform:translateY(20%)}100%{transform:translateY(0)}}.container{max-width:20rem;margin:0 auto;position:relative;flex:0 0 100%}.row{display:flex;flex:1;padding:1rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}@media only screen and (max-width: 56.25em){.row{flex-direction:column;margin:0}}.row [class^="col-"]{padding:0 1rem 1.5rem}@media only screen and (max-width: 56.25em){.row [class^="col-"]{flex:1 !important;padding:0}}.row .col-g-12{flex:0 0 100%}.row .col-g-10{flex:0 0 100%}.row .col-g-9{flex:0 0 75%}.row .col-g-8{flex:0 0 66.66667%}.row .col-g-7{flex:0 0 60%}.row .col-g-6{flex:0 0 50%}.row .col-g-5{flex:0 0 40%}.row .col-g-4{flex:0 0 33.33333%}.row .col-g-3{flex:0 0 25%}.row .col-g-2{flex:0 0 20%}main{display:flex;flex:1}.logo{height:3rem;margin-left:1rem}.user-nav{display:flex;align-items:center;align-self:stretch;margin-left:auto}.user-nav>*{padding:0 2rem;height:100%;display:flex;align-items:center;cursor:pointer}.user-nav>*:hover{background-color:#fff}.user-nav__icon-box,.user-nav__user{position:relative}.user-nav__icon-box ul,.user-nav__user ul{position:absolute;z-index:101;top:100%;right:0;list-style:none;display:none;min-width:100%;width:max-content;background-color:#fff;animation:moveTop 0.2s ease}.user-nav__icon-box ul li,.user-nav__user ul li{border-top:1px solid #ccc;display:flex}.user-nav__icon-box ul a,.user-nav__user ul a{display:flex;transition:background-color 0.3s;padding:0.8rem 1.2rem}.user-nav__icon-box ul a:link,.user-nav__icon-box ul a:visited,.user-nav__user ul a:link,.user-nav__user ul a:visited{color:currentColor;text-decoration:none}.user-nav__icon-box ul a:hover,.user-nav__icon-box ul a:focus,.user-nav__user ul a:hover,.user-nav__user ul a:focus{background-color:#0165CA;color:#faf9f9}.user-nav__icon-box:hover ul,.user-nav__icon-box:focus ul,.user-nav__user:hover ul,.user-nav__user:focus ul{display:flex;flex-direction:column;box-shadow:0 0.1rem 2rem rgba(0,0,0,0.01)}.user-nav__icon{width:2.25rem;height:2.25rem;fill:#777}.user-nav__notification{font-size:1.2rem;height:1.75rem;width:1.75rem;border-radius:50%;background-color:#0165CA;color:#fff;position:absolute;top:1.5rem;right:1.1rem;display:flex;justify-content:center;align-items:center}.user-nav__user-name{font-size:1.4rem;font-weight:500}.user-nav__user-photo{height:3.34rem;width:3.34rem;border-radius:50%;margin-right:1rem;background-image:linear-gradient(to bottom, rgba(240,238,238,0.6) rgab(#faf9f9, 0.6)),url("../img/user.svg");background-size:cover;overflow:hidden}.user-nav__user-photo img{max-width:100%}.side-nav{list-style:none;margin-top:3.5rem}@media only screen and (max-width: 56.25em){.side-nav{display:flex;margin:0;justify-content:space-between}}.side-nav__item{position:relative}.side-nav__item:not(:last-child){margin-bottom:0.5rem}@media only screen and (max-width: 56.25em){.side-nav__item:not(:last-child){margin:0}}@media only screen and (max-width: 56.25em){.side-nav__item{flex:1}}.side-nav__item::before{content:"";position:absolute;top:0;left:0;height:100%;width:0.3rem;background-color:#0165CA;transform:scaleY(0);transition:transform 0.2s,width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s,background-color 0.1s}.side-nav__item:hover::before,.side-nav__item--active::before{transform:scaleY(1);width:100%}.side-nav__item:active::before{background-color:#0165CA}.side-nav__link:link,.side-nav__link:visited{color:#faf9f9;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;padding:1.5rem 3rem;position:relative;z-index:10}.side-nav__icon{height:1.75rem;width:1.75rem;margin-right:2rem;fill:currentColor}@media only screen and (max-width: 40em){.side-nav__icon{margin:0 0 0.7rem 0;height:1.5rem;width:1.5rem}}.legal{font-size:1.2rem;color:#ccc;display:grid;align-content:center;text-align:center}@media only screen and (max-width: 56.25em){.legal{display:none}}.paragraph:not(:last-of-type){margin-bottom:2rem}.list{list-style:none;margin:1rem 0;padding:0 0;border-top:var(--line);border-bottom:var(--line);display:flex;flex-wrap:wrap;flex-direction:column}.list li{margin-bottom:0.7rem;display:flex;align-items:center}@media only screen and (max-width: 25em){.list li{flex:0 0 100%}}.list li::before{content:"";display:inline-block;height:1.3rem;width:1.3rem;margin-right:0.3rem;background-color:#0165CA;mask-image:url(../img/right-arrow.svg);mask-size:0.6rem;mask-repeat:no-repeat;-webkit-mask-image:url(../img/right-arrow.svg);-webkit-mask-size:0.6rem}.toggle-menu{color:#0165CA;width:20px;height:20px;padding:0;margin:1rem;outline:none;position:relative;border:none;background:none;cursor:pointer;-webkit-appearence:none;-webkit-tap-highlight-color:transparent;display:flex;visibility:visible}.toggle-menu svg{width:55px;height:38px;top:-6px;left:-14px;stroke:#0165CA;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;fill:none;display:block;position:absolute}.toggle-menu svg path{transition:stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s),stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);stroke-dasharray:var(--array-1, 26px) var(--array-2, 100px);stroke-dashoffset:var(--offset, 126px);transform:translateZ(0)}.toggle-menu svg path:nth-child(2){--duration: 0.7s;--easing: ease-in;--offset: 100px;--array-2: 74px}.toggle-menu svg path:nth-child(3){--offset: 133px;--array-2: 107px}.toggle-menu.active svg path{--offset: 57px}.toggle-menu.active svg path:nth-child(1),.toggle-menu.active svg path:nth-child(3){--delay: 0.15s;--easing: cubic-bezier(0.2, 0.4, 0.2, 1.1)}.toggle-menu.active svg path:nth-child(2){--duration: 0.4s;--offset: 2px;--array-1: 1px}.toggle-menu.active svg path:nth-child(3){--offset: 58px}.progressBar{appearance:none;height:.5rem;width:100%}.progressBar::-webkit-progress-bar,.progressBar::-webkit-progress-value{border-radius:3px}.tiles{padding:1rem;display:flex;flex-direction:column;height:17rem;flex-wrap:wrap;border-radius:3px;overflow:hidden}@media only screen and (max-width: 56.25em){.tiles{margin-bottom:1rem}}.tiles h3{font-weight:300;font-size:2.5rem}.tiles p{margin:0;font-weight:300}.tiles h5{font-weight:300;font-size:1.4rem;margin-top:auto}.accordion{margin:1rem 0;padding:0;list-style:none;border-top:1px solid #f4f2f2}.accordion-item{border-bottom:1px solid #f4f2f2}.accordion-thumb{margin:0;padding:0.8rem;cursor:pointer;font-weight:normal;color:#fff;position:relative;background-color:#0165CA;margin-bottom:1px;font-size:1.4rem}.accordion-thumb::after{content:"";display:flex;height:0.7rem;width:0.7rem;right:0;top:1.7rem;position:absolute;margin-right:1rem;margin-left:0.5rem;vertical-align:middle;border-right:1px solid;border-bottom:1px solid;transform:rotate(45deg);transition:transform 0.2s ease-out}.accordion-panel{margin:0;padding:0.8rem;display:none}.accordion-item.is-active .accordion-thumb::after{transform:rotate(-135deg)}.tabs{display:flex;flex-wrap:wrap}.tabs label{order:1;display:block;padding:0.8rem 1.8rem;margin-right:0.2rem;cursor:pointer;background:#0165CA;font-weight:bold;transition:all ease 0.2s;color:#fff}.tabs .tab{order:99;flex-grow:1;width:100%;display:none;padding:1rem;background:#faf9f9;color:#333}.tabs input[type="radio"]{display:none}.tabs input[type="radio"]:checked+label{background:#f0eeee;color:#0165CA}.tabs input[type="radio"]:checked+label+.tab{display:block}@media only screen and (max-width: 56.25em){.tabs .tab,.tabs label{order:initial}.tabs label{width:100%;margin-right:0;margin-top:0.2rem}}table.dataTable thead th{background-color:#0165CA;color:#f4f2f2;border-bottom:1px solid #f4f2f2}table.dataTable.no-footer{border-bottom:1px solid #999}.dataTables_wrapper .dataTables_paginate .paginate_button{background:#0165CA ;border:none;color:#f4f2f2 !important}.dataTables_wrapper .dataTables_paginate .paginate_button:hover,.dataTables_wrapper .dataTables_paginate .paginate_button:focus{background:#0165CA;border:none;color:#f4f2f2 !important}.dataTables_wrapper .dataTables_paginate .paginate_button.current{background:#0165CA;border:none;color:#f4f2f2 !important}.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#0165CA ;border:none;color:#f4f2f2 !important}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing{padding-bottom:1rem}.dataTables_wrapper .dataTables_length{display:flex}.dataTables_wrapper .dataTables_length select{margin:0 .33rem}.commonTable{border-collapse:collapse;width:100%}.commonTable th{background-color:#0165CA;color:#fff;padding:0.8rem 0.5rem;text-align:left}.commonTable td{border:1px solid #ddd;padding:0.7rem 0.5rem}.commonTable td input,.commonTable td select{width:100%;padding:0.3rem;border:1px solid #f0eeee;outline:none}.commonTable tr:nth-child(even){background-color:#f4f2f2}.commonTable tr:hover{background-color:#f0eeee}.panels{flex:1;background-color:#fff}.panels-header{padding:0.8rem 1rem;background-color:#0165CA;color:#fff;font-size:1.4rem}.panels-content{padding:1rem;background-color:#f7f7f7}.titles{display:flex;justify-content:space-between;align-items:center;padding:0.6rem;background-color:#f7f7f7;margin-bottom:1rem}.titles h3{margin:0;color:#0165CA}.titles .dotMenu{cursor:pointer;position:relative;padding:0 1rem;align-self:stretch;display:flex;align-items:center}.titles .dotMenu svg{width:1.5rem;height:3rem;fill:#0165CA}.titles .dotMenu ul{position:absolute;z-index:200;right:0;top:100%;list-style:none;display:none;min-width:15rem;background-color:#faf9f9;animation:moveTop 0.2s ease;border-radius:3px}.titles .dotMenu ul li:not(:first-child){border-top:1px solid #0165CA}.titles .dotMenu ul a{display:flex;transition:background-color 0.3s;padding:0.5rem 1rem}.titles .dotMenu ul a:link,.titles .dotMenu ul a:visited{color:#333;text-decoration:none}.titles .dotMenu ul a:hover,.titles .dotMenu ul a:focus{background-color:#0165CA;color:#fff}.titles .dotMenu:hover ul,.titles .dotMenu:focus ul{display:flex;flex-direction:column}.loginpage{display:flex;width:100%;height:100vh;background-image:url(../img/loginbg.jpg);background-position:center;background-repeat:no-repeat;justify-content:flex-end}.loginpage .logform{display:flex;flex-direction:column;background-color:#fff;width:100%;max-width:50rem;position:relative;justify-content:space-between}.loginpage .companyname{padding:1rem 3rem;display:flex;align-items:center;border-bottom:1px solid #ccc}.loginpage .companyname h3{margin:0;color:#0165CA}.loginpage .copyrights{padding:1rem 3rem;display:flex;align-items:center;border-top:1px solid #ccc}.menuDiv>ul{margin:0;padding:0}.menuDiv>ul>li>a{text-transform:capitalize}.menuDiv ul{margin:0;padding:0;text-transform:capitalize}.menuDiv ul li{display:block}.menuDiv ul li a{position:relative;display:block;padding:1.1rem 1.5rem;color:#f4f2f2;text-decoration:none;border-bottom:1px solid #777;transition:all .3s linear}.menuDiv ul li a em{font-size:1.4rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);padding:0.5rem;transition:all 0.2s}.menuDiv ul li:hover>a,.menuDiv ul li.selected>a{background-color:#0165CA;color:#faf9f9;border-color:#777}.menuDiv ul li ul{margin:0;padding:0;display:none}.menuDiv ul li ul.open{display:block}.menuDiv ul li ul li a{color:#faf9f9;border-color:#777}.menuDiv ul li ul li a:before{content:"";width:1rem;height:1px;margin-right:.5rem;display:inline-block;vertical-align:middle;background-color:#0165CA;transition:all .2s linear}.menuDiv ul li ul li:hover>a,.menuDiv ul li ul li.selected>a{background-color:#333}.menuDiv ul li ul li:hover>a:before,.menuDiv ul li ul li.selected>a:before{margin-right:1rem}.menuDiv ul li ul li.selected.selected--last>a{background-color:#333;color:#faf9f9}.menuDiv ul li ul li.selected.selected--last>a:before{background-color:#0165CA}.subMenuColor1{background-color:#363636}.subMenuColor2{background-color:#404040}.subMenuColor3{background-color:#4d4d4d}.subMenuColor4{background-color:#595959}.subMenuColor5{background-color:#666}.subMenuColor6{background-color:#737373}.subMenuColor7{background-color:gray}.subMenuColor8{background-color:#8c8c8c}.subMenuColor9{background-color:#999}.subMenuColor10{background-color:#a6a6a6}.float-nav{position:fixed;right:1rem;top:25%;color:#625772;display:flex;z-index:100}.float-nav input#toggle{display:none}.float-nav label[for="toggle"]:hover{cursor:pointer}.float-nav #menu-toggle{position:absolute;background-color:#fff;border-radius:50%;height:3.5rem;width:3.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 0.5rem 0.5rem rgba(0,0,0,0.2)}.float-nav #menu-toggle:before{content:"";display:inline-block;height:2.3rem;width:2.3rem;background-color:#0165CA;mask-image:url(../img/cog.svg);mask-size:cover;-webkit-mask-image:url(../img/cog.svg);-webkit-mask-size:cover}.float-nav #toggle:checked ~ label{visibility:hidden}.float-nav #toggle:checked ~ ul{visibility:visible;transition:visibility 0s, opacity 0.5s, height 0.3s, width 0.3s;opacity:1;width:25rem;height:50vh;padding:2rem}.float-nav ul{visibility:hidden;opacity:0;height:0;width:0;display:flex;flex-direction:column;background-color:rgba(255,255,255,0.9);padding:1.3rem;list-style:none;margin:0;box-shadow:var(--shadow-light);position:relative;border-radius:3px;transition:visibility 0s, opacity 0.5s 0.3s, height 0.3s, width 0.3s}.float-nav ul label{padding:0.5rem 0;display:flex;width:100%;flex-direction:row-reverse}.float-nav ul label .close-label{width:2rem;height:2rem;fill:#0165CA}.float-nav ul li{display:flex}.float-nav ul li a{display:flex;padding:0.5rem 0.2rem;transition:all 0.1s}.float-nav ul li a:link,.float-nav ul li a:visited{color:currentColor;text-decoration:none}.float-nav ul li a:hover,.float-nav ul li a:focus{color:#0165CA}.wraper{width:100%;margin:0 auto;background-color:#faf9f9;overflow:hidden}.header{height:6.4rem;background-color:#faf9f9;border-bottom:1px solid rgba(170,46,37,0.05);display:flex;padding:0 1rem;justify-content:space-between;align-items:center}@media only screen and (max-width: 31.25em){.header{flex-wrap:wrap;height:10rem;align-content:space-around}}.content-wraper{display:flex}.sidebar{background-color:#38598B;display:grid;grid-template-rows:1fr 5rem;transition:all 0.5s;overflow:hidden;height:93vh;max-height:100%;width:25rem;margin-left:-25rem;transform:translate(-25rem)}.sidebar.open{margin-left:0;transform:translate(0)}.content-side{background-color:#fff;flex:1;padding:1.5rem;overflow-y:auto;height:93vh;overflow-x:hidden}@media only screen and (max-width: 85.4375em){.content-side{height:89.5vh}}@media only screen and (max-width: 56.25em){.content-side{padding:1rem}}.detail{font-size:1.4rem;display:flex;padding:4rem;background-color:#faf9f9;border-bottom:var(--line)}@media only screen and (max-width: 56.25em){.detail{padding:3rem}}@media only screen and (max-width: 40em){.detail{flex-direction:column}}.blocks{flex:1;display:flex;padding:1rem;box-shadow:var(--shadow-common)}.menuDiv{overflow-y:auto;display:flex;flex-direction:column;overflow-x:hidden}.scroller{overflow-y:scroll;scrollbar-color:#0165CA  #0165CA;scrollbar-width:thin;scrollbar-arrow-color:#0165CA ;scrollbar-3dlight-color:#0165CA ;scrollbar-highlight-color:#0165CA;scrollbar-face-color:#0165CA ;scrollbar-shadow-color:#0165CA ;scrollbar-darkshadow-color:#0165CA ;scrollbar-track-color:#0165CA;scrollbar-width:0.5rem;-ms-overflow-style:none}.scroller::-webkit-scrollbar{width:0.5rem}.scroller::-webkit-scrollbar-track{background:#0165CA}.scroller::-webkit-scrollbar-thumb{background:#0165CA }.scroller::-webkit-scrollbar-thumb:hover{background:#0165CA}.progressBar-green::-webkit-progress-bar{background-color:#c8e6c9}.progressBar-green::-webkit-progress-value{background-color:#66bb6a}.progressBar-red::-webkit-progress-bar{background-color:#ffcdd2}.progressBar-red::-webkit-progress-value{background-color:#ef5350}.progressBar-blue::-webkit-progress-bar{background-color:#c5cae9}.progressBar-blue::-webkit-progress-value{background-color:#5c6bc0}.progressBar-orange::-webkit-progress-bar{background-color:#ffe0b2}.progressBar-orange::-webkit-progress-value{background-color:#ffa726}.progressBar-white::-webkit-progress-bar{background-color:rgba(255,255,255,.6)}.progressBar-white::-webkit-progress-value{background-color:#ffffff}p{margin-bottom:1.2rem}.responsive_width{max-width:100%;overflow-x:auto}hr{background:#f0eeee;height:0.1rem;border:none;margin:1rem 0}.spacer{padding-bottom:1.5rem}h1,h2,h3,h4,h5{margin-bottom:1.5rem}h1{font-size:3rem}h2{font-size:2.1rem}h3{font-size:1.8rem}h4{font-size:1.4rem}.blocks{flex:1;display:flex;padding:1rem}.primary-bg{background-color:#0165CA;color:#fff}.secondary-bg{background-color:#0165CA}.green-bg{background-color:#66bb6a;color:#fff}.orange-bg{background-color:#ffa726;color:#fff}.blue-bg{background-color:#5c6bc0}.dark-bg{background-color:#333;color:#f0eeee}.gray-bg{background-color:#f7f7f7}.green{color:#66bb6a}.red{color:#0165CA}.orange{color:#ffa726}.form-control,.form-select{font-size:1.3rem}.signin{padding:3rem}.signin h2{color:#0165CA}.signin .btn{padding:1rem 3rem}.userlogo{height:10rem;margin-bottom:3rem}.form .formgroup{display:flex;flex-direction:column}.form .formgroup:not(:last-child){margin-bottom:2rem}.form input,.form select,.form textarea{font-size:1.3rem;font-family:inherit;color:inherit;padding:0.8rem 0.9rem;border-radius:2px;background-color:rgba(255,255,255,0.5);border:none;border:1px solid rgba(0,0,0,0.5);display:flex;flex:1;transition:all 0.3s}@media only screen and (max-width: 56.25em){.form input,.form select,.form textarea{width:100%}}.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-bottom:2px solid #66bb6a}.form input:focus:invalid,.form select:focus:invalid,.form textarea:focus:invalid{border-bottom:2px solid #0165CA}.form input::-webkit-input-placeholder,.form select::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:#777}.form label{margin-bottom:0.5rem;transition:all 0.3s}.custom-radio{display:none}.custom-radio+label{font-weight:normal;cursor:pointer}.custom-radio+label span{display:inline-block;vertical-align:middle;margin-right:0.5rem;width:18px;height:18px;cursor:pointer;border-radius:50%;position:relative;border:1px solid #0165CA}.custom-radio+label span::before{content:"";opacity:0;width:9px;height:9px;border-radius:50%;background-color:#0165CA;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:opacity .2s}.custom-radio:checked+label span::before{opacity:1}.custom-radio:disabled+label{opacity:0.5}.custom-radio:disabled+label,.custom-radio:disabled+label span{cursor:default}.custom-checkbox{display:none}.custom-checkbox+label{font-weight:normal;cursor:pointer}.custom-checkbox+label span{display:inline-block;vertical-align:middle;margin-right:5px;width:18px;height:18px;cursor:pointer;position:relative;border:1px solid #0165CA}.custom-checkbox+label span::before{content:"\2714";opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:opacity .2s;color:#0165CA}.custom-checkbox:checked+label span::before{opacity:1}.custom-checkbox:disabled+label{opacity:0.5}.custom-checkbox:disabled+label,.custom-checkbox:disabled+label span{cursor:default}.chkbx-toggle{display:none}.chkbx-toggle+label{position:relative;display:block;cursor:pointer;outline:none;user-select:none;width:40px;height:20px;background-color:#d1d1d1;border-radius:60px;transition:background .4s}.chkbx-toggle+label::before,.chkbx-toggle+label::after{content:"";display:block;position:absolute}.chkbx-toggle+label::before{right:1px;left:1px;top:1px;bottom:1px;background-color:#f4f2f2;border-radius:60px;transition:background .4s}.chkbx-toggle+label::after{top:-1px;left:0;width:22px;height:22px;background-color:#0165CA;border-radius:10px;box-shadow:0 1px 5px rgba(0,0,0,0.3);transition:transform .4s}.chkbx-toggle:checked+label{background-color:#d2190b}.chkbx-toggle:checked+label::before{background-color:#f22314}.chkbx-toggle:checked+label::after{transform:translateX(2rem)}.chkbx-toggle:disabled+label{opacity:0.5;cursor:default}.radiogroup{margin-bottom:1rem}.btn,.btn:link,.btn:visited{text-transform:uppercase;text-decoration:none;padding:1rem 1.7rem;display:inline-block;border-radius:3px;transition:all .2s;position:relative;font-size:1.3rem;border:none;cursor:pointer}.btn:hover{transform:translateY(-3px);box-shadow:0 1rem 1.5rem rgba(0,0,0,0.1)}.btn:hover::after{transform:scaleX(1.1) scaleY(1.1);opacity:0}.btn:active,.btn:focus{outline:none;transform:translateY(-1px);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.1)}.btn--white{background-color:#fff;color:#333}.btn--white::after{background-color:#fff}.btn--red{background-color:#0165CA;color:#fff}.btn--red::after{background-color:#0165CA}.btn::after{content:"";display:inline-block;height:100%;width:100%;border-radius:3px;position:absolute;top:0;left:0;z-index:-1;transition:all .4s}.btn--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-text:link,.btn-text:visited{font-size:1.3rem;color:#0165CA;display:inline-block;text-decoration:none;border-bottom:1px solid #0165CA;padding:3px;transition:all .2s}.btn-text:hover{background-color:#0165CA;color:#fff;box-shadow:0 1rem 2rem rgba(0,0,0,0.15);transform:translateY(-2px)}.btn-text:active{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);transform:translateY(0)}.imageBtn{width:2.5rem;height:2.5rem}.imageBtn.mediumBtn{width:3.7rem;height:3.7rem}.imageBtn,.imageBtn:link,.imageBtn:visited{text-transform:uppercase;text-decoration:none;display:flex;border-radius:3px;transition:all .2s;border:none;cursor:pointer;align-items:center;justify-content:center;margin:.3rem}.imageBtn:hover{transform:translateY(2px);box-shadow:0 1rem 2rem rgba(0,0,0,0.2)}.imageBtn:active,.imageBtn:focus{outline:none;transform:translateY(1px);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.2)}.imageBtn svg{width:1.5rem;height:1.5rem;fill:#fff}.addNew{background-image:url(../img/plus.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.print{background-image:url(../img/printer.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.delete{background-image:url(../img/delete.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.cancel{background-image:url(../img/stop.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.download{background-image:url(../img/download.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.edit{background-image:url(../img/edit.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.save{background-image:url(../img/save.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.lookup{background-image:url(../img/target.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.forward{background-image:url(../img/forward.svg);background-repeat:no-repeat;background-position:center center;background-size:55%}.txtbtn{padding:.5rem .7rem .5rem 2rem;background-repeat:no-repeat;background-position:.2rem center;background-size:1.3rem;border:none;border-radius:2px;margin:.2rem;color:#fff;cursor:pointer}.txtbtn:hover,.txtbtn:focus{background-color:#38598B}
/*# sourceMappingURL=main.min.css.map */