*{box-sizing:border-box}
.PopupBox {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    overflow-y: auto;
    height: 100%;
    top: auto;
    padding-right: 0;
    background: rgba(21, 77, 154, 0.14);
}

.PopupBox .Modal {
    -ms-transform: translate(0,75%);
    -ms-transform: translate(0,0);
    position: relative;
    width: auto;
    margin: 10px;
    transition: all .2s!important;
    margin: 0 auto;
    display: table;
    height: 100%;
    transform: translate3d(0,0,0);
    overflow: auto;
}

.PopupBox .Modal .Htm {
    display: table-cell;
    vertical-align: middle;
}

.PopupBox .Modal .Htm .Document {
    position: relative;
    outline: 0;
    margin: 0 auto;
    border-radius: 3px;
    background: #ffffff;
    display: inline-block;
    width: 351px;
    box-shadow: 3px 3px 6px -5px #010810;
}

.PopupBox .Modal .Htm .Document .Logo {
    float: left;
    width: 40%;
    margin: 20px 30%;
}

.PopupBox .Modal .Htm .Document .Title {
    float: left;
    color: #607D8B;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 9px 0 8px 0;
    text-indent: 10px;
}

.PopupBox .Modal .Htm .Document .Or {
    position: relative;
    width: 100%;
    float: left;
    height: 0px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.PopupBox .Modal .Htm .Document .Center {
    float: left;
    width: 100%;
    padding: 24px;
    background: #fff;
}

.PopupBox .Modal .Htm .Document .Center .Delete {
    float: left;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
    padding: 14px;
}

.PopupBox .Modal .Htm .Document .Center .Delete .Text {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    background: transparent;
    color: #000;
}

.PopupBox .Modal .Htm .Document .Center .Delete .Btn {
    border-radius: 3px;
    padding: 6px 30px;
    border: 0;
    background: #9E9E9E;
    font-size: 14px;
    color: #fff;
    display: -webkit-inline-box;
    text-align: center;
    cursor: pointer;
}

.PopupBox .Modal .Htm .Document .Center .Delete .Btn:Hover {
    background: #cb0e4e;
}

.PopupBox .Modal .Htm .Document .Center .ListTab {
    float: left;
    width: 100%;
    padding: 2px 0;
    background: #f9f9f9;
    margin-bottom: 2px;
    cursor: pointer;
}

.PopupBox .Modal .Htm .Document .Center .ListTab:hover {
    background: #f1f1f1;
    color: #fff;
}

.PopupBox .Modal .Htm .Document .Center .ListTab.Aktif {
    background: #9a9a9a;
    color: #fff;
}

.PopupBox .Modal .Htm .Document .Center .ListTab .Check {
    float: left;
    padding: 6px 8px;
    color: #000;
}

.PopupBox .Modal .Htm .Document .Center .ListTab .Check.Aktif {
    color: #fff;
}

.PopupBox .Modal .Htm .Document .Center .ListTab .Check i {
    font-size: 19px;
    display: block;
}

.PopupBox .Modal .Htm .Document .Center .ListTab .Name {
    float: left;
    padding: 6px 0;
    color: #000;
}

.PopupBox .Modal .Htm .Document .Center .Ders {
    float: left;
    width: 100%;
    padding: 6px 0;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    color: #000;
    border-radius: 22px;
    cursor: pointer;
}

.PopupBox .Modal .Htm .Document .Center .Ders:hover {
    background: #FF9800;
    border: 1px solid #f3f3f3;
    color: #fff;
}

.PopupBox .Modal .Htm .Document .Center .ListTab .Title {
    float: left;
    width: 100%;
    font-size: 14px;
}

.PopupBox .Modal .Htm .Document .Center .Text {
    float: left;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #252525;
    padding: 4px 0;
}

.PopupBox .Modal .Htm .Document .Center .Kod {
    float: left;
    width: 100%;
    font-size: 11px;
    text-align: center;
    color: #252525;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.PopupBox .Modal .Htm .Document .Center Input {
    float: left;
    width: 94%;
    margin: 10px 1%;
    padding: 14px 2%;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #a2a2a2, inset 1px 1px 2px 0px rgba(187, 187, 187, 0.08);
    font-size: 18px;
    ,: 1pxfont-weight: normal;
    font-weight: bolder;
    color: #000;
    outline: none;
    background: #ffffff;
}

.PopupBox .Modal .Htm .Document .Center Input.Error {
    box-shadow: 0px 0px 0px 1px rgb(226, 233, 243);
    background-color: rgb(249, 252, 255);
}

.PopupBox .Modal .Htm .Document .Center Textarea {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #a2a2a2, inset 1px 1px 2px 0px rgba(187, 187, 187, 0.08);
    font-size: 13px;
    font-weight: normal;
    color: #000;
    outline: none;
    background: #fbfbfb;
    height: 100px;
    font-family: segoe UI;
}

.PopupBox .Modal .Htm .Document .Center Textarea.Error {
    box-shadow: 0px 0px 0px 1px rgba(234, 8, 8, 0.35);
    background-color: rgba(255, 219, 219, 0.36);
}

.PopupBox .Modal .Htm .Document .Center Select.T2 {
    float: left;
    width: 48%;
    margin: 10px 1%;
    padding: 10px 2%;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    outline: none;
}

.PopupBox .Modal .Htm .Document .Center Select.T1 {
    float: left;
    width: 98%;
    margin: 10px 1%;
    padding: 8px 2%;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #f1f1f1, inset 1px 1px 2px 0px rgba(187, 187, 187, 0.08);
    font-size: 14px;
    font-weight: normal;
    color: #657080;
    outline: none;
    background: #fbfbfb;
}

.PopupBox .Modal .Htm .Document .Center Select.Disabled {
    color: #c1c1c1;
    background: #f3f3f3;
}

.PopupBox .Modal .Htm .Document .Center .Btn_Submit {
    border-radius: 3px;
    padding: 12px 0;
    border: 0;
    background: #E91E63;
    font-size: 14px;
    color: #fff;
    margin: 20px 20%;
    width: 60%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.PopupBox .Modal .Htm .Document .Center .Btn_Submit:Hover {
    background: #cb0e4e;
}

.PopupBox .Modal .Htm .Document .Center .PriceList {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.PopupBox .Modal .Htm .Document .Center .PriceList .Item {
    float: left;
    width: 100%;
    margin: 3px 0;
    background: #efefef;
    line-height: 30px;
    height: 30px;
    border-radius: 3px;
}

.PopupBox .Modal .Htm .Document .Center .PriceList .Item .Km {
    float: left;
    width: 30%;
    font-size: 14px;
    text-indent: 10px;
    color: #000;
}

.PopupBox .Modal .Htm .Document .Center .PriceList .Item .Price {
    float: left;
    width: 30%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.PopupBox .Modal .Htm .Document .Center .PriceList .Item .Btn_Delete {
    display: -webkit-inline-box;
    font-size: 14px;
    background: #E91E63;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    line-height: 10px;
    margin: 2px;
}

.PopupBox .Modal .Htm .Document .Center .PriceList .Item .Btn_Delete:Hover {
    background: #bb114b;
}

.PopupBox .Modal .Htm .Document .Bottom {
    float: left;
    width: 94%;
    border-top: 1px solid #f1f1f1;
    padding: 14px 3% 14px 3%;
    text-align: center;
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    position: relative;
}

.PopupBox .Modal .Htm .Document .Bottom .Btn_Vazgec {
    border-radius: 3px;
    padding: 8px 15px;
    border: 0;
    margin: 5px 5px;
    font-size: 20px;
    color: #353e4a;
    cursor: pointer;
    display: -webkit-inline-box;
}

.PopupBox .Modal .Htm .Document .Bottom .Btn_Vazgec:Hover {
    color: #000;
}

.PopupBox .Modal .Htm .Document .Bottom .Btn_Devam {
    border-radius: 3px;
    padding: 8px 20px;
    border: 0;
    margin: 5px 5px;
    background: #607D8B;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
}

.PopupBox .Modal .Htm .Document .Bottom .Btn_Devam:Hover {
    background: #093c65;
}

.PopupBox .Modal .Htm .Document .Bottom .Btn_Back {
    border-radius: 3px;
    padding: 4px 10px;
    border: 0;
    margin: 5px 5px;
    background: #616b7b;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
}

.PopupBox .Modal .Htm .Document .Bottom .Btn_Back:Hover {
    background: #093c65;
}

.PopupBox.View {
    /* position: fixed; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* z-index: 1050; */
    /* outline: 0; */
    /* overflow-y: auto; */
    /* height: 100%; */
    /* top: auto; */
    /* padding-right: 0; */
    /* background: rgba(255, 255, 255, 0.85); */
}

.PopupBox.View .Modal {
    -ms-transform: translate(0,75%);
    -ms-transform: translate(0,0);
    position: relative;
    width: auto;
    margin: 10px;
    transition: all .2s!important;
    margin: 0 auto;
    display: table;
    height: 100%;
    transform: translate3d(0,0,0);
    overflow: auto;
}

.PopupBox.View .Modal .Htm {
    display: table-cell;
    vertical-align: middle;
}

.PopupBox.View .Modal .Htm .Document {
    /* position: relative; */
    /* outline: 0; */
    /* margin: 0 auto; */
    /* border-radius: 6px; */
    /* background: #ffffff; */
    /* display: inline-block; */
    width: 760px;
    /* box-shadow: 0px 0px 71px -28px #000; */
}

.PopupBox.View .Modal .Htm .Document .Logo {
    float: left;
    width: 40%;
    margin: 20px 30%;
}

.PopupBox.View .Modal .Htm .Document .Title {
    /* float: left; */
    /* color: #afb6c1; */
    /* width: 100%; */
    /* text-align: left; */
    /* text-indent: 10px; */
    /* font-size: 18px; */
    /* padding: 8px 0 4px 0; */
}

.PopupBox.View .Modal .Htm .Document .Or {
    /* position: relative; */
    /* width: 100%; */
    /* float: left; */
    /* height: 4px; */
    /* text-align: center; */
    /* border-bottom: 1px solid #2c434e; */
}

.PopupBox.View .Modal .Htm .Document .Center {
}

.PopupBox.View .Modal .Htm .Document .Center .Tab {
    float: left;
    width: 98%;
    background: #f7f7f7;
    padding: 1%;
    border-radius: 6px;
    margin-bottom: 2px;
}

.PopupBox.View .Modal .Htm .Document .Center .Tab .AppCode {
    float: left;
    width: 49%;
    font-weight: bold;
    color: #000;
}

.PopupBox.View .Modal .Htm .Document .Center .Tab .AppView {
    float: left;
    width: 49%;
    color: #000;
}

.PopupBox.View .Modal .Htm .Document .Bottom {
    /* float: right; */
    /* width: 98%; */
    /* border-top: 1px solid #d8d8d8; */
    /* padding: 0px 1% 0px 1%; */
    /* text-align: center; */
    /* background: #f1f1f1; */
    /* border-radius: 0px 0px 6px 6px; */
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Vazgec {
    /* border-radius: 3px; */
    /* padding: 6px 10px; */
    /* border: 0; */
    /* margin: 10px 5px; */
    /* font-size: 14px; */
    /* color: #4c4c4c; */
    /* cursor: pointer; */
    /* float: right; */
    /* background: #cecece; */
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Vazgec:Hover {
    /* color: #fff; */
    /* background: #aebec5; */
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Devam {
    /* border-radius: 3px; */
    /* padding: 6px 10px; */
    /* border: 0; */
    /* margin: 10px 5px; */
    /* background: #145284; */
    /* font-size: 14px; */
    /* color: #fff; */
    /* cursor: pointer; */
    /* display: -webkit-inline-box; */
    /* float: right; */
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Devam:Hover {
    background: #264873;
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Delete {
    border-radius: 3px;
    padding: 9px 12px;
    border: 0;
    margin: 7px 5px;
    background: #fe0c0c;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-inline-box;
    float: left;
    position: absolute;
    left: 3%;
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Delete:Hover {
    background: #df0b0b;
    color: #fff;
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Add {
    border-radius: 3px;
    padding: 4px 8px;
    border: 0;
    margin: 7px 5px;
    background: #FFC107;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-inline-box;
    float: left;
    position: absolute;
    right: 3%;
}

.PopupBox.View .Modal .Htm .Document .Bottom .Btn_Add:Hover {
    background: #ecb40b;
    color: #fff;
}

.PopupBox .Modal .Htm .Document .Center .List {
    float: left;
    width: 100%;
}

.PopupBox .Modal .Htm .Document .Center .List .Firm {
    float: left;
    width: 94%;
    padding: 3%;
    background: #f7f7f7;
    margin: 1px 0;
    cursor: pointer;
    box-shadow: 0px 1px 0px 0px #e6e6e6;
}

.PopupBox .Modal .Htm .Document .Center .List .Firm:Hover {
    background: #ffffff;
}

.PopupBox .Modal .Htm .Document .Center .List .Firm .Name {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
}

.PopupBox .Modal .Htm .Document .Center .List .Firm .Desc {
    float: left;
    width: 100%;
    font-size: 11px;
    color: #9E9E9E;
}

.PopupBox .Modal .Htm .Document .Center .User {
    float: left;
    width: 94%;
    padding: 2% 3%;
    background: #eef1f3;
    margin: 2px 0;
    box-shadow: 0px 0px 0px 1px #efefef;
    cursor: pointer;
}

.PopupBox .Modal .Htm .Document .Center .User:Hover {
    background: #dbe2e6;
}

.PopupBox .Modal .Htm .Document .Center .User .Img {
    float: left;
    width: 18%;
    padding: 0% 0%;
}

.PopupBox .Modal .Htm .Document .Center .User .Img img {
    float: left;
    width: 100%;
    border-radius: 4px;
}

.PopupBox .Modal .Htm .Document .Center .User .Info {
    float: left;
    width: 82%;
}

.PopupBox .Modal .Htm .Document .Center .User .Info .Name {
    float: left;
    width: 100%;
    text-indent: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.PopupBox .Modal .Htm .Document .Center .User .Info .Desc {
    float: left;
    width: 100%;
    text-indent: 10px;
    font-size: 12px;
    color: #FF5722;
}

.PopupBox .Modal .Htm .Document .Center .List .Tab {
    float: left;
    width: 23%;
    margin: 1%;
    cursor: pointer;
}

.PopupBox .Modal .Htm .Document .Center .List .Tab:Hover {
    opacity: 0.6;
}

.PopupBox .Modal .Htm .Document .Center .List .Tab .Img {
    float: left;
    width: 100%;
}

.PopupBox .Modal .Htm .Document .Center .List .Tab .Img img {
    float: left;
    width: 100%;
}

.PopupBox .Modal .Htm .Document .Center .List .Tab .Text {
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 14px 0;
}

.PopupBox .Modal .Htm .Document .Center .List .DesignView {
    float: left;
    width: 48%;
    margin: 1%;
    cursor: pointer;
}

.PopupBox .Modal .Htm .Document .Center .List .DesignView:Hover {
    opacity: 0.6;
}

.PopupBox .Modal .Htm .Document .Center .List .DesignView .Img {
    float: left;
    width: 100%;
}

.PopupBox .Modal .Htm .Document .Center .List .DesignView .Img img {
    float: left;
    width: 100%;
}

.PopupBox .Modal .Htm .Document .Center .List .DesignView .Title {
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 14px 0 4px 0;
    text-align: center;
    text-indent: 0;
}

.PopupBox .Modal .Htm .Document .Center .List .DesignView .Text {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0px 0;
}

.PopupBox .Modal .Htm .Document.W740 {
    width: 740px
}
