.cke_notification_warning {
    display: none;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #fff;
}

.bg-gray-dark-1 {
  background-color: #A9A9A9 !important;
}

.bg-gray-dark-2 {
  background-color: #858585 !important;
}

.bg-gray-dark-3 {
  background-color: #666666 !important;
}

.bg-gray-dark-4 {
  background-color: #414141 !important;
}

.bg-gray-dark-5 {
  background-color: #252525 !important;
}

.txt-gray-dark-1 {
  color: #A9A9A9 !important;
}

.txt-gray-dark-2 {
  color: #858585 !important;
}

.txt-gray-dark-3 {
  color: #666666 !important;
}

.txt-gray-dark-4 {
  color: #414141 !important;
}

.txt-gray-dark-5 {
  color: #252525 !important;
}

.bordered-gray-dark-1 {
  color: #A9A9A9;
  border-color: #A9A9A9 !important;
  background: #fff !important;
}
.bordered-gray-dark-1:hover {
  background: #A9A9A9 !important;
  color: #fff;
}

.bordered-gray-dark-2 {
  color: #858585;
  border-color: #858585 !important;
  background: #fff !important;
}
.bordered-gray-dark-2:hover {
  background: #858585 !important;
  color: #fff;
}

.bordered-gray-dark-3 {
  color: #666666;
  border-color: #666666 !important;
  background: #fff !important;
}
.bordered-gray-dark-3:hover {
  background: #666666 !important;
  color: #fff;
}

.bordered-gray-dark-4 {
  color: #414141;
  border-color: #414141 !important;
  background: #fff !important;
}
.bordered-gray-dark-4:hover {
  background: #414141 !important;
  color: #fff;
}

.bordered-gray-dark-5 {
  color: #252525;
  border-color: #252525 !important;
  background: #fff !important;
}
.bordered-gray-dark-5:hover {
  background: #252525 !important;
  color: #fff;
}

.bg-gray-light-1 {
  background-color: #F5F5F5 !important;
}

.bg-gray-light-2 {
  background-color: #E7E7E7 !important;
}

.bg-gray-light-3 {
  background-color: #DDDDDD !important;
}

.bg-gray-light-4 {
  background-color: #D3D3D3 !important;
}

.bg-gray-light-5 {
  background-color: #CBCBCB !important;
}

.txt-gray-light-1 {
  color: #F5F5F5 !important;
}

.txt-gray-light-2 {
  color: #E7E7E7 !important;
}

.txt-gray-light-3 {
  color: #DDDDDD !important;
}

.txt-gray-light-4 {
  color: #D3D3D3 !important;
}

.txt-gray-light-5 {
  color: #CBCBCB !important;
}

.bordered-gray-light-1 {
  color: #F5F5F5;
  border-color: #F5F5F5 !important;
  background: #fff !important;
}
.bordered-gray-light-1:hover {
  background: #F5F5F5 !important;
  color: #fff;
}

.bordered-gray-light-2 {
  color: #E7E7E7;
  border-color: #E7E7E7 !important;
  background: #fff !important;
}
.bordered-gray-light-2:hover {
  background: #E7E7E7 !important;
  color: #fff;
}

.bordered-gray-light-3 {
  color: #DDDDDD;
  border-color: #DDDDDD !important;
  background: #fff !important;
}
.bordered-gray-light-3:hover {
  background: #DDDDDD !important;
  color: #fff;
}

.bordered-gray-light-4 {
  color: #D3D3D3;
  border-color: #D3D3D3 !important;
  background: #fff !important;
}
.bordered-gray-light-4:hover {
  background: #D3D3D3 !important;
  color: #fff;
}

.bordered-gray-light-5 {
  color: #CBCBCB;
  border-color: #CBCBCB !important;
  background: #fff !important;
}
.bordered-gray-light-5:hover {
  background: #CBCBCB !important;
  color: #fff;
}

.bg-yellow-dark-1 {
  background-color: #F8D8A7 !important;
}

.bg-yellow-dark-2 {
  background-color: #EDC588 !important;
}

.bg-yellow-dark-3 {
  background-color: #D4A662 !important;
}

.bg-yellow-dark-4 {
  background-color: #BE8E46 !important;
}

.bg-yellow-dark-5 {
  background-color: #A4742C !important;
}

.txt-yellow-dark-1 {
  color: #F8D8A7 !important;
}

.txt-yellow-dark-2 {
  color: #EDC588 !important;
}

.txt-yellow-dark-3 {
  color: #D4A662 !important;
}

.txt-yellow-dark-4 {
  color: #BE8E46 !important;
}

.txt-yellow-dark-5 {
  color: #A4742C !important;
}

.bordered-yellow-dark-1 {
  color: #F8D8A7;
  border-color: #F8D8A7 !important;
  background: #fff !important;
}
.bordered-yellow-dark-1:hover {
  background: #F8D8A7 !important;
  color: #fff;
}

.bordered-yellow-dark-2 {
  color: #EDC588;
  border-color: #EDC588 !important;
  background: #fff !important;
}
.bordered-yellow-dark-2:hover {
  background: #EDC588 !important;
  color: #fff;
}

.bordered-yellow-dark-3 {
  color: #D4A662;
  border-color: #D4A662 !important;
  background: #fff !important;
}
.bordered-yellow-dark-3:hover {
  background: #D4A662 !important;
  color: #fff;
}

.bordered-yellow-dark-4 {
  color: #BE8E46;
  border-color: #BE8E46 !important;
  background: #fff !important;
}
.bordered-yellow-dark-4:hover {
  background: #BE8E46 !important;
  color: #fff;
}

.bordered-yellow-dark-5 {
  color: #A4742C;
  border-color: #A4742C !important;
  background: #fff !important;
}
.bordered-yellow-dark-5:hover {
  background: #A4742C !important;
  color: #fff;
}

.bg-yellow-light-1 {
  background-color: #FBEF7F !important;
}

.bg-yellow-light-2 {
  background-color: #EBDC58 !important;
}

.bg-yellow-light-3 {
  background-color: #D4C53D !important;
}

.bg-yellow-light-4 {
  background-color: #BEAF29 !important;
}

.bg-yellow-light-5 {
  background-color: #A79A22 !important;
}

.txt-yellow-light-1 {
  color: #FBEF7F !important;
}

.txt-yellow-light-2 {
  color: #EBDC58 !important;
}

.txt-yellow-light-3 {
  color: #D4C53D !important;
}

.txt-yellow-light-4 {
  color: #BEAF29 !important;
}

.txt-yellow-light-5 {
  color: #A79A22 !important;
}

.bordered-yellow-light-1 {
  color: #FBEF7F;
  border-color: #FBEF7F !important;
  background: #fff !important;
}
.bordered-yellow-light-1:hover {
  background: #FBEF7F !important;
  color: #fff;
}

.bordered-yellow-light-2 {
  color: #EBDC58;
  border-color: #EBDC58 !important;
  background: #fff !important;
}
.bordered-yellow-light-2:hover {
  background: #EBDC58 !important;
  color: #fff;
}

.bordered-yellow-light-3 {
  color: #D4C53D;
  border-color: #D4C53D !important;
  background: #fff !important;
}
.bordered-yellow-light-3:hover {
  background: #D4C53D !important;
  color: #fff;
}

.bordered-yellow-light-4 {
  color: #BEAF29;
  border-color: #BEAF29 !important;
  background: #fff !important;
}
.bordered-yellow-light-4:hover {
  background: #BEAF29 !important;
  color: #fff;
}

.bordered-yellow-light-5 {
  color: #A79A22;
  border-color: #A79A22 !important;
  background: #fff !important;
}
.bordered-yellow-light-5:hover {
  background: #A79A22 !important;
  color: #fff;
}

.bg-orange-dark-1 {
  background-color: #DFAE75 !important;
}

.bg-orange-dark-2 {
  background-color: #BF8E55 !important;
}

.bg-orange-dark-3 {
  background-color: #A4753F !important;
}

.bg-orange-dark-4 {
  background-color: #895E2D !important;
}

.bg-orange-dark-5 {
  background-color: #714D24 !important;
}

.txt-orange-dark-1 {
  color: #DFAE75 !important;
}

.txt-orange-dark-2 {
  color: #BF8E55 !important;
}

.txt-orange-dark-3 {
  color: #A4753F !important;
}

.txt-orange-dark-4 {
  color: #895E2D !important;
}

.txt-orange-dark-5 {
  color: #714D24 !important;
}

