/*  
    GC - Interface
    Created on  : 10-03-2016, 18:51:24
    Author      : Ivan Popov
    Made by     : Simple Solution ApS
*/

/* STANDART ELEMENTS */
body {
    background-color: #f3f3f3;
    font-family: 'Titillium Web', sans-serif;
}
body.frontpage {
    background: rgba(0, 0, 0, 0) url("/images/front-bg.jpg") no-repeat fixed 0 0 / cover ;
}
.frontlogo {
    background: rgba(0, 0, 0, 0) url("/images/logo.png") no-repeat scroll 0 0;
    display: block;
    height: 90px;
    margin-bottom: 15px;
    width: auto;
}
a {color:#dc2722;}
a:focus, a:hover {color:#333;}
.navbar-brand {border-right:1px solid #ccc; margin-right: 15px;}
#show_sidemenu:hover {color:#333; text-decoration:none;}
#show_sidemenu {
    color: #dc2722;
    font-size: 24px;
}
.navbar-brand > img {
    display: block;
    margin-top: -9px;
    max-height: 40px;
}
hr {
    border-top: 1px solid #ccc;
    clear: both;
}

/* TOPMENU */ 
.topmenu {
    padding-right: 0px;
    padding-left: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
}

.topmenu a {
    color: #000;
    transition: all .3s;
}

.topmenu a:hover {
    color: #fff;
}

.navbar-default {
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    border: 0px;
    height: 50px;
}

.navbar-nav {
    margin: 0px;
    /*float: left;*/
}

.nav-pills > li {
    float: none !important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #FFBABA;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    transition: all .3s;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #de4735;
    color: #fff;
}

.navbar-header, .navbar-nav li {
    float: left;
}

.navbar-header h1 {
    margin-top: 0px;
}

/* SIDEMENU*/
.sidemenu {
    position: fixed;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
    margin-top: 50px;
    z-index: 999;
    transition: all .3s;
    left: -80%; /*-16.66666667%*/
}

.userinfo {
    margin: 15px 0px;
    border-bottom: 1px solid #ccc;
}

.userinfo-left, .userinfo-right {
    padding-left: 0px;
}

/* LOGIN */
.login-box {
    text-align: center;
    margin: 10% auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    width: 290px;
}

.login-box input {
    margin-bottom: 15px; 
    padding: 5px;
    width: 100%;
}

.logout {
    padding: 10px;
    font-size: 20px;
}

.logout a:hover {
    color:#c3c3c3;
}

/* CONTENT */
.cont-col {
    margin-bottom: 15px !important;
}

.content-header {
    margin-top: 50px;
}

.content-item {
    padding: 20px;
    border: 1px solid #ccc;
}

.info-box {
    background: url("http://wallpapercave.com/wp/LQKxcbv.png") center center;
    /*background-color: #fff;*/
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 2px 3px #333;
    margin-bottom: 15px;
    color: #fff;
}

.info-box .align-right h3 {
    margin-top: 30px;
}

.info-box h3 {
    margin: 0px;
}

.informant_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

/* ADMINPANEL */
.adminleft {
    display: block;
    min-height: 163px;
}
.adminpanel_right, .adminpanel_left {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* TABLES */
.bootstrap-table {
    margin: 0px 15px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: calc(100% - 30px);
}

.table > thead > tr > th {
    border-bottom: 1px solid #ccc;
}

td {
    word-break: break-all;
}

.table-wrap {
    margin: 0px;
    width: 100%;
}

/* BOTTOM */
.content-bottom {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 65px;
    border: 1px solid #ccc;
    padding: 15px;
}

.copyright {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: right;
    z-index: 999;
}

.copyright .row {
    border-top: 1px solid #ccc;
    background-color: #fff;
}

/* FORMS */
.modal-form {
    margin: 0px auto;
}

.bootstrap-select {
    width: 100% !important;
}

.dob {
    width: 139px !important;
    display: inline;
}

.btn-file {
    padding: 3px 12px;
    width: 100%;
}

.form-header {
    width: calc(100% - 30px);
    border-bottom: 1px solid #ccc;
    color: #de4735;
    font-size: 18px;
    margin: 15px;
}

.form-info {
    width: calc(100% - 30px);
    border: 1px solid #ccc;
    margin: 0px 15px;
    padding: 15px;
}

select.form-control {
    background-color: #e2e2e2;
}

.form-control {
    min-height: 47px;
}

.form-group {
    position: relative;
}

/* UTILITS */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.btn-group {
    min-width: 120px;
}

.user-img {
    border-radius: 50%;
    margin: 15px auto;
    display: block;
    width: 100px;
    height: 100px;
}

.img-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.online i {
    color: green;
}

.align-right {
    text-align: right;
}

.push {
    padding: 10px;
    min-height: 1px;
}

.position-row {
    margin-bottom: 10px;
}

.long_span {
    padding-right: 30px;
    margin: 0px;
    float: left;
}

.tab-link {
    background-color: #dc2722; color: #fff;
}

.btn-top {
    margin-top: 20px;
}

.tooltip-help {
    background-color: #fff;
    position: fixed;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 10px;
    box-shadow: 5px 5px 5px #ccc;
    z-index: 999;
}

.bootstrap-select {
    margin-bottom: 15px !important;
}

#loader, #position_info {
    width: 60%;
    text-align: center;
    position: fixed;
    top: 70px;
    left:20%;
    background-color: red;
    color: #fff;
    box-shadow: 3px 3px 5px #333;
    z-index: 99999;
}

#position_info {
    position: absolute;
}

.photoUpload {
    position: relative;
    overflow: hidden;
}
.photoUpload label {
    font-size: 27px;
}
.photoUpload input.photo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    background: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
    border-radius: 4px;
}

