@charset "utf-8";.pop-up-modal{background:rgba(0, 0, 0, 0.68);display:table;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}
.pop-up-modal div{}
.errorArmaPc{text-align:left;width:100%;max-width:500px;margin:0 auto;}
.pop-up-body{vertical-align:middle;display:table-cell !important;text-align:center;}
.pop-up-window{background-color:#8CC63F;min-height:50px;max-height:calc(100% - 50px);display:flex;flex-direction:column;margin:auto;max-width:calc(100% - 400px);}
.pop-up-title{background:#3f4244;width:100%;min-width:250px;height:40px;margin:20px 0px 16px 0px;display:flex;justify-content:space-between;}
.pop-up-title-left{width:calc(100% - 100px);text-align:left;display:flex;}
.pop-up-title-left > img{height:60px;width:60px;margin-top:-10px;margin-left:10px;}
.pop-up-title-left > h1{margin-left:10px;margin-top:10px;color:white;font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;}
.pop-up-title-right{}
.pop-up-title-right > img{height:34px;width:136px;margin-top:3px;margin-right:12px;}
.pop-up-content{background-color:rgba(0, 0, 0, 0.1);margin-left:2px;width:calc(100% - 24px);min-height:50px;max-height:400px;overflow:auto;color:white;padding:10px 10px;}
.pop-up-buttons{margin-top:5px;margin-bottom:15px;}
.split-bt{text-shadow:0 1px 0 rgba(0,0,0,0.3);text-decoration:none;color:#ffffff !important;position:relative;padding:10px 20px 9px;margin:0px 0px;height:15px;display:inline-block;text-align:center;margin-left:35px;background-color:#333333;background:-moz-linear-gradient(top, #666, #333);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));-webkit-box-shadow: 0px 0px 1px 0px rgba(255,255,255,0.3), 0px 4px 0px 0px #272425, 0px 8px 5px #999;-moz-box-shadow: 0px 0px 1px 0px rgba(255,255,255,0.3), 0px 4px 0px 0px #272425, 0px 8px 5px #999;box-shadow: 0px 0px 1px 0px rgba(255,255,255,0.3), 0px 4px 0px 0px #272425, 0px 8px 5px #999;cursor:pointer;transition:all 0.3s linear;-o-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.split-bt img{height:20px;width:20px;max-height:26px;line-height:20px;position:absolute;top:0px;left:-37px;display:block;padding:7px 9px;font-size:14px;font-weight:bold;color:rgba(255, 255, 255, 0.6);border-right:solid 1px rgba(0, 0, 0, 0.2);border-bottom:none;background-color:#333333;background:-moz-linear-gradient(top, #666, #333);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));-webkit-border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;border-radius:3px 0px 0px 3px;-webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 4px 0px 0px #272425, 0px 8px 5px #999;-moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 4px 0px 0px #272425, 0px 8px 5px #999;box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 4px 0px 0px #272425, 0px 8px 5px #999;}
.split-bt:active{-webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 0px 0px #333, 0px 4px 3px #999;-moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 0px 0px #333, 0px 4px 3px #999;box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 0px 0px #333, 0px 4px 3px #999;}
.split-bt>p{padding:1px 0 0 0;margin:0 !important;font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
"Lucida Sans", Tahoma, sans-serif;font-size:14px;font-weight:bolder;color:#8CC63F !important;}
@media only screen and (min-width:830px) and (max-width:1434px){.pop-up-window{margin-left:128px;max-width:calc(100% - 252px);}
}
@media only screen and (min-width:685px) and (max-width:829px){.pop-up-window{margin-left:44px;max-width:calc(100% - 87px);}
}
@media only screen and (min-width:320px) and (max-width:685px){.pop-up-window{margin-left:0;max-width:100%;}
.pop-up-modal{height:calc(100% + 70px);}
}