@CHARSET "UTF-8";
.bg-blue-lighter {
    background-image: linear-gradient(270deg,rgba(0,142,245,1.00) 0%,rgba(0,113,195,1.00) 100%);
}

.bg-white {
    background-color: white;
}

.text-white {color: white;}
.ta-c {text-align: center !important;}
.ta-l {text-align: left !important;}
.ta-r {text-align: right !important;}

dt {
    font-weight: normal !important;
}

hr.dashed-1 {
	border:none;
    border-top:dashed 1px #B1B1B1;
    height:1px;
    color:#FFFFFF;
    margin: 2px 0 1px 0;
	
}
.clear {clear: both;position: relative;}
#item_record li{
	vertical-align: middle;
}
input[type="radio"], input[type="checkbox"]{
    margin: 0;
}
.form-group {
	margin-bottom: 0;
	border-bottom:solid 1px #B1B1B1;
}
img.mfp-img {
  padding: 40px 30px 80px;
  background-color: #EEE;
}
 
.mfp-title {
  color: #666;
  text-shadow: -1px 1px rgba(255, 255, 255, 1); 
  padding-left: 1em;
  margin-top: -1em;
}
 
.mfp-counter {
  top: .5em;
  right: 1em;
  color: #777;
}
 
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #eee;
  margin-right: 10px;
  background: transparent;
}

.row{
	margin-right: 0;
    margin-left: 0;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    padding: 5px 15px;
}
.chkbox {
    width:          24px;
    height:         24px;
    -moz-transform:     scale(1.4);
    -webkit-transform:  scale(1.4);
    transform:      scale(1.4);
}

table.order-info {
	border: 1px solid #B1B1B1;
	margin: 20px 0;
}
table.order-info tbody tr th {
    background-image: linear-gradient(270deg,rgba(0,142,245,1.00) 0%,rgba(0,113,195,1.00) 100%);
    text-align: right;
    color: #FFFFFF;
    padding: 5px 15px;
    min-width: 120px;
    border: 1px solid #B1B1B1;
}
table.order-info tbody tr td {
    text-align: left;
    color: #333;
    padding: 5px 10px;
    height: 45px;
    min-width: 180px;
    border: 1px solid #B1B1B1;
}
table.order-details {
    border: 1px solid #B1B1B1;
    margin: 20px 0;
    width: 100%;
}
table.order-details thead tr {
    background: rgb(0,113,195);
}
table.order-details thead tr th {
    text-align: center;
    color: #FFFFFF;
    padding: 5px 15px;
    border: 1px solid #B1B1B1;
}
table.order-details tbody tr td {
    text-align: left;
    color: #333;
    padding: 5px 10px;
    height: 45px;
    border: 1px solid #B1B1B1;
}
table.customer-list {
    border: 1px solid #B1B1B1;
    margin: 20px 0;
    width: 100%;
}
table.customer-list thead tr {
    background: rgb(0,113,195);
}
table.customer-list thead tr th {
    text-align: center;
    color: #FFFFFF;
    padding: 5px 15px;
    border: 1px solid #B1B1B1;
}
table.customer-list tbody tr td {
    text-align: left;
    color: #333;
    padding: 5px 10px;
    height: 22px;
    border: 1px solid #B1B1B1;
}
.pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.pagination span.previous {
    display:inline-table;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: rgb(199,108,167);
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
}