.bordered-orange-dark-1 {
  color: #DFAE75;
  border-color: #DFAE75 !important;
  background: #fff !important;
}
.bordered-orange-dark-1:hover {
  background: #DFAE75 !important;
  color: #fff;
}

.bordered-orange-dark-2 {
  color: #BF8E55;
  border-color: #BF8E55 !important;
  background: #fff !important;
}
.bordered-orange-dark-2:hover {
  background: #BF8E55 !important;
  color: #fff;
}

.bordered-orange-dark-3 {
  color: #A4753F;
  border-color: #A4753F !important;
  background: #fff !important;
}
.bordered-orange-dark-3:hover {
  background: #A4753F !important;
  color: #fff;
}

.bordered-orange-dark-4 {
  color: #895E2D;
  border-color: #895E2D !important;
  background: #fff !important;
}
.bordered-orange-dark-4:hover {
  background: #895E2D !important;
  color: #fff;
}

.bordered-orange-dark-5 {
  color: #714D24;
  border-color: #714D24 !important;
  background: #fff !important;
}
.bordered-orange-dark-5:hover {
  background: #714D24 !important;
  color: #fff;
}

.bg-orange-light-1 {
  background-color: #F2B385 !important;
}

.bg-orange-light-2 {
  background-color: #E59E6A !important;
}

.bg-orange-light-3 {
  background-color: #D3854D !important;
}

.bg-orange-light-4 {
  background-color: #BF7541 !important;
}

.bg-orange-light-5 {
  background-color: #A46131 !important;
}

.txt-orange-light-1 {
  color: #F2B385 !important;
}

.txt-orange-light-2 {
  color: #E59E6A !important;
}

.txt-orange-light-3 {
  color: #D3854D !important;
}

.txt-orange-light-4 {
  color: #BF7541 !important;
}

.txt-orange-light-5 {
  color: #A46131 !important;
}

.bordered-orange-light-1 {
  color: #F2B385;
  border-color: #F2B385 !important;
  background: #fff !important;
}
.bordered-orange-light-1:hover {
  background: #F2B385 !important;
  color: #fff;
}

.bordered-orange-light-2 {
  color: #E59E6A;
  border-color: #E59E6A !important;
  background: #fff !important;
}
.bordered-orange-light-2:hover {
  background: #E59E6A !important;
  color: #fff;
}

.bordered-orange-light-3 {
  color: #D3854D;
  border-color: #D3854D !important;
  background: #fff !important;
}
.bordered-orange-light-3:hover {
  background: #D3854D !important;
  color: #fff;
}

.bordered-orange-light-4 {
  color: #BF7541;
  border-color: #BF7541 !important;
  background: #fff !important;
}
.bordered-orange-light-4:hover {
  background: #BF7541 !important;
  color: #fff;
}

.bordered-orange-light-5 {
  color: #A46131;
  border-color: #A46131 !important;
  background: #fff !important;
}
.bordered-orange-light-5:hover {
  background: #A46131 !important;
  color: #fff;
}

.bg-red-dark-1 {
  background-color: #FA8989 !important;
}

.bg-red-dark-2 {
  background-color: #E26B6B !important;
}

.bg-red-dark-3 {
  background-color: #C54848 !important;
}

.bg-red-dark-4 {
  background-color: #8F2A2A !important;
}

.bg-red-dark-5 {
  background-color: #721818 !important;
}

.txt-red-dark-1 {
  color: #FA8989 !important;
}

.txt-red-dark-2 {
  color: #E26B6B !important;
}

.txt-red-dark-3 {
  color: #C54848 !important;
}

.txt-red-dark-4 {
  color: #8F2A2A !important;
}

.txt-red-dark-5 {
  color: #721818 !important;
}

.bordered-red-dark-1 {
  color: #FA8989;
  border-color: #FA8989 !important;
  background: #fff !important;
}
.bordered-red-dark-1:hover {
  background: #FA8989 !important;
  color: #fff;
}

.bordered-red-dark-2 {
  color: #E26B6B;
  border-color: #E26B6B !important;
  background: #fff !important;
}
.bordered-red-dark-2:hover {
  background: #E26B6B !important;
  color: #fff;
}

.bordered-red-dark-3 {
  color: #C54848;
  border-color: #C54848 !important;
  background: #fff !important;
}
.bordered-red-dark-3:hover {
  background: #C54848 !important;
  color: #fff;
}

.bordered-red-dark-4 {
  color: #8F2A2A;
  border-color: #8F2A2A !important;
  background: #fff !important;
}
.bordered-red-dark-4:hover {
  background: #8F2A2A !important;
  color: #fff;
}

.bordered-red-dark-5 {
  color: #721818;
  border-color: #721818 !important;
  background: #fff !important;
}
.bordered-red-dark-5:hover {
  background: #721818 !important;
  color: #fff;
}

.bg-red-light-1 {
  background-color: #FC9D9D !important;
}

.bg-red-light-2 {
  background-color: #E48080 !important;
}

.bg-red-light-3 {
  background-color: #D46262 !important;
}

.bg-red-light-4 {
  background-color: #BA5050 !important;
}

.bg-red-light-5 {
  background-color: #953636 !important;
}

.txt-red-light-1 {
  color: #FC9D9D !important;
}

.txt-red-light-2 {
  color: #E48080 !important;
}

.txt-red-light-3 {
  color: #D46262 !important;
}

.txt-red-light-4 {
  color: #BA5050 !important;
}

.txt-red-light-5 {
  color: #953636 !important;
}

.bordered-red-light-1 {
  color: #FC9D9D;
  border-color: #FC9D9D !important;
  background: #fff !important;
}
.bordered-red-light-1:hover {
  background: #FC9D9D !important;
  color: #fff;
}

.bordered-red-light-2 {
  color: #E48080;
  border-color: #E48080 !important;
  background: #fff !important;
}
.bordered-red-light-2:hover {
  background: #E48080 !important;
  color: #fff;
}

.bordered-red-light-3 {
  color: #D46262;
  border-color: #D46262 !important;
  background: #fff !important;
}
.bordered-red-light-3:hover {
  background: #D46262 !important;
  color: #fff;
}

.bordered-red-light-4 {
  color: #BA5050;
  border-color: #BA5050 !important;
  background: #fff !important;
}
.bordered-red-light-4:hover {
  background: #BA5050 !important;
  color: #fff;
}

.bordered-red-light-5 {
  color: #953636;
  border-color: #953636 !important;
  background: #fff !important;
}
.bordered-red-light-5:hover {
  background: #953636 !important;
  color: #fff;
}

.bg-pink-dark-1 {
  background-color: #FD9CC5 !important;
}

.bg-pink-dark-2 {
  background-color: #EB84AF !important;
}

.bg-pink-dark-3 {
  background-color: #D06A95 !important;
}

.bg-pink-dark-4 {
  background-color: #AF4E77 !important;
}

.bg-pink-dark-5 {
  background-color: #8F335A !important;
}

.txt-pink-dark-1 {
  color: #FD9CC5 !important;
}

.txt-pink-dark-2 {
  color: #EB84AF !important;
}

.txt-pink-dark-3 {
  color: #D06A95 !important;
}

.txt-pink-dark-4 {
  color: #AF4E77 !important;
}

.txt-pink-dark-5 {
  color: #8F335A !important;
}

.bordered-pink-dark-1 {
  color: #FD9CC5;
  border-color: #FD9CC5 !important;
  background: #fff !important;
}
.bordered-pink-dark-1:hover {
  background: #FD9CC5 !important;
  color: #fff;
}

.bordered-pink-dark-2 {
  color: #EB84AF;
  border-color: #EB84AF !important;
  background: #fff !important;
}
.bordered-pink-dark-2:hover {
  background: #EB84AF !important;
  color: #fff;
}

.bordered-pink-dark-3 {
  color: #D06A95;
  border-color: #D06A95 !important;
  background: #fff !important;
}
.bordered-pink-dark-3:hover {
  background: #D06A95 !important;
  color: #fff;
}

.bordered-pink-dark-4 {
  color: #AF4E77;
  border-color: #AF4E77 !important;
  background: #fff !important;
}
.bordered-pink-dark-4:hover {
  background: #AF4E77 !important;
  color: #fff;
}

.bordered-pink-dark-5 {
  color: #8F335A;
  border-color: #8F335A !important;
  background: #fff !important;
}
.bordered-pink-dark-5:hover {
  background: #8F335A !important;
  color: #fff;
}

