﻿@font-face {
    font-family: 'DIN Pro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Black'), url('DINPro-Black.woff') format('woff');
}
@font-face {
    font-family: 'DIN Pro Condensed Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Condensed Regular'), url('DINPro-Cond.woff') format('woff');
}
@font-face {
    font-family: 'DIN Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Bold'), url('DINPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'DIN Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Light'), url('DINPro-Light.woff') format('woff');
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 300px;
    /*background-color: #52BCE3;*/
    font-family: "DIN Pro Light";
    color: white;
    min-height:100vh;
    
  background: #52BCE3;
  background: -webkit-linear-gradient(left top, #52BCE3, #2B9BC3);
  background: -o-linear-gradient(bottom right, #52BCE3, #2B9BC3);
  background: -moz-linear-gradient(bottom right, #52BCE3, #2B9BC3);
  background: linear-gradient(to bottom right, #52BCE3, #2B9BC3);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*height:80vh;*/
    margin-top:30px;
    
    background: #00546E; 
    background: -webkit-linear-gradient(left top, #2C89AA, #00546E);
    background: -o-linear-gradient(bottom right, #2C89AA, #00546E); 
    background: -moz-linear-gradient(bottom right, #2C89AA, #00546E); 
    background: linear-gradient(to bottom right, #2C89AA, #00546E);
    
    overflow: overlay;
    overflow-x:hidden;
}

/* 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; 
    background-color:transparent;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #18718f inset;
}
select{    
    background: url('../Images/dropdown.png') no-repeat 95%;
    -webkit-appearance: none;
    -moz-appearance:none;
}
.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #18718f inset;
}

.yellow-font{
   /* ova klasa sluzi samo kao selector*/
}




.columnsContainer {  width:100%  }

.leftColumn, .rightColumn{position:relative;  border: 1px solid  #ccc;}
.noWrap {
    white-space: pre-wrap !important;
}




/*=============================================================================*/
/*==================Fixed header for view Mobile/Users.cshtml/*==================*/
/*=============================================================================*/

#dgMobileUsers thead {
    z-index: 1;
    overflow: visible;
    height: 15px;
    font-size: 13px;
}

#dgMobileUsers {
    margin-top: 70px;
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
}

    #dgMobileUsers th,
    #dgMobileUsers td {
        padding: 5px;
    }

    #dgMobileUsers tbody::-webkit-scrollbar {
        border-radius: 4px;
        width: 5px;
        max-width: 10px;
        height: 5px;
        background: black;
    }

    #dgMobileUsers tbody::-webkit-scrollbar-track-piece {
        background: rgba(0, 0, 0, .075);
    }

    #dgMobileUsers tbody::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #5395AD;
    }

    #dgMobileUsers tbody::-webkit-scrollbar:hover {
        background: black;
        width: 10px;
    }

    #dgMobileUsers td {
        overflow: hidden;
    }

        #dgMobileUsers td > div {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    #dgMobileUsers tr:hover {
        background: #288AAD;
    }

    #dgMobileUsers thead tr {
        display: block;
        position: relative;
    }

    #dgMobileUsers tbody {
        display: block;
        overflow-x: auto;
        font-size: 14px;
        overflow: overlay;
    }

#dgMobileUsers {
    margin-left: 2px;
}

/*=============================================================================*/
/*==================Fixed header for view Mobile/ContentList.cshtml/*==================*/
/*=============================================================================*/
#dgMobileContent thead {
    z-index: 1;
    overflow: visible;
    height: 15px;
    font-size: 13px;
}

#dgMobileContent {
    margin-top: 70px;
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
}

    #dgMobileContent th,
    #dgMobileContent td {
        padding: 5px;
    }

    #dgMobileContent tbody::-webkit-scrollbar {
        border-radius: 4px;
        width: 5px;
        max-width: 10px;
        height: 5px;
        background: black;
    }

    #dgMobileContent tbody::-webkit-scrollbar-track-piece {
        background: rgba(0, 0, 0, .075);
    }

    #dgMobileContent tbody::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #5395AD;
    }

    #dgMobileContent tbody::-webkit-scrollbar:hover {
        background: black;
        width: 10px;
    }

    #dgMobileContent td {
        overflow: hidden;
    }

        #dgMobileContent td > div {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    #dgMobileContent tr:hover {
        background: #288AAD;
    }

    #dgMobileContent thead tr {
        display: block;
        position: relative;
    }

    #dgMobileContent tbody {
        display: block;
        overflow-x: auto;
        font-size: 14px;
        overflow: overlay;
    }

#dgMobileContent {
    margin-left: 2px;
}


/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
    #tdSelectedPersons {
        position: absolute;
    }|
	.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }   
}