@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/poppins/Poppins-Regular.ttf') format('truetype');
}

html {
    
    overflow: auto;
    
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
}


@media screen and (min-width: 768px) {
.modal-dialog {
    width: 880px;
    padding-top: 30px;
    padding-bottom: 30px;
}
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: "Poppins","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #333;
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
    
}
a,button,p {
    outline-style: none;
}
 


#page-header {    
    /*height: 100px;
    background: none repeat scroll 0 0 #222836;
    border-bottom: 5px solid #800000;
    */
    /*background-image: url("../../assets/img/header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    */
    
    
    
   
    
}

.navbar{
    background-color: #312783;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #2054A5;
    border-color: #428bca;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #2054A5;
    color: #FFF;
}

.navbar a{
    color: #FFF;
}
.navbar a:hover{
    color: #2054A5
}

.sweet-alert.sbcustom1{
    font-family: "Poppins", sans-serif;
}

.sweet-alert.sbcustom1 button.confirm{
    background-color: #312783 !important;
    font-weight: 400;
}
.sweet-alert.sbcustom1 button.confirm:hover{
    background-color: #2054A5 !important;
    font-weight: 400;
}

.sweet-alert.sbcustom1 button.cancel{
    color: #000;
    font-weight: 400;
}
.sweet-alert.sbcustom1 button.cancel:hover{
    color: #000;
    font-weight: 400;
}


#login {
    /*margin-top: 5%;*/
}

#logo_holder {
    
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(256,256,256,1);
    width: 548px;

    margin-top: 38px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 30px;
}
#desc {
    float: left;
    font-size: 12px;
    color: #000;
    margin-left: 20px;
    margin-top: 12px;
    border-left: #000 2px solid;
    padding-left: 20px;
    padding-top: 35px;
    height: 120px;
}

#logo {
    float: left;
    width: 100px;
    height: 100px;
    background-image: url('../../../assets/theme/szentendre/img/logo.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin-left: 30px;
    margin-top: 20px;
}
	#system_author {
            color: #ffffff;
            font-size: 20px;
            text-align: center;
            background: #800000;
            
	}

	#page-header-title {
            display: none;
            margin-left: 12%;
            color: #ffffff;
            font-size: 22px;
	}
	
	.modal-content {
		background: #312783;
		color: black;
		font-weight: bold;
	} 

	.modal-content .modal-body {
		background: #ececec ;
		font-weight: normal;
	}
	
	.modal-content .modal-body {
		font-weight: normal;
	}
	
	.modal-content a {
		color: #033169;
        font-weight: bold;
	}
	
	.modal-content .modal-body a:hover {
		color: #2054A5;
	}
	
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
            background-color: #2054A5;
            border-color: #285e8e;
            color: #fff;
        }
        
        .btn-primary, .modal-content a.btn {
            background: none repeat scroll 0 0 #312783;
            border-color: #222836;
            color: white;
        }

	.btn {
  		border-color: gray; 
	}

        .modal-content .btn:hover, .modal-content a.btn:hover {
            background-color: #2054A5;
            color: #F1F1F1;
	}
        
	.modal-content .btn-primary:hover, .modal-content a.btn:hover {
		background: #2054A5;
  		border-color: #222836; 
  		color: white;
	}
	
	.modal-content .modal-footer {
		background: #ececec;
		border-top: 1px solid black;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		margin-top: 0;
	}	
	
	.error .panel, .success .panel {
	  	position: absolute;
	  	width: 30%;
	  	left: 50%;
	  	top: 50%;
	  	min-width: 400px;
	  	margin-top: -173px;
	  	margin-left: -15%;
	  	border-color: white;
	}
	
	.error .panel-heading, .success .panel-heading {
		background: #312783;
		font-weight: bold;
                color: white !important;
                border-color: white;
	} 
	
	.error .panel-heading {
		color: #AC2424;	
	}
	
	.success .panel-heading {
		color: #ffffff;
	}

	.error .panel-body, .success .panel-body {
		background: #b0b0b0;
	}
	
	.error .panel-footer, .success .panel-footer {
		background: #b0b0b0;
		border-top: 0;
		padding-bottom: 2px;
	}
	
	