.bg-pink-light-1 {
  background-color: #F68DD9 !important;
}

.bg-pink-light-2 {
  background-color: #E46BC2 !important;
}

.bg-pink-light-3 {
  background-color: #CB55AA !important;
}

.bg-pink-light-4 {
  background-color: #AD4490 !important;
}

.bg-pink-light-5 {
  background-color: #852E6D !important;
}

.txt-pink-light-1 {
  color: #F68DD9 !important;
}

.txt-pink-light-2 {
  color: #E46BC2 !important;
}

.txt-pink-light-3 {
  color: #CB55AA !important;
}

.txt-pink-light-4 {
  color: #AD4490 !important;
}

.txt-pink-light-5 {
  color: #852E6D !important;
}

.bordered-pink-light-1 {
  color: #F68DD9;
  border-color: #F68DD9 !important;
  background: #fff !important;
}
.bordered-pink-light-1:hover {
  background: #F68DD9 !important;
  color: #fff;
}

.bordered-pink-light-2 {
  color: #E46BC2;
  border-color: #E46BC2 !important;
  background: #fff !important;
}
.bordered-pink-light-2:hover {
  background: #E46BC2 !important;
  color: #fff;
}

.bordered-pink-light-3 {
  color: #CB55AA;
  border-color: #CB55AA !important;
  background: #fff !important;
}
.bordered-pink-light-3:hover {
  background: #CB55AA !important;
  color: #fff;
}

.bordered-pink-light-4 {
  color: #AD4490;
  border-color: #AD4490 !important;
  background: #fff !important;
}
.bordered-pink-light-4:hover {
  background: #AD4490 !important;
  color: #fff;
}

.bordered-pink-light-5 {
  color: #852E6D;
  border-color: #852E6D !important;
  background: #fff !important;
}
.bordered-pink-light-5:hover {
  background: #852E6D !important;
  color: #fff;
}

.bg-purple-dark-1 {
  background-color: #E0BAFF !important;
}

.bg-purple-dark-2 {
  background-color: #CEA0F3 !important;
}

.bg-purple-dark-3 {
  background-color: #B482DC !important;
}

.bg-purple-dark-4 {
  background-color: #915FBA !important;
}

.bg-purple-dark-5 {
  background-color: #704295 !important;
}

.txt-purple-dark-1 {
  color: #E0BAFF !important;
}

.txt-purple-dark-2 {
  color: #CEA0F3 !important;
}

.txt-purple-dark-3 {
  color: #B482DC !important;
}

.txt-purple-dark-4 {
  color: #915FBA !important;
}

.txt-purple-dark-5 {
  color: #704295 !important;
}

.bordered-purple-dark-1 {
  color: #E0BAFF;
  border-color: #E0BAFF !important;
  background: #fff !important;
}
.bordered-purple-dark-1:hover {
  background: #E0BAFF !important;
  color: #fff;
}

.bordered-purple-dark-2 {
  color: #CEA0F3;
  border-color: #CEA0F3 !important;
  background: #fff !important;
}
.bordered-purple-dark-2:hover {
  background: #CEA0F3 !important;
  color: #fff;
}

.bordered-purple-dark-3 {
  color: #B482DC;
  border-color: #B482DC !important;
  background: #fff !important;
}
.bordered-purple-dark-3:hover {
  background: #B482DC !important;
  color: #fff;
}

.bordered-purple-dark-4 {
  color: #915FBA;
  border-color: #915FBA !important;
  background: #fff !important;
}
.bordered-purple-dark-4:hover {
  background: #915FBA !important;
  color: #fff;
}

.bordered-purple-dark-5 {
  color: #704295;
  border-color: #704295 !important;
  background: #fff !important;
}
.bordered-purple-dark-5:hover {
  background: #704295 !important;
  color: #fff;
}

.bg-purple-light-1 {
  background-color: #E6AFFF !important;
}

.bg-purple-light-2 {
  background-color: #D389F7 !important;
}

.bg-purple-light-3 {
  background-color: #BD71E1 !important;
}

.bg-purple-light-4 {
  background-color: #9F53C2 !important;
}

.bg-purple-light-5 {
  background-color: #7B369B !important;
}

.txt-purple-light-1 {
  color: #E6AFFF !important;
}

.txt-purple-light-2 {
  color: #D389F7 !important;
}

.txt-purple-light-3 {
  color: #BD71E1 !important;
}

.txt-purple-light-4 {
  color: #9F53C2 !important;
}

.txt-purple-light-5 {
  color: #7B369B !important;
}

.bordered-purple-light-1 {
  color: #E6AFFF;
  border-color: #E6AFFF !important;
  background: #fff !important;
}
.bordered-purple-light-1:hover {
  background: #E6AFFF !important;
  color: #fff;
}

.bordered-purple-light-2 {
  color: #D389F7;
  border-color: #D389F7 !important;
  background: #fff !important;
}
.bordered-purple-light-2:hover {
  background: #D389F7 !important;
  color: #fff;
}

.bordered-purple-light-3 {
  color: #BD71E1;
  border-color: #BD71E1 !important;
  background: #fff !important;
}
.bordered-purple-light-3:hover {
  background: #BD71E1 !important;
  color: #fff;
}

.bordered-purple-light-4 {
  color: #9F53C2;
  border-color: #9F53C2 !important;
  background: #fff !important;
}
.bordered-purple-light-4:hover {
  background: #9F53C2 !important;
  color: #fff;
}

.bordered-purple-light-5 {
  color: #7B369B;
  border-color: #7B369B !important;
  background: #fff !important;
}
.bordered-purple-light-5:hover {
  background: #7B369B !important;
  color: #fff;
}

.bg-blue-dark-1 {
  background-color: #7BC7ED !important;
}

.bg-blue-dark-2 {
  background-color: #5FAAD0 !important;
}

.bg-blue-dark-3 {
  background-color: #3E86AA !important;
}

.bg-blue-dark-4 {
  background-color: #236384 !important;
}

.bg-blue-dark-5 {
  background-color: #0C3F59 !important;
}

.txt-blue-dark-1 {
  color: #7BC7ED !important;
}

.txt-blue-dark-2 {
  color: #5FAAD0 !important;
}

.txt-blue-dark-3 {
  color: #3E86AA !important;
}

.txt-blue-dark-4 {
  color: #236384 !important;
}

.txt-blue-dark-5 {
  color: #0C3F59 !important;
}

.bordered-blue-dark-1 {
  color: #7BC7ED;
  border-color: #7BC7ED !important;
  background: #fff !important;
}
.bordered-blue-dark-1:hover {
  background: #7BC7ED !important;
  color: #fff;
}

.bordered-blue-dark-2 {
  color: #5FAAD0;
  border-color: #5FAAD0 !important;
  background: #fff !important;
}
.bordered-blue-dark-2:hover {
  background: #5FAAD0 !important;
  color: #fff;
}

.bordered-blue-dark-3 {
  color: #3E86AA;
  border-color: #3E86AA !important;
  background: #fff !important;
}
.bordered-blue-dark-3:hover {
  background: #3E86AA !important;
  color: #fff;
}

.bordered-blue-dark-4 {
  color: #236384;
  border-color: #236384 !important;
  background: #fff !important;
}
.bordered-blue-dark-4:hover {
  background: #236384 !important;
  color: #fff;
}

.bordered-blue-dark-5 {
  color: #0C3F59;
  border-color: #0C3F59 !important;
  background: #fff !important;
}
.bordered-blue-dark-5:hover {
  background: #0C3F59 !important;
  color: #fff;
}

.bg-blue-light-1 {
  background-color: #B0DEFF !important;
}

.bg-blue-light-2 {
  background-color: #80C4F6 !important;
}

.bg-blue-light-3 {
  background-color: #57A5DD !important;
}

.bg-blue-light-4 {
  background-color: #3F88BE !important;
}

.bg-blue-light-5 {
  background-color: #175380 !important;
}

.txt-blue-light-1 {
  color: #B0DEFF !important;
}

.txt-blue-light-2 {
  color: #80C4F6 !important;
}

.txt-blue-light-3 {
  color: #57A5DD !important;
}

.txt-blue-light-4 {
  color: #3F88BE !important;
}

.txt-blue-light-5 {
  color: #175380 !important;
}

.bordered-blue-light-1 {
  color: #B0DEFF;
  border-color: #B0DEFF !important;
  background: #fff !important;
}
.bordered-blue-light-1:hover {
  background: #B0DEFF !important;
  color: #fff;
}

