﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    
}

body, input, textarea,h1,h2,h3,h4,H5,table,tr,td,p {

    font-family: 'nunito-sans', sans-serif;
}

body {
    font-family: 'nunito-sans' !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
     /*darkcyan, container*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    /* text-align:right;*/
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

.kotelezokitolteni {
    border-left:2px solid red !important;
}
.clear {
    clear: both;
}

.jobb {
    text-align: right;
    padding-right:5px;
}
  .center {
            text-align: center;
        }

      .slidecontainer {
            width: 50%;
            margin: 0 auto;
        }



/*remove the increase/decrease arrows*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}


.form-group{margin-bottom:15px;}

.no-svg .logoD {
  width: 100px;
  height: 43px;
  background-image: url('~/Content/derengo_logo.png');
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}


/*@font-face {
    font-family: "nunito-sans";
    src: url("Content/fonts/nunito-sans.eot");
    src: url("Content/fonts/nunito-sans.woff") format("woff"), url("Content/fonts/nunito-sans.otf") format("opentype"), url("Content/fonts/nunito-sans.svg#filename") format("svg");
}*/

.row {
    width: 100%;
    overflow: visible;
    white-space: nowrap;
}

    .row .column {
        display: inline-block;
        padding: 10px;
        margin: 0px 5px 5px 5px;
        background-color: none;
        border: 1px solid #ccc;
        text-align: center;
    }

#fileSzekeszt {
    display: none;
}

#fileSzekesztCsakKep {
    display: block;
}