﻿
body {
    background: #ffffff;
    display: flex;
    flex-flow: column;
    color: #333;
    font-family: "Univers font-family:Univers LT W02_55 Roman1475958", sans-serif;
    font-size: 15px;
}

    body #form1 {
        min-width: 320px;
    }

	.webh1 { font-size: 32px; line-height: 40px; margin-bottom: 10px; padding-bottom: 7px; color: #333; font-weight: normal; font-family: 'Univers LT W02_55 Roman1475958', sans-serif;}
	.webh2 { font-size: 26px; line-height: 32px; margin-bottom: 10px; padding-bottom: 7px; color: #333; font-weight: normal; font-family: 'Univers LT W02_55 Roman1475958', sans-serif;}
	.webh3 { font-size: 22px; line-height: 28px; margin-bottom: 10px; padding-bottom: 7px; color: black; font-weight: normal; font-family: 'Univers LT W02_55 Roman1475958', sans-serif;}
	.webh4 { font-size: 12px; margin-bottom: 5px; color: #004665; font-weight:bold; }
	.webh5 { font-size: 11px; margin-bottom: 5px; color: #004665; }
	.webp { line-height: 24px; color: #333; margin-bottom: 10px; }
	.weba {color: #004665;}
	.webimg {vertical-align: middle;
			border-style: none;
			margin-bottom: 3px;
			margin-top: -8px;}
			

.plus{
    background-image: url("https://cdn0.iconfinder.com/data/icons/ie_Bright/128/plus_add_blue.png");
    width:130px;
    height:130px;
    background-repeat:no-repeat;
}

.plus.minus{
    background-image: url("https://cdn0.iconfinder.com/data/icons/ie_Bright/128/plus_add_minus.png");
    width:130px;
    height:130px;
    background-repeat:no-repeat;
}			
			
			
.ButtonCollapse {
			padding: 20px;
			text-decoration: none !important;
			display: inline-block;
			width: 190px;
			text-align: center;
			border: none;
			margin-bottom: 5px;
			border-bottom: 1px solid #ededed;
			padding: 0;
			margin: 0;
			}
			
.BasicLine {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-top: 0px;
	border-color: #dedede
}

.footer {
    display: block;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #efefef;
    float: left;
}

.LoginText {
    color: white;
}

.HeaderTopFlag {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}


.b2cContainer p {
	margin-top: 0;
    margin-bottom: 1rem;
}

.b2cContainer {
    margin-bottom: 40px;
    max-width: 1210px;
}

.b2cContainer {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

html, body {
    height: 100%;
}



footer {
    margin-top: auto;
    background-color: #222;
}

.aspNetDisabled
{
    background-color:silver !important;
}

.Button {
    background-color: #951C3D;
    padding: 20px;
    color: white !important;
    text-decoration: none !important;
    display: inline-block;
    width: 190px;
    text-align: center;
    border: none;
    margin-bottom: 5px;
}

.ButtonCall {
	color: white !important;
    background: #951C3D;
    font-size: 14px;
    padding: 12px 30px;
    text-decoration: none !important;
    text-align: center;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    text-transform: none;
    padding: 16px 30px;
}


.ButtonMore {
    display: none;
}

.gridPrintButtonDirect {
    display: none;
}

.ReportButton {
    display: inline-block;
}

.Direct {
    display: none;
}

.form {
    background-color: #EFEFEF;
    padding: 30px;
    margin-bottom: 30px;
}

.formInside {
    padding: 30px;
    margin-bottom: 30px;
    background-color: aliceblue;
    width: 100%;
    border: 1px solid silver;
    border-top-color: #014665;
}

.form-group .riSingle {
    width: 100% !important;
}

.form-horizontal .control-label {
    text-align: left !important;
    font-weight: bold;
}

html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
    border-radius: 0 !important;
}

.ButtonTabBack {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    color: #145372;
    padding: 10px;
    display: none;
}

.FilterAddButton {
    position: absolute;
    bottom: 19px;
    right: 26px;
}

.FormFilterControl {
    padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    .HeaderTopLink {
        line-height: 46px;
        padding-left: 10px;
        font-size: 11px;
        background-position-x: -14px;
    }

    .LoginText {
        color: white;
        font-size: 10px;
    }

    .ButtonMore {
        background-color: #951C3D;
        padding: 20px;
        color: white !important;
        text-decoration: none !important;
        display: inline-block;
        margin-top: 20px;
        width: 190px;
        text-align: center;
    }

    .gridPrintButtonDirect {
        display: inline-block;
    }

    .Direct {
        display: inline-block;
    }

    .ReportButton {
        display: none;
    }

    .ButtonTabBack {
        display: inline-block;
    }

    .FilterAddButton {
        position: absolute;
        bottom: 15px;
        right: -36px;
    }

    .FormFilterControl {
        padding-bottom: 15px;
    }
}

.vertical-align-center {
    display: flex;
    align-items: center;
}

#progressBackgroundFilter {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: White;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    height: 100%;
}

.b2c-panel {
    border-radius: 0;
    border: 0px !important;
    -webkit-box-shadow: none;
    background: #efefef;
}

.card-title {
    background-color: #014665;
    border-radius: 0;
    color: white;
    margin-bottom: 0px !important;
    padding: 5px;
}

.b2c-panel .panel-body {
    padding: 0px;
}

.card .row {
    border-bottom: 1px solid;
    border-bottom-color: white;
    padding-left: 10px;
}

.panel-body .header {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid;
    border-right-color: white;
}

.panel-body .inside{
    background-color: aliceblue;
    width: 100%;
    border: 1px solid silver;
    border-top-color: #014665;
}
/*#######################################crystal report viewer stil################################################*/
.crtoolbar {
    background: black !important;
}


.dialogzone {
    background-color: black !important;
    background-image: none !important;
}

    .dialogzone div {
        background-image: none !important;
        background-color: none !important;
    }

.leftPanel {
    background: black !important;
}

.insetBorder {
    background-color: black !important;
    border-bottom: 2px solid black !important;
    border-right: 2px solid black !important;
    border-top: 2px solid black !important;
    border-left: 22px solid black !important;
}

.menuShadow {
    background-color: black !important;
}

.RadWindow .rwCorner {
    display: none !important;
}
/*###########################################Button####################################################*/
.Button {
    background-color: #951C3D;
    color: white !important;
    text-decoration: none !important;
    display: inline-block;
}



.ButtonForm {
    background-color: #951C3D;
    padding: 16px 49px;
    color: white !important;
    text-decoration: none;
}

.FilterLinkButton {
    border-radius: 0px !important;
    background-color: #004665 !important;
    border: 0px;
    color: white !important;
}

.RadPanelBar_Bootstrap .rpRootLink.rpSelected {
    color: white !important;
    background-color: #004665 !important;
    border-color: #004665 !important;
}

.RadPanelBar_Bootstrap .rpRootLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

    .RadPanelBar_Bootstrap .rpRootLink .rpExpandHandle {
        padding: 0px !important;
        border-radius: 0px !important;
    }

.RadPanelBar_Bootstrap .rpExpandHandle {
    top: 4px !important;
}

.RadPanelBar {
    border-style: none !important;
    margin-bottom: 1px;
}

.rpTemplate {
    overflow: hidden !important;
    border: 1px solid;
    border-color: #c4c4c4;
}

.RadPanelBar_Bootstrap .rpRootLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    color: white !important;
    background-color: #004665 !important;
}

.external {
    color: black !important;
}

.labelKontoKartica {
    color: #286099
}

.RadUpload .ruBrowse {
    width: 100px !important;
}

.RadUpload .ruActions .ruButton {
    width: 100px !important;
}

.postbg2 {
    background-color: #E1EBF2;
    float: left;
    width: 100%;
}

.postbg1 {
    background-color: #ECF3F7;
    float: left;
    width: 100%;
}

.post {
    background-position: 100% 0;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 0 10px;
}

    .post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
        margin: 0 -10px;
    }


span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    height: 5px;
    line-height: 1px;
}

span.corners-top {
    background-image: none;
    background-position: 0 0;
    margin: 0 -5px;
}

.postbody {
    color: #333333;
    padding: 10px;
}


    .postbody h3 {
        border: medium none;
        font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
        font-size: 1.5em;
        line-height: 125%;
        margin: 0 0 0.3em !important;
        padding: 2px 0 0;
        text-transform: none;
    }

#Content .postbody p.author {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: 12px;
    margin: 0 15px 1px 0;
    padding: 0 0 5px;
}

.content {
    color: #333333;
    font-family: Arial;
    font-size: 1em;
    line-height: 1.4em;
    min-height: 3em;
    overflow: hidden;
    padding-bottom: 1px;
}

.RadUpload_Bootstrap .ruSelectWrap .ruButton {
    height: 35px !important;
}

#Slogan {
    position: absolute;
    top: 42%;
    color: white;
    right: 3%;
    font-size: 30px;
}
/*--------------------------Registration Style Begin---------------------------------*/
.PanRegistration {
    background-color: #d4e0fb !important;
}
.registrationButton {
    border: none;
    padding: 10px;
}

.registrationImage
{
    margin:0 auto;
}

.registrationOk {
    background-color:#2e8902 !important;
}
.registrationError {
    background-color: #ff0000 !important;
}
/*--------------------------Registration Style End---------------------------------*/