

*{
    margin: 0;
    padding: 0;
}
html{
    width: 100%;
    height: 100%;

}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #FFF;
    font-size: 16px;
    font-family: Tahoma, Calibri, Sans-serif;
    overflow: hidden;
}

body>div#startup {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 1.3em;
    z-index: 99;
    background-color: #AAA;
    padding-top: 100px;
}
.report{
    width: 100%;
    
}
.header{
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    background-color: white;
    position: fixed;
    z-index: 19; 
}

.sumCurrency-001{
    top : 130px !important;
}
.sumCurrency-002{
    top: 180px !important;
}
.sumCurrency-002-b{
    top: 180px !important;
}
.sumCurrency-002-l{
    top: 180px !important;
}

.logo_padding{
    padding-top:18px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:12px;
}

body>div#startup>div#loading>span:first-child {
    margin-right: 15px;
}

body>div#startup>div#loading>span.block {
    border-radius: 4px;
    background-color: #DDD;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    animation: loadingblock 1.5s infinite;
    animation-timing-function: linear;
    -webkit-animation: loadingblock 1.5s infinite;
    -webkit-animation-timing-function: linear;
}

body>div#startup>div#loading>span.block.block-one {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

body>div#startup>div#loading>span.block.block-two {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

body>div#startup>div#loading>span.block.block-three {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes loadingblock {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #555;
    }
}

@keyframes loadingblock {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #555;
    }
}

body>div.netPurchase>div.header {
    background-color: #333;
    height: 60px;
    border-bottom: 5px solid #ff6336;
    color: #FFF;
}

/*body > div.netPurchase > div.header > div {
    height: 100%;
    vertical-align:top;
    display:inline-block;
}*/

/*@media screen and (max-width: 1024px) {
    #settingsButtons {
        display: none !important;
    }
}*/

body>div.netPurchase>div.header>div.menu>ul {
    margin: 0px;
    padding: 0px;
    height: 100%;
    list-style: none;
}

body>div.netPurchase>div.header>div.menu>ul>li {
    display: inline-block;
    font-size: 18px;
    height: 100%;
}

body>div.netPurchase>div.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #333;
    padding: 8px;
    font-size: 11px;
    color: #DDD;
}

body>div.netPurchase>div.footer a {
    color: #DDD;
}

body>div#loading-status {
    position: fixed;
    bottom: 35px;
    right: 15px;
    background-color: #FFF;
    border: 1px solid #333;
    border-radius: 6px;
}

body>div#loading-status>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body>div#loading-status>ul {
    padding: 5px 10px;
}

.button {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
    /* Green */
    border-radius: 8px;
}