.alert {
		display: none;
	}
	
ul.error-list {
	list-style-type: none;
	font-size: 14px;
	padding-left: 0;
	margin-top: 6px;
}

table.rounded {
	border-collapse: collapse;
}

    table.rounded > tbody > tr:nth-child(2n+1) > td, table.rounded > tbody > tr:nth-child(2n+1) > th {
        background-color: #94C974;
    }
	
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.modal-dialog-center { /* Edited classname 10/03/2014 */
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}

#timerItem{
    margin-top: 15px;
    margin-right: 10px;
}

#logoutTimer{
    color: #FFF;
}

@media (max-width: 767px) {
	.modal {
		position: absolute;
		overflow:visible;
	}
	
	.modal-body {
		overflow:visible;
	}
	
	.modal-open {
		overflow:visible;
	}
	.modal-dialog-center { /* Edited classname 10/03/2014 */
		width: 100%;
	}
}

@media (max-width: 480px) {
    .nav-tabs > li {
        float: none;
    }
    .nav-tabs > li > a {
        margin-right: 0;  /* no need for the gap between nav items */
    }
    .nav-tabs {
        border-bottom: 0;
    }
    .nav-tabs > li > a {
        border: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover {
        border: 1px solid #ddd;
    }
    .nav-tabs > li:first-child > a {
        border-top-radius:4px;
    }
    .nav-tabs > li:last-child > a {
        border-bottom-radius:4px;
    }
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border-color: #ddd;
        z-index: 2;
    }
	
	.tab-content {
		font-size: 10px;
	}
}


.form-control::-moz-placeholder {
    color: inherit;
}




        #system_author {
		
	}
        
        #page-header-title {
		
    
	}


#main-menu {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#main-menu .panel, #residential-permit_panel {
    border-color: #312783 !important;
    text-shadow: 0 1px 1px #666666 !important;;
    font-size: 16px;
}

.modal-content {
        border: 1px solid #312783;

}



#main-menu .panel-body, #residential-permit_panel .panel-body, #residential-permit_panel .panel-footer {
    background: none repeat scroll 0 0 #b0b0b0 !important;
    
}

#main-menu .nav-pills li a {
    background: none repeat scroll 0 0 #312783 !important;
    border: 1px solid #869d3e;
    color: white;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
}

#main-menu .nav-pills li a:hover {
    background: none repeat scroll 0 0 #2054A5 !important;
    color: #FFF;
}

#main-menu .panel-body, #residential-permit_panel .panel-body, #residential-permit_panel .panel-footer {
    background: none repeat scroll 0 0 #ececec   !important;
}


.modal-title {
    color: white    ;
}

label {
    font-weight: normal;
}


#content > #page-header > #logo {
    display: block !important;
}

button.close {
    color: white !important;
    opacity: 0.7 !important;
}

button.close:hover {
    opacity: 1 !important;
}

a.btn {
    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*width: 200px;*/
    margin: 0 auto;
    line-height: 21.4333px;
}
a.btn:hover {
    background: none repeat scroll 0 0 #2054A5 !important;
    color: #FFF !important;
}


.usz_infoTable {
    margin: 0px !important;
}

.usz_infoTable td {
    margin: 0px !important;
    padding: 0px !important;
}

#confirmModal {
    /*margin-top: 15%;*/
    
}

.invisible {
    visibility: hidden;
}

.mhidden {
        display: none;
}

.mshown {
        display: inline-block;
}

#szamla_adoszam_lekerdezes_btn{
    margin-top:26px;
}
.szamla_adoszam_load_atarto{
    display: none;
}
.szamla_adoszam_load_atarto img{
    margin:15px 0px;
}

#afas_szamla_ado_szamhoz_tartozo_adatok{
    display: none;
}

#afas_szamla_osszegzo_tarto{
    display:none;
}

#part3_maganszemely, #part3_gazdalkodoi{
    display:none;
}

.dropdown-style{
    background-color: #312783;
    color: #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #2054A5;
}

.dropdown-menu>li>a{
    color: #FFFFFF;
}