.bordered-blue-light-2 {
  color: #80C4F6;
  border-color: #80C4F6 !important;
  background: #fff !important;
}
.bordered-blue-light-2:hover {
  background: #80C4F6 !important;
  color: #fff;
}

.bordered-blue-light-3 {
  color: #57A5DD;
  border-color: #57A5DD !important;
  background: #fff !important;
}
.bordered-blue-light-3:hover {
  background: #57A5DD !important;
  color: #fff;
}

.bordered-blue-light-4 {
  color: #3F88BE;
  border-color: #3F88BE !important;
  background: #fff !important;
}
.bordered-blue-light-4:hover {
  background: #3F88BE !important;
  color: #fff;
}

.bordered-blue-light-5 {
  color: #175380;
  border-color: #175380 !important;
  background: #fff !important;
}
.bordered-blue-light-5:hover {
  background: #175380 !important;
  color: #fff;
}

.bg-turquoise-dark-1 {
  background-color: #62CBED !important;
}

.bg-turquoise-dark-2 {
  background-color: #41ABCD !important;
}

.bg-turquoise-dark-3 {
  background-color: #258BAB !important;
}

.bg-turquoise-dark-4 {
  background-color: #186C87 !important;
}

.bg-turquoise-dark-5 {
  background-color: #0D4E63 !important;
}

.txt-turquoise-dark-1 {
  color: #62CBED !important;
}

.txt-turquoise-dark-2 {
  color: #41ABCD !important;
}

.txt-turquoise-dark-3 {
  color: #258BAB !important;
}

.txt-turquoise-dark-4 {
  color: #186C87 !important;
}

.txt-turquoise-dark-5 {
  color: #0D4E63 !important;
}

.bordered-turquoise-dark-1 {
  color: #62CBED;
  border-color: #62CBED !important;
  background: #fff !important;
}
.bordered-turquoise-dark-1:hover {
  background: #62CBED !important;
  color: #fff;
}

.bordered-turquoise-dark-2 {
  color: #41ABCD;
  border-color: #41ABCD !important;
  background: #fff !important;
}
.bordered-turquoise-dark-2:hover {
  background: #41ABCD !important;
  color: #fff;
}

.bordered-turquoise-dark-3 {
  color: #258BAB;
  border-color: #258BAB !important;
  background: #fff !important;
}
.bordered-turquoise-dark-3:hover {
  background: #258BAB !important;
  color: #fff;
}

.bordered-turquoise-dark-4 {
  color: #186C87;
  border-color: #186C87 !important;
  background: #fff !important;
}
.bordered-turquoise-dark-4:hover {
  background: #186C87 !important;
  color: #fff;
}

.bordered-turquoise-dark-5 {
  color: #0D4E63;
  border-color: #0D4E63 !important;
  background: #fff !important;
}
.bordered-turquoise-dark-5:hover {
  background: #0D4E63 !important;
  color: #fff;
}

.bg-turquoise-light-1 {
  background-color: #6DE8EC !important;
}

.bg-turquoise-light-2 {
  background-color: #23CACF !important;
}

.bg-turquoise-light-3 {
  background-color: #02A6AB !important;
}

.bg-turquoise-light-4 {
  background-color: #158689 !important;
}

.bg-turquoise-light-5 {
  background-color: #196D70 !important;
}

.txt-turquoise-light-1 {
  color: #6DE8EC !important;
}

.txt-turquoise-light-2 {
  color: #23CACF !important;
}

.txt-turquoise-light-3 {
  color: #02A6AB !important;
}

.txt-turquoise-light-4 {
  color: #158689 !important;
}

.txt-turquoise-light-5 {
  color: #196D70 !important;
}

.bordered-turquoise-light-1 {
  color: #6DE8EC;
  border-color: #6DE8EC !important;
  background: #fff !important;
}
.bordered-turquoise-light-1:hover {
  background: #6DE8EC !important;
  color: #fff;
}

.bordered-turquoise-light-2 {
  color: #23CACF;
  border-color: #23CACF !important;
  background: #fff !important;
}
.bordered-turquoise-light-2:hover {
  background: #23CACF !important;
  color: #fff;
}

.bordered-turquoise-light-3 {
  color: #02A6AB;
  border-color: #02A6AB !important;
  background: #fff !important;
}
.bordered-turquoise-light-3:hover {
  background: #02A6AB !important;
  color: #fff;
}

.bordered-turquoise-light-4 {
  color: #158689;
  border-color: #158689 !important;
  background: #fff !important;
}
.bordered-turquoise-light-4:hover {
  background: #158689 !important;
  color: #fff;
}

.bordered-turquoise-light-5 {
  color: #196D70;
  border-color: #196D70 !important;
  background: #fff !important;
}
.bordered-turquoise-light-5:hover {
  background: #196D70 !important;
  color: #fff;
}

.bg-turquoise_light-dark-1 {
  background-color: #5F8788 !important;
}

.txt-turquoise_light-dark-1 {
  color: #5F8788 !important;
}

.bordered-turquoise_light-dark-1 {
  color: #5F8788;
  border-color: #5F8788 !important;
  background: #fff !important;
}
.bordered-turquoise_light-dark-1:hover {
  background: #5F8788 !important;
  color: #fff;
}

.bg-green-dark-1 {
  background-color: #7DF8A7 !important;
}

.bg-green-dark-2 {
  background-color: #59D483 !important;
}

.bg-green-dark-3 {
  background-color: #34B05E !important;
}

.bg-green-dark-4 {
  background-color: #238845 !important;
}

.bg-green-dark-5 {
  background-color: #14642F !important;
}

.txt-green-dark-1 {
  color: #7DF8A7 !important;
}

.txt-green-dark-2 {
  color: #59D483 !important;
}

.txt-green-dark-3 {
  color: #34B05E !important;
}

.txt-green-dark-4 {
  color: #238845 !important;
}

.txt-green-dark-5 {
  color: #14642F !important;
}

.bordered-green-dark-1 {
  color: #7DF8A7;
  border-color: #7DF8A7 !important;
  background: #fff !important;
}
.bordered-green-dark-1:hover {
  background: #7DF8A7 !important;
  color: #fff;
}

.bordered-green-dark-2 {
  color: #59D483;
  border-color: #59D483 !important;
  background: #fff !important;
}
.bordered-green-dark-2:hover {
  background: #59D483 !important;
  color: #fff;
}

.bordered-green-dark-3 {
  color: #34B05E;
  border-color: #34B05E !important;
  background: #fff !important;
}
.bordered-green-dark-3:hover {
  background: #34B05E !important;
  color: #fff;
}

.bordered-green-dark-4 {
  color: #238845;
  border-color: #238845 !important;
  background: #fff !important;
}
.bordered-green-dark-4:hover {
  background: #238845 !important;
  color: #fff;
}

.bordered-green-dark-5 {
  color: #14642F;
  border-color: #14642F !important;
  background: #fff !important;
}
.bordered-green-dark-5:hover {
  background: #14642F !important;
  color: #fff;
}

.bg-green-light-1 {
  background-color: #C3F573 !important;
}

.bg-green-light-2 {
  background-color: #A2D451 !important;
}

.bg-green-light-3 {
  background-color: #81B034 !important;
}

.bg-green-light-4 {
  background-color: #658F1E !important;
}

.bg-green-light-5 {
  background-color: #496B11 !important;
}

.txt-green-light-1 {
  color: #C3F573 !important;
}

.txt-green-light-2 {
  color: #A2D451 !important;
}

.txt-green-light-3 {
  color: #81B034 !important;
}

.txt-green-light-4 {
  color: #658F1E !important;
}

.txt-green-light-5 {
  color: #496B11 !important;
}

.bordered-green-light-1 {
  color: #C3F573;
  border-color: #C3F573 !important;
  background: #fff !important;
}
.bordered-green-light-1:hover {
  background: #C3F573 !important;
  color: #fff;
}

.bordered-green-light-2 {
  color: #A2D451;
  border-color: #A2D451 !important;
  background: #fff !important;
}
.bordered-green-light-2:hover {
  background: #A2D451 !important;
  color: #fff;
}

.bordered-green-light-3 {
  color: #81B034;
  border-color: #81B034 !important;
  background: #fff !important;
}
.bordered-green-light-3:hover {
  background: #81B034 !important;
  color: #fff;
}

.bordered-green-light-4 {
  color: #658F1E;
  border-color: #658F1E !important;
  background: #fff !important;
}
.bordered-green-light-4:hover {
  background: #658F1E !important;
  color: #fff;
}