.errorDialog {
    z-index: 1;
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-dropdown {
    width: 100%;
}

.k-maskedtextbox {
    width: 100%;
}

.k-autocomplete {
    width: 100%;
}

.container {
    position: relative;
    border-style: solid;
    border-width: 1px;
}

textarea {
    position: relative;
    margin-bottom: 35px;
    resize: none;
    border-style: none
}

.rand-before::before {
    content: "R ";
}

.highlight {
    color: #FF6336;
}

table.request-detail-table {
    border-collapse: collapse;
    width: 100%;
}

table.request-detail-table tr:nth-child(even):not(#table-header) {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

table.request-detail-table tr td {
    text-align: left;
    padding: 5px;
}

.green-approve-button {
    border-color: #01633d !important;
    color: white !important;
    background-color: #01633d !important;
}

.green-approve-button:hover {
    border-color: black !important;
    color: black !important;
}

.red-decline-button {
    border-color: red !important;
    color: red !important;
    background-color: white !important;
}

.red-decline-button:hover {
    border-color: black !important;
    color: black !important;
}

.blue-query-button {
    border-color: blue !important;
    color: blue !important;
    background-color: white !important;
}

.blue-query-button:hover {
    border-color: black !important;
    color: black !important;
}

.green-approve-button:disabled, .red-decline-button:disabled {
    opacity: 0.3;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

/* Handle */
::-webkit-scrollbar-thumb:vertical {
    background: #FF6336;
    border-top: 5px solid #F0F0F0;
    border-bottom: 5px solid #F0F0F0;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #FF6336;
    border-left: 5px solid #F0F0F0;
    border-right: 5px solid #F0F0F0;
}

::-webkit-scrollbar-thumb:hover {
    background: #f53700;
}
/* Buttons */
::-webkit-scrollbar-button:single-button{
    background-color: #F0F0F0;
    display: block;
    border-style: solid;
    height: 10px;
    width: 10px;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #777777;

}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777777;
}

/* Left <- */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid black;
    border-bottom: 5px solid transparent;
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #777777;
    border-bottom: 5px solid transparent;

}
/* Right -> */
::-webkit-scrollbar-button:single-button:horizontal:increment {
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
}

::-webkit-scrollbar-button:horizontal:single-button:increment:hover {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #777777;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
}
.project-map-list-type::after{
    content: ':';
}


table.create-request-table tr td input{
    box-sizing: border-box;
    width: 100%;
}

.create-request-table{
    width: 100%;
    max-width: 700px;
}
textarea.new-request-textarea{
    margin: 0;
    border: 1px solid #c5c5c5;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px;
    font: inherit;
    color: #342e2e;
}

textarea.new-request-textarea:focus {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    outline: none;
}



@media only screen and (max-width: 425px){
    .create-request-table tr td{
        display: block;
        width: 100% !important;
    }
}
@media only screen and (min-width:620px){
    .sumCurrency-002{
        top: 130px !important;
    }
}

@media only screen and (min-width: 768px){
   
    .report-l{
        width : calc(100% - 35%);
        left: 35%;
        right: 0;

    }
    .header-l{
        width : calc(100% - 35% - 10px);
        left: 35%;
        right: 0;
    }
   
}
@media only screen and (min-width: 954px){
    .sumCurrency-002-l{
        top: 130px !important;
    }
}


@media only screen and (min-width: 992px){
  

    .report-l{
        width : calc(100% - 30%);
        left: 30%;
        right: 0;

    }
    
    .report-r{
        width : calc(100% - 30%);
        right: 30%;
        left:0;


    }
    .report-b{
        width : calc(100% - 60%);
        left: 30%;
        right: 30%;
    }
    .header-l{
        width : calc(100% - 30% - 10px);
        left: 30%;
        right: 0;
    }
    .header-r{
         width : calc(100% - 30% - 10px);
        right: 30%;
        left:0;
    }
    .header-b{
         width : calc(100% - 60% - 10px);
        left: 30%;
        right: 30%;
    }
    
    .create-request-table tr td{
        display: block;

    }
    

}
@media only screen and (min-width: 1200px){

    .report-l{
        width : calc(100% - 25%) !important;
        left: 25% !important;
        right: 0 !important;

    }
    
    .report-r{
        width : calc(100% - 40%) !important;
        right: 40% !important;
        left:0 !important;


    }
    .report-b{
        width : calc(100% - 65%) !important;
        left: 25% !important;
        right: 40% !important;
    }
    .header-l{
        width : calc(100% - 25% - 10px) !important;
        left: 25% !important;
        right: 0 !important;
    }
    .header-r{
        width : calc(100% - 40% - 10px) !important;
        right: 40% !important;
        left:0 !important;
    }
    .header-b{
         width : calc(100% - 65% - 10px) !important;
        left: 25% !important;
        right: 40% !important;
    }
    .create-request-table tr td{
        display: table-cell;
    }
    .sumCurrency-002{
        top: 130px !important;
    }
    .sumCurrency-002-b{
        top: 180px !important;
    }
}
@media only screen and (min-width: 1392px){

    .report-l{
        width : calc(100% - 350px) !important;
        left: 350px !important;
        right: 0 !important;

    }
    
    .report-r{
        width : calc(100% - 40%) !important;
        right: 40% !important;
        left:0 !important;


    }
    .report-b{
        width : calc(100% - 40% - 350px) !important;
        left: 350px !important;
        right: 40% !important;
    }
    .header-l{
        width : calc(100% - 360px) !important;
        left: 350px !important;
        right: 0 !important;
    }
    .header-r{
        width : calc(100% - 40% - 10px) !important;
        right: 40% !important;
        left:0 !important;
    }
    .header-b{
         width : calc(100% - 40% - 360px) !important;
        left: 350px !important;
        right: 40% !important;
    }
    .create-request-table tr td{
        display: table-cell;
    }
    .sumCurrency-002{
        top: 130px !important;
    }
    .sumCurrency-002-b{
        top: 180px !important;
    }
}
@media only screen and (min-width: 1617px){
    .sumCurrency-002-b{
       top: 130px !important;
    }
}





#gridtable{
    
    padding-left: 5px !important;
    padding-right: 5px !important;
}