/* Global Styles */

/* ------------------------------- */


.navbar-right > li > a{
    color:white !important;
}

    

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 15px;
    min-height: 568px;
    background-color: #fff;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 30px;
        min-height: 700px;
        /*border-left: 1px solid #e7e7e7;*/
    }
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 15px;
    }

    .navbar-top-links li a {
        padding:15px;
        min-height: 50px;
    }

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 52px;
    }

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media(max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning {
    background-color: #43A3CE;
    border-color: #43A3CE;
}

.btn-wit {
    background-color: #43A3CE !important;
    border-color: #43A3CE;
    color:white !important;
}


/*.nav > li {
    background-color:brown !important;

}*/

.nav > li > a:focus{
    background-color:#43A3CE !important;
}

.nav-first:hover > a {
    background-color:#43A3CE !important;
}

.nav.first:active > a {
    background-color:#43A3CE !important;
}

/*.nav-second-level:hover {
    background-color:#43A3CE !important;
}*/

.nav-second-level > li > a:hover{
    background-color:#43A3CE !important;
}

.btn:hover { 
    background-color: #43A3CE;
    border-color: #43A3CE;
}

.ui-state-hover {
    background-color: #43A3CE;

}

.ui-state-hover a {
    background-color: #43A3CE;

}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.width-fix {
    padding-left: 5px;
    width: 95% !important;
}

.left-fix {
    left: 15px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.tinyintgroup input {
    width: 50px;
}

#imgUpload {
    max-height: 200px;
    max-width: 200px;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
    background-color: white
}

.hide-thumbnail {
    display: none;
}

.fa-20px {
    font-size: 16px !important;
}

/*textbox*/
.csstextbox {
    /* IE10 Consumer Preview - */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 80%, #000000 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 80%, #000000 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #FFFFFF 80%, #000000 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.8, #FFFFFF), color-stop(2, #000000));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 80%, #000000 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFFFFF 80%, #000000 200%);
    /*background: #FFFFFF;*/
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 12px;
    /* IE < 10 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#FFFFFF);
}


    .csstextbox:focus {
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(bottom, #FDF8BA 80%, #F7931E 200%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(bottom, #FDF8BA 80%, #F7931E 200%);
        /* Opera */
        background-image: -o-linear-gradient(bottom, #FDF8BA 80%, #F7931E 200%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.8, #FDF8BA), color-stop(2, #F7931E));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(bottom, #FDF8BA 80%, #F7931E 200%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to top, #FDF8BA 80%, #F7931E 200%);
        /* IE < 10 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF2DF, endColorstr=#FFFFFF)";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF2DF, endColorstr=#FFFFFF);
        color: #FF8C00;
        border-color: #F7931E;
        border-style: solid;
        border-width: 1px;
    }

.csstextboxInactive {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #000000 80%, #FFFFFF 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 80%, #000000 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #000000 80%, #FFFFFF 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.8, #000000), color-stop(2, #FFFFFF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #000000 80%, #FFFFFF 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #000000 80%, #FFFFFF 200%);
    border-color: #DFDDDD;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 12px;
    color: #808080;
    /* IE < 10 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#FFFFFF);
}

/*Grid*/

.grid-table {
    width: 100%;
    vertical-align: top;
}

.grid-table tr {
    background-image: url('../images/table_bk_header.png');
    cursor: pointer;
    background-size:  contain;
}

/*.grid-table tr > th {
    text-align: left;
    font-family: Arial;
    font-weight: bolder;
    font-size: 11px;
    color: #666666;
    padding-left: 10px;
    height: 25px;
    border-color: #cccccc;
    border-width: 1px;
}*/

.grid-view {
    width: 100%;
    vertical-align: top;
}

.itemStyle {
    height: 35px;
    padding-left: 10px;
    font-size: 11px;
    font-family: Arial;
    color: #444444;
}

.headerStyle, .grid-table tr {
    background-image: url('../images/table_bk_header.png');
    cursor: pointer;
    background-size: cover;
}

thead {
    border: 1px solid #e7e7e7 !important;
}

    thead th {
        border-bottom: 1px solid #e7e7e7 !important;
    }

.itemStyle a:visited {
    color: #1B1464;
    text-decoration: underline;
}

.itemStyle a:link {
    color: #1B1464;
    text-decoration: underline;
}

.grid-view td, .grid-table td {
    border-width: 1px;
    border-style: dashed;
    border-color: #eeeeee;
    border-top-style: solid;
    border-bottom-style: solid;
    padding-left: 10px;
}

.headerGrid th, .grid-table th {
    text-align: left;
    font-family: Arial;
    font-weight: bolder;
    font-size: 11px;
    /*color: #666666;*/
    padding-left: 10px;
    height: 25px;
    border-color: #cccccc;
    border-width: 1px;
}

.headerGrid th a, .grid-table th a {

    color: rgb(241,90,39);

    }

.Row2, .grid-table tr {
    height: 30px;
    padding-left: 10px;
    font-family: Arial;
    font-size: 11px;
    color: #444444;
}


.Row2:hover, .grid-table>tbody>tr:hover {
        background-color: #B2E7FF !important;
        outline-style: solid !important;
        outline-color: #43A3CE !important;
        outline-width: 1px !important;
        outline-offset: -2px !important;
        cursor: pointer;
    }

.pagination {
    font-size: 10px;
    font-family: Arial;
}

.btn-default {
    /*background-color:rgb(241,90,39);*/
    background-color: transparent;
    border: 0;
    color: inherit;
}

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(241,90,39);
    border-color: rgb(241,90,39);
}*/

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th
 {
    background-color: #43A3CE;
}

/* 
.grid-table > tbody > tr.active:hover > td,
.grid-table > tbody > tr.active:hover > th,
.grid-table > tbody > tr > td.active:hover,
.grid-table > tbody > tr > th.active:hover*/

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: #444444;
}

    /*.pagination > li > a:hover, .pagination > li > span:hover {
        color: rgb(241,90,39);
    }*/



.navbar-default .navbar-brand {
    color: white;
}

.dropdown-toggle {
    color: #4d4a4a;
    text-decoration: none;
}

    .dropdown-toggle:hover {
        color: #43A3CE;
        text-decoration: none;
    }

#side-menu li a {
    color: #4d4a4a;
    text-decoration: none;
}