.bordered-green-light-5 {
  color: #496B11;
  border-color: #496B11 !important;
  background: #fff !important;
}
.bordered-green-light-5:hover {
  background: #496B11 !important;
  color: #fff;
}

.app-modules-color .module-secao-1-cor {
  background-color: #0282AB;
}
.app-modules-color .module-secao-2-cor {
  background-color: #72B034;
}
.app-modules-color .module-secao-3-cor {
  background-color: #CB5D8B;
}
.app-modules-color .module-secao-4-cor {
  background-color: #AA82DC;
}
.app-modules-color .module-secao-7-cor {
  background-color: #5ACEB2;
}
.app-modules-color .module-secao-8-cor {
  background-color: #EA738F;
}
.app-modules-color .module-secao-9-cor {
  background-color: #4476D9;
}
.app-modules-color .module-secao-10-cor {
  background-color: #658f1e;
}
.app-modules-color .module-secao-40-cor {
  background-color: #C8BD57;
}
.app-modules-color .module-secao-51-cor {
  background-color: #4DBBD3;
}
.app-modules-color .module-secao-64-cor {
  background-color: #DBBE56;
}
.app-modules-color .module-secao-67-cor {
  background-color: #D3854D;
}
.app-modules-color .module-secao-76-cor {
  background-color: #00AA8B;
}
.app-modules-color .module-secao-85-cor {
  background-color: #46929f;
}
.app-modules-color .module-secao-84-cor {
  background-color: #D06A95;
}
.app-modules-color .module-secao-58-cor {
  background-color: #4682B4;
}
.app-modules-color .module-secao-45-cor {
  background-color: #228B22;
}
.app-modules-color .module-secao-35-cor {
  background-color: #F5DEB3;
}
.app-modules-color .module-secao-30-cor {
  background-color: #2E8B57;
}
.app-modules-color .module-secao-31-cor {
  background-color: #F4A460;
}
.app-modules-color .module-secao-48-cor {
  background-color: #DAA520;
}
.app-modules-color .module-secao-41-cor {
  background-color: #228b6e;
}
.app-modules-color .module-secao-43-cor {
  background-color: #208dda;
}
.app-modules-color .module-secao-69-cor {
  background-color: #5aceb2;
}
.app-modules-color .module-secao-161-cor {
  background-color: #cf7b25;
}
.app-modules-color .module-secao-165-cor {
  background-color: #cefccd;
}
.app-modules-color .module-secao-163-cor {
  background-color: #02a6ab;
}
.app-modules-color .module-secao-171-cor {
  background-color: #8E5016;
}
.app-modules-color .module-secao-181-cor {
  background-color: #C8BD57;
}
.app-modules-color .module-secao-192-cor {
  background-color: #1B9141;
}
.app-modules-color .module-secao-191-cor {
  background-color: #6fc485;
}
.app-modules-color .module-secao-194-cor {
  background-color: #843843;
}
.app-modules-color .module-secao-219-cor {
  background-color: #d08135;
}

