﻿img.Iconimage{
    /*background-image: url("/Images/documents/DOC.svg");*/
    height:20px;

}

div.EmailHeader {
        max-height: 91px;
    overflow: auto;
    margin-bottom: 5px;
    border: solid 1px;
    border-radius: 5px;
    border-color: lightgray;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 3px;
}

td.TdRawSpace {
    padding-top:1px;
    padding-bottom:1px;
}

div.push {
    min-height: calc(100vh - 120px);
}

div.popup {
    max-height: calc(100vh - 200px);
    overflow:auto;
    
}

div.well-white {
    position:relative;
    background-color:#fff;
    border:1px solid #d5d5d5;
    border-radius:6px;
    box-shadow:0 1px 2px rgba(0,0,0,0.075);
    box-sizing:border-box;
    margin-bottom:20px;
    width:360px;
    height:320px;
    padding-right:30px;
    padding-left:30px;
}
button.btn-primary {
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4;
}

button.btn {
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    touch-action:manipulation;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:14px;
    border-radius:4px;
    user-select:none;

}

.form-control {
    padding:6px 12px;
    height:34px;
    width:95%;
    border-radius:4px;
    float:left;
}

.blue-gradient-header {
  background: #0c6da1; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #0c6da1, #1e4859); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #0c6da1, #1e4859); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #0c6da1, #1e4859); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #0c6da1, #1e4859); /* Standard syntax */
}

@media screen and (max-width: 450px) {
  .navbar-header h2 {    
    font-size:28px !important;
    margin-right:20% !important;
  }
}
@media screen and (min-width: 400px) {
    .rwd-break { display: none; }
}

@media screen and (max-width: 400px) {
    .ssMessageBox {
        width: 90% !important;
        border: 2px solid #4da6ff;
        margin-top: 30% !important;
        margin-left: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }

}

@media screen and (min-width: 401px) {
    .ssMessageBox {
        width: 50%;
        border: 2px solid #4da6ff;
        margin-top: 3%;
        margin-left: 25%;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }
}



div.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

div.sidebarp {

}


.loginbgImg {
    width: 100% !important;
            background-image: url(/Images/login_background2.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover,contain;
          
}

.DashbgImg {
        width: 100% !important;
            background-image: url(/Images/login_page_bgjpg.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover, contain;
}