.btn-create {
    float:right;
    background-color: #4d4a4a;

}
/*.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}*/

.btn-wit {
    /*padding: 6px 12px;*/
    padding-bottom:5px;
    border-radius: 0px;
    color:white;
    background-color:#4d4a4a;
    font-size:12px;
    /*border:2px solid rgb(241,90,39);*/
}

#pagetitle {
    font-size:18px;
    margin-top: 0 !important;
}

#side-menu {
    font-size:12px;
}

.fa-right {
    margin-right:5px;
}

.form-control {
    border-radius:0px;
}

.img-thumbnail {
    border-radius:0px;
}

/*.fa-arrow-left {
    color:#4d4a4a;
}*/

.form-title {
    font-size: 18px;
    /*margin-bottom:0px;
    margin-top:0px;*/
}

.form-event-name {
    font-size: 14px;
    margin-bottom:0px;
    margin-top:15px;
    color:#4d4a4a;
}

hr {
    margin-bottom:10px;
    margin-top:10px;
}

.control-label {
    font-size:12px;
    color:#4d4a4a;
    font-weight: 500;
}

.col-width-fix {
    width:4.5%;
}

.btn-delete-image {
    vertical-align:top;
}

.input-group[class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}

.dropdown-menu {
    border-radius:0px;
}

.ui-multiselect {
    width:100% !important;
    background: white !important;
}

/** {
    border-radius:0px !important;
}*/

.align-right {
    text-align:right;
}

#notifBody {
    display:none;
}

.help-block {
    font-size:10px;
}



/*Pop-ups*/
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #e7e7e7;
    background-color:white;
    padding: .2em;

}

.ui-widget {
    background-color:white;

}

.ui-widget-header {
    background-color: #43A3CE;
    color: white;
    font-size: 120%;
    padding-left: 2%;


}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    z-index: 9999;
}

-dialog-close {
    background-color:white;

}