﻿h2#headers {
    padding-right: 42px;

    color: #337ab7;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 400;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    }
    div#btns {
    text-align: right;
}
.btn-lg {
     padding: 10px 25px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
    margin: 13px;
    border-radius: 28%;  
    width: 120px;
    background-color: #44749d;
    box-shadow: 0px 6px 5px #888888;
    text-align: center;
    box-sizing: 3px black;
}
.Back{
     position:relative;
     right: 90%;
     padding: 10px 25px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
    margin: 13px;
    border-radius: 28%;  
    width: 120px;
    text-align: center;
    box-sizing: 3px black;
    
}

table.table.table-striped {
    /* padding-top: 20px; */
    margin-top: 69px;
    border: aqua;
    border: 2px solid #d5d6d6;
    /* border-radius: 45px; */
    box-shadow: 0px 6px 5px #92969a;
}
a.dt-button.buttons-excel.buttons-html5 {
    width: 63px;
    height: 36px;
    box-shadow: 0px 6px 5px #888888;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 6px saddlebrown;
    color: #44749d;
    padding-top: 9px;
}
/*added by ola, on 21 mar 2019, print, pdf, copy*/
a.dt-button.buttons-print.buttons-html5 {
    width: 63px;
    height: 36px;
    box-shadow: 0px 6px 5px #888888;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 6px saddlebrown;
    color: #44749d;
    padding-top: 9px;
}
a.dt-button.buttons-copy.buttons-html5 {
    width: 63px;
    height: 36px;
    box-shadow: 0px 6px 5px #888888;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 6px saddlebrown;
    color: #44749d;
    padding-top: 9px;
}
a.dt-button.buttons-pdf.buttons-html5 {
    width: 63px;
    height: 36px;
    box-shadow: 0px 6px 5px #888888;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 6px saddlebrown;
    color: #44749d;
    padding-top: 9px;
}
span#icons {
    width: 28px;
    margin-right: -17px;
}
button#DeleteDoc {
    margin-left: 34px;
}
span.text-danger {
    color: red;
    font-size: 11px;
    font-family: cursive;
}
button#Save {
    background-color: #337ab7;
    margin-left: 35px;
    width: 75px;
}