﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.border-bottom{
    border-bottom:1px solid #cecece;
}

/*Loader*/
.timeper-sa-loader:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -ms-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000100000;
}

.timeper-sa-loader:after {
    position: fixed;
    content: "";
    z-index: 101;
    background-color: transparent;
    background-image: url(../img/super-admin.gif);
    -ms-background-size: 25px 25px;
    background-size: 25px 25px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: 50% 50%;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 10000100000;
}
