a {
    color: #ff6d23;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}        

body {
  min-height: auto;
}

abbr[title] 
{
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}   
    
svg > g > g:last-child { pointer-events: none }

.btn {
    padding: 2px 3px;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    border-color: black !important;
}

.button-float .btn
{
    float:right;
}

.center{
    text-align: center;
}

.center form {
    display:inline-block;
}
.checkbox, .radio {
    padding-bottom: 5px;
    background-color: transparent !important;
}

.col-align {
    display: table-cell;
    vertical-align: top;

}

.col-md-1 {
    display: inline-block !important;
}

.col-md-9>.col-md-6 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.col-md-12>.col-md-6 {
    padding: 0px;
    border: 0px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    border: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.container .row {
    margin-left: 3px;
    margin-right: 3px;
}

.container .information-container
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.container .col-md-12 {
    padding: 0px;
    border: 0px;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-control {
    width: auto !important;
    padding: 2px 3px;
    padding-top: 2px;
    padding-right: 3px;
    height: 26px;
    display: initial !important;
}

.form-inline>.form-group
{
    background-color: inherit;
}

.form-group
{
    background-color: inherit;
}

.form-group>.row
{
    background-color: inherit;
}

.largerFont
{
    font-size: 15px;
}

.double-height
{
    height: 10vh;
}

.single-height
{
    height: 5vh;
}

.information-container {
    padding-top: 3px;
    border-color: #e7e7e7;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left-width: 3px;
    border-right-width: 3px;
    background-color: #f5f5f5 !important;
}

.information-container .col-md-6 > .row {
    background-color: inherit;
}

.font {
    vertical-align: middle;
}

.glyphicon {
    border:0px;
}

.glyphicon-triangle-top{
    background-color: inherit !important;
}

label {
    font-weight: normal !important;
}

.menu_off {
    background-color: white;
}


.main-header {
    background-color: #199ad0 !important;
}

.main-header>li>a {
    color: white !important;
}

.main-header>.open>a {
    background-color: #7ea1cc !important;
}

.btn
{
    font-size: 12px !important;
}

.btn-primary {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  height: 26px !important;
    /* background-color: #199ad0 !important; */
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
    background-color: #199ad0 !important;
    color: #3176af !important;
}

.navbar-nav>li>.row
{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background-color: inherit;
    padding-right: 10px;
}

.navbar-header
{
    border-color: #e7e7e7;
    border-style: solid;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-left: 3px;
    margin-right: 3px;
}

.navbar-default {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.navbar-static-top {
  margin-bottom: 19px;
}

.navbar-right>li {
    border-left: 1px solid #e7e7e7;
}

.panel {
    margin-bottom: 10px;
}

.panel-body {
    margin-top: 10px !important;
}

.panel-heading font{
    font-size: x-large;
}

.panel-heading .row
{
    background-color: inherit;
}

.panel-heading .form-inline
{
    background-color: inherit;
}

.panel-heading .row .col-md-1, .col-md-6, .col-md-5, .col-md-7
{
    background-color: inherit;
}

.panel-body {
    padding: 0px;
}

.pin-bottom {
    float: right; 
    background-color: inherit; 
}

@media screen and (min-width: 400px) {
    .pin-bottom {
        position: absolute; 
        bottom: 12px; 
        right: 30px; 
        width: auto; 
        padding-left: 0px;
    }
}

.row {
    padding-bottom: 5px;
}

.row-align {
   display: table
}

.row .row {
    margin: 0px;
}

.side-header-left {
    padding-left: 0px;
    padding-right: 1px;
}

.side-header-right {
    padding-right: 1px;
    padding-right: 0px;
}

.super-user, .super-user  > div{
    color: blue !important;
}

.root-only, .root-only  > div{
    color: red !important;
}

.tab-content > .tab-pane {
    padding-top: 10px;
}

.table {
    max-width: none;
    table-layout: auto;
}

.table-responsive {
    overflow-x: auto;
}

th .col-md-2, .col-md-9, .col-md-1, .col-md-3 {
    background-color: inherit;
}

.change-placeholder::-webkit-input-placeholder {
    color: black;
}

.change-placeholder:-moz-placeholder { /* Firefox 18- */
   color: black;
}

.change-placeholder::-moz-placeholder {  /* Firefox 19+ */
   color: black;
}

.change-placeholder:-ms-input-placeholder {  
   color: black;
}

/*Modal CSS*/
body {
    min-height: 100%;
}

div {
    background-color: transparent;
}

html {
    height: 100%;
}

iframe {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    overflow-y: hidden;
    border: #e2e2e2 1px solid;
}

.modal-backdrop {
    bottom: 0;
}

.modal-body {
    padding: 0px;
    height: 60vh;
}

.modal-content {
    width: 90%;
}

.modal-dialog {
    width: 90%;
}

.modal-footer {
    padding: 0px;
}

.app-modal-window .modal-dialog
{
    width: 840px;
    height: 60%;
}


/*Loader*/
#circleG{
    width:146px;
    margin:auto;
}

.circleG{
    background-color:rgb(255,255,255);
    float:left;
    height:31px;
    margin-left:17px;
    width:31px;
    animation-name:bounce_circleG;
        -o-animation-name:bounce_circleG;
        -ms-animation-name:bounce_circleG;
        -webkit-animation-name:bounce_circleG;
        -moz-animation-name:bounce_circleG;
    animation-duration:2.24s;
        -o-animation-duration:2.24s;
        -ms-animation-duration:2.24s;
        -webkit-animation-duration:2.24s;
        -moz-animation-duration:2.24s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    border-radius:20px;
        -o-border-radius:20px;
        -ms-border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
}

#circleG_1{
    animation-delay:0.45s;
        -o-animation-delay:0.45s;
        -ms-animation-delay:0.45s;
        -webkit-animation-delay:0.45s;
        -moz-animation-delay:0.45s;
}

#circleG_2{
    animation-delay:1.05s;
        -o-animation-delay:1.05s;
        -ms-animation-delay:1.05s;
        -webkit-animation-delay:1.05s;
        -moz-animation-delay:1.05s;
}

#circleG_3{
    animation-delay:1.35s;
        -o-animation-delay:1.35s;
        -ms-animation-delay:1.35s;
        -webkit-animation-delay:1.35s;
        -moz-animation-delay:1.35s;
}

.nav-tabs>li {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    border-bottom: transparent;
}

.nav-tabs>li>a {
    margin: 0px;
}
/*mobile*/
.js-tabcollapse-panel-heading {
    display: block;
}

@media screen and (max-width: 760px) {
    .container>.navbar-header {
        margin-left: 0px;
    }

    .modal-dialog, .modal-content {
        width: 100%;
        margin: 0;
    }

    .modal-body {
        height: 100vh;
    }

    .modal-col {
        display: initial !important;
    }

/*            .nav-tabs>li {
        float: none;
    }       */

}

/*desktop*/
@media screen and (min-width: 768px) {
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    
}
/*desktop*/
@media screen and (max-width: 768px) {
     .double-height
    {
        height: 4vh;
    }

    .single-height
    {
        height: 1vh;
    }
    
    .group
    {
        text-align: center;
    }
    
}

@keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-o-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-ms-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-webkit-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-moz-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}