.clear {
    color: grey;
    cursor: pointer;
    right: 1%;
    position: absolute;
    top: 26px;
    background-color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {color:#fff; background:#dc2722; border-color:transparent;}
.pagination > li > a, .pagination > li > span {color:#dc2722;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {color:#333;}

/* GEOLOCATION */
#geo-info {
    background: #e3e3e3;
    border: 3px dashed #ccc;
    height: 600px;
	overflow:hidden;
}

#get_coords {
    width: 100%;
}

#map {
    width: 100%;
    height: 600px;
}

#map_img img {
    width: 100% !important;
}

/* RESPONSIVE FIXUP */
@media screen and (max-width: 960px) {
    .btn-top {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-nav {
        margin-top: 5px;
    }
    .info-box h3 {
        font-size: 20px;
    }
    .long_span {
        display: block;
    }
}

@media screen and (max-width: 388px) {
    .footable-last-column .btn{
        /*width: 80%;*/
        margin-bottom: 10px;
    }
    .btn-top {
        width: 100%;
        margin-bottom: 15px;
    }
    .user-img {
        width: 70px;
        height: 70px;
    }
    .push {
        padding: 20px;
    }
}
select#ds_oper {
	background-color: #fff;
}

/* Customized pagination styles - start */
/* Custom Bootstrap 3 Pagination Styles */

.ssopagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.ssopagination > li {
    display: inline;
}

.ssopagination > li > a,
.ssopagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dc2722;
    background-color: #fff;
    border: 1px solid #ddd;
}

.ssopagination > li:first-child > a,
.ssopagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ssopagination > li:last-child > a,
.ssopagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ssopagination > li > a:hover,
.ssopagination > li > span:hover,
.ssopagination > li > a:focus,
.ssopagination > li > span:focus {
    background-color: #eee;
}

.ssopagination > .active > a,
.ssopagination > .active > span,
.ssopagination > .active > a:hover,
.ssopagination > .active > span:hover,
.ssopagination > .active > a:focus,
.ssopagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #dc2722;
    border-color: #dc2722;
}

.ssopagination > .disabled > span,
.ssopagination > .disabled > a,
.ssopagination > .disabled > a:hover,
.ssopagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/* Customized pagination styles - ends */