html,
body {
    height: 100%;
    font-family:Roboto;
    color:#555;
    /* #3255A8clc blue*/
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.logo {
    max-height:115px; float:right; margin-right:-49px; margin-top:-19px; margin-bottom:-10px;
}
td {
    font-size: 14px;
}
/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
div#ajaxLoader {
    position: absolute;
    top: 0px;
    z-index: 200;
    width:400px;
    margin-left:-200px;
    left:50%;
}
.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-fixed-bg.cd-bg-1 {
    background-image: url("../images/background.png");
}
.panel-heading {
    padding: 20px 50px 10px 50px;
    background-color: #C00000!important;
    color:#fff !important;
}
.panel-body {
    padding: 15px 50px;
}
.panel-footer {
    padding: 20px 50px;
    font-size: 12px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #404d90;
}
.icon{
    font-size: 35px;
    margin-right: 15px;
    padding-right:15px;
    border-right:2px solid #fff;
}
.doc-icon-view {
    font-size: 23px;
    color: #555;
    cursor: pointer;
}
.doc-icon-delete {
    font-size: 23px;
    color: #C00;
    cursor: pointer;
}
.doc-icon-edit {
    font-size: 20px;
    color: #555;
    cursor: pointer;
}
.doc-icon-correct {
    font-size: 23px;
    color: green;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.btn {
    padding: 8px 18px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.clc-blue{
    color:#404d90;
}
.btn-primary {
    background: #777777;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #7F000C;
}
.btn-primary:active, .btn-primary.active {
    background: #3255A8;
    box-shadow: none;
}
.site-wrapper {
	padding: 100px 0px;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.inner {
    padding: 15px 10px 5px 10px;
    text-align:center;
}
.cover {
    padding: 0 20px;
}
.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

h1{
    font-size:24px;
    color:#404d90;
}
.dark{
	color: #333;
}
.mastfoot {
    background-color:#404d90;
    color: #999;
    color: rgba(255,255,255,.5);
}
.footer-color{
    color:#fff;
}
a{
    color:#fff;
}
a:hover{
    color:#f1f1f1;
}

.modal-body p {
    padding-left: 15px;
}
.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.logged_in_user {
    float: right;
}
.hr_style_1 {
    border-top: 1px double #C00000;
}
.buttons {
  -webkit-transform: translate(50%, -50%);
  /*position: absolute;
  top: 148px;*/
  text-align: center;
  /*right: 50%;*/
  float: right;
  list-style: none;
  margin: auto;
  padding: 0;
  padding-top: 60px;
}
.buttons li {
  display: inline;
  font-size: 35px;
  margin: 5px;
  position: relative;
}
.count {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: red;
}


@media (min-width: 768px) {
.masthead {
    position: fixed;
    top: 0;
}
.mastfoot {
    position: fixed;
    bottom: 0;
}
.site-wrapper-inner {
    vertical-align: middle;
}
.masthead,
.mastfoot,
.cover-container {
    width: 100%;
  }
}
@media (min-width: 768px){
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}
@media (max-width: 625px){
    .logo {
        height: 85px;
    }
    .header_div {
        height: 150px;
    }
    .header {
        top: 200px;
        position: absolute;
        width: 328px;
    }
}

/* Breadcrumps */
@media (max-width: 767px) {
    .btn-breadcrumb { margin-left: 10px; margin-right: 10px; width: calc(100% - 20px) !important; }
}

.btn-breadcrumb{
    /*width: 100%;*/
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ccc;
}
.btn-breadcrumb .btn{
    border-color: transparent; border: 0px solid transparent;
    border-right: 1px solid transparent !important; 
    /*font-size: 11px;*/
    font-weight: normal;
}
.breadcrumb-default{ background-color: #fff; }
/*.btn-primary,.breadcrumb-primary{ background-color: #337ab7; }*/
.btn-primary:hover{background-color: #C00000;}

.breadcrumb-success{ background-color: #5cb85c; }
.breadcrumb-info{ background-color: #5bc0de; }
.breadcrumb-warning{ background-color: #f0ad4e; }
.breadcrumb-danger{ background-color: #d9534f; }
.breadcrumb-negro{ background-color: #d4d4d4; }

.btn-breadcrumb .btn:last-child {/*font-weight: bold; text-decoration: underline;*/}
.btn-breadcrumb .btn:last-child:after{margin-left: -2px;}
.btn-breadcrumb .btn:last-child:before{margin-left: -1px;}

.btn-breadcrumb .btn-derecha{
    float: right;
    margin-right: 0px;
    padding: 6px 10px 6px 10px !important;
    margin-left: 0px !important;
    border-radius: 0px !important; 
}
.btn-breadcrumb .btn-derecha:first-child { 
    border-top-right-radius: 2px !important; 
    border-bottom-right-radius: 2px !important; 
}

.btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before{
    content: none !important;
}

.btn-breadcrumb .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 0px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {padding:6px 12px 6px 24px;}
.btn-breadcrumb .btn:first-child {padding:6px 6px 6px 10px;}
.btn-breadcrumb .btn:last-child {padding:6px 18px 6px 24px;}

/** Default button **/
.btn-breadcrumb .btn.btn-default:after { border-left: 10px solid #fff;}
.btn-breadcrumb .btn.btn-default:hover:after {border-left: 10px solid #e6e6e6;}
.btn-breadcrumb .btn.btn-default:hover:before, .btn-breadcrumb .btn.btn-default:before {border-left: 10px solid #adadad;}
.breadcrumb-default{ border: solid 1px #adadad; }

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:after {border-left: 10px solid #337ab7;}
.btn-breadcrumb .btn.btn-primary:hover:after {border-left: 10px solid #C00000;}
.btn-breadcrumb .btn.btn-primary:hover:before, .btn-breadcrumb .btn.btn-primary:before {border-left: 10px solid #204d74;}
.breadcrumb-primary{ border: solid 1px #204d74; }

/** Success button **/
.btn-breadcrumb .btn.btn-success:after {border-left: 10px solid #5cb85c;}
.btn-breadcrumb .btn.btn-success:hover:after {border-left: 10px solid #449d44;}
.btn-breadcrumb .btn.btn-success:hover:before, .btn-breadcrumb .btn.btn-success:before {border-left: 10px solid #398439;}
.breadcrumb-success{ border: solid 1px #398439; }

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:after {border-left: 10px solid #d9534f;}
.btn-breadcrumb .btn.btn-danger:hover:after {border-left: 10px solid #c9302c;}
.btn-breadcrumb .btn.btn-danger:hover:before, .btn-breadcrumb .btn.btn-danger:before {border-left: 10px solid #ac2925;}
.breadcrumb-danger{ border: solid 1px #ac2925; }

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:after {border-left: 10px solid #f0ad4e;}
.btn-breadcrumb .btn.btn-warning:hover:after {border-left: 10px solid #ec971f;}
.btn-breadcrumb .btn.btn-warning:hover:before, .btn-breadcrumb .btn.btn-warning:before {border-left: 10px solid #d58512;}
.breadcrumb-warning{ border: solid 1px #d58512; }

/** Info button **/
.btn-breadcrumb .btn.btn-active:after {border-left: 10px solid #C00000;}
.btn-breadcrumb .btn.btn-active:hover:after {border-left: 10px solid #C00000;}
.btn-breadcrumb .btn.btn-active:hover:before, .btn-breadcrumb .btn.btn-active:before {border-left: 10px solid #269abc;}
.breadcrumb-info{ border: solid 1px #269abc; }
.btn-active {color: #fff; background-color: #C00000; border-color: #C00000;}
.btn-active a {text-decoration: none; font-weight: normal;}

#ajaxLoader {
    width: 140px;
    height: 140px;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
}