.animation-slide-in-up {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-in-up;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-in-up;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-in-up;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

.animation-slide-in-down {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-in-down;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-in-down;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-in-down;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

.animation-slide-in-right {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-in-right;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-in-right;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-in-right;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

.animation-slide-in-left {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-in-left;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-in-left;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-in-left;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

.animation-slide-out-up {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-out-up;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-out-up;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-out-up;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

.animation-slide-out-down {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-out-down;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-out-down;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-out-down;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

.animation-slide-out-right {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-out-right;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-out-right;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-out-right;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

.animation-slide-out-left {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: animation-slide-out-left;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: forward;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.75s;
  -moz-animation-name: animation-slide-out-left;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: forward;
  animation-delay: 0;
  animation-duration: 0.75s;
  animation-name: animation-slide-out-left;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: forward;
}

@-webkit-keyframes animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animation-slide-out-up {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@-moz-keyframes animation-slide-out-up {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@-ms-keyframes animation-slide-out-up {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@keyframes animation-slide-out-up {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@-webkit-keyframes animation-slide-out-down {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-moz-keyframes animation-slide-out-down {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-ms-keyframes animation-slide-out-down {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes animation-slide-out-down {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes animation-slide-out-left {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes animation-slide-out-left {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-ms-keyframes animation-slide-out-left {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes animation-slide-out-left {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes animation-slide-out-right {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-moz-keyframes animation-slide-out-right {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-ms-keyframes animation-slide-out-right {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes animation-slide-out-right {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes animation-slide-in-up {
  0% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes animation-slide-in-up {
  0% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes animation-slide-in-up {
  0% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animation-slide-in-up {
  0% {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animation-slide-in-down {
  0% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes animation-slide-in-down {
  0% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes animation-slide-in-down {
  0% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animation-slide-in-down {
  0% {
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animation-slide-in-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes animation-slide-in-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes animation-slide-in-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animation-slide-in-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animation-slide-in-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes animation-slide-in-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes animation-slide-in-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animation-slide-in-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.slides-container {
  margin: 2em 0;
  position: relative;
}
.slides-container .slide {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  transform: translate(0, -100%);
}
.slides-container .starting-slide {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

h2 {
  font-size: 1rem;
  font-weight: 700;
}

h3 {
  font-size: 0.95rem;
  font-weight: 700;
}

ul {
  list-style: none;
  padding-left: 0;
}

.label {
  color: #858585;
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

span {
  font-size: 16px;
}

.grid-app .header-text {
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #900;
  font-weight: 700;
  padding: 10px;
}
.grid-app .row-text {
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  margin: 0px;
  font-family: arial, sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  /*background: #fff;*/
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0px;
}
.grid-app .row-text-paginacao {
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  margin: 0px;
  font-family: arial, sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  /*background: #fff;*/
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0px;
}
.grid-app .striped {
  background-color: #f2f2f2;
}
.grid-app .paginator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4px;
}
.grid-app .paginator .page {
  width: 35px;
  height: 35px;
  background-color: #02A6AB;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  border-radius: 5px;
  margin: 5px 0;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.grid-app .paginator .page > div {
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
  color: #FFFFFF;
  background-color: #02A6AB;
}
.grid-app .paginator .page:last-child {
  position: relative;
}
.grid-app .paginator .page:first-child {
  position: relative;
}
.grid-app .paginator .page.selected > div {
  background: #FFFFFF;
  color: #02A6AB;
}
.grid-app .fixed-bottom {
  position: fixed;
  margin-bottom: 3%;
}
.grid-app .fixed-bottom-modal {
  position: fixed;
  margin-bottom: 3%;
}
.grid-app .fixed-footer {
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 12px;
}
.grid-app .fixed-footer .left-side {
  display: flex;
  justify-content: right;
}
.grid-app .fixed-footer .right-side {
  display: flex;
  justify-content: left;
}
.grid-app .fixed-footer .col-lg {
  align-items: center;
  width: 5%;
  padding: 6px 0 0 0;
}
.grid-app .fixed-footer .col-lg .hidden {
  display: none;
}
.grid-app .fixed-footer .col-lg .btn.float-end {
  padding: 4px 4px;
  background-color: white;
}
.grid-app .fixed-footer .col-lg .btn.float-start {
  padding: 4px 4px;
  background-color: white;
}
.grid-app .fixed-footer-end {
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 12px;
}
.grid-app .fixed-footer-end .left-side {
  display: flex;
  justify-content: right;
}
.grid-app .fixed-footer-end .right-side {
  display: flex;
  justify-content: left;
}
.grid-app .fixed-footer-end .col-lg {
  display: flex;
  align-items: center;
  width: 5%;
  padding: 6px 0 0 0;
}
.grid-app .fixed-footer-end .col-lg .hidden {
  display: none;
}
.grid-app .fixed-footer-end .col-lg .btn.float-end {
  background-color: white;
  padding: 4px 4px;
}
.grid-app .fixed-footer-end .col-lg .btn.float-start {
  background-color: white;
  padding: 4px 4px;
}
.grid-app .paginate {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #BBB;
}
.grid-app .paginate .paginate-buttons {
  margin: 0 auto;
  width: 25%;
  display: flex;
}
.grid-app .paginate .paginate-buttons button {
  color: #FFF;
}
.grid-app .paginate select {
  margin: 0 1.5rem;
  width: calc(50% - 3rem);
  min-width: 60px;
  text-align: center;
}
.grid-app .paginate select option {
  text-align: center;
}
.grid-app .grid-content {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.grid-app .grid-content thead tr th {
  cursor: pointer;
  color: #687277;
  font-weight: 400;
  font-size: 16px;
  border: none;
  padding: 0 0.75em;
}
.grid-app .grid-content thead tr .active {
  color: #565656;
}
.grid-app .grid-content thead tr .active i {
  color: #02A6AB;
}
.grid-app .grid-content .linha-grid {
  background-color: #FFF;
  /*border-radius: 5px;*/
  margin-top: 10px;
  color: #727272;
}
.grid-app .grid-content .linha-grid td {
  vertical-align: inherit;
  border-top: initial;
  padding: 0.3rem 0.75rem;
}
.grid-app .grid-content .linha-grid td:first-child {
  border-radius: 5px 0 0 5px;
}
.grid-app .grid-content .linha-grid td:last-child {
  border-radius: 0 5px 5px 0;
}
.grid-app .grid-content .linha-grid .actions .btn {
  padding: 5px 10px !important;
}

.modal:not(.modal-is-full) .modal-dialog {
  padding-left: 0 !important;
  margin: 12px auto;
  max-width: inherit !important;
}
.modal .modal-dialog.modal-lg {
  width: 100%;
}
.modal .modal-dialog.modal-md {
  width: 100%;
}
.modal .modal-dialog.modal-sm {
  width: 100%;
}
.modal .modal-dialog.modal-ex {
  width: 75%;
}
.modal .modal-dialog:not(.modal-full) .modal-content {
  background: linear-gradient(100.61deg, #f9f9f9 0.42%, #F5F5F5 101.84%);
}
.modal .modal-dialog:not(.modal-full) .modal-body {
  padding: 0px 1rem !important;
}
.modal .modal-dialog.modal-full {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0;
}
.modal .modal-dialog.modal-full .modal-content {
  border-radius: 0;
  border: none !important;
  height: 100vh !important;
}
.modal .modal-dialog.modal-full .modal-content .crud-tabs-content {
  height: calc(100vh - 162px);
}

.col-padding-padrao {
  padding: 0 15px;
}

/*:not(.bootstrap-select) {
    .dropdown-menu {
        padding: 0 !important;

        .dropdown-item {
            padding: 10px !important;
            display: inline-flex;
            transition: 0.4s;

            img {
                margin-right: 15px;
                width: 35px;
                float: left;
            }

            p {
                font-size: 0.8rem !important;
                color: #727272 !important;
                margin: 0 !important;
            }

            &:hover {
                background: linear-gradient(101.74deg, #F5F5F5 0.25%, #F5F5F5 100%);
                box-shadow: -23px -23px 45px #FFFFFF, 28px 28px 50px rgba(108, 108, 108, 0.16);
            }
        }
    }
}*/
ul.tree li .card-sortable-row {
  border: none;
}
ul.tree li .card-sortable-row.father {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 9;
}
ul.tree li .card-sortable-row:not(.father) {
  transition: transform 0.2s; /* Animation */
  border-radius: 0;
  margin-top: -2px;
}
ul.tree li .card-sortable-row .square-sortable {
  color: #02A6AB;
  font-size: 10px;
  margin-right: 10px;
}
ul.tree li .card-sortable-row i.chevron-sortable {
  text-align: center;
  display: inline-block;
  padding-top: 15px;
  color: #02A6AB;
  width: 55px;
  height: 50px;
  background: #CCEDEE;
  float: left;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin-right: 10px;
}
ul.tree li .card-sortable-row .first-column-child {
  height: 50px;
}

.crud-tabs ul.nav-crud-tabs {
  background: #F5F5F5;
  box-shadow: inset 0px -5px 4px rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: inherit;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
.crud-tabs ul.nav-crud-tabs li {
  background: #F5F5F5;
  border: 1px solid #D3D3D3;
  border-left: none;
}
.crud-tabs ul.nav-crud-tabs li.active {
  border-bottom: none !important;
}
.crud-tabs ul.nav-crud-tabs li:first-child {
  border-top-left-radius: 10px;
  border-left: 1px solid #D3D3D3 !important;
}
.crud-tabs ul.nav-crud-tabs li:first-child a {
  border-top-left-radius: 10px !important;
}
.crud-tabs ul.nav-crud-tabs li:last-child {
  border-top-right-radius: 10px;
}
.crud-tabs ul.nav-crud-tabs li i {
  display: block;
  text-align: center;
  font-size: 18px !important;
}
.crud-tabs ul.nav-crud-tabs li a {
  z-index: 99;
  width: 108px;
  font-size: 10px;
  line-height: 22.5px;
  text-align: center;
  color: #A6A6A6;
  font-weight: 700;
  border-bottom: 1px solid #D3D3D3 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
.crud-tabs ul.nav-crud-tabs li a.active {
  z-index: 999;
  border: none !important;
  color: #02A6AB !important;
  background-color: #F5F5F5 !important;
  box-shadow: -5px -3px 5px rgba(0, 0, 0, 0.1), 5px -3px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #F5F5F5 !important;
}
.crud-tabs.one-tab .nav-link {
  border-top-right-radius: 10px !important;
}
.crud-tabs.one-tab .module-header-title {
  color: #02A6AB;
}
.crud-tabs.one-tab .nav-crud-tabs {
  box-shadow: inset 0px -5px 4px rgba(0, 0, 0, 0.1);
  display: table;
  background: #f5f5f5;
  padding-top: 0;
  width: 100%;
  height: 58.5px;
}
.crud-tabs.one-tab .nav-crud-tabs li {
  border: none !important;
  border-left: none !important;
  float: left !important;
  box-shadow: 5px -3px 5px rgba(0, 0, 0, 0.1);
}
.crud-tabs.one-tab .nav-crud-tabs li a {
  box-shadow: none !important;
}
.crud-tabs.one-tab .nav-crud-tabs li:first-child {
  border-left: none !important;
}
.crud-tabs .crud-tabs-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(100.61deg, #F5F5F5 0.42%, #F5F5F5 101.84%);
  box-shadow: -23px 0px 45px #FFFFFF, 28px 28px 50px rgba(108, 108, 108, 0.16);
  padding: 20px 15px;
  /*max-height: calc(100vh - 85px);*/
  max-height: calc(100vh - 162px);
  overflow-y: auto;
  height: 100vh;
}
.crud-tabs .crud-tabs-footer {
  text-align: right;
  margin-top: 20px;
}
.crud-tabs .crud-tabs-header .module-header-title span {
  color: #02A6AB;
  font-weight: 800;
}

.btn-opcoes::after {
  content: inherit !important;
}

.dropdown-button-option {
  padding: 0;
}
.dropdown-button-option .dropdown-item {
  min-width: inherit !important;
}

.dropdown-button-option .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #D3D3D3;
}

.btn-white {
  background: #fff;
}

.btn-aqua {
  background: #02A6AB;
  border-color: #02A6AB;
  color: #fff;
}
.btn-aqua:hover {
  background: #196D70;
  border-color: #196D70;
  color: #fff;
}

.btn-aqua span {
  background: #02A6AB;
  border-color: #02A6AB;
  color: #fff;
}
.btn-aqua span:hover {
  background: #196D70;
  border-color: #196D70;
  color: #fff;
}

.btn-aqua-bordered {
  background: #fff !important;
  border-color: #02A6AB !important;
  color: #02A6AB !important;
}
.btn-aqua-bordered i {
  color: #158689 !important;
}
.btn-aqua-bordered:hover {
  background: #02A6AB !important;
  border-color: #196D70 !important;
  color: #fff !important;
}
.btn-aqua-bordered:hover i {
  color: #fff !important;
}

.btn-crud {
  font-size: 12px;
}
.btn-crud i {
  font-size: 14px;
}

.btn-crud-tabs {
  font-size: 16px;
}
.btn-crud-tabs i {
  font-size: 18px;
}

.btn-red {
  background: #C54848;
  border-color: #C54848;
  color: #fff;
}
.btn-red:hover {
  background: #8F2A2A;
  border-color: #8F2A2A;
  color: #fff;
}

.btn-gray {
  background: #CDCDCD;
  border-color: #CDCDCD;
  color: #fff;
}
.btn-gray:hover {
  background: #E7E7E7;
  border-color: #E7E7E7;
  color: #fff;
}

.btn-grid-editar {
  background-color: #02A6AB;
  border-color: #02A6AB;
  padding: 10px;
  border-radius: 5px;
  color: #fff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.btn-grid-visualizar {
  background-color: #02ab71;
  border-color: #02ab71;
  padding: 10px;
  border-radius: 5px;
  color: #fff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.btn-grid-visualizar:hover {
  background: #069054;
  border-color: #069054;
  color: #fff;
}

.btn-grid-excluir {
  background-color: #AB0202;
  border-color: #AB0202;
  padding: 10px;
  border-radius: 5px;
  color: #fff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.section-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #687277;
  margin-bottom: 20px;
}
.section-title i {
  margin-right: 10px;
}

.text-information {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(86, 86, 86);
}

label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.62%;
  color: #A7A7A7;
  margin-bottom: 0;
  display: block;
}

span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  color: rgb(96, 96, 96);
}

strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  color: rgb(114, 114, 114);
}

.txt-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

form label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.62%;
  color: #A7A7A7;
  margin-bottom: 0;
  display: inline-block !important;
}
form select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
form .field-validation-error {
  float: right;
}
form .field-validation-error span {
  color: #db6565;
  font-size: 12px;
}
form input, form textarea, form select {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #727272;
  box-shadow: -1px 1px 2px rgba(172, 172, 172, 0.2), 1px -1px 2px rgba(172, 172, 172, 0.2), -1px -1px 2px rgba(255, 255, 255, 0.9), 1px 1px 3px rgba(172, 172, 172, 0.9);
  border-bottom: 3px solid #A7A7A7 !important;
  border-radius: 0.15rem !important;
}
form input.valid, form textarea.valid, form select.valid {
  border-bottom: 3px solid #9FD280 !important;
}
form input.input-validation-error, form textarea.input-validation-error, form select.input-validation-error {
  border-bottom: 3px solid #DB6565 !important;
}
form .input-group {
  box-shadow: -1px 1px 2px rgba(172, 172, 172, 0.2), 1px -1px 2px rgba(172, 172, 172, 0.2), -1px -1px 2px rgba(255, 255, 255, 0.9), 1px 1px 3px rgba(172, 172, 172, 0.9);
  border-bottom: 3px solid #A7A7A7 !important;
  border-radius: 0.15rem !important;
}
form .input-group input, form .input-group select {
  border-radius: 0 !important;
  border-top-left-radius: 0.15rem !important;
  box-shadow: none;
  border-bottom: none !important;
}
form .input-group .input-group-text {
  border-radius: 0 !important;
}
form .input-group .input-group-btn {
  border-radius: 0;
  border-top-right-radius: 0.15rem !important;
}

.multiple-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.bullet-item:first-child {
  margin: 0;
}

.bullet-item {
  cursor: default;
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1em;
  -webkit-transition: -webkit-transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  margin-left: -0.9583333333rem;
  color: #262626;
}

.bullet-item-circle {
  text-transform: uppercase;
  border-radius: 50%;
  width: 2.875rem;
  height: 2.875rem;
  font-size: 1.4375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 500;
  padding: 0.359375rem;
  color: #ffffff;
  position: relative;
}

.bullet-item:hover {
  z-index: 1;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 99 !important;
  position: relative !important;
}

.bullet-item:before {
  height: inherit !important;
}

.card-filter .buscaPadrao {
  display: flex;
  width: 100%;
  z-index: 2;
}
.card-filter .busca-avancada {
  position: absolute;
  z-index: 1;
  background: #F6F6F6;
  padding: 15px;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  /*transform: matrix(-1, 0, 0, 1, 0, 0);*/
  transition: 0.75s;
  margin-top: 10px;
  max-height: 70vh;
  overflow-y: auto;
}
.card-filter .busca-avancada.active {
  opacity: 1;
}
.card-filter .busca-avancada.animation-slide-out-up {
  top: -20px;
}

.card-sortable li {
  cursor: pointer;
}
.card-sortable li.ui-sortable-helper {
  cursor: move !important;
}
.card-sortable li .border-drag-drop {
  background: #5F8788;
  margin-left: -1%;
  position: relative;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-sortable li .border-drag-drop i {
  display: inline-block;
  margin: 0 auto;
}

/*@if $rfs-base-font-size-unit == "px" {
  $rfs-base-font-size: calc($rfs-base-font-size / ($rfs-base-font-size * 0 + 1));
}
@else if $rfs-base-font-size-unit == "rem" {
  $rfs-base-font-size: calc($rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value));
}*/
/*@if $rfs-breakpoint-unit-cache == "px" {
  $rfs-breakpoint: calc($rfs-breakpoint / ($rfs-breakpoint * 0 + 1));
}
@else if $rfs-breakpoint-unit-cache == "rem" or $rfs-breakpoint-unit-cache == "em" {
  $rfs-breakpoint: calc($rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value));
}*/
.form-row-nr-ano .row:first-child div.col:first-child {
  width: 65%;
  max-width: 65%;
}
.form-row-nr-ano .row:first-child i.fa-slash {
  font-size: 25px;
  transform: scaleX(-0.3);
  display: table;
  margin-top: 32px;
  color: #727272;
}
.form-row-nr-ano .row:first-child div.col:last-child {
  width: calc(35% - 9.375px);
  max-width: calc(35% - 9.375px);
}

.campo-composto-numero-ano {
  display: inline !important;
}

.card-app {
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: -5px 5px 10px rgba(204, 204, 204, 0.2), 5px -5px 10px rgba(204, 204, 204, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.9), 5px 5px 13px rgba(204, 204, 204, 0.9);
}
.card-app span {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.card-app span small {
  font-size: 60%;
  display: block;
  font-weight: normal;
  text-align: center;
}

.contrato-header-info {
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
}
.contrato-header-info span {
  font-size: 16px;
  color: #565656;
}
.contrato-header-info span small {
  font-size: 90%;
  color: #02a6ab;
  font-weight: bold;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.bootstrap-select .dropdown-toggle::after {
  content: none !important;
}
.bootstrap-select button {
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  box-shadow: -1px 1px 2px rgba(172, 172, 172, 0.2), 1px -1px 2px rgba(172, 172, 172, 0.2), -1px -1px 2px rgba(255, 255, 255, 0.9), 1px 1px 3px rgba(172, 172, 172, 0.9);
  border-bottom: 3px solid #A7A7A7 !important;
  border-radius: 0.15rem !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.bootstrap-select ul {
  display: block !important;
}
.bootstrap-select ul .dropdown-item.active, .bootstrap-select ul .dropdown-item:active {
  background: #02a6ab;
}

#app_in {
  /*background: #fafafa;*/
  /*background: linear-gradient(131.76deg, #F5F5F5 2.36%, #F6F6F6 50.01%);*/
  overflow-x: hidden;
  padding: 20px !important;
  height: 100vh;
}
#app_in .module-header {
  margin-bottom: 20px;
}
#app_in .module-header h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 2rem !important;
  line-height: 1;
  color: #02A6AB;
  padding: 0 15px;
}
#app_in .module-header h2 span {
  font-size: 85%;
  margin-left: 10px;
}
#app_in .module-header h2 i {
  font-size: 100%;
}
#app_in .module-header .module-header-buttons {
  display: inline-block;
  height: 42px;
}
#app_in .module-header .module-header-buttons ul {
  padding: 0;
  display: inline-block;
  margin: 0;
}
#app_in .module-header .module-header-buttons ul li {
  float: left;
  margin-left: 15px;
}
#app_in .module-header .module-header-buttons ul li button {
  color: #687277;
  border: 1px solid #B9B9B9;
  background: #fff;
  padding: 0.475rem 0.85rem;
}
#app_in .module-header .module-header-buttons ul li button.isclose {
  border: 1px #AB0202 solid;
}
#app_in .module-header .module-header-buttons ul li button.isclose i {
  color: #AB0202;
}
#app_in .module-header .module-header-buttons ul li button.btn-add-dropdown {
  border-color: #23CACF;
  color: #687277;
  font-weight: 700;
}
#app_in .module-header .module-header-buttons ul li button i {
  font-size: 1rem;
  color: #687277;
}
#app_in .module-header .module-header-buttons ul li button:hover {
  background: linear-gradient(101.58deg, #F5F5F5 0%, #F5F5F5 100%);
  box-shadow: -23px -23px 45px #FFFFFF, 28px 28px 50px rgba(108, 108, 108, 0.16);
}
#app_in .module-content {
  height: calc(100vh - ( (20px * 2 ) + 20px + 42px ));
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
#app_in .card-filter button {
  color: #687277;
  font-size: 0.9rem;
}
#app_in .card-filter input {
  border: none;
  color: #687277;
}
#app_in .card-filter input:focus {
  box-shadow: none;
}
#app_in .card-filter .input-group-text, #app_in .card-filter .input-group-prepend {
  background: #fff;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#app_in .card-np {
  /*max-height: calc(100vh - 240px);
  overflow-y: auto;*/
  overflow: hidden;
}
#app_in .card-np button {
  font-size: 0.9rem;
}
@media (max-width: 1199.98px) {
  #app_in .card-tabs li {
    font-size: 0.78rem;
  }
  #app_in .bullet-item .bullet-item-circle {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}

.module-content {
  /*box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);*/
}

.card-np {
  border-radius: 10px;
  padding: 15px;
  background: linear-gradient(131.76deg, #F5F5F5 9.36%, #F5F5F5 73.01%);
}

.card-tabs .tabs-np {
  display: flex;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
}
.card-tabs .tabs-np li {
  float: left;
  padding: 10px;
  border: 2px solid #FFFFFF;
  border-left: none;
  min-width: 10%;
  color: #B4B4B4;
  cursor: pointer;
}
.card-tabs .tabs-np li:first-child {
  border-top-left-radius: 5px;
}
.card-tabs .tabs-np li:last-child {
  border-top-right-radius: 5px;
}
.card-tabs .tabs-np li:nth-child(2) {
  border-left: 2px solid #FFFFFF;
}
.card-tabs .tabs-np li.active {
  border: 2px solid #02A6AB;
  background: #02A6AB;
  color: #fff;
}
.card-tabs .tabs-np-content {
  padding: 15px;
  overflow-x: hidden !important;
}

.card-np-bordered {
  border: none;
}
.card-np-bordered .card-np-bordered-border-left {
  position: absolute;
  top: 5px;
  left: -2px;
  height: calc(100% - 10px);
  border-radius: 1px;
  width: 2px;
  background: #02A6AB;
}
.card-np-bordered .card-header {
  background: #fff;
  border: none;
  padding: 12px;
  padding-bottom: 0;
}
.card-np-bordered .card-header .card-header-content {
  padding-bottom: 4px;
  border-bottom: 1px solid #BBBBBB;
}
.card-np-bordered .card-body {
  padding: 12px;
}
.card-np-bordered .card-footer {
  background: #fff;
  border: none;
}
.card-np-bordered .card-np-bordered-border-left-large {
  position: absolute;
  left: -10px;
  height: calc(100% - 0px);
  border-radius: 5px 0px 0px 5px;
  width: 25px;
}

.progress-bar-np {
  width: 100%;
  background: rgba(98, 144, 212, 0.5);
  border-radius: 60px;
}
.progress-bar-np .progress-bar-np-completed {
  border-radius: 60px;
  opacity: 2;
  height: 100%;
  background: rgb(98, 144, 212);
  max-width: 100%;
}

.card-ico {
  padding: 0 !important;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.card-ico .card-body {
  padding: 4px 20px;
  background: #e3fafc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-ico .card-footer {
  padding: 3px 10px;
  background: #d7edef;
  color: #495057;
  font-size: 10px;
  font-weight: 700;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
}
.card-ico i {
  color: #495057;
  font-size: 1.5rem;
}

.card-story .title-card-story {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140.62%;
  /* identical to box height, or 22px */
  align-items: center;
  color: #808080;
}
.card-story .card-actions {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.card-story .info-card-story {
  border-left: 3px solid;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  position: relative;
  border-color: #02A6AB;
}
.card-story .info-card-story::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  padding-right: 48px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: -8px;
  top: -5px;
  color: #02A6AB;
}
.card-story .info-card-story span {
  font-size: 16px;
  line-height: 140.62%;
  /*color: #808080;*/
}
.card-story .info-card-story small {
  font-size: 10px;
  line-height: 140.62%;
  color: #A5A5A5;
}
.card-story .info-card-story .dsAcao {
  font-size: 13px;
  line-height: 140.62%;
  color: #808080;
}
.card-story .info-card-story .dsValores {
  font-size: 13px;
  line-height: 140.62%;
  color: #808080;
}
.card-story .list-cards {
  max-height: calc(100vh - 358px);
  overflow-y: auto;
}

#tabsPadrao .card .card-header {
  color: #02A6AB;
  font-weight: 700;
  font-size: 16px;
}
#tabsPadrao .card .card-header i {
  font-size: 20px;
  opacity: 0.6;
}
#tabsPadrao .tabs-np-content {
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
#tabsPadrao .tabs-np-content.has-paginate {
  max-height: calc(100vh - 309px) !important;
  overflow-y: auto !important;
  margin-bottom: 69px !important;
}

.span-progress-requisicao {
  color: #f5f5f5;
  font-weight: bold;
  position: absolute;
  display: block;
  width: 100%;
}

.card-file-tabs .tabs-file .active {
  border: 2px solid #02A6AB;
  background: #02A6AB;
  color: #fff;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #9d9d9d rgba(252, 252, 252, 0);
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(13deg, #9d9d9d 14%, #9d9d9d 22%);
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #9D9D9D 14%, #9d9d9d 64%);
}

*::-webkit-scrollbar-track {
  background: rgba(252, 252, 252, 0);
  border-radius: 15px;
  box-shadow: inset 7px 14px 12px rgba(227, 227, 227, 0);
}

.modal .modal-dialog.modal-vs {
  width: 40%;
}

.modalContratoHome .crud-tabs-content {
  min-height: 77vh;
}

.txt-aqua {
  color: #02A6AB;
}

.cursor-pointer {
  cursor: pointer;
}

.tb-striped tr:nth-child(even) {
  background-color: #F9F9F9 !important;
}

.bg-st-green {
  background-color: #d5e2d6 !important;
}

.bg-st-blue {
  background-color: #d6ecec !important;
}

.bg-st-red {
  background-color: #f2dede !important;
}

.is-shadow {
  box-shadow: -1px 1px 2px rgba(204, 204, 204, 0.2), 1px -1px 2px rgba(204, 204, 204, 0.2), -1px -1px 2px rgba(255, 255, 255, 0.9), 1px 1px 3px rgba(204, 204, 204, 0.9);
}

.file-component .input-group-btn .input-file-reset {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.file-component .input-group-btn .input-file-reset {
  background: #e9ecef;
  border-color: #d0d6dc;
}

.file-component .input-group-btn .input-file-reset :hover {
  background: #e9ecef;
  border-color: #d0d6dc;
}

.file-component .input-group-btn .input-file-reset i {
  color: #c54848 !important;
}

.file-component .input-group-btn .input-file-reset:not(:disabled):not(.disabled).active, .file-component .input-group-btn .input-file-reset:not(:disabled):not(.disabled):active, .show > .file-component .input-group-btn.input-file-reset.dropdown-toggle {
  color: #212529;
  background-color: #d3d8dc;
  border-color: #d0d6dc;
}

.has-paginate-list {
  max-height: calc(100vh - 240px) !important;
  overflow-y: auto !important;
}

.form-control .dropdown-menu, .selectGeral .dropdown-menu {
  max-width: 100%;
}

.module-header-buttons .dropdown-menu {
  max-width: auto !important;
}

.ellipsis2Line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 8px;
}

.modal-content {
  height: calc(100vh - 20px);
  padding-bottom: 10px;
}

.crud-tabs-footer {
  position: absolute;
  bottom: -10px;
  padding: 1rem 2rem 1rem 0 !important;
  width: 100%;
}

.crud-tabs-content {
  height: 100vh;
}

.modal-footer {
  position: absolute;
  bottom: -10px;
  padding: 1rem 2rem 1rem 0 !important;
  width: 100%;
}

.modal {
  padding: 0 10px 0 10px;
}

.modal-vs .modal-content {
  height: auto;
}

.modal .modal-dialog.modal-mdn {
  min-width: 50% !important;
  max-width: 50% !important;
}

.modal-mdn .modal-content {
  height: auto;
}

.modal-mdn .modal-content .crud-tabs-content {
  max-height: 50vh;
}

.modal .modal-dialog.modal-confirmacao {
  min-width: 50% !important;
  max-width: 50% !important;
}

.modal-confirmacao .modal-content {
  height: auto;
}

.modal-confirmacao .modal-content .crud-tabs-content {
  height: auto;
  min-height: 20vh;
}

/*# sourceMappingURL=app_in.css.map */
