﻿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 {
    max-width: 280px;
}

.font-size-12 {
    font-size: 12px;
}

.sps-font-family {
    font-family: Verdana !important;
}

.v-divider{
    margin-left:5px;
    margin-right:5px;
    width:1px;
    height:100%;
    border-left:1px solid #cccccc;
}

.modeler-nav-bar {
    background-color: #fff; margin-bottom: 10px !important;
    border-width: 1px !important;
    border-color: #e0e0e0 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
    height: 58px;
}

.white-popup {
  position: relative;
  background: #FFF;
  width:auto;
  /*max-width: 500px;*/
  margin: 20px auto;
}

.confirmation-buttons {
    margin-top: 15px;
}

.width-btn-100 {
    width: 100%;
}

.header-icon-and-name-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#nav-panel-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*@media (min-width: 768px) {
    .navbar-header {
        width: 75%;
    }  
}*/

@media (min-width: 768px) {
    .navbar-header {
        width: 55%;
    }  
}

@media (min-width: 905px) {
    .navbar-header {
        width: 60%;
    }  
}

@media (min-width: 1055px) {
    .navbar-header {
        width: 65%;
    }  
}

@media (min-width: 1265px) {
    .navbar-header {
        width: 70%;
    }  
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        float: right;
    }   
}

.user-menu li:hover {
    background-color: #f2f2f2;   
}



.white-popup {
  position: relative;
  background: #FFF;
  width:auto;
  /*max-width: 500px;*/
  margin: 20px auto;
}

.confirmation-buttons {
    margin-top: 15px;
}

.width-btn-100 {
    width: 100%;
}

.header-icon-and-name-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
}

#nav-panel-header {
    white-space: nowrap;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 9pt;
}

/*@media (min-width: 768px) {
    .navbar-header {
        width: 75%;
    }  
}*/

@media (min-width: 768px) {
    .navbar-header {
        width: 55%;
    }  
}

@media (min-width: 905px) {
    .navbar-header {
        width: 60%;
    }  
}

@media (min-width: 1055px) {
    .navbar-header {
        width: 65%;
    }  
}

@media (min-width: 1265px) {
    .navbar-header {
        width: 70%;
    }  
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        float: right;
    }   
}

.user-menu li:hover {
    background-color: #f2f2f2;   
}


/*///////////*/
ul.k-header>li.k-item>span.k-link {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.title-menu-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#top-menu .k-menu-group {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

#top-menu .k-separator {
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #e2e4e7;
}

.title-menu-wrapper .k-item .k-i-arrow-s {
    display: none;
}

.sps-navbar {
    z-index: 100000;
}