.pagination span.previous-inactive{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background: none;
}
.pagination span.next-inactive{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background: none;
}
.pagination span.previous a{
    display:table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    font-size: 15px;
}
.pagination span{
    display:inline-table;
    width: 30px;
    height: 30px;
    background: rgb(199,108,167);
    vertical-align: middle;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
}
.pagination span a{
    display:table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    font-size: 15px;
}
.pagination .active{
    display:inline-table;
    width: 30px;
    height: 30px;
    background: rgb(236, 206, 225);
    vertical-align: middle;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
}
.pagination .active a{
    display:table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: rgb(199,108,167);
    font-size: 15px;
}
.imagePreview {
    height: 110px;
	width: 110px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    background-size:contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.campainImagePreview {
    height: 270px;
    width: 450px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.gray {background-color: #dcdcdc;}
.no-b-t {border-top: 0;}
.no-b-b {border-bottom: 0;}
.b-t {border-top: solid 1px #B1B1B1;}
.b-b {border-bottom: solid 1px #B1B1B1;}
.b-l {border-left: solid 1px #B1B1B1;}
.b-r {border-right: solid 1px #B1B1B1;}

.width-1 {width: 1px !important;}
.width-2 {width: 2px !important;}
.width-3 {width: 3px !important;}
.width-4 {width: 4px !important;}
.width-5 {width: 5px !important;}
.width-6 {width: 6px !important;}
.width-7 {width: 7px !important;}
.width-8 {width: 8px !important;}
.width-9 {width: 9px !important;}
.width-10 {width: 10px !important;}
.width-15 {width: 15px !important;}
.width-20 {width: 20px !important;}
.width-25 {width: 25px !important;}
.width-30 {width: 30px !important;}
.width-35 {width: 35px !important;}
.width-40 {width: 40px !important;}
.width-45 {width: 45px !important;}
.width-50 {width: 50px !important;}
.width-55 {width: 55px !important;}
.width-60 {width: 60px !important;}
.width-65 {width: 65px !important;}
.width-70 {width: 70px !important;}
.width-75 {width: 75px !important;}
.width-80 {width: 80px !important;}
.width-85 {width: 85px !important;}
.width-90 {width: 90px !important;}
.width-95 {width: 95px !important;}
.width-100 {width: 100px !important;}
.width-105 {width: 105px !important;}
.width-110 {width: 110px !important;}
.width-115 {width: 115px !important;}
.width-120 {width: 120px !important;}
.width-125 {width: 125px !important;}
.width-130 {width: 130px !important;}
.width-135 {width: 135px !important;}
.width-140 {width: 140px !important;}
.width-145 {width: 145px !important;}
.width-150 {width: 150px !important;}
.width-155 {width: 155px !important;}
.width-160 {width: 160px !important;}
.width-165 {width: 165px !important;}
.width-170 {width: 170px !important;}
.width-175 {width: 175px !important;}
.width-180 {width: 180px !important;}
.width-185 {width: 185px !important;}
.width-190 {width: 190px !important;}
.width-195 {width: 195px !important;}
.width-200 {width: 200px !important;}
.width-205 {width: 205px !important;}
.width-210 {width: 210px !important;}
.width-215 {width: 215px !important;}
.width-220 {width: 220px !important;}
.width-225 {width: 225px !important;}
.width-230 {width: 230px !important;}
.width-235 {width: 235px !important;}
.width-240 {width: 240px !important;}
.width-245 {width: 245px !important;}
.width-250 {width: 250px !important;}
.width-255 {width: 255px !important;}
.width-260 {width: 260px !important;}
.width-265 {width: 265px !important;}
.width-270 {width: 270px !important;}
.width-275 {width: 275px !important;}
.width-280 {width: 280px !important;}
.width-285 {width: 285px !important;}
.width-290 {width: 290px !important;}
.width-295 {width: 295px !important;}
.width-300 {width: 300px !important;}
.width-305 {width: 305px !important;}
.width-310 {width: 310px !important;}
.width-315 {width: 315px !important;}
.width-320 {width: 320px !important;}
.width-325 {width: 325px !important;}
.width-330 {width: 330px !important;}
.width-335 {width: 335px !important;}
.width-340 {width: 340px !important;}
.width-345 {width: 345px !important;}
.width-350 {width: 350px !important;}
.width-355 {width: 355px !important;}
.width-360 {width: 360px !important;}
.width-365 {width: 365px !important;}
.width-370 {width: 370px !important;}
.width-375 {width: 375px !important;}
.width-380 {width: 380px !important;}
.width-385 {width: 385px !important;}
.width-390 {width: 390px !important;}
.width-395 {width: 395px !important;}
.width-400 {width: 400px !important;}
.width-405 {width: 405px !important;}
.width-410 {width: 410px !important;}
.width-415 {width: 415px !important;}
.width-420 {width: 420px !important;}
.width-425 {width: 425px !important;}
.width-430 {width: 430px !important;}
.width-435 {width: 435px !important;}
.width-440 {width: 440px !important;}
.width-445 {width: 445px !important;}
.width-450 {width: 450px !important;}
.width-455 {width: 455px !important;}
.width-460 {width: 460px !important;}
.width-465 {width: 465px !important;}
.width-470 {width: 470px !important;}
.width-475 {width: 475px !important;}
.width-480 {width: 480px !important;}
.width-485 {width: 485px !important;}
.width-490 {width: 490px !important;}
.width-495 {width: 495px !important;}
.width-500 {width: 500px !important;}
.width-505 {width: 505px !important;}
.width-510 {width: 510px !important;}
.width-515 {width: 515px !important;}
.width-520 {width: 520px !important;}
.width-525 {width: 525px !important;}
.width-530 {width: 530px !important;}
.width-535 {width: 535px !important;}
.width-540 {width: 540px !important;}
.width-545 {width: 545px !important;}
.width-550 {width: 550px !important;}
.width-555 {width: 555px !important;}
.width-560 {width: 560px !important;}
.width-565 {width: 565px !important;}
.width-570 {width: 570px !important;}
.width-575 {width: 575px !important;}
.width-580 {width: 580px !important;}
.width-585 {width: 585px !important;}
.width-590 {width: 590px !important;}
.width-595 {width: 595px !important;}
.width-600 {width: 600px !important;}
.width-605 {width: 605px !important;}
.width-610 {width: 610px !important;}
.width-615 {width: 615px !important;}
.width-620 {width: 620px !important;}
.width-625 {width: 625px !important;}
.width-630 {width: 630px !important;}
.width-635 {width: 635px !important;}
.width-640 {width: 640px !important;}
.width-645 {width: 645px !important;}
.width-650 {width: 650px !important;}
.width-655 {width: 655px !important;}
.width-660 {width: 660px !important;}
.width-665 {width: 665px !important;}
.width-670 {width: 670px !important;}
.width-675 {width: 675px !important;}
.width-680 {width: 680px !important;}
.width-685 {width: 685px !important;}
.width-690 {width: 690px !important;}
.width-695 {width: 695px !important;}
.width-700 {width: 700px !important;}
.width-705 {width: 705px !important;}
.width-710 {width: 710px !important;}
.width-715 {width: 715px !important;}
.width-720 {width: 720px !important;}
.width-725 {width: 725px !important;}
.width-730 {width: 730px !important;}
.width-735 {width: 735px !important;}
.width-740 {width: 740px !important;}
.width-745 {width: 745px !important;}
.width-750 {width: 750px !important;}
.width-755 {width: 755px !important;}
.width-760 {width: 760px !important;}
.width-765 {width: 765px !important;}
.width-770 {width: 770px !important;}
.width-775 {width: 775px !important;}
.width-780 {width: 780px !important;}
.width-785 {width: 785px !important;}
.width-790 {width: 790px !important;}
.width-795 {width: 795px !important;}
.width-800 {width: 800px !important;}
.width-805 {width: 805px !important;}
.width-810 {width: 810px !important;}
.width-815 {width: 815px !important;}
.width-820 {width: 820px !important;}
.width-825 {width: 825px !important;}
.width-830 {width: 830px !important;}
.width-835 {width: 835px !important;}
.width-840 {width: 840px !important;}
.width-845 {width: 845px !important;}
.width-850 {width: 850px !important;}
.width-855 {width: 855px !important;}
.width-860 {width: 860px !important;}
.width-865 {width: 865px !important;}
.width-870 {width: 870px !important;}
.width-875 {width: 875px !important;}
.width-880 {width: 880px !important;}
.width-885 {width: 885px !important;}
.width-890 {width: 890px !important;}
.width-895 {width: 895px !important;}
.width-900 {width: 900px !important;}
.width-905 {width: 905px !important;}
.width-910 {width: 910px !important;}
.width-915 {width: 915px !important;}
.width-920 {width: 920px !important;}
.width-925 {width: 925px !important;}
.width-930 {width: 930px !important;}
.width-935 {width: 935px !important;}
.width-940 {width: 940px !important;}
.width-945 {width: 945px !important;}
.width-950 {width: 950px !important;}
.width-955 {width: 955px !important;}
.width-960 {width: 960px !important;}
.width-965 {width: 965px !important;}
.width-970 {width: 970px !important;}
.width-975 {width: 975px !important;}
.width-980 {width: 980px !important;}
.width-985 {width: 985px !important;}
.width-990 {width: 990px !important;}
.width-995 {width: 995px !important;}
.width-1000 {width: 1000px !important;}
.width-1005 {width: 1005px !important;}
.width-1010 {width: 1010px !important;}
.width-1015 {width: 1015px !important;}
.width-1020 {width: 1020px !important;}
.width-1025 {width: 1025px !important;}
.width-1030 {width: 1030px !important;}
.width-1035 {width: 1035px !important;}
.width-1040 {width: 1040px !important;}
.width-1045 {width: 1045px !important;}
.width-1050 {width: 1050px !important;}
.width-1055 {width: 1055px !important;}
.width-1060 {width: 1060px !important;}
.width-1065 {width: 1065px !important;}
.width-1070 {width: 1070px !important;}
.width-1075 {width: 1075px !important;}
.width-1080 {width: 1080px !important;}
.width-1085 {width: 1085px !important;}
.width-1090 {width: 1090px !important;}
.width-1095 {width: 1095px !important;}
.width-1100 {width: 1100px !important;}
.width-1105 {width: 1105px !important;}
.width-1110 {width: 1110px !important;}
.width-1115 {width: 1115px !important;}
.width-1120 {width: 1120px !important;}
.width-1125 {width: 1125px !important;}
.width-1130 {width: 1130px !important;}
.width-1135 {width: 1135px !important;}
.width-1140 {width: 1140px !important;}
.width-1145 {width: 1145px !important;}
.width-1150 {width: 1150px !important;}
.width-1155 {width: 1155px !important;}
.width-1160 {width: 1160px !important;}
.width-1165 {width: 1165px !important;}
.width-1170 {width: 1170px !important;}
.width-1175 {width: 1175px !important;}
.width-1180 {width: 1180px !important;}
.width-1185 {width: 1185px !important;}
.width-1190 {width: 1190px !important;}
.width-1195 {width: 1195px !important;}
.width-1200 {width: 1200px !important;}

.height-1 {height: 1px !important;}
.height-2 {height: 2px !important;}
.height-3 {height: 3px !important;}
.height-4 {height: 4px !important;}
.height-5 {height: 5px !important;}
.height-6 {height: 6px !important;}
.height-7 {height: 7px !important;}
.height-8 {height: 8px !important;}
.height-9 {height: 9px !important;}
.height-10 {height: 10px !important;}
.height-15 {height: 15px !important;}
.height-20 {height: 20px !important;}
.height-25 {height: 25px !important;}
.height-30 {height: 30px !important;}
.height-35 {height: 35px !important;}
.height-40 {height: 40px !important;}
.height-44 {height: 44px !important;}
.height-45 {height: 45px !important;}
.height-50 {height: 50px !important;}
.height-55 {height: 55px !important;}
.height-60 {height: 60px !important;}
.height-65 {height: 65px !important;}
.height-70 {height: 70px !important;}
.height-75 {height: 75px !important;}
.height-80 {height: 80px !important;}
.height-85 {height: 85px !important;}
.height-90 {height: 90px !important;}
.height-95 {height: 95px !important;}
.height-100 {height: 100px !important;}
.height-105 {height: 105px !important;}
.height-110 {height: 110px !important;}
.height-115 {height: 115px !important;}
.height-120 {height: 120px !important;}
.height-125 {height: 125px !important;}
.height-130 {height: 130px !important;}
.height-135 {height: 135px !important;}
.height-140 {height: 140px !important;}
.height-145 {height: 145px !important;}
.height-150 {height: 150px !important;}
.height-155 {height: 155px !important;}
.height-160 {height: 160px !important;}
.height-165 {height: 165px !important;}
.height-170 {height: 170px !important;}
.height-175 {height: 175px !important;}
.height-180 {height: 180px !important;}
.height-185 {height: 185px !important;}
.height-190 {height: 190px !important;}
.height-195 {height: 195px !important;}
.height-200 {height: 200px !important;}
.height-205 {height: 205px !important;}
.height-210 {height: 210px !important;}
.height-215 {height: 215px !important;}
.height-220 {height: 220px !important;}
.height-225 {height: 225px !important;}
.height-230 {height: 230px !important;}
.height-235 {height: 235px !important;}
.height-240 {height: 240px !important;}
.height-245 {height: 245px !important;}
.height-250 {height: 250px !important;}
.height-255 {height: 255px !important;}
.height-260 {height: 260px !important;}
.height-265 {height: 265px !important;}
.height-270 {height: 270px !important;}
.height-275 {height: 275px !important;}
.height-280 {height: 280px !important;}
.height-285 {height: 285px !important;}
.height-290 {height: 290px !important;}
.height-295 {height: 295px !important;}
.height-300 {height: 300px !important;}
.height-305 {height: 305px !important;}
.height-310 {height: 310px !important;}
.height-315 {height: 315px !important;}
.height-320 {height: 320px !important;}
.height-325 {height: 325px !important;}
.height-330 {height: 330px !important;}
.height-335 {height: 335px !important;}
.height-340 {height: 340px !important;}
.height-345 {height: 345px !important;}
.height-350 {height: 350px !important;}
.height-355 {height: 355px !important;}
.height-360 {height: 360px !important;}
.height-365 {height: 365px !important;}
.height-370 {height: 370px !important;}
.height-375 {height: 375px !important;}
.height-380 {height: 380px !important;}
.height-385 {height: 385px !important;}
.height-390 {height: 390px !important;}
.height-395 {height: 395px !important;}
.height-400 {height: 400px !important;}
.height-405 {height: 405px !important;}
.height-410 {height: 410px !important;}
.height-415 {height: 415px !important;}
.height-420 {height: 420px !important;}
.height-425 {height: 425px !important;}
.height-430 {height: 430px !important;}
.height-435 {height: 435px !important;}
.height-440 {height: 440px !important;}
.height-445 {height: 445px !important;}
.height-450 {height: 450px !important;}
.height-455 {height: 455px !important;}
.height-460 {height: 460px !important;}
.height-465 {height: 465px !important;}
.height-470 {height: 470px !important;}
.height-475 {height: 475px !important;}
.height-480 {height: 480px !important;}
.height-485 {height: 485px !important;}
.height-490 {height: 490px !important;}
.height-495 {height: 495px !important;}
.height-500 {height: 500px !important;}
.height-505 {height: 505px !important;}
.height-510 {height: 510px !important;}
.height-515 {height: 515px !important;}
.height-520 {height: 520px !important;}
.height-525 {height: 525px !important;}
.height-530 {height: 530px !important;}
.height-535 {height: 535px !important;}
.height-540 {height: 540px !important;}
.height-545 {height: 545px !important;}
.height-550 {height: 550px !important;}
.height-555 {height: 555px !important;}
.height-560 {height: 560px !important;}
.height-565 {height: 565px !important;}
.height-570 {height: 570px !important;}
.height-575 {height: 575px !important;}
.height-580 {height: 580px !important;}
.height-585 {height: 585px !important;}
.height-590 {height: 590px !important;}
.height-595 {height: 595px !important;}
.height-600 {height: 600px !important;}
.height-605 {height: 605px !important;}
.height-610 {height: 610px !important;}
.height-615 {height: 615px !important;}
.height-620 {height: 620px !important;}
.height-625 {height: 625px !important;}
.height-630 {height: 630px !important;}
.height-635 {height: 635px !important;}
.height-640 {height: 640px !important;}
.height-645 {height: 645px !important;}
.height-650 {height: 650px !important;}
.height-655 {height: 655px !important;}
.height-660 {height: 660px !important;}
.height-665 {height: 665px !important;}
.height-670 {height: 670px !important;}
.height-675 {height: 675px !important;}
.height-680 {height: 680px !important;}
.height-685 {height: 685px !important;}
.height-690 {height: 690px !important;}
.height-695 {height: 695px !important;}
.height-700 {height: 700px !important;}
.height-705 {height: 705px !important;}
.height-710 {height: 710px !important;}
.height-715 {height: 715px !important;}
.height-720 {height: 720px !important;}
.height-725 {height: 725px !important;}
.height-730 {height: 730px !important;}
.height-735 {height: 735px !important;}
.height-740 {height: 740px !important;}
.height-745 {height: 745px !important;}
.height-750 {height: 750px !important;}
.height-755 {height: 755px !important;}
.height-760 {height: 760px !important;}
.height-765 {height: 765px !important;}
.height-770 {height: 770px !important;}
.height-775 {height: 775px !important;}
.height-780 {height: 780px !important;}
.height-785 {height: 785px !important;}
.height-790 {height: 790px !important;}
.height-795 {height: 795px !important;}
.height-800 {height: 800px !important;}
.height-805 {height: 805px !important;}
.height-810 {height: 810px !important;}
.height-815 {height: 815px !important;}
.height-820 {height: 820px !important;}
.height-825 {height: 825px !important;}
.height-830 {height: 830px !important;}
.height-835 {height: 835px !important;}
.height-840 {height: 840px !important;}
.height-845 {height: 845px !important;}
.height-850 {height: 850px !important;}
.height-855 {height: 855px !important;}
.height-860 {height: 860px !important;}
.height-865 {height: 865px !important;}
.height-870 {height: 870px !important;}
.height-875 {height: 875px !important;}
.height-880 {height: 880px !important;}
.height-885 {height: 885px !important;}
.height-890 {height: 890px !important;}
.height-895 {height: 895px !important;}
.height-900 {height: 900px !important;}
.height-905 {height: 905px !important;}
.height-910 {height: 910px !important;}
.height-915 {height: 915px !important;}
.height-920 {height: 920px !important;}
.height-925 {height: 925px !important;}
.height-930 {height: 930px !important;}
.height-935 {height: 935px !important;}
.height-940 {height: 940px !important;}
.height-945 {height: 945px !important;}
.height-950 {height: 950px !important;}
.height-955 {height: 955px !important;}
.height-960 {height: 960px !important;}
.height-965 {height: 965px !important;}
.height-970 {height: 970px !important;}
.height-975 {height: 975px !important;}
.height-980 {height: 980px !important;}
.height-985 {height: 985px !important;}
.height-990 {height: 990px !important;}
.height-995 {height: 995px !important;}
.height-1000 {height: 1000px !important;}
.height-1005 {height: 1005px !important;}
.height-1010 {height: 1010px !important;}
.height-1015 {height: 1015px !important;}
.height-1020 {height: 1020px !important;}
.height-1025 {height: 1025px !important;}
.height-1030 {height: 1030px !important;}
.height-1035 {height: 1035px !important;}
.height-1040 {height: 1040px !important;}
.height-1045 {height: 1045px !important;}
.height-1050 {height: 1050px !important;}
.height-1055 {height: 1055px !important;}
.height-1060 {height: 1060px !important;}
.height-1065 {height: 1065px !important;}
.height-1070 {height: 1070px !important;}
.height-1075 {height: 1075px !important;}
.height-1080 {height: 1080px !important;}
.height-1085 {height: 1085px !important;}
.height-1090 {height: 1090px !important;}
.height-1095 {height: 1095px !important;}
.height-1100 {height: 1100px !important;}
.height-1105 {height: 1105px !important;}
.height-1110 {height: 1110px !important;}
.height-1115 {height: 1115px !important;}
.height-1120 {height: 1120px !important;}
.height-1125 {height: 1125px !important;}
.height-1130 {height: 1130px !important;}
.height-1135 {height: 1135px !important;}
.height-1140 {height: 1140px !important;}
.height-1145 {height: 1145px !important;}
.height-1150 {height: 1150px !important;}
.height-1155 {height: 1155px !important;}
.height-1160 {height: 1160px !important;}
.height-1165 {height: 1165px !important;}
.height-1170 {height: 1170px !important;}
.height-1175 {height: 1175px !important;}
.height-1180 {height: 1180px !important;}
.height-1185 {height: 1185px !important;}
.height-1190 {height: 1190px !important;}
.height-1195 {height: 1195px !important;}
.height-1200 {height: 1200px !important;}

.m-0 {margin: 0 !important;}
.m-1 {margin: 1px !important;}
.m-2 {margin: 2px !important;}
.m-3 {margin: 3px !important;}
.m-4 {margin: 4px !important;}
.m-5 {margin: 5px !important;}
.m-6 {margin: 6px !important;}
.m-7 {margin: 7px !important;}
.m-8 {margin: 8px !important;}
.m-9 {margin: 9px !important;}
.m-10 {margin: 10px !important;}
.m-11 {margin: 11px !important;}
.m-12 {margin: 12px !important;}
.m-13 {margin: 13px !important;}
.m-14 {margin: 14px !important;}
.m-15 {margin: 15px !important;}
.m-16 {margin: 16px !important;}
.m-17 {margin: 17px !important;}
.m-18 {margin: 18px !important;}
.m-19 {margin: 19px !important;}
.m-20 {margin: 20px !important;}
.m-21 {margin: 21px !important;}
.m-22 {margin: 22px !important;}
.m-23 {margin: 23px !important;}
.m-24 {margin: 24px !important;}
.m-25 {margin: 25px !important;}
.m-26 {margin: 26px !important;}
.m-27 {margin: 27px !important;}
.m-28 {margin: 28px !important;}
.m-29 {margin: 29px !important;}
.m-30 {margin: 30px !important;}
.m-31 {margin: 31px !important;}
.m-32 {margin: 32px !important;}
.m-33 {margin: 33px !important;}
.m-34 {margin: 34px !important;}
.m-35 {margin: 35px !important;}
.m-36 {margin: 36px !important;}
.m-37 {margin: 37px !important;}
.m-38 {margin: 38px !important;}
.m-39 {margin: 39px !important;}
.m-40 {margin: 40px !important;}
.m-41 {margin: 41px !important;}
.m-42 {margin: 42px !important;}
.m-43 {margin: 43px !important;}
.m-44 {margin: 44px !important;}
.m-45 {margin: 45px !important;}
.m-46 {margin: 46px !important;}
.m-47 {margin: 47px !important;}
.m-48 {margin: 48px !important;}
.m-49 {margin: 49px !important;}
.m-50 {margin: 50px !important;}

.mt-0 {margin-top: 0px !important;}
.mt-1 {margin-top: 1px !important;}
.mt-2 {margin-top: 2px !important;}
.mt-3 {margin-top: 3px !important;}
.mt-4 {margin-top: 4px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-6 {margin-top: 6px !important;}
.mt-7 {margin-top: 7px !important;}
.mt-8 {margin-top: 8px !important;}
.mt-9 {margin-top: 9px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-11 {margin-top: 11px !important;}
.mt-12 {margin-top: 12px !important;}
.mt-13 {margin-top: 13px !important;}
.mt-14 {margin-top: 14px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-16 {margin-top: 16px !important;}
.mt-17 {margin-top: 17px !important;}
.mt-18 {margin-top: 18px !important;}
.mt-19 {margin-top: 19px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-21 {margin-top: 21px !important;}
.mt-22 {margin-top: 22px !important;}
.mt-23 {margin-top: 23px !important;}
.mt-24 {margin-top: 24px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-26 {margin-top: 26px !important;}
.mt-27 {margin-top: 27px !important;}
.mt-28 {margin-top: 28px !important;}
.mt-29 {margin-top: 29px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-31 {margin-top: 31px !important;}
.mt-32 {margin-top: 32px !important;}
.mt-33 {margin-top: 33px !important;}
.mt-34 {margin-top: 34px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-36 {margin-top: 36px !important;}
.mt-37 {margin-top: 37px !important;}
.mt-38 {margin-top: 38px !important;}
.mt-39 {margin-top: 39px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-41 {margin-top: 41px !important;}
.mt-42 {margin-top: 42px !important;}
.mt-43 {margin-top: 43px !important;}
.mt-44 {margin-top: 44px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-46 {margin-top: 46px !important;}
.mt-47 {margin-top: 47px !important;}
.mt-48 {margin-top: 48px !important;}
.mt-49 {margin-top: 49px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mt-150 {margin-top: 150px !important;}
.mt-200 {margin-top: 200px !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 1px !important;}
.mb-2 {margin-bottom: 2px !important;}
.mb-3 {margin-bottom: 3px !important;}
.mb-4 {margin-bottom: 4px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-6 {margin-bottom: 6px !important;}
.mb-7 {margin-bottom: 7px !important;}
.mb-8 {margin-bottom: 8px !important;}
.mb-9 {margin-bottom: 9px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-11 {margin-bottom: 11px !important;}
.mb-12 {margin-bottom: 12px !important;}
.mb-13 {margin-bottom: 13px !important;}
.mb-14 {margin-bottom: 14px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-16 {margin-bottom: 16px !important;}
.mb-17 {margin-bottom: 17px !important;}
.mb-18 {margin-bottom: 18px !important;}
.mb-19 {margin-bottom: 19px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-21 {margin-bottom: 21px !important;}
.mb-22 {margin-bottom: 22px !important;}
.mb-23 {margin-bottom: 23px !important;}
.mb-24 {margin-bottom: 24px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-26 {margin-bottom: 26px !important;}
.mb-27 {margin-bottom: 27px !important;}
.mb-28 {margin-bottom: 28px !important;}
.mb-29 {margin-bottom: 29px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-31 {margin-bottom: 31px !important;}
.mb-32 {margin-bottom: 32px !important;}
.mb-33 {margin-bottom: 33px !important;}
.mb-34 {margin-bottom: 34px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-36 {margin-bottom: 36px !important;}
.mb-37 {margin-bottom: 37px !important;}
.mb-38 {margin-bottom: 38px !important;}
.mb-39 {margin-bottom: 39px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-41 {margin-bottom: 41px !important;}
.mb-42 {margin-bottom: 42px !important;}
.mb-43 {margin-bottom: 43px !important;}
.mb-44 {margin-bottom: 44px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-46 {margin-bottom: 46px !important;}
.mb-47 {margin-bottom: 47px !important;}
.mb-48 {margin-bottom: 48px !important;}
.mb-49 {margin-bottom: 49px !important;}
.mb-50 {margin-bottom: 50px !important;}

.mr-0 {margin-right: 0 !important;}
.mr-1 {margin-right: 1px !important;}
.mr-2 {margin-right: 2px !important;}
.mr-3 {margin-right: 3px !important;}
.mr-4 {margin-right: 4px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-6 {margin-right: 6px !important;}
.mr-7 {margin-right: 7px !important;}
.mr-8 {margin-right: 8px !important;}
.mr-9 {margin-right: 9px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-45 {margin-right: 45px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-55 {margin-right: 55px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-65 {margin-right: 65px !important;}
.mr-70 {
    margin-right: 25px !important;
    color: #3A3A3A;
    font-weight: bold;
}
.mr-75 {margin-right: 75px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-85 {margin-right: 85px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-95 {margin-right: 95px !important;}
.mr-100 {margin-right: 100px !important;}
.mr-105 {margin-right: 105px !important;}
.mr-110 {margin-right: 110px !important;}
.mr-115 {margin-right: 115px !important;}
.mr-120 {margin-right: 120px !important;}
.mr-125 {margin-right: 125px !important;}
.mr-130 {margin-right: 130px !important;}
.mr-135 {margin-right: 135px !important;}
.mr-140 {margin-right: 140px !important;}
.mr-145 {margin-right: 145px !important;}
.mr-150 {margin-right: 150px !important;}
.mr-155 {margin-right: 155px !important;}
.mr-160 {margin-right: 160px !important;}
.mr-165 {margin-right: 165px !important;}
.mr-170 {margin-right: 170px !important;}
.mr-175 {margin-right: 175px !important;}
.mr-180 {margin-right: 180px !important;}
.mr-185 {margin-right: 185px !important;}
.mr-190 {margin-right: 190px !important;}
.mr-195 {margin-right: 195px !important;}
.mr-200 {margin-right: 200px !important;}
.mr-205 {margin-right: 205px !important;}
.mr-210 {margin-right: 210px !important;}
.mr-215 {margin-right: 215px !important;}
.mr-220 {margin-right: 220px !important;}
.mr-225 {margin-right: 225px !important;}
.mr-230 {margin-right: 230px !important;}
.mr-235 {margin-right: 235px !important;}
.mr-240 {margin-right: 240px !important;}
.mr-245 {margin-right: 245px !important;}
.mr-250 {margin-right: 250px !important;}
.mr-255 {margin-right: 255px !important;}
.mr-260 {margin-right: 260px !important;}
.mr-265 {margin-right: 265px !important;}
.mr-270 {margin-right: 270px !important;}
.mr-275 {margin-right: 275px !important;}
.mr-280 {margin-right: 280px !important;}
.mr-285 {margin-right: 285px !important;}
.mr-290 {margin-right: 290px !important;}
.mr-295 {margin-right: 295px !important;}
.mr-300 {margin-right: 300px !important;}
.mr-305 {margin-right: 305px !important;}
.mr-310 {margin-right: 310px !important;}
.mr-315 {margin-right: 315px !important;}
.mr-320 {margin-right: 320px !important;}
.mr-325 {margin-right: 325px !important;}
.mr-330 {margin-right: 330px !important;}
.mr-335 {margin-right: 335px !important;}
.mr-340 {margin-right: 340px !important;}
.mr-345 {margin-right: 345px !important;}
.mr-350 {margin-right: 350px !important;}
.mr-355 {margin-right: 355px !important;}
.mr-360 {margin-right: 360px !important;}
.mr-365 {margin-right: 365px !important;}
.mr-370 {margin-right: 370px !important;}
.mr-375 {margin-right: 375px !important;}
.mr-380 {margin-right: 380px !important;}
.mr-385 {margin-right: 385px !important;}
.mr-390 {margin-right: 390px !important;}
.mr-395 {margin-right: 395px !important;}
.mr-400 {margin-right: 400px !important;}
.mr-405 {margin-right: 405px !important;}
.mr-410 {margin-right: 410px !important;}
.mr-415 {margin-right: 415px !important;}
.mr-420 {margin-right: 420px !important;}
.mr-425 {margin-right: 425px !important;}
.mr-430 {margin-right: 430px !important;}
.mr-435 {margin-right: 435px !important;}
.mr-440 {margin-right: 440px !important;}
.mr-445 {margin-right: 445px !important;}
.mr-450 {margin-right: 450px !important;}
.mr-455 {margin-right: 455px !important;}
.mr-460 {margin-right: 460px !important;}
.mr-465 {margin-right: 465px !important;}
.mr-470 {margin-right: 470px !important;}
.mr-475 {margin-right: 475px !important;}
.mr-480 {margin-right: 480px !important;}
.mr-485 {margin-right: 485px !important;}
.mr-490 {margin-right: 490px !important;}
.mr-495 {margin-right: 495px !important;}
.mr-500 {margin-right: 500px !important;}
.mr-505 {margin-right: 505px !important;}
.mr-510 {margin-right: 510px !important;}
.mr-515 {margin-right: 515px !important;}
.mr-520 {margin-right: 520px !important;}
.mr-525 {margin-right: 525px !important;}
.mr-530 {margin-right: 530px !important;}
.mr-535 {margin-right: 535px !important;}
.mr-540 {margin-right: 540px !important;}
.mr-545 {margin-right: 545px !important;}
.mr-550 {margin-right: 550px !important;}
.mr-555 {margin-right: 555px !important;}
.mr-560 {margin-right: 560px !important;}
.mr-565 {margin-right: 565px !important;}
.mr-570 {margin-right: 570px !important;}
.mr-575 {margin-right: 575px !important;}
.mr-580 {margin-right: 580px !important;}
.mr-585 {margin-right: 585px !important;}
.mr-590 {margin-right: 590px !important;}
.mr-595 {margin-right: 595px !important;}
.mr-600 {margin-right: 600px !important;}
.mr-605 {margin-right: 605px !important;}
.mr-610 {margin-right: 610px !important;}
.mr-615 {margin-right: 615px !important;}
.mr-620 {margin-right: 620px !important;}
.mr-625 {margin-right: 625px !important;}
.mr-630 {margin-right: 630px !important;}
.mr-635 {margin-right: 635px !important;}
.mr-640 {margin-right: 640px !important;}
.mr-645 {margin-right: 645px !important;}
.mr-650 {margin-right: 650px !important;}
.mr-655 {margin-right: 655px !important;}
.mr-660 {margin-right: 660px !important;}
.mr-665 {margin-right: 665px !important;}
.mr-670 {margin-right: 670px !important;}
.mr-675 {margin-right: 675px !important;}
.mr-680 {margin-right: 680px !important;}
.mr-685 {margin-right: 685px !important;}
.mr-690 {margin-right: 690px !important;}
.mr-695 {margin-right: 695px !important;}
.mr-700 {margin-right: 700px !important;}
.mr-705 {margin-right: 705px !important;}
.mr-710 {margin-right: 710px !important;}
.mr-715 {margin-right: 715px !important;}
.mr-720 {margin-right: 720px !important;}
.mr-725 {margin-right: 725px !important;}
.mr-730 {margin-right: 730px !important;}
.mr-735 {margin-right: 735px !important;}
.mr-740 {margin-right: 740px !important;}
.mr-745 {margin-right: 745px !important;}
.mr-750 {margin-right: 750px !important;}
.mr-755 {margin-right: 755px !important;}
.mr-760 {margin-right: 760px !important;}
.mr-765 {margin-right: 765px !important;}
.mr-770 {margin-right: 770px !important;}
.mr-775 {margin-right: 775px !important;}
.mr-780 {margin-right: 780px !important;}
.mr-785 {margin-right: 785px !important;}
.mr-790 {margin-right: 790px !important;}
.mr-795 {margin-right: 795px !important;}
.mr-800 {margin-right: 800px !important;}
.mr-805 {margin-right: 805px !important;}
.mr-810 {margin-right: 810px !important;}
.mr-815 {margin-right: 815px !important;}
.mr-820 {margin-right: 820px !important;}
.mr-825 {margin-right: 825px !important;}
.mr-830 {margin-right: 830px !important;}
.mr-835 {margin-right: 835px !important;}
.mr-840 {margin-right: 840px !important;}
.mr-845 {margin-right: 845px !important;}
.mr-850 {margin-right: 850px !important;}
.mr-855 {margin-right: 855px !important;}
.mr-860 {margin-right: 860px !important;}
.mr-865 {margin-right: 865px !important;}
.mr-870 {margin-right: 870px !important;}
.mr-875 {margin-right: 875px !important;}
.mr-880 {margin-right: 880px !important;}
.mr-885 {margin-right: 885px !important;}
.mr-890 {margin-right: 890px !important;}
.mr-895 {margin-right: 895px !important;}
.mr-900 {margin-right: 900px !important;}
.mr-905 {margin-right: 905px !important;}
.mr-910 {margin-right: 910px !important;}
.mr-915 {margin-right: 915px !important;}
.mr-920 {margin-right: 920px !important;}
.mr-925 {margin-right: 925px !important;}
.mr-930 {margin-right: 930px !important;}
.mr-935 {margin-right: 935px !important;}
.mr-940 {margin-right: 940px !important;}
.mr-945 {margin-right: 945px !important;}
.mr-950 {margin-right: 950px !important;}
.mr-955 {margin-right: 955px !important;}
.mr-960 {margin-right: 960px !important;}
.mr-965 {margin-right: 965px !important;}
.mr-970 {margin-right: 970px !important;}
.mr-975 {margin-right: 975px !important;}
.mr-980 {margin-right: 980px !important;}
.mr-985 {margin-right: 985px !important;}
.mr-990 {margin-right: 990px !important;}
.mr-995 {margin-right: 995px !important;}
.mr-1000 {margin-right: 1000px !important;}
.mr-1005 {margin-right: 1005px !important;}
.mr-1010 {margin-right: 1010px !important;}
.mr-1015 {margin-right: 1015px !important;}
.mr-1020 {margin-right: 1020px !important;}
.mr-1025 {margin-right: 1025px !important;}
.mr-1030 {margin-right: 1030px !important;}
.mr-1035 {margin-right: 1035px !important;}
.mr-1040 {margin-right: 1040px !important;}
.mr-1045 {margin-right: 1045px !important;}
.mr-1050 {margin-right: 1050px !important;}
.mr-1055 {margin-right: 1055px !important;}
.mr-1060 {margin-right: 1060px !important;}
.mr-1065 {margin-right: 1065px !important;}
.mr-1070 {margin-right: 1070px !important;}
.mr-1075 {margin-right: 1075px !important;}
.mr-1080 {margin-right: 1080px !important;}
.mr-1085 {margin-right: 1085px !important;}
.mr-1090 {margin-right: 1090px !important;}
.mr-1095 {margin-right: 1095px !important;}
.mr-1100 {margin-right: 1100px !important;}
.mr-1105 {margin-right: 1105px !important;}
.mr-1110 {margin-right: 1110px !important;}
.mr-1115 {margin-right: 1115px !important;}
.mr-1120 {margin-right: 1120px !important;}
.mr-1125 {margin-right: 1125px !important;}
.mr-1130 {margin-right: 1130px !important;}
.mr-1135 {margin-right: 1135px !important;}
.mr-1140 {margin-right: 1140px !important;}
.mr-1145 {margin-right: 1145px !important;}
.mr-1150 {margin-right: 1150px !important;}
.mr-1155 {margin-right: 1155px !important;}
.mr-1160 {margin-right: 1160px !important;}
.mr-1165 {margin-right: 1165px !important;}
.mr-1170 {margin-right: 1170px !important;}
.mr-1175 {margin-right: 1175px !important;}
.mr-1180 {margin-right: 1180px !important;}
.mr-1185 {margin-right: 1185px !important;}
.mr-1190 {margin-right: 1190px !important;}
.mr-1195 {margin-right: 1195px !important;}
.mr-1200 {margin-right: 1200px !important;}

.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: 1px !important;}
.ml-2 {margin-left: 2px !important;}
.ml-3 {margin-left: 3px !important;}
.ml-4 {margin-left: 4px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-6 {margin-left: 6px !important;}
.ml-7 {margin-left: 7px !important;}
.ml-8 {margin-left: 8px !important;}
.ml-9 {margin-left: 9px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-35 {margin-left: 35px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-45 {margin-left: 45px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-55 {margin-left: 55px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-65 {margin-left: 65px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-75 {margin-left: 75px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-85 {margin-left: 85px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-95 {margin-left: 95px !important;}
.ml-100 {margin-left: 100px !important;}
.ml-105 {margin-left: 105px !important;}
.ml-110 {margin-left: 110px !important;}
.ml-115 {margin-left: 115px !important;}
.ml-120 {margin-left: 120px !important;}
.ml-125 {margin-left: 125px !important;}
.ml-130 {margin-left: 130px !important;}
.ml-135 {margin-left: 135px !important;}
.ml-140 {margin-left: 140px !important;}
.ml-145 {margin-left: 145px !important;}
.ml-150 {margin-left: 150px !important;}
.ml-155 {margin-left: 155px !important;}
.ml-160 {margin-left: 160px !important;}
.ml-165 {margin-left: 165px !important;}
.ml-170 {margin-left: 170px !important;}
.ml-175 {margin-left: 175px !important;}
.ml-180 {margin-left: 180px !important;}
.ml-185 {margin-left: 185px !important;}
.ml-190 {margin-left: 190px !important;}
.ml-195 {margin-left: 195px !important;}
.ml-200 {margin-left: 200px !important;}
.ml-205 {margin-left: 205px !important;}
.ml-210 {margin-left: 210px !important;}
.ml-215 {margin-left: 215px !important;}
.ml-220 {margin-left: 220px !important;}
.ml-225 {margin-left: 225px !important;}
.ml-230 {margin-left: 230px !important;}
.ml-235 {margin-left: 235px !important;}
.ml-240 {margin-left: 240px !important;}
.ml-245 {margin-left: 245px !important;}
.ml-250 {margin-left: 250px !important;}
.ml-255 {margin-left: 255px !important;}
.ml-260 {margin-left: 260px !important;}
.ml-265 {margin-left: 265px !important;}
.ml-270 {margin-left: 270px !important;}
.ml-275 {margin-left: 275px !important;}
.ml-280 {margin-left: 280px !important;}
.ml-285 {margin-left: 285px !important;}
.ml-290 {margin-left: 290px !important;}
.ml-295 {margin-left: 295px !important;}
.ml-300 {margin-left: 300px !important;}
.ml-305 {margin-left: 305px !important;}
.ml-310 {margin-left: 310px !important;}
.ml-315 {margin-left: 315px !important;}
.ml-320 {margin-left: 320px !important;}
.ml-325 {margin-left: 325px !important;}
.ml-330 {margin-left: 330px !important;}
.ml-335 {margin-left: 335px !important;}
.ml-340 {margin-left: 340px !important;}
.ml-345 {margin-left: 345px !important;}
.ml-350 {margin-left: 350px !important;}
.ml-355 {margin-left: 355px !important;}
.ml-360 {margin-left: 360px !important;}
.ml-365 {margin-left: 365px !important;}
.ml-370 {margin-left: 370px !important;}
.ml-375 {margin-left: 375px !important;}
.ml-380 {margin-left: 380px !important;}
.ml-385 {margin-left: 385px !important;}
.ml-390 {margin-left: 390px !important;}
.ml-395 {margin-left: 395px !important;}
.ml-400 {margin-left: 400px !important;}
.ml-405 {margin-left: 405px !important;}
.ml-410 {margin-left: 410px !important;}
.ml-415 {margin-left: 415px !important;}
.ml-420 {margin-left: 420px !important;}
.ml-425 {margin-left: 425px !important;}
.ml-430 {margin-left: 430px !important;}
.ml-435 {margin-left: 435px !important;}
.ml-440 {margin-left: 440px !important;}
.ml-445 {margin-left: 445px !important;}
.ml-450 {margin-left: 450px !important;}
.ml-455 {margin-left: 455px !important;}
.ml-460 {margin-left: 460px !important;}
.ml-465 {margin-left: 465px !important;}
.ml-470 {margin-left: 470px !important;}
.ml-475 {margin-left: 475px !important;}
.ml-480 {margin-left: 480px !important;}
.ml-485 {margin-left: 485px !important;}
.ml-490 {margin-left: 490px !important;}
.ml-495 {margin-left: 495px !important;}
.ml-500 {margin-left: 500px !important;}
.ml-505 {margin-left: 505px !important;}
.ml-510 {margin-left: 510px !important;}
.ml-515 {margin-left: 515px !important;}
.ml-520 {margin-left: 520px !important;}
.ml-525 {margin-left: 525px !important;}
.ml-530 {margin-left: 530px !important;}
.ml-535 {margin-left: 535px !important;}
.ml-540 {margin-left: 540px !important;}
.ml-545 {margin-left: 545px !important;}
.ml-550 {margin-left: 550px !important;}
.ml-555 {margin-left: 555px !important;}
.ml-560 {margin-left: 560px !important;}
.ml-565 {margin-left: 565px !important;}
.ml-570 {margin-left: 570px !important;}
.ml-575 {margin-left: 575px !important;}
.ml-580 {margin-left: 580px !important;}
.ml-585 {margin-left: 585px !important;}
.ml-590 {margin-left: 590px !important;}
.ml-595 {margin-left: 595px !important;}
.ml-600 {margin-left: 600px !important;}
.ml-605 {margin-left: 605px !important;}
.ml-610 {margin-left: 610px !important;}
.ml-615 {margin-left: 615px !important;}
.ml-620 {margin-left: 620px !important;}
.ml-625 {margin-left: 625px !important;}
.ml-630 {margin-left: 630px !important;}
.ml-635 {margin-left: 635px !important;}
.ml-640 {margin-left: 640px !important;}
.ml-645 {margin-left: 645px !important;}
.ml-650 {margin-left: 650px !important;}
.ml-655 {margin-left: 655px !important;}
.ml-660 {margin-left: 660px !important;}
.ml-665 {margin-left: 665px !important;}
.ml-670 {margin-left: 670px !important;}
.ml-675 {margin-left: 675px !important;}
.ml-680 {margin-left: 680px !important;}
.ml-685 {margin-left: 685px !important;}
.ml-690 {margin-left: 690px !important;}
.ml-695 {margin-left: 695px !important;}
.ml-700 {margin-left: 700px !important;}
.ml-705 {margin-left: 705px !important;}
.ml-710 {margin-left: 710px !important;}
.ml-715 {margin-left: 715px !important;}
.ml-720 {margin-left: 720px !important;}
.ml-725 {margin-left: 725px !important;}
.ml-730 {margin-left: 730px !important;}
.ml-735 {margin-left: 735px !important;}
.ml-740 {margin-left: 740px !important;}
.ml-745 {margin-left: 745px !important;}
.ml-750 {margin-left: 750px !important;}
.ml-755 {margin-left: 755px !important;}
.ml-760 {margin-left: 760px !important;}
.ml-765 {margin-left: 765px !important;}
.ml-770 {margin-left: 770px !important;}
.ml-775 {margin-left: 775px !important;}
.ml-780 {margin-left: 780px !important;}
.ml-785 {margin-left: 785px !important;}
.ml-790 {margin-left: 790px !important;}
.ml-795 {margin-left: 795px !important;}
.ml-800 {margin-left: 800px !important;}
.ml-805 {margin-left: 805px !important;}
.ml-810 {margin-left: 810px !important;}
.ml-815 {margin-left: 815px !important;}
.ml-820 {margin-left: 820px !important;}
.ml-825 {margin-left: 825px !important;}
.ml-830 {margin-left: 830px !important;}
.ml-835 {margin-left: 835px !important;}
.ml-840 {margin-left: 840px !important;}
.ml-845 {margin-left: 845px !important;}
.ml-850 {margin-left: 850px !important;}
.ml-855 {margin-left: 855px !important;}
.ml-860 {margin-left: 860px !important;}
.ml-865 {margin-left: 865px !important;}
.ml-870 {margin-left: 870px !important;}
.ml-875 {margin-left: 875px !important;}
.ml-880 {margin-left: 880px !important;}
.ml-885 {margin-left: 885px !important;}
.ml-890 {margin-left: 890px !important;}
.ml-895 {margin-left: 895px !important;}
.ml-900 {margin-left: 900px !important;}
.ml-905 {margin-left: 905px !important;}
.ml-910 {margin-left: 910px !important;}
.ml-915 {margin-left: 915px !important;}
.ml-920 {margin-left: 920px !important;}
.ml-925 {margin-left: 925px !important;}
.ml-930 {margin-left: 930px !important;}
.ml-935 {margin-left: 935px !important;}
.ml-940 {margin-left: 940px !important;}
.ml-945 {margin-left: 945px !important;}
.ml-950 {margin-left: 950px !important;}
.ml-955 {margin-left: 955px !important;}
.ml-960 {margin-left: 960px !important;}
.ml-965 {margin-left: 965px !important;}
.ml-970 {margin-left: 970px !important;}
.ml-975 {margin-left: 975px !important;}
.ml-980 {margin-left: 980px !important;}
.ml-985 {margin-left: 985px !important;}
.ml-990 {margin-left: 990px !important;}
.ml-995 {margin-left: 995px !important;}
.ml-1000 {margin-left: 1000px !important;}
.ml-1005 {margin-left: 1005px !important;}
.ml-1010 {margin-left: 1010px !important;}
.ml-1015 {margin-left: 1015px !important;}
.ml-1020 {margin-left: 1020px !important;}
.ml-1025 {margin-left: 1025px !important;}
.ml-1030 {margin-left: 1030px !important;}
.ml-1035 {margin-left: 1035px !important;}
.ml-1040 {margin-left: 1040px !important;}
.ml-1045 {margin-left: 1045px !important;}
.ml-1050 {margin-left: 1050px !important;}
.ml-1055 {margin-left: 1055px !important;}
.ml-1060 {margin-left: 1060px !important;}
.ml-1065 {margin-left: 1065px !important;}
.ml-1070 {margin-left: 1070px !important;}
.ml-1075 {margin-left: 1075px !important;}
.ml-1080 {margin-left: 1080px !important;}
.ml-1085 {margin-left: 1085px !important;}
.ml-1090 {margin-left: 1090px !important;}
.ml-1095 {margin-left: 1095px !important;}
.ml-1100 {margin-left: 1100px !important;}
.ml-1105 {margin-left: 1105px !important;}
.ml-1110 {margin-left: 1110px !important;}
.ml-1115 {margin-left: 1115px !important;}
.ml-1120 {margin-left: 1120px !important;}
.ml-1125 {margin-left: 1125px !important;}
.ml-1130 {margin-left: 1130px !important;}
.ml-1135 {margin-left: 1135px !important;}
.ml-1140 {margin-left: 1140px !important;}
.ml-1145 {margin-left: 1145px !important;}
.ml-1150 {margin-left: 1150px !important;}
.ml-1155 {margin-left: 1155px !important;}
.ml-1160 {margin-left: 1160px !important;}
.ml-1165 {margin-left: 1165px !important;}
.ml-1170 {margin-left: 1170px !important;}
.ml-1175 {margin-left: 1175px !important;}
.ml-1180 {margin-left: 1180px !important;}
.ml-1185 {margin-left: 1185px !important;}
.ml-1190 {margin-left: 1190px !important;}
.ml-1195 {margin-left: 1195px !important;}
.ml-1200 {margin-left: 1200px !important;}

.p-0 {padding: 0 !important;}
.p-1 {padding: 1px !important;}
.p-2 {padding: 2px !important;}
.p-3 {padding: 3px !important;}
.p-4 {padding: 4px !important;}
.p-5 {padding: 5px !important;}
.p-6 {padding: 6px !important;}
.p-7 {padding: 7px !important;}
.p-8 {padding: 8px !important;}
.p-9 {padding: 9px !important;}
.p-10 {padding: 10px !important;}
.p-11 {padding: 11px !important;}
.p-12 {padding: 12px !important;}
.p-13 {padding: 13px !important;}
.p-14 {padding: 14px !important;}
.p-15 {padding: 15px !important;}
.p-16 {padding: 16px !important;}
.p-17 {padding: 17px !important;}
.p-18 {padding: 18px !important;}
.p-19 {padding: 19px !important;}
.p-20 {padding: 20px !important;}
.p-21 {padding: 21px !important;}
.p-22 {padding: 22px !important;}
.p-23 {padding: 23px !important;}
.p-24 {padding: 24px !important;}
.p-25 {padding: 25px !important;}
.p-26 {padding: 26px !important;}
.p-27 {padding: 27px !important;}
.p-28 {padding: 28px !important;}
.p-29 {padding: 29px !important;}
.p-30 {padding: 30px !important;}
.p-31 {padding: 31px !important;}
.p-32 {padding: 32px !important;}
.p-33 {padding: 33px !important;}
.p-34 {padding: 34px !important;}
.p-35 {padding: 35px !important;}
.p-36 {padding: 36px !important;}
.p-37 {padding: 37px !important;}
.p-38 {padding: 38px !important;}
.p-39 {padding: 39px !important;}
.p-40 {padding: 40px !important;}
.p-41 {padding: 41px !important;}
.p-42 {padding: 42px !important;}
.p-43 {padding: 43px !important;}
.p-44 {padding: 44px !important;}
.p-45 {padding: 45px !important;}
.p-46 {padding: 46px !important;}
.p-47 {padding: 47px !important;}
.p-48 {padding: 48px !important;}
.p-49 {padding: 49px !important;}
.p-50 {padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: 1px !important;}
.pt-2 {padding-top: 2px !important;}
.pt-3 {padding-top: 3px !important;}
.pt-4 {padding-top: 4px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-6 {padding-top: 6px !important;}
.pt-7 {padding-top: 7px !important;}
.pt-8 {padding-top: 8px !important;}
.pt-9 {padding-top: 9px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-11 {padding-top: 11px !important;}
.pt-12 {padding-top: 12px !important;}
.pt-13 {padding-top: 13px !important;}
.pt-14 {padding-top: 14px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-16 {padding-top: 16px !important;}
.pt-17 {padding-top: 17px !important;}
.pt-18 {padding-top: 18px !important;}
.pt-19 {padding-top: 19px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-21 {padding-top: 21px !important;}
.pt-22 {padding-top: 22px !important;}
.pt-23 {padding-top: 23px !important;}
.pt-24 {padding-top: 24px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-26 {padding-top: 26px !important;}
.pt-27 {padding-top: 27px !important;}
.pt-28 {padding-top: 28px !important;}
.pt-29 {padding-top: 29px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-31 {padding-top: 31px !important;}
.pt-32 {padding-top: 32px !important;}
.pt-33 {padding-top: 33px !important;}
.pt-34 {padding-top: 34px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-36 {padding-top: 36px !important;}
.pt-37 {padding-top: 37px !important;}
.pt-38 {padding-top: 38px !important;}
.pt-39 {padding-top: 39px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-41 {padding-top: 41px !important;}
.pt-42 {padding-top: 42px !important;}
.pt-43 {padding-top: 43px !important;}
.pt-44 {padding-top: 44px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-46 {padding-top: 46px !important;}
.pt-47 {padding-top: 47px !important;}
.pt-48 {padding-top: 48px !important;}
.pt-49 {padding-top: 49px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-1 {padding-right: 1px !important;}
.pr-2 {padding-right: 2px !important;}
.pr-3 {padding-right: 3px !important;}
.pr-4 {padding-right: 4px !important;}
.pr-5 {padding-right: 5px !important;}
.pr-6 {padding-right: 6px !important;}
.pr-7 {padding-right: 7px !important;}
.pr-8 {padding-right: 8px !important;}
.pr-9 {padding-right: 9px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-11 {padding-right: 11px !important;}
.pr-12 {padding-right: 12px !important;}
.pr-13 {padding-right: 13px !important;}
.pr-14 {padding-right: 14px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-16 {padding-right: 16px !important;}
.pr-17 {padding-right: 17px !important;}
.pr-18 {padding-right: 18px !important;}
.pr-19 {padding-right: 19px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-21 {padding-right: 21px !important;}
.pr-22 {padding-right: 22px !important;}
.pr-23 {padding-right: 23px !important;}
.pr-24 {padding-right: 24px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-26 {padding-right: 26px !important;}
.pr-27 {padding-right: 27px !important;}
.pr-28 {padding-right: 28px !important;}
.pr-29 {padding-right: 29px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-31 {padding-right: 31px !important;}
.pr-32 {padding-right: 32px !important;}
.pr-33 {padding-right: 33px !important;}
.pr-34 {padding-right: 34px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-36 {padding-right: 36px !important;}
.pr-37 {padding-right: 37px !important;}
.pr-38 {padding-right: 38px !important;}
.pr-39 {padding-right: 39px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-41 {padding-right: 41px !important;}
.pr-42 {padding-right: 42px !important;}
.pr-43 {padding-right: 43px !important;}
.pr-44 {padding-right: 44px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-46 {padding-right: 46px !important;}
.pr-47 {padding-right: 47px !important;}
.pr-48 {padding-right: 48px !important;}
.pr-49 {padding-right: 49px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: 1px !important;}
.pb-2 {padding-bottom: 2px !important;}
.pb-3 {padding-bottom: 3px !important;}
.pb-4 {padding-bottom: 4px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-6 {padding-bottom: 6px !important;}
.pb-7 {padding-bottom: 7px !important;}
.pb-8 {padding-bottom: 8px !important;}
.pb-9 {padding-bottom: 9px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-11 {padding-bottom: 11px !important;}
.pb-12 {padding-bottom: 12px !important;}
.pb-13 {padding-bottom: 13px !important;}
.pb-14 {padding-bottom: 14px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-16 {padding-bottom: 16px !important;}
.pb-17 {padding-bottom: 17px !important;}
.pb-18 {padding-bottom: 18px !important;}
.pb-19 {padding-bottom: 19px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-21 {padding-bottom: 21px !important;}
.pb-22 {padding-bottom: 22px !important;}
.pb-23 {padding-bottom: 23px !important;}
.pb-24 {padding-bottom: 24px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-26 {padding-bottom: 26px !important;}
.pb-27 {padding-bottom: 27px !important;}
.pb-28 {padding-bottom: 28px !important;}
.pb-29 {padding-bottom: 29px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-31 {padding-bottom: 31px !important;}
.pb-32 {padding-bottom: 32px !important;}
.pb-33 {padding-bottom: 33px !important;}
.pb-34 {padding-bottom: 34px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-36 {padding-bottom: 36px !important;}
.pb-37 {padding-bottom: 37px !important;}
.pb-38 {padding-bottom: 38px !important;}
.pb-39 {padding-bottom: 39px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-41 {padding-bottom: 41px !important;}
.pb-42 {padding-bottom: 42px !important;}
.pb-43 {padding-bottom: 43px !important;}
.pb-44 {padding-bottom: 44px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-46 {padding-bottom: 46px !important;}
.pb-47 {padding-bottom: 47px !important;}
.pb-48 {padding-bottom: 48px !important;}
.pb-49 {padding-bottom: 49px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-1 {padding-left: 1px !important;}
.pl-2 {padding-left: 2px !important;}
.pl-3 {padding-left: 3px !important;}
.pl-4 {padding-left: 4px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-6 {padding-left: 6px !important;}
.pl-7 {padding-left: 7px !important;}
.pl-8 {padding-left: 8px !important;}
.pl-9 {padding-left: 9px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-11 {padding-left: 11px !important;}
.pl-12 {padding-left: 12px !important;}
.pl-13 {padding-left: 13px !important;}
.pl-14 {padding-left: 14px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-16 {padding-left: 16px !important;}
.pl-17 {padding-left: 17px !important;}
.pl-18 {padding-left: 18px !important;}
.pl-19 {padding-left: 19px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-21 {padding-left: 21px !important;}
.pl-22 {padding-left: 22px !important;}
.pl-23 {padding-left: 23px !important;}
.pl-24 {padding-left: 24px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-26 {padding-left: 26px !important;}
.pl-27 {padding-left: 27px !important;}
.pl-28 {padding-left: 28px !important;}
.pl-29 {padding-left: 29px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-31 {padding-left: 31px !important;}
.pl-32 {padding-left: 32px !important;}
.pl-33 {padding-left: 33px !important;}
.pl-34 {padding-left: 34px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-36 {padding-left: 36px !important;}
.pl-37 {padding-left: 37px !important;}
.pl-38 {padding-left: 38px !important;}
.pl-39 {padding-left: 39px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-41 {padding-left: 41px !important;}
.pl-42 {padding-left: 42px !important;}
.pl-43 {padding-left: 43px !important;}
.pl-44 {padding-left: 44px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-46 {padding-left: 46px !important;}
.pl-47 {padding-left: 47px !important;}
.pl-48 {padding-left: 48px !important;}
.pl-49 {padding-left: 49px !important;}
.pl-50 {padding-left: 50px !important;}
