﻿ .t-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;overflow-x:hidden;overflow-y:auto}.t-modal-mask{position:fixed;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,0.7)}.t-modal-dialog{margin:15px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:calc(100% - 30px)}.t-modal-content{margin:0 auto;padding:10px;position:relative;width:100%;max-width:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border-radius:15px;overflow:hidden}.t-modal-content>*{margin-bottom:20px}.t-modal-content>*:last-child{margin-bottom:0}.t-modal-header{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.t-modal-header-icon{margin:20px 0 10px}.t-modal-header-logo{width:100%;max-width:154px}@media(min-width:769px){.t-modal-header-logo{max-width:235px}}.t-modal-body{position:relative;text-align:center;color:#000}.t-modal-text{margin:10px auto;font-size:14px;line-height:1.4;word-spacing:-1px}.t-modal-footer.t-modal-footer{margin:0 -10px -10px -10px;padding:30px 10px 40px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f6f6f6}.t-modal-odinBtn{max-width:350px;background-color:#c3dafc;border:0;border-bottom:2px solid #7f96b9;color:#233b7a;width:100%;height:40px;font-weight:700;display:block;text-decoration:none;cursor:pointer}.t-modal-odinBtn._disabled{background-color:#e0e0e0;border-bottom:2px solid #bcbcbc;color:#787777;cursor:default}.t-modal-syllisBtn{width:100%;height:35px;text-align:center;font-size:14px;border-radius:3px;background-color:#7aa1d8;background:-webkit-linear-gradient(top,#7aa1d8 0,#537ab3 100%);background:-moz-linear-gradient(top,#7aa1d8 0,#537ab3 100%);background:-ms-linear-gradient(top,#7aa1d8 0,#537ab3 100%);background:-o-linear-gradient(top,#7aa1d8 0,#537ab3 100%);background:linear-gradient(to bottom,#7aa1d8 0,#537ab3 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.8),0 1px 2px rgba(0,0,0,0.7);border:1px solid #336;color:#fff;text-shadow:-1px -1px 0 rgba(0,0,0,0.5);outline:0}.t-modal-syllisBtn._disabled{border:1px solid #bcbcbc;background:#e0e0e0;color:#787777;text-shadow:none}.t-modal-close{padding:10px;position:absolute;top:10px;right:10px;background-color:transparent;border:0;cursor:pointer}