﻿.tableConnections {
    max-width: none;
    table-layout: fixed;
    word-wrap: break-word;
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

body {
    /*font-size :12px !important;*/
}


.checkboxAlign {
    margin-top: 35px;
}

.wrapper {
    overflow : inherit !important;
}


.row {
    width: inherit !important;
}

/*modal classes*/
.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1750;
}

.example-modal .modal {
    background: transparent !important;
}

.modalPage {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /*height: 1000px;*/
    top: 0px;
    left: 0px;
    z-index: 1200;
}

.modalBackground {
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
}

/*stop enlarge glyphicons*/
.gi-2x {
    font-size: 1.5em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-1x {
    font-size: 1.2em;
}

.logo-mini {
    font-size: 12px;
}

aside {
    line-height: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2 !important;
}

.canvas-width {
    width: 92% !important;
}

.canvas-margin {
    margin-bottom: 4% !important;
}

.checkboxlist label {
    margin-left: 5px;
    font-weight: normal !important;
}

.bold {
    font-weight: 700;
}

.form-group > span,
.form-group > .col-md-4 > span {
    margin-bottom: 4px !important;
    display: inline-block;
}

.modal-content {
    border-radius: 6px !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5) !important;
}

.form-group .select2-container {
    width: 100% !important;
}

.divhover:hover {
    /*-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;*/
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.divhovericon:hover {
    filter: alpha(opacity=30);
    box-shadow: 5px 5px 5px #808080;
}

.divhover {
    text-align: center;
}

table.dataTable > tbody > tr.child ul li {
    border-bottom: 0px !important;
}

div.dataTables_length {
    float: left;
}

div.dataTables_filter {
    float: right;
}

div.dataTables_info {
    float: left;
}

div.dataTables_paginate {
    float: right;
}

div.DTTT {
    float: left;
    margin-right: 50px;
}

div.buttons {
    clear: both;
}

.aheight {
    max-height: 50px;
    height : 50px !important;
}

tr.child td {
    text-align: left;
}

.fontcolor {
    color: white;
    font-weight: 600;
}

.dt-button-collection > .buttons-columnVisibility > a {
    background-color: #58595b !important;
}

.textpadding {
    margin-bottom: 5px;
}

.buttonpadding {
    margin-left: 5px;
    margin-right: 5px;
}

.table thead th {
    vertical-align: top !important;
}
/*added by Vijaya 02-04-19*/
.spacer {
    padding: 10px;
}

.spacer-sm {
    padding: 5px;
}

.spacer-md {
    padding: 16px;
}

.spacer-lg {
    padding: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr5 {
    margin-right: 5px
}

.mt-3 {
    margin-top: -3px;
}
/*added by Vijaya 02-04-19*/
@media (max-width: 900px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-static-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse > .navbar-nav {
        padding-top: 32px;
    }
}

.setWidth {
    width: 30%;
}

@media (max-width: 900px) {
    .setWidth {
        width: 70%;
    }
}


.divLoadingBackground {
    filter: alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
    width: 100%;
    /*background-color: #999988;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1800;
    vertical-align: middle;
    text-align: center;
}

.divalert {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

 .select2-selection--single:focus {
            border: 1px solid #3C8DBC;
        }

 
 @media (max-width: 600px) {
           .divhovericon > img {
                height: 50px !important;
            }

            .divhovericon {
                height: 50px !important;
            }
        }

 /*.glyphDashboard
 {
     top :10px;
     font-size : 68px;
 }*/


 /*.small-box .glyphDashboard {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
  font-size: 68px;
  color: rgba(0, 0, 0, 0.15);
}

 small-box:hover .glyphDashboard
 {
     font-size : 75px !important;
 }

@media (max-width: 767px) {

    .small-box .icon {
        display: none;
    }
}*/