@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}.animated.infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}.animated.hinge {-webkit-animation-duration: 2s;animation-duration: 2s;}@-webkit-keyframes bounce {0%, 20%, 53%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}40%, 43% {-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -30px, 0);transform: translate3d(0, -30px, 0);}70% {-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0);transform: translate3d(0, -15px, 0);}90% {-webkit-transform: translate3d(0, -4px, 0);transform: translate3d(0, -4px, 0);}}@keyframes bounce {0%, 20%, 53%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}40%, 43% {-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -30px, 0);transform: translate3d(0, -30px, 0);}70% {-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0);transform: translate3d(0, -15px, 0);}90% {-webkit-transform: translate3d(0, -4px, 0);transform: translate3d(0, -4px, 0);}}.bounce {-webkit-animation-name: bounce;animation-name: bounce;-webkit-transform-origin: center bottom;-ms-transform-origin: center bottom;transform-origin: center bottom;}@-webkit-keyframes flash {0%, 50%, 100% {opacity: 1;}25%, 75% {opacity: 0;}}@keyframes flash {0%, 50%, 100% {opacity: 1;}25%, 75% {opacity: 0;}}.flash {-webkit-animation-name: flash;animation-name: flash;}@-webkit-keyframes pulse {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes pulse {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.pulse {-webkit-animation-name: pulse;animation-name: pulse;}@-webkit-keyframes rubberBand {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes rubberBand {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.rubberBand {-webkit-animation-name: rubberBand;animation-name: rubberBand;}@-webkit-keyframes shake {0%, 100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}}@keyframes shake {0%, 100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}}.shake {-webkit-animation-name: shake;animation-name: shake;}@-webkit-keyframes swing {20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}100% {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}}@keyframes swing {20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}100% {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}}.swing {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-animation-name: swing;animation-name: swing;}@-webkit-keyframes tada {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}10%, 20% {-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%, 60%, 80% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes tada {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}10%, 20% {-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%, 60%, 80% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.tada {-webkit-animation-name: tada;animation-name: tada;}@-webkit-keyframes wobble {0% {-webkit-transform: none;transform: none;}15% {-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}30% {-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}45% {-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}60% {-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}75% {-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}100% {-webkit-transform: none;transform: none;}}@keyframes wobble {0% {-webkit-transform: none;transform: none;}15% {-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}30% {-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}45% {-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}60% {-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}75% {-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}100% {-webkit-transform: none;transform: none;}}.wobble {-webkit-animation-name: wobble;animation-name: wobble;}@-webkit-keyframes bounceIn {0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}40% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}60% {opacity: 1;-webkit-transform: scale3d(1.03, 1.03, 1.03);transform: scale3d(1.03, 1.03, 1.03);}80% {-webkit-transform: scale3d(0.97, 0.97, 0.97);transform: scale3d(0.97, 0.97, 0.97);}100% {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes bounceIn {0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}40% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}60% {opacity: 1;-webkit-transform: scale3d(1.03, 1.03, 1.03);transform: scale3d(1.03, 1.03, 1.03);}80% {-webkit-transform: scale3d(0.97, 0.97, 0.97);transform: scale3d(0.97, 0.97, 0.97);}100% {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.bounceIn {-webkit-animation-name: bounceIn;animation-name: bounceIn;-webkit-animation-duration: .75s;animation-duration: .75s;}@-webkit-keyframes bounceInDown {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}100% {-webkit-transform: none;transform: none;}}@keyframes bounceInDown {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}100% {-webkit-transform: none;transform: none;}}.bounceInDown {-webkit-animation-name: bounceInDown;animation-name: bounceInDown;}@-webkit-keyframes bounceInLeft {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px, 0, 0);transform: translate3d(-3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(25px, 0, 0);transform: translate3d(25px, 0, 0);}75% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}90% {-webkit-transform: translate3d(5px, 0, 0);transform: translate3d(5px, 0, 0);}100% {-webkit-transform: none;transform: none;}}@keyframes bounceInLeft {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px, 0, 0);transform: translate3d(-3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(25px, 0, 0);transform: translate3d(25px, 0, 0);}75% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}90% {-webkit-transform: translate3d(5px, 0, 0);transform: translate3d(5px, 0, 0);}100% {-webkit-transform: none;transform: none;}}.bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}@-webkit-keyframes bounceInRight {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(3000px, 0, 0);transform: translate3d(3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(-25px, 0, 0);transform: translate3d(-25px, 0, 0);}75% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}90% {-webkit-transform: translate3d(-5px, 0, 0);transform: translate3d(-5px, 0, 0);}100% {-webkit-transform: none;transform: none;}}@keyframes bounceInRight {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(3000px, 0, 0);transform: translate3d(3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(-25px, 0, 0);transform: translate3d(-25px, 0, 0);}75% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}90% {-webkit-transform: translate3d(-5px, 0, 0);transform: translate3d(-5px, 0, 0);}100% {-webkit-transform: none;transform: none;}}.bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}@-webkit-keyframes bounceInUp {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInUp {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInUp {-webkit-animation-name: bounceInUp;animation-name: bounceInUp;}@-webkit-keyframes bounceOut {20% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}100% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}}@keyframes bounceOut {20% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}100% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}}.bounceOut {-webkit-animation-name: bounceOut;animation-name: bounceOut;-webkit-animation-duration: .75s;animation-duration: .75s;}@-webkit-keyframes bounceOutDown {20% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}100% {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}@keyframes bounceOutDown {20% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}100% {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}.bounceOutDown {-webkit-animation-name: bounceOutDown;animation-name: bounceOutDown;}@-webkit-keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);}100% {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}@keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);}100% {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}.bounceOutLeft {-webkit-animation-name: bounceOutLeft;animation-name: bounceOutLeft;}@-webkit-keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px, 0, 0);transform: translate3d(-20px, 0, 0);}100% {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}@keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px, 0, 0);transform: translate3d(-20px, 0, 0);}100% {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}.bounceOutRight {-webkit-animation-name: bounceOutRight;animation-name: bounceOutRight;}@-webkit-keyframes bounceOutUp {20% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}100% {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}@keyframes bounceOutUp {20% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}100% {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}.bounceOutUp {-webkit-animation-name: bounceOutUp;animation-name: bounceOutUp;}@-webkit-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}@-webkit-keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}@-webkit-keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInDownBig {-webkit-animation-name: fadeInDownBig;animation-name: fadeInDownBig;}@-webkit-keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}@-webkit-keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInLeftBig {-webkit-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;}@-webkit-keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}@-webkit-keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInRightBig {-webkit-animation-name: fadeInRightBig;animation-name: fadeInRightBig;}@-webkit-keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}@-webkit-keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.fadeInUpBig {-webkit-animation-name: fadeInUpBig;animation-name: fadeInUpBig;}@-webkit-keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}@keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}.fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}@-webkit-keyframes fadeOutDown {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}@keyframes fadeOutDown {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}.fadeOutDown {-webkit-animation-name: fadeOutDown;animation-name: fadeOutDown;}@-webkit-keyframes fadeOutDownBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}@keyframes fadeOutDownBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}.fadeOutDownBig {-webkit-animation-name: fadeOutDownBig;animation-name: fadeOutDownBig;}@-webkit-keyframes fadeOutLeft {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}@keyframes fadeOutLeft {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}.fadeOutLeft {-webkit-animation-name: fadeOutLeft;animation-name: fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}@keyframes fadeOutLeftBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}.fadeOutLeftBig {-webkit-animation-name: fadeOutLeftBig;animation-name: fadeOutLeftBig;}@-webkit-keyframes fadeOutRight {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}@keyframes fadeOutRight {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}.fadeOutRight {-webkit-animation-name: fadeOutRight;animation-name: fadeOutRight;}@-webkit-keyframes fadeOutRightBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}@keyframes fadeOutRightBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}.fadeOutRightBig {-webkit-animation-name: fadeOutRightBig;animation-name: fadeOutRightBig;}@-webkit-keyframes fadeOutUp {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}@keyframes fadeOutUp {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}.fadeOutUp {-webkit-animation-name: fadeOutUp;animation-name: fadeOutUp;}@-webkit-keyframes fadeOutUpBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}@keyframes fadeOutUpBig {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}.fadeOutUpBig {-webkit-animation-name: fadeOutUpBig;animation-name: fadeOutUpBig;}@-webkit-keyframes flip {0% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);transform: perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);transform: perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}100% {-webkit-transform: perspective(400px);transform: perspective(400px);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}@keyframes flip {0% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);transform: perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);transform: perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}100% {-webkit-transform: perspective(400px);transform: perspective(400px);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}.animated.flip {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation-name: flip;animation-name: flip;}@-webkit-keyframes flipInX {0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}100% {-webkit-transform: perspective(400px);transform: perspective(400px);}}@keyframes flipInX {0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}100% {-webkit-transform: perspective(400px);transform: perspective(400px);}}.flipInX {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInX;animation-name: flipInX;}@-webkit-keyframes flipInY {0% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}100% {-webkit-transform: perspective(400px);transform: perspective(400px);}}@keyframes flipInY {0% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}100% {-webkit-transform: perspective(400px);transform: perspective(400px);}}.flipInY {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInY;animation-name: flipInY;}@-webkit-keyframes flipOutX {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);opacity: 0;}}@keyframes flipOutX {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);opacity: 0;}}.flipOutX {-webkit-animation-name: flipOutX;animation-name: flipOutX;-webkit-animation-duration: .75s;animation-duration: .75s;-webkit-backface-visibility: visible !important;backface-visibility: visible !important;}@-webkit-keyframes flipOutY {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);transform: perspective(400px) rotate3d(0, 1, 0, -15deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}}@keyframes flipOutY {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);transform: perspective(400px) rotate3d(0, 1, 0, -15deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}}.flipOutY {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipOutY;animation-name: flipOutY;-webkit-animation-duration: .75s;animation-duration: .75s;}@-webkit-keyframes lightSpeedIn {0% {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);opacity: 1;}100% {-webkit-transform: none;transform: none;opacity: 1;}}@keyframes lightSpeedIn {0% {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);opacity: 1;}100% {-webkit-transform: none;transform: none;opacity: 1;}}.lightSpeedIn {-webkit-animation-name: lightSpeedIn;animation-name: lightSpeedIn;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}@-webkit-keyframes lightSpeedOut {0% {opacity: 1;}100% {-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);transform: translate3d(100%, 0, 0) skewX(30deg);opacity: 0;}}@keyframes lightSpeedOut {0% {opacity: 1;}100% {-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);transform: translate3d(100%, 0, 0) skewX(30deg);opacity: 0;}}.lightSpeedOut {-webkit-animation-name: lightSpeedOut;animation-name: lightSpeedOut;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}@-webkit-keyframes rotateIn {0% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: none;transform: none;opacity: 1;}}@keyframes rotateIn {0% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: none;transform: none;opacity: 1;}}.rotateIn {-webkit-animation-name: rotateIn;animation-name: rotateIn;}@-webkit-keyframes rotateInDownLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: none;transform: none;opacity: 1;}}@keyframes rotateInDownLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: none;transform: none;opacity: 1;}}.rotateInDownLeft {-webkit-animation-name: rotateInDownLeft;animation-name: rotateInDownLeft;}@-webkit-keyframes rotateInDownRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: none;transform: none;opacity: 1;}}@keyframes rotateInDownRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: none;transform: none;opacity: 1;}}.rotateInDownRight {-webkit-animation-name: rotateInDownRight;animation-name: rotateInDownRight;}@-webkit-keyframes rotateInUpLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: none;transform: none;opacity: 1;}}@keyframes rotateInUpLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: none;transform: none;opacity: 1;}}.rotateInUpLeft {-webkit-animation-name: rotateInUpLeft;animation-name: rotateInUpLeft;}@-webkit-keyframes rotateInUpRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -90deg);transform: rotate3d(0, 0, 1, -90deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: none;transform: none;opacity: 1;}}@keyframes rotateInUpRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -90deg);transform: rotate3d(0, 0, 1, -90deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: none;transform: none;opacity: 1;}}.rotateInUpRight {-webkit-animation-name: rotateInUpRight;animation-name: rotateInUpRight;}@-webkit-keyframes rotateOut {0% {-webkit-transform-origin: center;transform-origin: center;opacity: 1;}100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, 200deg);transform: rotate3d(0, 0, 1, 200deg);opacity: 0;}}@keyframes rotateOut {0% {-webkit-transform-origin: center;transform-origin: center;opacity: 1;}100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, 200deg);transform: rotate3d(0, 0, 1, 200deg);opacity: 0;}}.rotateOut {-webkit-animation-name: rotateOut;animation-name: rotateOut;}@-webkit-keyframes rotateOutDownLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}}@keyframes rotateOutDownLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}}.rotateOutDownLeft {-webkit-animation-name: rotateOutDownLeft;animation-name: rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}@keyframes rotateOutDownRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}.rotateOutDownRight {-webkit-animation-name: rotateOutDownRight;animation-name: rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}@keyframes rotateOutUpLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}.rotateOutUpLeft {-webkit-animation-name: rotateOutUpLeft;animation-name: rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 90deg);transform: rotate3d(0, 0, 1, 90deg);opacity: 0;}}@keyframes rotateOutUpRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 90deg);transform: rotate3d(0, 0, 1, 90deg);opacity: 0;}}.rotateOutUpRight {-webkit-animation-name: rotateOutUpRight;animation-name: rotateOutUpRight;}@-webkit-keyframes hinge {0% {-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate3d(0, 0, 1, 80deg);transform: rotate3d(0, 0, 1, 80deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40%, 80% {-webkit-transform: rotate3d(0, 0, 1, 60deg);transform: rotate3d(0, 0, 1, 60deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}100% {-webkit-transform: translate3d(0, 700px, 0);transform: translate3d(0, 700px, 0);opacity: 0;}}@keyframes hinge {0% {-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate3d(0, 0, 1, 80deg);transform: rotate3d(0, 0, 1, 80deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40%, 80% {-webkit-transform: rotate3d(0, 0, 1, 60deg);transform: rotate3d(0, 0, 1, 60deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}100% {-webkit-transform: translate3d(0, 700px, 0);transform: translate3d(0, 700px, 0);opacity: 0;}}.hinge {-webkit-animation-name: hinge;animation-name: hinge;}@-webkit-keyframes rollIn {0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}100% {opacity: 1;-webkit-transform: none;transform: none;}}@keyframes rollIn {0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}100% {opacity: 1;-webkit-transform: none;transform: none;}}.rollIn {-webkit-animation-name: rollIn;animation-name: rollIn;}@-webkit-keyframes rollOut {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}@keyframes rollOut {0% {opacity: 1;}100% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}.rollOut {-webkit-animation-name: rollOut;animation-name: rollOut;}@-webkit-keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}@keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}.zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}@-webkit-keyframes zoomInDown {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInDown {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInDown {-webkit-animation-name: zoomInDown;animation-name: zoomInDown;}@-webkit-keyframes zoomInLeft {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInLeft {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInLeft {-webkit-animation-name: zoomInLeft;animation-name: zoomInLeft;}@-webkit-keyframes zoomInRight {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInRight {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInRight {-webkit-animation-name: zoomInRight;animation-name: zoomInRight;}@-webkit-keyframes zoomInUp {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInUp {0% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInUp {-webkit-animation-name: zoomInUp;animation-name: zoomInUp;}@-webkit-keyframes zoomOut {0% {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}100% {opacity: 0;}}@keyframes zoomOut {0% {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}100% {opacity: 0;}}.zoomOut {-webkit-animation-name: zoomOut;animation-name: zoomOut;}@-webkit-keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}100% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}100% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomOutDown {-webkit-animation-name: zoomOutDown;animation-name: zoomOutDown;}@-webkit-keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}@keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}.zoomOutLeft {-webkit-animation-name: zoomOutLeft;animation-name: zoomOutLeft;}@-webkit-keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}@keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}.zoomOutRight {-webkit-animation-name: zoomOutRight;animation-name: zoomOutRight;}@-webkit-keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}100% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}100% {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomOutUp {-webkit-animation-name: zoomOutUp;animation-name: zoomOutUp;}@-webkit-keyframes slideInDown {0% {-webkit-transform: translateY(-100%);transform: translateY(-100%);visibility: visible;}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes slideInDown {0% {-webkit-transform: translateY(-100%);transform: translateY(-100%);visibility: visible;}100% {-webkit-transform: translateY(0);transform: translateY(0);}}.slideInDown {-webkit-animation-name: slideInDown;animation-name: slideInDown;}@-webkit-keyframes slideInLeft {0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);visibility: visible;}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideInLeft {0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);visibility: visible;}100% {-webkit-transform: translateX(0);transform: translateX(0);}}.slideInLeft {-webkit-animation-name: slideInLeft;animation-name: slideInLeft;}@-webkit-keyframes slideInRight {0% {-webkit-transform: translateX(100%);transform: translateX(100%);visibility: visible;}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideInRight {0% {-webkit-transform: translateX(100%);transform: translateX(100%);visibility: visible;}100% {-webkit-transform: translateX(0);transform: translateX(0);}}.slideInRight {-webkit-animation-name: slideInRight;animation-name: slideInRight;}@-webkit-keyframes slideInUp {0% {-webkit-transform: translateY(100%);transform: translateY(100%);visibility: visible;}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes slideInUp {0% {-webkit-transform: translateY(100%);transform: translateY(100%);visibility: visible;}100% {-webkit-transform: translateY(0);transform: translateY(0);}}.slideInUp {-webkit-animation-name: slideInUp;animation-name: slideInUp;}@-webkit-keyframes slideOutDown {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {visibility: hidden;-webkit-transform: translateY(100%);transform: translateY(100%);}}@keyframes slideOutDown {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {visibility: hidden;-webkit-transform: translateY(100%);transform: translateY(100%);}}.slideOutDown {-webkit-animation-name: slideOutDown;animation-name: slideOutDown;}@-webkit-keyframes slideOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {visibility: hidden;-webkit-transform: translateX(-100%);transform: translateX(-100%);}}@keyframes slideOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {visibility: hidden;-webkit-transform: translateX(-100%);transform: translateX(-100%);}}.slideOutLeft {-webkit-animation-name: slideOutLeft;animation-name: slideOutLeft;}@-webkit-keyframes slideOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);}}@keyframes slideOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);}}.slideOutRight {-webkit-animation-name: slideOutRight;animation-name: slideOutRight;}@-webkit-keyframes slideOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {visibility: hidden;-webkit-transform: translateY(-100%);transform: translateY(-100%);}}@keyframes slideOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {visibility: hidden;-webkit-transform: translateY(-100%);transform: translateY(-100%);}}.slideOutUp {-webkit-animation-name: slideOutUp;animation-name: slideOutUp;}@-webkit-keyframes ngdialog-fadeout {0% {opacity: 1;}100% {opacity: 0;}}@keyframes ngdialog-fadeout {0% {opacity: 1;}100% {opacity: 0;}}@-webkit-keyframes ngdialog-fadein {0% {opacity: 0;}100% {opacity: 1;}}@keyframes ngdialog-fadein {0% {opacity: 0;}100% {opacity: 1;}}.ngdialog,.ngdialog *,.ngdialog *:before,.ngdialog *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.ngdialog {position: fixed;overflow: auto;-webkit-overflow-scrolling: touch;z-index: 10000;top: 0;right: 0;bottom: 0;left: 0;}.ngdialog-overlay {position: fixed;background: rgba(0, 0, 0, 0.4);top: 0;right: 0;bottom: 0;left: 0;-webkit-backface-visibility: hidden;-webkit-animation: ngdialog-fadein 0.5s;animation: ngdialog-fadein 0.5s;}.ngdialog.ngdialog-closing .ngdialog-overlay {-webkit-backface-visibility: hidden;-webkit-animation: ngdialog-fadeout 0.5s;animation: ngdialog-fadeout 0.5s;}.ngdialog-content {background: white;-webkit-backface-visibility: hidden;-webkit-animation: ngdialog-fadein 0.5s;animation: ngdialog-fadein 0.5s;}.ngdialog.ngdialog-closing .ngdialog-content {-webkit-backface-visibility: hidden;-webkit-animation: ngdialog-fadeout 0.5s;animation: ngdialog-fadeout 0.5s;}.ngdialog-close:before {font-family: 'Helvetica', Arial, sans-serif;content: '\00D7';cursor: pointer;}body.ngdialog-open {overflow: hidden;}@-webkit-keyframes ngdialog-flyin {0% {opacity: 0;-webkit-transform: translateY(-40px);transform: translateY(-40px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes ngdialog-flyin {0% {opacity: 0;-webkit-transform: translateY(-40px);-ms-transform: translateY(-40px);transform: translateY(-40px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes ngdialog-flyout {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-40px);transform: translateY(-40px);}}@keyframes ngdialog-flyout {0% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-40px);-ms-transform: translateY(-40px);transform: translateY(-40px);}}.ngdialog.ngdialog-theme-default {padding-bottom: 160px;padding-top: 160px;}.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {-webkit-animation: ngdialog-flyout .5s;animation: ngdialog-flyout .5s;}.ngdialog.ngdialog-theme-default .ngdialog-content {-webkit-animation: ngdialog-flyin .5s;animation: ngdialog-flyin .5s;background: #f0f0f0;border-radius: 5px;color: #444;font-family: Helvetica,sans-serif;font-size: 1.1em;line-height: 1.5em;margin: 0 auto;max-width: 100%;padding: 1em;position: relative;width: 450px;}.ngdialog.ngdialog-theme-default .ngdialog-close {border-radius: 5px;cursor: pointer;position: absolute;right: 0;top: 0;}.ngdialog.ngdialog-theme-default .ngdialog-close:before {background: 0 0;border-radius: 3px;color: #bbb;content: '\00D7';font-size: 26px;font-weight: 400;height: 30px;line-height: 26px;position: absolute;right: 3px;text-align: center;top: 3px;width: 30px;}.ngdialog.ngdialog-theme-default .ngdialog-close:active:before, .ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {color: #777;}.ngdialog.ngdialog-theme-default .ngdialog-message {margin-bottom: .5em;}.ngdialog.ngdialog-theme-default .ngdialog-input {margin-bottom: 1em;}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email], .ngdialog.ngdialog-theme-default .ngdialog-input input[type=password], .ngdialog.ngdialog-theme-default .ngdialog-input input[type=text], .ngdialog.ngdialog-theme-default .ngdialog-input input[type=url], .ngdialog.ngdialog-theme-default .ngdialog-input textarea {background: #fff;border: 0;border-radius: 3px;font-family: inherit;font-size: inherit;font-weight: inherit;margin: 0 0 .25em;min-height: 2.5em;padding: .25em .67em;width: 100%;}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus {-webkit-box-shadow: inset 0 0 0 2px #8dbdf1;box-shadow: inset 0 0 0 2px #8dbdf1;outline: 0;}.ngdialog.ngdialog-theme-default .ngdialog-buttons {*zoom: 1;}.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {content: '';display: table;clear: both;}.ngdialog.ngdialog-theme-default .ngdialog-button {border: 0;border-radius: 3px;cursor: pointer;float: right;font-family: inherit;font-size: .8em;letter-spacing: .1em;line-height: 1em;margin: 0 0 0 .5em;padding: .75em 2em;text-transform: uppercase;}.ngdialog.ngdialog-theme-default .ngdialog-button:focus {-webkit-animation: ngdialog-pulse 1.1s infinite;animation: ngdialog-pulse 1.1s infinite;outline: 0;}@media (max-width: 568px) {.ngdialog.ngdialog-theme-default .ngdialog-button:focus {-webkit-animation: none;animation: none;}}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {background: #3288e6;color: #fff;}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {background: #e0e0e0;color: #777;}.ui-helper-hidden {display: none;}.ui-helper-hidden-accessible {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}.ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 1.3;text-decoration: none;font-size: 100%;list-style: none;}.ui-helper-clearfix:before,.ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;}.ui-helper-clearfix:after {clear: both;}.ui-helper-clearfix {min-height: 0;}.ui-helper-zfix {width: 100%;height: 100%;top: 0;left: 0;position: absolute;opacity: 0;filter: Alpha(Opacity=0);}.ui-front {z-index: 100;}.ui-state-disabled {cursor: default !important;}.ui-icon {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;}.ui-widget-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;}.ui-accordion .ui-accordion-header {display: block;cursor: pointer;position: relative;margin: 2px 0 0 0;padding: .5em .5em .5em .7em;min-height: 0;font-size: 100%;}.ui-accordion .ui-accordion-icons {padding-left: 2.2em;}.ui-accordion .ui-accordion-icons .ui-accordion-icons {padding-left: 2.2em;}.ui-accordion .ui-accordion-header .ui-accordion-header-icon {position: absolute;left: .5em;top: 50%;margin-top: -8px;}.ui-accordion .ui-accordion-content {padding: 1em 2.2em;border-top: 0;overflow: auto;}.ui-autocomplete {position: absolute;top: 0;left: 0;cursor: default;}.ui-button {display: inline-block;position: relative;padding: 0;line-height: normal;margin-right: .1em;cursor: pointer;vertical-align: middle;text-align: center;overflow: visible;}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {text-decoration: none;}.ui-button-icon-only {width: 2.2em;}button.ui-button-icon-only {width: 2.4em;}.ui-button-icons-only {width: 3.4em;}button.ui-button-icons-only {width: 3.7em;}.ui-button .ui-button-text {display: block;line-height: normal;}.ui-button-text-only .ui-button-text {padding: .4em 1em;}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text {padding: .4em;text-indent: -9999999px;}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text {padding: .4em 1em .4em 2.1em;}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text {padding: .4em 2.1em .4em 1em;}.ui-button-text-icons .ui-button-text {padding-left: 2.1em;padding-right: 2.1em;}input.ui-button {padding: .4em 1em;}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon {position: absolute;top: 50%;margin-top: -8px;}.ui-button-icon-only .ui-icon {left: 50%;margin-left: -8px;}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary {left: .5em;}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary {right: .5em;}.ui-buttonset {margin-right: 7px;}.ui-buttonset .ui-button {margin-left: 0;margin-right: -.3em;}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {border: 0;padding: 0;}.ui-datepicker {width: 17em;padding: .2em .2em 0;display: none;}.ui-datepicker .ui-datepicker-header {position: relative;padding: .2em 0;}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {position: absolute;top: 2px;width: 1.8em;height: 1.8em;}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {top: 1px;}.ui-datepicker .ui-datepicker-prev {left: 2px;}.ui-datepicker .ui-datepicker-next {right: 2px;}.ui-datepicker .ui-datepicker-prev-hover {left: 1px;}.ui-datepicker .ui-datepicker-next-hover {right: 1px;}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {display: block;position: absolute;left: 50%;margin-left: -8px;top: 50%;margin-top: -8px;}.ui-datepicker .ui-datepicker-title {margin: 0 2.3em;line-height: 1.8em;text-align: center;}.ui-datepicker .ui-datepicker-title select {font-size: 1em;margin: 1px 0;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {width: 45%;}.ui-datepicker table {width: 100%;font-size: .9em;border-collapse: collapse;margin: 0 0 .4em;}.ui-datepicker th {padding: .7em .3em;text-align: center;font-weight: bold;border: 0;}.ui-datepicker td {border: 0;padding: 1px;}.ui-datepicker td span,.ui-datepicker td a {display: block;padding: .2em;text-align: right;text-decoration: none;}.ui-datepicker .ui-datepicker-buttonpane {background-image: none;margin: .7em 0 0 0;padding: 0 .2em;border-left: 0;border-right: 0;border-bottom: 0;}.ui-datepicker .ui-datepicker-buttonpane button {float: right;margin: .5em .2em .4em;cursor: pointer;padding: .2em .6em .3em .6em;width: auto;overflow: visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float: left;}.ui-datepicker.ui-datepicker-multi {width: auto;}.ui-datepicker-multi .ui-datepicker-group {float: left;}.ui-datepicker-multi .ui-datepicker-group table {width: 95%;margin: 0 auto .4em;}.ui-datepicker-multi-2 .ui-datepicker-group {width: 50%;}.ui-datepicker-multi-3 .ui-datepicker-group {width: 33.3%;}.ui-datepicker-multi-4 .ui-datepicker-group {width: 25%;}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {border-left-width: 0;}.ui-datepicker-multi .ui-datepicker-buttonpane {clear: left;}.ui-datepicker-row-break {clear: both;width: 100%;font-size: 0;}.ui-datepicker-rtl {direction: rtl;}.ui-datepicker-rtl .ui-datepicker-prev {right: 2px;left: auto;}.ui-datepicker-rtl .ui-datepicker-next {left: 2px;right: auto;}.ui-datepicker-rtl .ui-datepicker-prev:hover {right: 1px;left: auto;}.ui-datepicker-rtl .ui-datepicker-next:hover {left: 1px;right: auto;}.ui-datepicker-rtl .ui-datepicker-buttonpane {clear: right;}.ui-datepicker-rtl .ui-datepicker-buttonpane button {float: left;}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {float: right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {border-right-width: 0;border-left-width: 1px;}.ui-dialog {overflow: hidden;position: absolute;top: 0;left: 0;padding: .2em;outline: 0;}.ui-dialog .ui-dialog-titlebar {padding: .4em 1em;position: relative;}.ui-dialog .ui-dialog-title {float: left;margin: .1em 0;white-space: nowrap;width: 90%;overflow: hidden;text-overflow: ellipsis;}.ui-dialog .ui-dialog-titlebar-close {position: absolute;right: .3em;top: 50%;width: 20px;margin: -10px 0 0 0;padding: 1px;height: 20px;}.ui-dialog .ui-dialog-content {position: relative;border: 0;padding: .5em 1em;background: none;overflow: auto;}.ui-dialog .ui-dialog-buttonpane {text-align: left;border-width: 1px 0 0 0;background-image: none;margin-top: .5em;padding: .3em 1em .5em .4em;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: right;}.ui-dialog .ui-dialog-buttonpane button {margin: .5em .4em .5em 0;cursor: pointer;}.ui-dialog .ui-resizable-se {width: 12px;height: 12px;right: -5px;bottom: -5px;background-position: 16px 16px;}.ui-draggable .ui-dialog-titlebar {cursor: move;}.ui-draggable-handle {-ms-touch-action: none;touch-action: none;}.ui-menu {list-style: none;padding: 0;margin: 0;display: block;outline: none;}.ui-menu .ui-menu {position: absolute;}.ui-menu .ui-menu-item {position: relative;margin: 0;padding: 3px 1em 3px .4em;cursor: pointer;min-height: 0;list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.ui-menu .ui-menu-divider {margin: 5px 0;height: 0;font-size: 0;line-height: 0;border-width: 1px 0 0 0;}.ui-menu .ui-state-focus,.ui-menu .ui-state-active {margin: -1px;}.ui-menu-icons {position: relative;}.ui-menu-icons .ui-menu-item {padding-left: 2em;}.ui-menu .ui-icon {position: absolute;top: 0;bottom: 0;left: .2em;margin: auto 0;}.ui-menu .ui-menu-icon {left: auto;right: 0;}.ui-progressbar {height: 2em;text-align: left;overflow: hidden;}.ui-progressbar .ui-progressbar-value {margin: -1px;height: 100%;}.ui-progressbar .ui-progressbar-overlay {background: url("data:image/gif;base64,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");height: 100%;filter: alpha(opacity=25);opacity: 0.25;}.ui-progressbar-indeterminate .ui-progressbar-value {background-image: none;}.ui-resizable {position: relative;}.ui-resizable-handle {position: absolute;font-size: 0.1px;display: block;-ms-touch-action: none;touch-action: none;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {display: none;}.ui-resizable-n {cursor: n-resize;height: 7px;width: 100%;top: -5px;left: 0;}.ui-resizable-s {cursor: s-resize;height: 7px;width: 100%;bottom: -5px;left: 0;}.ui-resizable-e {cursor: e-resize;width: 7px;right: -5px;top: 0;height: 100%;}.ui-resizable-w {cursor: w-resize;width: 7px;left: -5px;top: 0;height: 100%;}.ui-resizable-se {cursor: se-resize;width: 12px;height: 12px;right: 1px;bottom: 1px;}.ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}.ui-resizable-nw {cursor: nw-resize;width: 9px;height: 9px;left: -5px;top: -5px;}.ui-resizable-ne {cursor: ne-resize;width: 9px;height: 9px;right: -5px;top: -5px;}.ui-selectable {-ms-touch-action: none;touch-action: none;}.ui-selectable-helper {position: absolute;z-index: 100;border: 1px dotted black;}.ui-selectmenu-menu {padding: 0;margin: 0;position: absolute;top: 0;left: 0;display: none;}.ui-selectmenu-menu .ui-menu {overflow: auto;overflow-x: hidden;padding-bottom: 1px;}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {font-size: 1em;font-weight: bold;line-height: 1.5;padding: 2px 0.4em;margin: 0.5em 0 0 0;height: auto;border: 0;}.ui-selectmenu-open {display: block;}.ui-selectmenu-button {display: inline-block;overflow: hidden;position: relative;text-decoration: none;cursor: pointer;}.ui-selectmenu-button span.ui-icon {right: 0.5em;left: auto;margin-top: -8px;position: absolute;top: 50%;}.ui-selectmenu-button span.ui-selectmenu-text {text-align: left;padding: 0.4em 2.1em 0.4em 1em;display: block;line-height: 1.4;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.ui-slider {position: relative;text-align: left;}.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 1.2em;height: 1.2em;cursor: default;-ms-touch-action: none;touch-action: none;}.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}.ui-slider-horizontal {height: .8em;}.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.6em;}.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}.ui-slider-horizontal .ui-slider-range-min {left: 0;}.ui-slider-horizontal .ui-slider-range-max {right: 0;}.ui-slider-vertical {width: .8em;height: 100px;}.ui-slider-vertical .ui-slider-handle {left: -.3em;margin-left: 0;margin-bottom: -.6em;}.ui-slider-vertical .ui-slider-range {left: 0;width: 100%;}.ui-slider-vertical .ui-slider-range-min {bottom: 0;}.ui-slider-vertical .ui-slider-range-max {top: 0;}.ui-sortable-handle {-ms-touch-action: none;touch-action: none;}.ui-spinner {position: relative;display: inline-block;overflow: hidden;padding: 0;vertical-align: middle;}.ui-spinner-input {border: none;background: none;color: inherit;padding: 0;margin: .2em 0;vertical-align: middle;margin-left: .4em;margin-right: 22px;}.ui-spinner-button {width: 16px;height: 50%;font-size: .5em;padding: 0;margin: 0;text-align: center;position: absolute;cursor: default;display: block;overflow: hidden;right: 0;}.ui-spinner a.ui-spinner-button {border-top: none;border-bottom: none;border-right: none;}.ui-spinner .ui-icon {position: absolute;margin-top: -8px;top: 50%;left: 0;}.ui-spinner-up {top: 0;}.ui-spinner-down {bottom: 0;}.ui-spinner .ui-icon-triangle-1-s {background-position: -65px -16px;}.ui-tabs {position: relative;padding: .2em;}.ui-tabs .ui-tabs-nav {margin: 0;padding: .2em .2em 0;}.ui-tabs .ui-tabs-nav li {list-style: none;float: left;position: relative;top: 0;margin: 1px .2em 0 0;border-bottom-width: 0;padding: 0;white-space: nowrap;}.ui-tabs .ui-tabs-nav .ui-tabs-anchor {float: left;padding: .5em 1em;text-decoration: none;}.ui-tabs .ui-tabs-nav li.ui-tabs-active {margin-bottom: -1px;padding-bottom: 1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {cursor: text;}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {cursor: pointer;}.ui-tabs .ui-tabs-panel {display: block;border-width: 0;padding: 1em 1.4em;background: none;}.ui-tooltip {padding: 8px;position: absolute;z-index: 9999;max-width: 300px;-webkit-box-shadow: 0 0 5px #aaa;box-shadow: 0 0 5px #aaa;}body .ui-tooltip {border-width: 2px;}.ui-widget {font-family: Verdana,Arial,sans-serif;font-size: 1.1em;}.ui-widget .ui-widget {font-size: 1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {font-family: Verdana,Arial,sans-serif;font-size: 1em;}.ui-widget-content {border: 1px solid #aaaaaa;background: #ffffff url("jquery-ui/ui-bg_flat_75_ffffff_40x100-0069e2e987e3a23d85cc60677c2b2e48.png") 50% 50% repeat-x;color: #222222;}.ui-widget-content a {color: #222222;}.ui-widget-header {border: 1px solid #aaaaaa;background: #cccccc url("jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100-fced3c239d3950204530dc053a136d08.png") 50% 50% repeat-x;color: #222222;font-weight: bold;}.ui-widget-header a {color: #222222;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {border: 1px solid #d3d3d3;background: #e6e6e6 url("jquery-ui/ui-bg_glass_75_e6e6e6_1x400-6f92cafac635e6b3a18256fdedb0bec6.png") 50% 50% repeat-x;font-weight: normal;color: #555555;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {color: #555555;text-decoration: none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {border: 1px solid #999999;background: #dadada url("jquery-ui/ui-bg_glass_75_dadada_1x400-275169846a4f6781fed36d30ea6518da.png") 50% 50% repeat-x;font-weight: normal;color: #212121;}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited {color: #212121;text-decoration: none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {border: 1px solid #aaaaaa;background: #ffffff url("jquery-ui/ui-bg_glass_65_ffffff_1x400-8d29dc7bec8ddc500105374924ade042.png") 50% 50% repeat-x;font-weight: normal;color: #212121;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {color: #212121;text-decoration: none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1;background: #fbf9ee url("jquery-ui/ui-bg_glass_55_fbf9ee_1x400-2221f3bb72393cd911a46026e3260e9e.png") 50% 50% repeat-x;color: #363636;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {color: #363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {border: 1px solid #cd0a0a;background: #fef1ec url("jquery-ui/ui-bg_glass_95_fef1ec_1x400-9b31e0f922ad80cf0ee523e48f90ad50.png") 50% 50% repeat-x;color: #cd0a0a;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {color: #cd0a0a;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {color: #cd0a0a;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {font-weight: bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {opacity: .7;filter: Alpha(Opacity=70);font-weight: normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {opacity: .35;filter: Alpha(Opacity=35);background-image: none;}.ui-state-disabled .ui-icon {filter: Alpha(Opacity=35);}.ui-icon {width: 16px;height: 16px;}.ui-icon,.ui-widget-content .ui-icon {background-image: url("jquery-ui/ui-icons_222222_256x240-3a3c5468f484f07ac4a320d9e22acb8c.png");}.ui-widget-header .ui-icon {background-image: url("jquery-ui/ui-icons_222222_256x240-3a3c5468f484f07ac4a320d9e22acb8c.png");}.ui-state-default .ui-icon {background-image: url("jquery-ui/ui-icons_888888_256x240-6cc57703e2f287de68f76244a618f15c.png");}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {background-image: url("jquery-ui/ui-icons_454545_256x240-3b001ae33bd74fff64bc609ce6a55628.png");}.ui-state-active .ui-icon {background-image: url("jquery-ui/ui-icons_454545_256x240-3b001ae33bd74fff64bc609ce6a55628.png");}.ui-state-highlight .ui-icon {background-image: url("jquery-ui/ui-icons_2e83ff_256x240-d92acecad29da2ccee5c9d491267f4a2.png");}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {background-image: url("jquery-ui/ui-icons_cd0a0a_256x240-fdc58c14e91fbb086f953818c525a7ee.png");}.ui-icon-blank {background-position: 16px 16px;}.ui-icon-carat-1-n {background-position: 0 0;}.ui-icon-carat-1-ne {background-position: -16px 0;}.ui-icon-carat-1-e {background-position: -32px 0;}.ui-icon-carat-1-se {background-position: -48px 0;}.ui-icon-carat-1-s {background-position: -64px 0;}.ui-icon-carat-1-sw {background-position: -80px 0;}.ui-icon-carat-1-w {background-position: -96px 0;}.ui-icon-carat-1-nw {background-position: -112px 0;}.ui-icon-carat-2-n-s {background-position: -128px 0;}.ui-icon-carat-2-e-w {background-position: -144px 0;}.ui-icon-triangle-1-n {background-position: 0 -16px;}.ui-icon-triangle-1-ne {background-position: -16px -16px;}.ui-icon-triangle-1-e {background-position: -32px -16px;}.ui-icon-triangle-1-se {background-position: -48px -16px;}.ui-icon-triangle-1-s {background-position: -64px -16px;}.ui-icon-triangle-1-sw {background-position: -80px -16px;}.ui-icon-triangle-1-w {background-position: -96px -16px;}.ui-icon-triangle-1-nw {background-position: -112px -16px;}.ui-icon-triangle-2-n-s {background-position: -128px -16px;}.ui-icon-triangle-2-e-w {background-position: -144px -16px;}.ui-icon-arrow-1-n {background-position: 0 -32px;}.ui-icon-arrow-1-ne {background-position: -16px -32px;}.ui-icon-arrow-1-e {background-position: -32px -32px;}.ui-icon-arrow-1-se {background-position: -48px -32px;}.ui-icon-arrow-1-s {background-position: -64px -32px;}.ui-icon-arrow-1-sw {background-position: -80px -32px;}.ui-icon-arrow-1-w {background-position: -96px -32px;}.ui-icon-arrow-1-nw {background-position: -112px -32px;}.ui-icon-arrow-2-n-s {background-position: -128px -32px;}.ui-icon-arrow-2-ne-sw {background-position: -144px -32px;}.ui-icon-arrow-2-e-w {background-position: -160px -32px;}.ui-icon-arrow-2-se-nw {background-position: -176px -32px;}.ui-icon-arrowstop-1-n {background-position: -192px -32px;}.ui-icon-arrowstop-1-e {background-position: -208px -32px;}.ui-icon-arrowstop-1-s {background-position: -224px -32px;}.ui-icon-arrowstop-1-w {background-position: -240px -32px;}.ui-icon-arrowthick-1-n {background-position: 0 -48px;}.ui-icon-arrowthick-1-ne {background-position: -16px -48px;}.ui-icon-arrowthick-1-e {background-position: -32px -48px;}.ui-icon-arrowthick-1-se {background-position: -48px -48px;}.ui-icon-arrowthick-1-s {background-position: -64px -48px;}.ui-icon-arrowthick-1-sw {background-position: -80px -48px;}.ui-icon-arrowthick-1-w {background-position: -96px -48px;}.ui-icon-arrowthick-1-nw {background-position: -112px -48px;}.ui-icon-arrowthick-2-n-s {background-position: -128px -48px;}.ui-icon-arrowthick-2-ne-sw {background-position: -144px -48px;}.ui-icon-arrowthick-2-e-w {background-position: -160px -48px;}.ui-icon-arrowthick-2-se-nw {background-position: -176px -48px;}.ui-icon-arrowthickstop-1-n {background-position: -192px -48px;}.ui-icon-arrowthickstop-1-e {background-position: -208px -48px;}.ui-icon-arrowthickstop-1-s {background-position: -224px -48px;}.ui-icon-arrowthickstop-1-w {background-position: -240px -48px;}.ui-icon-arrowreturnthick-1-w {background-position: 0 -64px;}.ui-icon-arrowreturnthick-1-n {background-position: -16px -64px;}.ui-icon-arrowreturnthick-1-e {background-position: -32px -64px;}.ui-icon-arrowreturnthick-1-s {background-position: -48px -64px;}.ui-icon-arrowreturn-1-w {background-position: -64px -64px;}.ui-icon-arrowreturn-1-n {background-position: -80px -64px;}.ui-icon-arrowreturn-1-e {background-position: -96px -64px;}.ui-icon-arrowreturn-1-s {background-position: -112px -64px;}.ui-icon-arrowrefresh-1-w {background-position: -128px -64px;}.ui-icon-arrowrefresh-1-n {background-position: -144px -64px;}.ui-icon-arrowrefresh-1-e {background-position: -160px -64px;}.ui-icon-arrowrefresh-1-s {background-position: -176px -64px;}.ui-icon-arrow-4 {background-position: 0 -80px;}.ui-icon-arrow-4-diag {background-position: -16px -80px;}.ui-icon-extlink {background-position: -32px -80px;}.ui-icon-newwin {background-position: -48px -80px;}.ui-icon-refresh {background-position: -64px -80px;}.ui-icon-shuffle {background-position: -80px -80px;}.ui-icon-transfer-e-w {background-position: -96px -80px;}.ui-icon-transferthick-e-w {background-position: -112px -80px;}.ui-icon-folder-collapsed {background-position: 0 -96px;}.ui-icon-folder-open {background-position: -16px -96px;}.ui-icon-document {background-position: -32px -96px;}.ui-icon-document-b {background-position: -48px -96px;}.ui-icon-note {background-position: -64px -96px;}.ui-icon-mail-closed {background-position: -80px -96px;}.ui-icon-mail-open {background-position: -96px -96px;}.ui-icon-suitcase {background-position: -112px -96px;}.ui-icon-comment {background-position: -128px -96px;}.ui-icon-person {background-position: -144px -96px;}.ui-icon-print {background-position: -160px -96px;}.ui-icon-trash {background-position: -176px -96px;}.ui-icon-locked {background-position: -192px -96px;}.ui-icon-unlocked {background-position: -208px -96px;}.ui-icon-bookmark {background-position: -224px -96px;}.ui-icon-tag {background-position: -240px -96px;}.ui-icon-home {background-position: 0 -112px;}.ui-icon-flag {background-position: -16px -112px;}.ui-icon-calendar {background-position: -32px -112px;}.ui-icon-cart {background-position: -48px -112px;}.ui-icon-pencil {background-position: -64px -112px;}.ui-icon-clock {background-position: -80px -112px;}.ui-icon-disk {background-position: -96px -112px;}.ui-icon-calculator {background-position: -112px -112px;}.ui-icon-zoomin {background-position: -128px -112px;}.ui-icon-zoomout {background-position: -144px -112px;}.ui-icon-search {background-position: -160px -112px;}.ui-icon-wrench {background-position: -176px -112px;}.ui-icon-gear {background-position: -192px -112px;}.ui-icon-heart {background-position: -208px -112px;}.ui-icon-star {background-position: -224px -112px;}.ui-icon-link {background-position: -240px -112px;}.ui-icon-cancel {background-position: 0 -128px;}.ui-icon-plus {background-position: -16px -128px;}.ui-icon-plusthick {background-position: -32px -128px;}.ui-icon-minus {background-position: -48px -128px;}.ui-icon-minusthick {background-position: -64px -128px;}.ui-icon-close {background-position: -80px -128px;}.ui-icon-closethick {background-position: -96px -128px;}.ui-icon-key {background-position: -112px -128px;}.ui-icon-lightbulb {background-position: -128px -128px;}.ui-icon-scissors {background-position: -144px -128px;}.ui-icon-clipboard {background-position: -160px -128px;}.ui-icon-copy {background-position: -176px -128px;}.ui-icon-contact {background-position: -192px -128px;}.ui-icon-image {background-position: -208px -128px;}.ui-icon-video {background-position: -224px -128px;}.ui-icon-script {background-position: -240px -128px;}.ui-icon-alert {background-position: 0 -144px;}.ui-icon-info {background-position: -16px -144px;}.ui-icon-notice {background-position: -32px -144px;}.ui-icon-help {background-position: -48px -144px;}.ui-icon-check {background-position: -64px -144px;}.ui-icon-bullet {background-position: -80px -144px;}.ui-icon-radio-on {background-position: -96px -144px;}.ui-icon-radio-off {background-position: -112px -144px;}.ui-icon-pin-w {background-position: -128px -144px;}.ui-icon-pin-s {background-position: -144px -144px;}.ui-icon-play {background-position: 0 -160px;}.ui-icon-pause {background-position: -16px -160px;}.ui-icon-seek-next {background-position: -32px -160px;}.ui-icon-seek-prev {background-position: -48px -160px;}.ui-icon-seek-end {background-position: -64px -160px;}.ui-icon-seek-start {background-position: -80px -160px;}.ui-icon-seek-first {background-position: -80px -160px;}.ui-icon-stop {background-position: -96px -160px;}.ui-icon-eject {background-position: -112px -160px;}.ui-icon-volume-off {background-position: -128px -160px;}.ui-icon-volume-on {background-position: -144px -160px;}.ui-icon-power {background-position: 0 -176px;}.ui-icon-signal-diag {background-position: -16px -176px;}.ui-icon-signal {background-position: -32px -176px;}.ui-icon-battery-0 {background-position: -48px -176px;}.ui-icon-battery-1 {background-position: -64px -176px;}.ui-icon-battery-2 {background-position: -80px -176px;}.ui-icon-battery-3 {background-position: -96px -176px;}.ui-icon-circle-plus {background-position: 0 -192px;}.ui-icon-circle-minus {background-position: -16px -192px;}.ui-icon-circle-close {background-position: -32px -192px;}.ui-icon-circle-triangle-e {background-position: -48px -192px;}.ui-icon-circle-triangle-s {background-position: -64px -192px;}.ui-icon-circle-triangle-w {background-position: -80px -192px;}.ui-icon-circle-triangle-n {background-position: -96px -192px;}.ui-icon-circle-arrow-e {background-position: -112px -192px;}.ui-icon-circle-arrow-s {background-position: -128px -192px;}.ui-icon-circle-arrow-w {background-position: -144px -192px;}.ui-icon-circle-arrow-n {background-position: -160px -192px;}.ui-icon-circle-zoomin {background-position: -176px -192px;}.ui-icon-circle-zoomout {background-position: -192px -192px;}.ui-icon-circle-check {background-position: -208px -192px;}.ui-icon-circlesmall-plus {background-position: 0 -208px;}.ui-icon-circlesmall-minus {background-position: -16px -208px;}.ui-icon-circlesmall-close {background-position: -32px -208px;}.ui-icon-squaresmall-plus {background-position: -48px -208px;}.ui-icon-squaresmall-minus {background-position: -64px -208px;}.ui-icon-squaresmall-close {background-position: -80px -208px;}.ui-icon-grip-dotted-vertical {background-position: 0 -224px;}.ui-icon-grip-dotted-horizontal {background-position: -16px -224px;}.ui-icon-grip-solid-vertical {background-position: -32px -224px;}.ui-icon-grip-solid-horizontal {background-position: -48px -224px;}.ui-icon-gripsmall-diagonal-se {background-position: -64px -224px;}.ui-icon-grip-diagonal-se {background-position: -80px -224px;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {border-top-left-radius: 4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {border-top-right-radius: 4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {border-bottom-left-radius: 4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {border-bottom-right-radius: 4px;}.ui-widget-overlay {background: #aaaaaa url("jquery-ui/ui-bg_flat_0_aaaaaa_40x100-da61376cb33ed83cfbf480cd80767061.png") 50% 50% repeat-x;opacity: .3;filter: Alpha(Opacity=30);}.ui-widget-shadow {margin: -8px 0 0 -8px;padding: 8px;background: #aaaaaa url("jquery-ui/ui-bg_flat_0_aaaaaa_40x100-da61376cb33ed83cfbf480cd80767061.png") 50% 50% repeat-x;opacity: .3;filter: Alpha(Opacity=30);border-radius: 8px;}p {padding: 0.57142857em 0;font-size: 1em;color: #1E1A34;line-height: 1.57142857em;}a {color: #470A68;}.list-circle {list-style-type: disc;list-style-position: inside;}.list-number {list-style-type: decimal;list-style-position: inside;}@font-face {font-family: 'iconfont';font-weight: normal;font-style: normal;}@font-face {font-family: 'iconfont';src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype");}[class^="icon-"]:before, [class*=" icon-"]:before {font-family: "iconfont";font-style: normal;font-weight: normal;display: inline-block;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center;font-variant: normal;text-transform: none;line-height: 1em;margin-left: .2em;}.icon-picon:before {content: '\e816';}.icon-left-open:before {content: '\e815';}.icon-neutral:before {content: '\e812';}.icon-plus:before {content: '\e804';}.icon-search:before {content: '\e800';}.icon-menu:before {content: '\e802';}.icon-basket:before {content: '\e801';}.icon-ticon:before {content: '\e809';}.icon-check:before {content: '\e803';}.icon-gicon:before {content: '\e808';}.icon-notallowed:before {content: '\e810';}.icon-pluscircle:before {content: '\e811';}.icon-cancel:before {content: '\e805';}.icon-right-open:before {content: '\e806';}.icon-up-open:before {content: '\e814';}.icon-down-open:before {content: '\e813';}.icon-fbicon:before {content: '\e807';}header {font-family: "Poppins", sans-serif;}header .headerContent {width: 940px;margin: 17px auto 0px;}header .headerContent a img {height: 100px;margin-left: -21px;}header .headerContent .signOut {text-decoration: none;position: relative;float: right;top: 23px;}header .headerContent .signOut i {line-height: 18px;}header .headerContent .logo {width: 260px;}.signOut {text-decoration: none;display: block;position: absolute;right: 0;top: -70px;font-family: "Poppins", sans-serif;}.signOut i {line-height: 18px;}footer {max-width: 100%;margin: 30px 0 0;}footer .logo {width: 120px;}footer .footerContent {width: 940px;margin: 17px auto 22px;overflow: hidden;text-align: center;font-size: 0.8em;letter-spacing: 0.05em;font-family: "Open Sans", arial, helvetica, sans-serif;font-weight: 300;color: #1E1A34;}footer .footer-brand {margin-bottom: 15px;}footer ul.list-inline {padding-left: 0;margin-left: -5px;list-style: none;line-height: 4em;}footer ul.list-inline li {display: inline-block;padding-right: 5px;padding-left: 5px;}footer ul.list-inline li a {color: #1E1A34;text-decoration: none;}footer ul.list-inline li a:hover {text-decoration: underline;}footer ul.list-inline li:not(:last-child):after {content: '|';color: #1E1A34;margin-left: 1em;}label.uploadButton input[type="file"] {position: fixed;top: -1000px;}.uploadButton {font-size: 23px;line-height: 30px;text-align: center;margin: 25px auto 15px;display: block;position: relative;}.uploadButton i {background: #009b3a;color: #ffffff;width: 31px;height: 31px;border-radius: 20px;font-size: 23px;line-height: 30px;text-align: center;margin: 25px auto 15px;display: block;}.primaryButton, form input.primaryButton {background: #EE2737;border: 3px solid #EE2737;color: white;font-size: 18px;font-weight: 400;padding: 1px 12px 1px;font-family: "Poppins", sans-serif;margin: 0 auto;-moz-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}.primaryButton i:before, form input.primaryButton i:before {line-height: 25px;}.primaryButton:hover, form input.primaryButton:hover {color: #EE2737 !important;background: white;font-weight: normal !important;}.primaryButton:active, .primaryButton:visited, .primaryButton:focus, form input.primaryButton:active, form input.primaryButton:visited, form input.primaryButton:focus {text-decoration: none;}.primaryButton:disabled, form input.primaryButton:disabled {background: #ccc;color: #ffffff;cursor: default;border-color: #ccc;}.grayButton {background: #1E1A34;border: 3px solid #1E1A34;color: white;font-size: 18px;font-weight: 400;padding: 1px 12px 3px;font-family: "Poppins", sans-serif;margin: 0 auto;-moz-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}.grayButton i:before {line-height: 25px;}.grayButton:hover {color: #1E1A34;background: white;}.blackButton {background: #1E1A34;border: 3px solid #1E1A34;color: white;font-size: 18px;font-weight: 400;padding: 1px 12px 3px;font-family: "Poppins", sans-serif;margin: 0 auto;-moz-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}.blackButton i:before {line-height: 25px;}.blackButton:hover {color: #1E1A34;background: white;}.qMark {color: #ffffff;font-size: 12px;font-weight: 600;background: #470A68;text-decoration: none;border-radius: 20px;width: 14px;height: 14px;display: inline-block;text-align: center;line-height: 16px;font-family: "Open Sans", arial, helvetica, sans-serif;}.qMark:active, .qMark:visited, .qMark:focus, .qMark:hover {text-decoration: none;color: #ffffff;}.qMark:hover, .qMark:focus {background-color: #FF6554;}.downloadLink {padding: 0 25px 0 30px;font-size: 18px;background: url(global/fileExport-e9ddae421d533879292e651fbcbe7673.png) no-repeat right 2px;}.downloadLink.small {padding-left: 0;font-size: 14px;}.page-loader {position: fixed;top: 0;left: 0;height: 100vh;width: 100vw;background: #fff;opacity: 0.8;z-index: 1;}.page-loader .loader {color: #696969;font-size: 20px;margin: 100px auto;margin-top: calc(90vh/2);width: 1em;height: 1em;border-radius: 50%;position: relative;text-indent: -9999em;-webkit-animation: load4 1.3s infinite linear;animation: load4 1.3s infinite linear;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);}@-webkit-keyframes load4 {0%,100% {box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;}12.5% {box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}25% {box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}37.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;}50% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;}62.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;}75% {box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;}87.5% {box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;}}@keyframes load4 {0%,100% {box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;}12.5% {box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}25% {box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}37.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;}50% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;}62.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;}75% {box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;}87.5% {box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;}}.guideUpload {padding-bottom: 60px;}.guideUpload h1 {margin: 40px 0 50px 0;font-weight: 300;}.guideUpload h2 {margin: 0;font-weight: 400;text-align: center;}.guideUpload h3 {font-size: 32px;margin: 0;text-align: center;font-weight: 400;}.guideUpload h4 {text-align: center;color: #470A68;font-weight: 400;}.guideUpload p {margin: 0;padding: 0;}.guideUpload .borderBox {padding: 23px 23px 30px;}.guideUpload .bottomText {margin: 45px 0 0 0;}.guideUpload .bottomText h2 {padding-bottom: 15px;}.guideUpload .bottomText ul {list-style: none;padding: 25px 0 0;margin: 0;position: relative;left: 50%;text-align: center;display: inline-block;}.guideUpload .bottomText ul li {float: left;margin: 0;position: relative;right: 50%;}.guideUpload .bottomText li {padding: 0;color: #1E1A34;width: 235px;}.guideUpload .bottomText span {font-size: 18px;color: #1E1A34;display: block;margin: 0 0 15px;}.guideUpload .bottomText .unrecognizedBidsHeader {font-size: 22px;color: #EE2737;display: inline;float: left;padding-top: 32px;}.guideUpload .bottomText .unrecognizedBidsHeader span {font-size: 22px;color: #EE2737;display: inline;}.guideUpload .bottomText .bottomPrimaryButton button {font-size: 22px;padding: 5px 23px 13px;}.guideUpload .bottomText .bottomPrimaryButton i {line-height: 31px;}.guideUpload .bottomText .numUnrecognized {font-size: 22px;font-weight: 600;color: #EE2737;display: inline;}.guideUpload .bottomText .btns {display: inline-block;float: right;padding-top: 20px;}.guideUpload .bottomText .bottomPrimaryButton {display: table;margin: 0 auto;}.guideUpload .bottomText .reUpload {display: inline;padding-top: 5px;}.guideUpload .bottomText .unrecognizedBidsTable {clear: both;margin-bottom: 30px;}.guideUpload .bottomText table {width: 100%;border: 1px solid #1E1A34;border-collapse: separate;}.guideUpload .bottomText table .isbnAndTitleColHeader {width: 40%;}.guideUpload .bottomText table th {font-size: 18px;font-weight: 400;text-align: left;height: 35px;padding-left: 20px;border-right: 1px solid #1E1A34;}.guideUpload .bottomText table th span {display: inline-block;margin: 0 auto;width: 70px;}.guideUpload .bottomText table th:last-child {border-right: none;}.guideUpload .bottomText table tbody tr {background: #f2ecf1;height: 50px;-moz-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}.guideUpload .bottomText table tbody tr td {border-top: 2px solid white;border-collapse: collapse;font-size: 13px;padding: 10px 10px 10px 20px;color: #1E1A34;position: relative;border-right: 0;}.guideUpload .bottomText table tbody tr td:before {display: block;content: ".";color: transparent;font-size: 0;border-right: 1px solid #1E1A34;height: 100%;position: absolute;right: 0;padding: 3px 0 0;top: -3px;}.guideUpload .bottomText table tbody tr td input {border-radius: 0;border: 3px solid transparent;box-shadow: none;background: #f4d6c3;font-size: 13.5px;height: 15px;margin-top: auto;margin-bottom: auto;margin-left: -5px;padding-left: 2px;outline: none;width: 42px;-moz-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}.guideUpload .bottomText table tbody tr td input:focus {background: #ffffff;border: 3px solid #1E1A34;}.guideUpload .bottomText table tbody tr td .inputClear {background: transparent;}.guideUpload .bottomText table tbody tr td .isbnInput {width: 150px;}.guideUpload .bottomText table tbody tr td .isbnInputClear {width: 150px;background: transparent;}.guideUpload .bottomText table tbody tr td .isbnNotRecognized {color: #adadad;display: inline;font-size: 10px;font-style: italic;padding-left: 20px;}.guideUpload .bottomText table tbody tr td:last-child {border-right: none;}.guideUpload .bottomText table tbody tr .duplicateISBNOtherCell {color: #adadad;font-style: italic;border-top: 3px solid transparent;}.guideUpload .bottomText table tbody tr .notAvailable {color: #1E1A34;font-style: italic;}.guideUpload .bottomText table tbody tr .noRightBorder:before {border-right: none;}.guideUpload .upload {text-align: center;font-size: 22px;color: #470A68;display: block;margin-bottom: 20px;}.guideUpload .upload .replace, .guideUpload .upload button {display: none;}.guideUpload .upload p {text-align: center;margin: 20px 0 0;}.guideUpload .upload .fileName {font-size: 14px;font-weight: 600;display: block;margin: 8px 0 10px 5px;font-style: italic;color: #470A68;}.guideUpload .uploadProgress h1 {text-align: center;margin: 30px 0 20px 0;}.guideUpload .uploadProgress h2 {text-align: center;color: #470A68;font-weight: 400;margin: 0 0 10px;}.guideUpload .uploadProgress button {display: block;background: none;border: none;color: #470A68;font-size: 18px;margin: 0 auto 10px;}.guideUpload .uploadProgress i {margin-right: 5px;line-height: 22px;}.guideUpload .uploadProgress img {width: 65px;height: 65px;margin: -5px -5px 0 -15px;}.guideUpload .bidsSection {text-align: center;margin: 15px 0 30px;}.guideUpload .bidsSection p {line-height: 22px;}.guideUpload .bidsSection h3 {font-size: 31px;margin: 0 0 15px;}.guideUpload .bidsSection form {margin: 25px auto;width: 180px;}.guideUpload .bidsSection input {width: 39px;float: left;height: 33px;border: 1px solid #1E1A34;border-radius: 0;font-size: 23px;color: #1E1A34;text-align: center;}.guideUpload .bidsSection label {float: left;font-size: 18px;color: #1E1A34;margin: 11px 0 0 13px;}.guideUpload .bidsSection .primaryButton {font-size: 24px;padding-right: 20px;padding-left: 20px;padding-bottom: 8px;float: left;}.guideUpload .bidsSection .primaryButton i {line-height: 33px;}.guideUpload .bidsSection .reUpload {float: left;padding-top: 10px;}.guideUpload .bidsSection .overWriteBids {color: #470A68;display: block;clear: both;text-align: left;margin: 0 0 0 -28px;padding: 15px 0 0;width: 225px;}.guideUpload .bidsSection .overWriteBids input {width: auto;margin: 0 10px 0 0;height: 21px;}.guideUpload .bidsSection .btns {clear: both;padding: 10px 0 5px 0;margin: 0 auto;width: 270px;overflow: hidden;}.guideUpload .bidsSection .error {margin: 10px 28px 0 0;color: #EE2737;float: right;clear: both;}.guideUpload .unrecognizedBids {margin: -18px 0 -10px;}.guideUpload .unrecognizedBids h3 {font-size: 22px;padding-bottom: 15px;}.guideUpload .unrecognizedBids h3 .fileName {font-size: 20px;font-style: italic;color: #470A68;display: inline-block;}.guideUpload .unrecognizedBids table {width: 100%;table-layout: fixed;}.guideUpload .unrecognizedBids table tbody {text-align: center;font-size: 31px;font-weight: 300;color: #470A68;}.guideUpload .unrecognizedBids table tbody tr td .summaryTitle {display: inline-block;font-size: 12px;color: #1E1A34;margin-bottom: 5px;}.guideUpload .unrecognizedBids table tbody tr td .seeBelow {font-size: 12px;color: #1E1A34;}.guideUpload .unrecognizedBids table tbody tr td .numUnrecognized {color: #EE2737;}.guideUpload .fileReady {color: #470A68;}.guideUpload .fileReady .replace, .guideUpload .fileReady button {display: block;}.guideUpload .fileReady .disableClick {pointer-events: none;}.guideUpload .fileReady .uploadButton i {background: #1E1A34;}.guideUpload .fileReady .uploadButton {margin-bottom: 5px;}.guideUpload .fileReady span {color: #494949;}.guideUpload .fileReady p {display: none;}.guideUpload .fileReady .bidsSection p {display: block;}.guideUpload .fileReady .icon-plus:before {content: '\e803';font-size: 35px;margin-left: 2px;line-height: 32px;}.guideUpload .fileReady .replace {display: block;margin: -5px 0 12px 15px;}.guideUpload .fileReady .replace span {color: #470A68;font-size: 16px;}.guideUpload .fileReady .replace i {line-height: 22px;background: none;font-size: 16px;border-radius: 0;color: #470A68;width: auto;height: auto;margin: 0;display: inline-block;}.fileProcessing h1, .fileProcessing p {text-align: center;}.fileProcessing img {display: block;margin: 0 auto;width: 100px;}.exit {margin: 0;padding: 0;position: absolute;right: 10px;top: -7px;}.exit:before {background: 0 0;border-radius: 3px;color: #bbb;content: '\00D7';font-size: 26px;font-weight: 400;height: 30px;line-height: 26px;text-align: center;width: 30px;}.logIn {overflow: hidden;margin-bottom: 40px;margin-top: 30px;padding-bottom: 10px;}.logIn .leftSection {float: left;width: 420px;border-right: 1px solid #ccc;padding: 0 0 0 40px;}.logIn .rightSection {float: left;}.logIn h1 {margin: 21px 0;}.logIn form input.primaryButton {padding: 6px 25px 8px;display: inline-block;width: auto;margin-right: 10px;float: left;}.logIn .error {color: #FF6554;font-size: 11px;margin-top: 0px;width: 255px;display: block;float: left;}.logIn .signUp {margin-top: 50px;}.logIn .signUpSuccess {color: #470A68;margin-bottom: 15px;}.dashBoard {position: relative;width: 100%;}.dashBoard .resetBuyingPeriod {line-height: 24px;font-size: 12px;color: #EE2737;}.dashBoard article {overflow: hidden;padding-bottom: 16px;}.dashBoard .shippingPrefsDashboard {background: #f2ecf1;padding: 8px 0;margin-top: -2px;}.dashBoard .shippingPrefsDashboard .shippingPrefsSection {width: 940px;}.dashBoard .shippingPrefsDashboard .shippingPrefsSection .shipDate {font-weight: bold;}.dashBoard .shippingPrefsDashboard .shippingPrefsSection .mark {display: inline-block;vertical-align: top;margin-right: 5px;}.dashBoard .shippingPrefsDashboard .shippingPrefsSection .shippingPrefsText {color: #EE2737;display: inline-block;}.dashBoard .shippingPrefsDashboard .shippingPrefsSection .updatedShippingPrefsText {color: #470A68;display: inline-block;line-height: 40px;}.dashBoard .leftSection {width: 940px;margin-left: auto;margin-right: auto;margin-top: 10px;}.dashBoard .leftSection img {padding: 6px 0 10px;}.dashBoard .leftSection .primaryButton {margin: 0 0 0 8px;display: inline-block;font-size: 16px;cursor: pointer;}.dashBoard .leftSection .hiddenEdit {margin: 0 70px 0 8px;}.dashBoard .leftSection .shipmentDateNotification {font-size: 12px;}.dashBoard .leftSection .wantListTable {padding-bottom: 20px;padding-top: 10px;}.dashBoard .leftSection .wantListTable .enableWantList {font-weight: 600;font-size: 14px;padding-bottom: 5px;}.dashBoard .leftSection .wantListTable .wantListTableTitle {font-size: 16px;padding-bottom: 20px;}.dashBoard .leftSection .wantListTable .wantListTableTitle .wantListTableName {font-weight: 600;}.dashBoard .leftSection .wantListTable table {width: 100%;}.dashBoard .leftSection .wantListTable table th {border: 1px solid;border-bottom: 2px solid;background-color: #470A68;font-weight: normal;padding: 10px 0;color: #ffffff;}.dashBoard .leftSection .wantListTable table tr td {border: 1px solid;padding: 10px 0;text-align: center;}.dashBoard .leftSection .wantListTable table tr td .noActiveListText {font-style: italic;}.dashBoard .leftSection .wantListTable table tr td .editBuyingPeriod {margin-left: 10px;}.dashBoard .leftSection .wantListTable table tr td.list-action-column {width: 350px;}.dashBoard .leftSection .wantListTable table tr td.list-action-column .upload-button {display: inline-block;width: 155px;}.dashBoard .leftSection .wantListTable table tr td.list-action-column .delete-button {display: inline-block;width: 115px;}.dashBoard .leftSection .wantListTable table tr td.list-action-column .edit-button {display: inline-block;padding-right: 10px;width: 60px;}.dashBoard .leftSection .emailSubscription {color: #1E1A34;font-size: 12px;}.dashBoard .leftSection .emailSubscription .primaryButton {margin: 0 0 0 0;display: inline-block;font-size: 16px;margin-top: 10px;}.dashBoard .leftSection .emailSubscription .enableEmail {font-weight: 600;font-size: 14px;}.dashBoard .leftSection p {color: #EE2737;margin: 0;line-height: 24px;padding: 0 0 5px;}.dashBoard .leftSection p a {text-decoration: none;margin-left: 5px;}.dashBoard .leftSection p i {line-height: 20px;}.dashBoard .leftSection li a {display: inline-block;line-height: 24px;}.dashBoard .rightSection {float: left;}.dashBoard ul {overflow: hidden;list-style: none;margin: 10px 0 40px;padding: 0;}.dashBoard ul li {float: left;margin: 0 0 0 70px;}.dashBoard ul li:first-child {margin-left: 0;}.dashBoard ul span {display: block;font-size: 18px;color: #1E1A34;margin: 0 0 10px;}.dashBoard h4 {font-weight: 400;}.dashBoard .supportLink {font-size: 18px;display: inline-block;padding-bottom: 10px;color: #470A68;}.dashBoard .supportLink i {line-height: 24px;}.wantListTableDownloadLink {padding: 3px 27px;background: url(global/fileExport-e9ddae421d533879292e651fbcbe7673.png) no-repeat right 2px;}.wantListTableDownloadLink.small {padding-left: 0;font-size: 14px;}.primaryButton.delete {background: #EE2737;border: 3px solid #EE2737;cursor: pointer;}.primaryButton.delete:hover {color: #EE2737;background: white;}.orderStatus .totalHeading {width: 50px;}.orderStatus h1 {border-bottom: 1px solid #d2d2d2;margin: 0;padding: 0 0 21px;}.orderStatus h3 {font-size: 32px;margin: 17px 0 5px 0;}.orderStatus h3.inlineBlock {display: inline-block;padding-bottom: 30px;}.orderStatus .buyingPeriod {color: #1E1A34;margin-bottom: 0;padding-bottom: 12px;}.orderStatus .buyingPeriod span {color: #470A68;font-style: italic;}.orderStatus .fileList {color: #1E1A34;display: inline-block;margin: 0 30px 0 0;padding: 0;}.orderStatus .fileList span {color: #470A68;font-style: italic;}.orderStatus .newList {font-size: 18px;color: #470A68;display: inline-block;margin-bottom: 10px;}.orderStatus .newList i {line-height: 24px;}.orderStatus .primaryButton.right {float: right;margin: -50px 7px 0 0;font-size: 16px;}.orderStatus .grayButton.bottom {display: block;margin: 0 auto;font-size: 20px;width: 220px;padding: 7px 22px 12px 7px;}.orderStatus .grayButton.bottom i {margin-right: 10px;line-height: 29px;}.orderStatus .grayButton.right {float: right;display: block;margin: 17px 0 5px 0;font-size: 20px;width: 220px;padding: 7px 22px 12px 7px;}.orderStatus .grayButton.right i {margin-right: 10px;line-height: 29px;}.orderStatus .activatePause {justify-self: end;align-self: center;}.orderStatus .activatePause span {margin-right: 10px;}.orderStatus .icon-down-open {color: #1E1A34;line-height: 20px;}.orderStatus table {width: 100%;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;margin: 5px 0 37px;}.orderStatus table .isbn {width: 70px;display: inline-block;}.orderStatus table tbody {border: none;}.orderStatus table th {font-size: 18px;color: #FF6554;font-weight: 400;width: 445px;text-align: left;padding: 8px 0 10px;}.orderStatus table th span {display: inline-block;}.orderStatus table th a {float: left;margin: 3px 3px 0 0;text-decoration: none;}.orderStatus table .progressOrders {width: 199px;text-align: left;border-left: 1px solid #d2d2d2;background: none;text-align: center;}.orderStatus table .processed {width: 240px;text-align: left;border-left: 1px solid #d2d2d2;text-align: center;}.orderStatus table td {border-top: 1px solid #d2d2d2;border-left: 1px solid #d2d2d2;padding: 0;}.orderStatus table td:first-child {border-left: none;}.orderStatus table table {border: none;margin: 0;}.orderStatus table i:before {color: #470A68;}.orderStatus table td td {border: none;padding: 11px 0;font-size: 18px;}.orderStatus table span {display: inline-block;}.orderStatus table .tableTitles {font-size: 14px;}.orderStatus table .tableTitles td {padding-top: 0;padding-bottom: 0;font-size: 14px;}.orderStatus table .tableTitles td td {padding-top: 3px;padding-bottom: 5px;}.orderStatus table .tableTitles .bids {text-align: left;}.orderStatus table .highlight {background: #f2edf1;border-left: none;}.orderStatus table .control {width: 22px;}.orderStatus table .control .control-image {max-width: 20px;min-width: 20px;height: 20px;margin-right: 2px;}.orderStatus table .title {width: 250px;color: #1E1A34;font-size: 14px;}.orderStatus table .title span {display: inline-block;margin-right: 15px;}.orderStatus table .price {width: 60px;padding-right: 10px;}.orderStatus table .pending {width: 80px;padding-left: 10px;}.orderStatus table .canceled {width: 55px;padding-left: 15px;color: #EE2737;}.orderStatus table .approved {width: 55px;padding-left: 20px;padding-right: 15px;color: #470A68;}.orderStatus table .transit {color: #470A68;}.orderStatus table .total {font-size: 14px;}.orderStatus .noBorder {border: none;}.orderStatus .bid-text-box {width: 40px;margin-bottom: 0;margin-left: 18px;}.orderStatus .bid-text-box.ng-invalid {border: 1px solid #EE2737;}.orderStatus .isbnSearch button {margin-top: -10px;border-radius: 0;padding-bottom: 3px;}.orderStatus .isbnSearch.grid {display: grid;grid-template-columns: auto auto;}.orderStatus .isbnSearchForm.inlineBlock {display: inline-block;}.tooltip-inner {background-color: #EE2737;color: #fff;}.tooltip.top .tooltip-arrow {border-top-color: #EE2737;}.error {color: #EE2737;}.orderHistory h3 {font-size: 32px;margin: 17px 0 5px 0;color: #470A68;}.orderHistory h3.inlineBlock {display: inline-block;padding-bottom: 30px;color: #470A68;}.orderHistory .grayButton.right {float: right;display: block;margin: 17px 0 5px 0;font-size: 20px;width: 220px;padding: 7px 22px 12px 7px;}.orderHistory .grayButton.right i {margin-right: 10px;line-height: 29px;}.orderHistory table {width: 100%;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;margin: 5px 0 37px;}.orderHistory table tbody {border: none;}.orderHistory table th {font-size: 18px;color: #FF6554;font-weight: 400;width: 445px;text-align: left;padding: 8px 0 10px;}.orderHistory table th span {display: inline-block;}.orderHistory table th a {float: left;margin: 3px 3px 0 0;text-decoration: none;}.orderHistory table td {border-top: 1px solid #d2d2d2;border-left: 1px solid #d2d2d2;padding: 5px 10px;text-align: center;}.orderHistory table td:first-child {border-left: none;}.orderHistory table .tableTitles {font-size: 14px;}.orderHistory table .tableTitles td {color: #470A68;padding-top: 0;padding-bottom: 0;font-size: 14px;text-align: center;}.orderHistory table .title {text-align: left;}.orderHistory .downloadLink {color: #470A68;border: none;padding: 0 25px 0 0;font-size: 18px;background: url(global/fileExport-e9ddae421d533879292e651fbcbe7673.png) no-repeat right 2px;line-height: 25px;}.orderHistory form {margin: 0;}.orderHistory form .formPart {padding-bottom: 25px;}.orderHistory form .formPart label, .orderHistory form .formPart input {vertical-align: baseline;}.orderHistory form .formPart input {margin-left: 10px;}.orderHistory form .formPart #startDate, .orderHistory form .formPart #endDate {width: auto;-webkit-border-radius: 16px;-moz-border-radius: 16px;border-radius: 16px;}.orderHistory form .formPart .ui-datepicker-trigger {border: none;background: none;position: relative;left: -35px;top: 3px;display: inline;color: #470A68;}.orderHistory form .formPart .qMark {position: relative;left: -25px;}.termsAndConditions h1 {margin: 30px 0 0;}.termsAndConditions p {margin: 0 0 15px;padding: 0;font-size: 12px;}.termsAndConditions ul {margin: 0 0 20px;}.termsAndConditions ul ul {margin: 0 0 0 20px;}.termsAndConditions li {font-size: 12px;margin: 10px 0 0;color: #1E1A34;list-style: none;clear: both;overflow: hidden;}.termsAndConditions span {font-weight: 600;}.termsAndConditions .leftText {font-weight: normal;display: inline-block;float: left;margin: 0 2% 0 0;width: 4%;}.termsAndConditions .rightText {float: left;width: 94%;}.termsAndConditions .terms {width: 700px;height: 400px;border: 1px solid #ccc;background: #f2f2f2;padding: 20px;overflow: auto;margin: 30px 0 70px;}.termsAndConditions .btns {padding: 20px 0 40px 0;}.termsAndConditions .btns .primaryButton {margin: 0 0 0 20px;padding: 3px 15px 6px 15px;}.termsAndConditions .btns .grayButton {padding: 3px 15px 6px 6px;}.termsAndConditions .btns .grayButton i {margin: 0 10px 0 0;line-height: 24px;}.termsAndConditions .Accept {margin: 30px 0 20px;font-size: 14px;}.bidsExport {margin-bottom: 70px;}.bidsExport h1 {font-size: 47px;margin: 40px 0 30px;}.bidsExport h3 {font-size: 32px;text-align: center;font-weight: 400;margin: 15px 0 5px;}.bidsExport p {text-align: center;}.bidsExport .btns {margin: 60px auto 50px;width: 510px;}.bidsExport .primaryButton {font-size: 21px;padding: 5px 18px 5px;}.bidsExport .downloadLink {font-size: 21px;background: url(global/fileExport-e9ddae421d533879292e651fbcbe7673.png) no-repeat left 4px;padding: 0 50px 0 28px;}.shipments h1 {margin: 0;padding: 0 0 5px;}.shipments .buyingPeriod {color: #1E1A34;margin-bottom: 0;padding-bottom: 0;}.shipments .buyingPeriod span {color: #470A68;font-style: italic;}.shipments .noShipments {text-align: center;padding-top: 20px;font-size: 18px;}.shipments table {border-collapse: separate;border-spacing: 0 20px;width: 100%;}.shipments table tbody td {text-align: center;border-top: 1px solid #1E1A34;border-bottom: 1px solid #1E1A34;padding-top: 15px;padding-bottom: 15px;}.shipments table tbody td span.headers {font-size: 13px;font-weight: 200;}.shipments table tbody td span.info {color: #470A68;font-size: 18px;font-weight: 200;}.shipments table tbody td.linkText {text-align: left;font-size: 11px;padding: 20px 0;}.shipments table tbody td.linkText .downloadShipmentDetails {padding-top: 3px;background: url(global/fileExport-e9ddae421d533879292e651fbcbe7673.png) no-repeat left;background-size: 14px 18px;}.shipments table tbody td.linkText .returnItems {background: url(global/returnItems-ce6903a08cf1d0cf15a30d62773957df.png) no-repeat left;background-size: 16px 19px;}.shipments table tbody td.linkText .trackShipment {background: url(global/trackShipment-3d6a712704540938ed6700de586897ed.png) no-repeat left;background-size: 16px 13px;}.shipments table tbody td.linkText .reportMissingItems {background: url(global/missingItems-7210a705d1f3741b9b73a8bbcec89302.png) no-repeat left;pointer-events: none;}.shipments table tbody td.linkText span {padding-left: 25px;}.shipments table tbody td.linkText span.cancelled {color: #1E1A34;padding-left: 25px;}.shipments table tbody td:first-child {border-left: 1px solid #1E1A34;}.shipments table tbody td:last-child {padding-left: 10px;border-right: 1px solid #1E1A34;}.shipments table .blankCell {width: 20%;}.shippingPrefs {width: 600px;position: relative;}.shippingPrefs span.signOut {right: -175px;}.shippingPrefs .article {overflow: auto;}.shippingPrefs .centered {clear: both;text-align: center;width: 100%;}.shippingPrefs h1 {padding-top: .3em;padding-bottom: .3em;color: #470A68;}.shippingPrefs h2 {font-weight: 400;color: #470A68;}.shippingPrefs h4 {font-weight: 400;color: #470A68;}.shippingPrefs span.formLabel {margin-left: 2px;padding-left: 8px;padding-right: 5px;}.shippingPrefs div.receiving {padding-bottom: 30px;overflow: auto;}.shippingPrefs div.shipprefs {padding-bottom: 30px;}.shippingPrefs div.shipping {overflow: auto;margin-bottom: 15px;}.shippingPrefs div.details {width: 100%;min-height: 140px;padding-left: 17px;margin: 0 auto;overflow: hidden;}.shippingPrefs div.details textarea {border-radius: 0;border-color: #1E1A34;margin-top: 5px;width: 90%;}.shippingPrefs span#errors {color: #EE2737;}.shippingPrefs input {border-radius: 0;border-color: #1E1A34;}.shippingPrefs input[type="text"] {position: relative;margin-left: 2px;padding-left: 8px;width: 85%;}.shippingPrefs input[type="radio"] {position: relative;top: -5px;margin-left: 8px;left: -4px;}.shippingPrefs input[type='radio']:after {width: 15px;height: 15px;border-radius: 15px;top: -2px;left: -1px;position: relative;background-color: #ffffff;content: '';display: inline-block;visibility: visible;border: 2px solid #470A68;border-spacing: 5px;}.shippingPrefs input[type='radio']:checked:after {width: 15px;height: 15px;border-radius: 15px;top: -2px;left: -1px;position: relative;background-color: #470A68;content: '';display: inline-block;visibility: visible;border: 1px solid #ffffff;border-spacing: 5px;outline: 2px solid #470A68;}.shippingPrefs select.styled-select {width: 85%;border-radius: 10px;border-color: #1E1A34;color: #470A68;}.shippingPrefs .leftSection, .shippingPrefs .rightSection {padding-left: 15px;float: left;width: 47%;line-height: 30px;}.shippingPrefs a.cancelButton {font-size: 24px;padding: 4px 30px 4px;color: #470A68;}.shippingPrefs a.cancelButton i {margin-top: 9px;margin-right: 12px;display: inline-block;font-size: 18px;}.shippingPrefs a.primaryButton {font-size: 24px;padding: 4px 30px 4px;margin-right: 10px;}.shippingPrefs a.primaryButton i {margin-top: 7px;display: inline-block;font-size: 18px;}.shippingPrefs p {padding: 0 0 0 15px;}.shippingPrefs .cityInput {width: 60%;float: left;}.shippingPrefs .stateInput {width: 40%;float: left;}.shippingPrefs .countryInput {width: 50%;float: left;}.shippingPrefs .zipInput {width: 45%;float: left;}.refunds h3 {color: #470A68;}.refunds .confirmationSpinner img {margin: 20px auto 20px;display: block;}.refunds .loadingSpinner {width: 12%;margin-top: 10px;margin-left: 150px;}.refunds.ngdialog-theme-default .ngdialog-content {width: 300px !important;}.refunds table select {width: 125px;visibility: hidden;}.refunds .disabled {background: #ccc;color: #ffffff;cursor: default;border-color: #ccc;}.refunds .dropDown {cursor: pointer;display: inline-block;position: relative;font: normal 14px/22px Arial, Sans-Serif;color: #470A68;border-radius: 30px;height: 37px;text-align: left;width: 100%;}.refunds .dropDown:active .styledSelect, .refunds .dropDown.active .styledSelect {background-color: #ffffff;z-index: 1000;}.refunds .dropDown:active .styledSelect:after, .refunds .dropDown.active .styledSelect:after {content: "\e813";}.refunds .dropDown:active .options, .refunds .dropDown.active .options {max-height: 200px;width: 138px;border: 1px solid #ccc;display: block;}.refunds .dropDown .s-hidden {visibility: hidden;margin-right: 18px;}.refunds .dropDown .styledSelect {position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: 7px 13px 7px 13px;font-weight: normal;border-radius: 30px;border: 1px solid #8b8b8b;background: -moz-linear-gradient(top, #D1D2D4, #ffffff);background: -webkit-gradient(linear, 0 0, 0 100%, from(#D1D2D4), to(#ffffff));background: -webkit-linear-gradient(top, #D1D2D4, #ffffff);background: -o-linear-gradient(top, #D1D2D4, #ffffff);background: linear-gradient(to bottom, #D1D2D4, #ffffff);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}.refunds .dropDown .styledSelect:after {content: "\e806";font-family: 'iconfont';display: inline-block;float: right;position: absolute;right: 5px;top: 7px;}.refunds .dropDown .styledSelect.notPicked {background: -moz-linear-gradient(top, #f1d3c2, #fceee6);background: -webkit-gradient(linear, 0 0, 0 100%, from(#fceee6), to(#fceee6));background: -webkit-linear-gradient(top, #f1d3c2, #fceee6);background: -o-linear-gradient(top, #f1d3c2, #fceee6);background: linear-gradient(to bottom, #f1d3c2, #fceee6);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}.refunds .dropDown .options {-webkit-transition: max-height 0.15s linear;-moz-transition: max-height 0.15s linear;-o-transition: max-height 0.15s linear;transition: max-height 0.15s linear;max-height: 0;position: absolute;right: 0;left: 10%;z-index: 999;margin: 0 0;list-style: none;background-color: #ffffff;top: 100%;width: 75%;font-size: 90%;overflow-y: hidden;}.refunds .dropDown .options li {margin: 0 0;padding: 0 10px 2px;}.refunds .dropDown .options li:hover {background-color: #39f;color: white;}.refunds h1 {margin: 40px 0 30px 0;font-weight: 300;}.refunds h1.confirmation {margin: 40px 0 12px 0;}.refunds h2 {font-family: "Open Sans", arial, helvetica, sans-serif;color: #FF6554;font-size: 18px;line-height: 150%;}.refunds textarea {width: 440px;height: 60px;resize: none;}.refunds textarea:focus {border: 1px solid #470A68;}.refunds .nav .hide {visibility: hidden;}.refunds .nav .shippingLabels {width: 250px;float: right;padding-top: 1px;}.refunds .nav .shippingLabels select {width: 100px;margin-left: 10px;margin-top: 8px;}.refunds .cancel {font-size: 22px;font-weight: 200;margin-right: 50px;text-decoration: none;padding-top: 14px;float: left;}.refunds .cancel:before {content: "\e815";font-family: 'iconfont';font-size: 16px;float: left;padding-right: 10px;}.refunds .primaryButton {font-weight: 200;color: white;}.refunds .primaryButton.refunds {height: 20px;width: 120px;}.refunds .primaryButton.confirmation {position: relative;display: inline-block;margin-left: 0;}.refunds .primaryButton.report {display: inline;position: absolute;margin-top: 17px;padding: 5px;font-weight: normal;}.refunds .primaryButton.report:focus {color: #EE2737;font-weight: normal;}.refunds .primaryButton.submit {font-size: 22px;display: inline-block;width: 120px;text-align: center;padding: 10px 5px;float: right;}.refunds .primaryButton.submit:after {content: "\e806";font-family: 'iconfont';font-size: 16px;float: right;padding-right: 15px;padding-top: 1px;}.refunds .primaryButton:hover {color: #470A68;background: white;}.refunds div.error {width: 100%;word-wrap: break-word;}.refunds div.summary {color: #1E1A34;font-size: 17px;margin-bottom: 25px;}.refunds div.questions {color: #1E1A34;font-size: 17px;margin-top: 20px;}.refunds div.shippingLabels {color: #470A68;font-size: 17px;margin-top: 30px;margin-bottom: 50px;}.refunds div.boldText {margin-top: 2px;font-weight: bold;}.refunds div.itemIdTextAreaContainer {display: inline-block;float: left;margin-bottom: 15px;}.refunds div.refundReportingContainer {display: inline-block;padding-left: 30px;}.refunds div.refundReportingContainer .refundBalanceText {color: #FF6554;font-style: italic;}.refunds div.errorsContainer {clear: both;margin-left: 10px;}.refunds span {font-weight: 400;}.refunds span.confirmation {color: #1E1A34;font-size: 17px;margin-left: 0;}.refunds span.returnTotal {position: relative;top: 7px;}.refunds span.large {color: #470A68;font-size: 24px;font-weight: 300;position: relative;top: 7px;}.refunds span.small {color: #470A68;font-weight: 300;}.refunds table {width: 100%;margin: 15px 0 37px 10px;}.refunds table tbody {border: none;}.refunds table th {font-size: 18px;color: #470A68;font-weight: 400;text-align: left;padding: 10px 0;}.refunds table th span {display: inline-block;}.refunds table tr {border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;}.refunds table td {padding: 10px 0;color: #1E1A34;}.refunds table td.isbn {color: #1E1A34;font-weight: 100;font-style: italic;}.refunds table td.title {color: #1E1A34;font-weight: 100;font-style: italic;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 308px;display: block;padding-top: 18px;}.refunds table td.pricePaid {color: #1E1A34;font-weight: 100;font-style: italic;}.refunds table .remove {width: 5%;padding-right: 10px;padding-left: 10px;}.refunds table .date {width: 10%;}.refunds table .tplItemId {width: 13%;}.refunds table .isbn {width: 15%;}.refunds table .title {width: 35%;padding-right: 20px;}.refunds table .pricePaid {width: 10%;}.refunds table .issue {width: 17%;}.refunds .delete {background: #1E1A34;border-radius: 50%;color: white;font-size: 14px;width: 20px;display: block;text-align: center;font-family: "Open Sans", arial, helvetica, sans-serif;}.refunds .delete:before {content: '\00D7';}.refunds .delete:active, .refunds .delete:visited, .refunds .delete:focus {text-decoration: none;}.refunds .disabled {pointer-events: none;}.refunds .d-flex {display: flex;}.refunds .btnToggle {padding: 0;margin: 0.25em 1em 0;border: none;background: none;color: #470A68;font-weight: bold;outline: 0;}.refunds #previouslyReportedItems th:nth-child(5), .refunds #previouslyReportedItems td:nth-child(5) {text-indent: 20px;}.refunds #previouslyReportedItems td > i {color: #1E1A34;font-weight: 100;}.signUp {overflow: hidden;margin-bottom: 40px;margin-top: 30px;padding-bottom: 10px;}.signUp .leftSection {float: left;width: 420px;border-right: 1px solid #ccc;padding: 0 0 0 40px;}.signUp .rightSection {float: left;}.signUp input:focus:invalid:focus, .signUp textarea:focus:invalid:focus, .signUp select:focus:invalid:focus {color: black;border-color: rgba(82, 168, 236, 0.8);-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);}.signUp h1 {margin: 21px 0;}.signUp form input.primaryButton {padding: 6px 25px 8px;display: inline-block;width: auto;margin-top: 20px;margin-right: 10px;float: left;}.signUp .error {color: #EE2737;font-size: 11px;margin-top: -15px;margin-bottom: 10px;width: 255px;display: block;}.signUp .error.student-disclaimer {margin-top: 8px;}.signUp .error.recaptcha {margin-top: 5px;}.signUp .error-message {color: #EE2737;}.signUp .error-field {border: 1px solid #EE2737;}.signUp #studentsServed {border-radius: 0;border: 1px solid #1E1A34;width: 330px;margin: 0 0 20px;}.signUp label.required:after {content: '*';}body {font-family: "Open Sans", arial, helvetica, sans-serif;}section {width: 1218px;margin: 0 auto;}.hidden {display: none;}hr {border: 0;height: 1px;background: #c9c9c9;background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #c9c9c9), color-stop(100%, #ffffff));background-image: -webkit-linear-gradient(left, #ffffff 0%, #c9c9c9 50%, #ffffff 100%);background-image: -moz-linear-gradient(left, #ffffff 0%, #c9c9c9 50%, #ffffff 100%);background-image: -ms-linear-gradient(left, #ffffff 0%, #c9c9c9 50%, #ffffff 100%);background-image: -o-linear-gradient(left, #ffffff 0%, #c9c9c9 50%, #ffffff 100%);background-image: linear-gradient(left, #ffffff 0%, #c9c9c9 50%, #ffffff 100%);margin: 0;padding: 0;}input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {border-color: #EE2737;-webkit-box-shadow: 0 0 6px #f8b9b7;-moz-box-shadow: 0 0 6px #f8b9b7;box-shadow: 0 0 6px #f8b9b7;}.activeText {width: 49px;display: inline-block;color: #470A68;}.pausedText {color: #1E1A34;}.borderBox {border: 2px solid #1E1A34;padding: 23px;}.reUpload {font-size: 18px;padding: 0 15px 0 19px;background: url(global/reuploadIcon-ba07ca04e2f85f555cdc936049031f61.png) no-repeat left 12px;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}h1 {font-size: 44px;color: #470A68;font-weight: 300;font-family: "Poppins", sans-serif;}h2 {font-size: 22px;color: #470A68;font-weight: 300;font-family: "Poppins", sans-serif;}h3 {font-size: 22px;color: #470A68;font-weight: lighter;font-family: "Poppins", sans-serif;}h4 {font-size: 18px;color: #470A68;font-weight: 300;font-family: "Poppins", sans-serif;}p {font-size: 14px;line-height: 20px;color: #1E1A34;font-family: "Open Sans", arial, helvetica, sans-serif;}button {font-family: "Open Sans", arial, helvetica, sans-serif;}p a {text-decoration: underline;}a:hover, a:focus {text-decoration: none;color: #EE2737;background-color: #ffffff;}.shadow {background-color: #ffffff;background-image: -moz-linear-gradient(top, #ccc, #ffffff);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ffffff));background-image: -webkit-linear-gradient(top, #ccc, #ffffff);background-image: -o-linear-gradient(top, #ccc, #ffffff);background-image: linear-gradient(to bottom, #ccc, #ffffff);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFFFFFFF', GradientType=0);height: 6px;border-top: 4px solid #470A68;}.form button.primaryButton {display: block;margin: 5px 0 0 0;font-size: 22px;padding: 8px 25px 10px;}.form input {border-radius: 0;border: 1px solid #1E1A34;padding: 7px 5px 7px 13px;width: 330px;margin: 0 0 20px;}.form label {font-size: 18px;color: #1E1A34;font-family: "Open Sans", arial, helvetica, sans-serif;margin: 0 0 8px;}.topSection {padding: 5px 0 0 0;overflow: hidden;display: none;}.breadCrumbs {float: left;margin: 4px 0 0 0;color: #1E1A34;}.breadCrumbs a {text-decoration: underline;}.breadCrumbs span {margin: 0 0 0 10px;}.breadCrumbs span:before {content: "/ \00a0\00a0";}.chckout_prog {list-style: none;margin: 0 auto;position: relative;float: right;width: 327px;opacity: 0;}.chckout_prog:before {display: block !important;content: "........  ........" !important;left: 63px;position: absolute;top: 1px;width: 223px;color: #470A68;font-size: 18px;font-weight: bold;letter-spacing: 8px;text-align: center;z-index: 1;overflow: hidden;}.chckout_prog li {color: #470A68;float: left;text-align: center;margin: 2px 31px 0;z-index: 2;position: relative;font-size: 20px;font-weight: 700;}.chckout_prog li:last-child {margin-right: 0;}.chckout_prog li i {display: block;font-size: 30px;margin: 0 0 5px 0;color: #470A68;height: 30px;width: 30px;}.chckout_prog li .exclamation {margin-top: -5px;margin-bottom: 0;font-size: 42px;}.chckout_prog li a {color: #470A68;font-size: 16px;font-weight: normal;text-decoration: none;}.chckout_prog li a:hover {color: #EE2737;}.chckout_prog li a i {display: block;font-size: 30px;font-weight: 700;margin: 0 0 5px 0;color: #EE2737;}.chckout_prog li.sel {color: #EE2737;}.chckout_prog li.sel a:hover, .chckout_prog li.sel a, .chckout_prog li.sel i {color: #EE2737;}.chckout_prog li.sel a, .chckout_prog li.sel i {color: #EE2737;}.wrapper {display: none;}.ngdialog.ngdialog-theme-default .ngdialog-content {border-radius: 0;width: 515px;border: 3px solid #1E1A34;}body .ngdialog.ngdialog-theme-default .ngdialog-content {width: 565px;border: 2px solid #1E1A34;}.ngdialog-message h3 {font-size: 44px;margin-bottom: 5px;font-weight: 300;}.ngdialog-message p {color: #1E1A34;font-weight: 300;}.ngdialog-message p span {font-weight: 600;}.ngdialog-message .primaryButton {display: block;font-size: 24px;padding: 7px 22px;}.ngdialog-message .grayButton {display: block;font-size: 24px;padding: 7px 22px;}.ngdialog-message .twoButtons {overflow: hidden;margin: 20px auto 0;display: flex;justify-content: space-evenly;}.ngdialog-message .twoButtons a {float: left;margin: 0;}.ngdialog-message .twoButtons a:first-child {margin-left: 0;}.ngdialog-cancel-message h4 {font-size: 20px;margin-bottom: 5px;font-weight: 400;text-align: center;color: #470A68;}.ngdialog-cancel-message p {color: #1E1A34;font-weight: 300;text-align: center;}.ngdialog-cancel-message p span {font-weight: 600;color: #EE2737;}.ngdialog-cancel-message .primaryButton {display: block;font-size: 18px;padding: 7px 22px;}.ngdialog-cancel-message .grayButton {display: block;font-size: 18px;padding: 7px 22px;}.ngdialog-cancel-message .twoButtons {overflow: hidden;margin: 20px auto 0;width: 180px;}.ngdialog-cancel-message .twoButtons a, .ngdialog-cancel-message .twoButtons g:link {float: left;margin-left: 26px;}.ngdialog-cancel-message .twoButtons a:first-child, .ngdialog-cancel-message .twoButtons g:link:first-child {margin-left: 0;}.ngdialog-confirmation-message h4 {font-size: 20px;margin-bottom: 5px;font-weight: 400;text-align: center;color: #470A68;}.ngdialog-confirmation-message p {color: #1E1A34;font-weight: 300;text-align: center;}.ngdialog-confirmation-message p span {font-weight: 600;color: #EE2737;}.ngdialog-confirmation-message .primaryButton {display: block;font-size: 18px;padding: 7px 22px;}.ngdialog-confirmation-message .transparentButton {display: block;font-size: 18px;padding: 7px 22px;}.ngdialog-confirmation-message .grayButton {display: block;font-size: 18px;padding: 7px 22px;}.ngdialog-confirmation-message .twoButtons {overflow: hidden;margin: 20px auto 0;width: 300px;}.ngdialog-confirmation-message .twoButtons a, .ngdialog-confirmation-message .twoButtons g:link {float: left;margin-left: 26px;}.ngdialog-confirmation-message .twoButtons a:first-child, .ngdialog-confirmation-message .twoButtons g:link:first-child {margin-left: 0;}.ngdialog-confirmation-message .includeSuggestedBidForm {margin: 25px 26px 10px;}.ngdialog-confirmation-message .includeSuggestedBidForm input[type="radio"] {margin-top: 0;}.ngdialog-confirmation-message .includeSuggestedBidForm input[type='radio']:after {width: 15px;height: 15px;border-radius: 15px;top: -2px;left: -1px;position: relative;background-color: #ffffff;content: '';display: inline-block;visibility: visible;border: 3px solid #470A68;border-spacing: 5px;}.ngdialog-confirmation-message .includeSuggestedBidForm input[type='radio']:checked:after {width: 15px;height: 15px;border-radius: 15px;top: -2px;left: -1px;position: relative;background-color: #470A68;content: '';display: inline-block;visibility: visible;border: 1px solid #ffffff;border-spacing: 5px;outline: 2px solid #470A68;}.ngdialog-confirmation-message .includeSuggestedBidForm div {color: #1E1A34;font-weight: 300;font-style: italic;margin-bottom: 5px;}.ngdialog-confirmation-message .includeSuggestedBidForm label {color: #1E1A34;font-size: 1.1em;font-style: normal;font-weight: 300;}.ngdialog-confirmation-message .includeSuggestedBidForm label span {margin-left: 10px;}.ngdialog-confirmation-message .includeSuggestedBidForm .includeSuggestedBidChoiceDescription {margin-bottom: 20px;margin-left: 21px;}.ngdialog-confirmation-message .includeSuggestedBidForm .exportButton {margin-left: 39%;}.ngdialog-confirmation-message .includeSuggestedBidForm .primaryButton {display: inline;}.ngdialog.ngdialog-theme-default .ngdialog-content {background: white;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadFailed h2 {color: #f69320;font-weight: 400;margin: 10px 0 20px;font-size: 40px;border-bottom: 1px solid #1E1A34;padding: 0 0 8px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadFailed h4 {margin: 0;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadFailed p {padding-top: 5px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadFailed i {margin-right: 5px;line-height: 19px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadFailed a {margin: 10px 0 0 58px;font-size: 18px;display: inline-block;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadFailed li {font-size: 14px;line-height: 20px;font-family: "Open Sans", arial, helvetica, sans-serif;color: #1E1A34;font-weight: 300;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadErrors .reUpload {margin: 20px auto 15px;display: block;width: 137px;font-size: 22px;background-position: left 4px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadErrors a {display: inline;font-size: 14px;margin: 0;}.ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids .grayButton, .ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids .primaryButton {font-weight: 300;font-size: 15px;width: 160px;display: inline-block;text-align: center;margin: 20px 0 0 60px;}.ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids .grayButton i, .ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids .primaryButton i {margin-right: 5px;}.ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids .grayButton i:before, .ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids .primaryButton i:before {line-height: 20px;}.ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids .primaryButton {margin: 15px 0 0 40px;width: 190px;}.ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids p {color: #1E1A34;font-size: 12px;margin: 0 0 5px 0;padding: 0;text-align: center;}.ngdialog.ngdialog-theme-default .ngdialog-content .unrecognizedBids h3 {font-size: 32px;color: #470A68;font-weight: 400;line-height: 25px;margin-bottom: 15px;text-align: center;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess p {color: #1E1A34;font-size: 12px;margin: 0 0 5px 0;padding: 0;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess h3 {font-size: 32px;color: #470A68;font-weight: 400;line-height: 25px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess h4 {font-size: 18px;color: #1E1A34;font-weight: 300;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess h4 span {font-style: italic;color: #470A68;font-size: 14px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .grayButton, .ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .primaryButton {font-weight: 300;font-size: 15px;width: 160px;display: inline-block;text-align: center;margin: 5px 0 0 60px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .grayButton i, .ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .primaryButton i {margin-right: 5px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .grayButton i:before, .ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .primaryButton i:before {line-height: 20px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .summaryTable {border: 3px solid #1E1A34;overflow: hidden;margin: 0 0 10px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .summaryTable h4 {color: #470A68;font-size: 18px;padding: 3px 0 10px 10px;border-bottom: 1px solid #1E1A34;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .summaryTable h4:last-child {padding-bottom: 0;border-bottom: none;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .summaryTable span {display: block;font-size: 18px;color: #1E1A34;text-align: center;padding: 13px 0 7px 10px;border-bottom: 1px solid #1E1A34;height: 44px;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .summaryTable span:last-child {padding-bottom: 0;border-bottom: none;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .summaryTable .leftTable {width: 270px;float: left;border-right: 1px solid #1E1A34;}.ngdialog.ngdialog-theme-default .ngdialog-content .uploadSuccess .summaryTable .rightTable {float: left;width: 244px;}.progressBox p {margin-bottom: 5px;padding: 0 0 5px;}.progressBox span {display: block;color: #1E1A34;}.progressBox .moreM {padding-bottom: 15px;margin-top: 15px;}.progressBox .purple {color: #470A68;}.progressBox .orange {color: #FF6554;}.progressBox .blue {color: #470A68;}.progressBox button {margin-top: 15px;}.statusSpinner {margin: -20px auto 20px;display: block;width: 100px;}.smallStatusSpinner {display: inline-block;width: 40px;}.buyingPeriod .tooltip-inner, .orderExpirationDays .tooltip-inner {background: #470A68;font-family: "Open Sans", arial, helvetica, sans-serif;border-radius: 0;}.buyingPeriod .tooltip.in, .orderExpirationDays .tooltip.in {opacity: 1;filter: alpha(opacity=100);}.buyingPeriod .tooltip.bottom .tooltip-arrow, .orderExpirationDays .tooltip.bottom .tooltip-arrow {color: #470A68;border-bottom-color: #470A68;top: 1px;}.buyingPeriod h2, .orderExpirationDays h2 {font-size: 28px;color: #470A68;margin-bottom: 15px;}.buyingPeriod form, .orderExpirationDays form {padding: 0 180px;margin: 0;}.buyingPeriod form .formPart, .orderExpirationDays form .formPart {padding-bottom: 5px;}.buyingPeriod form .formPart label, .buyingPeriod form .formPart input, .orderExpirationDays form .formPart label, .orderExpirationDays form .formPart input {vertical-align: baseline;}.buyingPeriod form .formPart input, .orderExpirationDays form .formPart input {margin-left: 10px;}.buyingPeriod form .formPart #periodName, .orderExpirationDays form .formPart #periodName {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.buyingPeriod form .formPart #expirationDate, .orderExpirationDays form .formPart #expirationDate {width: 88px;-webkit-border-radius: 16px;-moz-border-radius: 16px;border-radius: 16px;}.buyingPeriod form .formPart #expirationDate[readonly], .orderExpirationDays form .formPart #expirationDate[readonly] {cursor: pointer;background-color: white;}.buyingPeriod form .formPart label, .orderExpirationDays form .formPart label {font-size: 12px;display: inline-block;text-align: right;width: 250px;margin-bottom: 10px;}.buyingPeriod form .formPart .ui-datepicker-trigger, .orderExpirationDays form .formPart .ui-datepicker-trigger {border: none;background: none;position: relative;left: -30px;top: 3px;display: inline;color: #470A68;}.buyingPeriod form .formPart .qMark, .orderExpirationDays form .formPart .qMark {position: relative;left: -25px;}.buyingPeriod .blank, .orderExpirationDays .blank {padding-bottom: 40px;}.buyingPeriod .buyingPeriodText, .orderExpirationDays .buyingPeriodText {margin-left: 388px;}.buyingPeriod .buyingPeriodText .expirationDateText, .orderExpirationDays .buyingPeriodText .expirationDateText {color: #470A68;}.buyingPeriod .buyingPeriodText p, .orderExpirationDays .buyingPeriodText p {display: block;}.buyingPeriod .buttons, .orderExpirationDays .buttons {margin-top: 40px;margin-left: 288px;}.buyingPeriod .buttons .cancelButton, .orderExpirationDays .buttons .cancelButton {margin-right: 20px;font-size: 18px;font-weight: 400;color: #470A68;}.buyingPeriod .buttons .cancelButton .icon-left-open, .orderExpirationDays .buttons .cancelButton .icon-left-open {margin-right: 10px;width: 14px;height: 14px;}.buyingPeriod .buttons .primaryButton, .buyingPeriod .buttons .grayButton, .orderExpirationDays .buttons .primaryButton, .orderExpirationDays .buttons .grayButton {padding: 2px 10px 4px;position: relative;left: -5px;}.buyingPeriod .buttons .grayButton, .orderExpirationDays .buttons .grayButton {border-color: #1E1A34;background-color: #1E1A34;}.buyingPeriod .buttons .grayButton:link, .orderExpirationDays .buttons .grayButton:link {text-decoration: none !important;cursor: default;}.buyingPeriod .buttons .grayButton:hover, .orderExpirationDays .buttons .grayButton:hover {color: white;}.buyingPeriod .buttons .grayButton:visited, .orderExpirationDays .buttons .grayButton:visited {color: white;}.ngdialog-buying-period .buyingPeriod .tooltip-inner {background: #470A68;font-family: "Open Sans", arial, helvetica, sans-serif;border-radius: 0;}.ngdialog-buying-period .buyingPeriod .tooltip.in {opacity: 1;filter: alpha(opacity=100);}.ngdialog-buying-period .buyingPeriod .tooltip.bottom .tooltip-arrow {color: #470A68;border-bottom-color: #470A68;top: 1px;}.ngdialog-buying-period .buyingPeriod h2 {font-size: 32px;font-weight: 500;padding: 0 0 0 115px;margin-bottom: 20px;}.ngdialog-buying-period .buyingPeriod form {padding: 0;}.ngdialog-buying-period .buyingPeriod form .formPart #periodName {height: 30px;width: 240px;}.ngdialog-buying-period .buyingPeriod form .formPart #expirationDate {height: 35px;width: 115px;}.ngdialog-buying-period .buyingPeriod form .formPart label {font-size: 14px;width: 220px;margin-bottom: 10px;}.ngdialog-buying-period .buyingPeriod form .formPart .ui-datepicker-trigger {left: -27px;}.ngdialog-buying-period .buyingPeriod form .icon-left-open {line-height: 0;}.ngdialog-buying-period .buyingPeriod .mwl h2 {padding: 0 0 0 150px;}.ngdialog-buying-period .buyingPeriod .mwl form .formPart .styled-select {vertical-align: baseline;margin-left: 10px;height: 30px;width: 350px;}.ngdialog-buying-period .buyingPeriod .mwl form .formPart #periodName {margin-left: 44px;border-radius: 5px;width: 350px;}.ngdialog-buying-period .buyingPeriod .mwl form .formPart label {display: inline;}.ngdialog-buying-period .buyingPeriod .mwl .buyingPeriodText {margin-left: 0px;}.ngdialog-buying-period .buyingPeriod .mwl .buyingPeriodText p {margin-top: 0px;}.ngdialog-buying-period .buyingPeriod .blank {padding-bottom: 30px;}.ngdialog-buying-period .buyingPeriod .buyingPeriodText {margin-left: 237px;}.ngdialog-buying-period .buyingPeriod .buyingPeriodText p {margin-top: -15px;margin-bottom: -12px;}.ngdialog-buying-period .buyingPeriod .buttons {margin-left: 132px;}.ngdialog-buying-period .buyingPeriod .buttons .grayButton, .ngdialog-buying-period .buyingPeriod .buttons .primaryButton {left: 1px;padding: 4px 30px 4px;}.ui-datepicker {font-size: 0.8em;}