﻿/*Tab*/


/*Data Table*/


div.dataTables_paginate li.previous a:before
{
    content: none !important;
}
div.dataTables_paginate li.next a:after
{
    content: none !important;
}


#window
{
    width: 95%;
    height: 90%;
    margin: 0 auto;
    border: 1px solid #000000;
    background: #ffffff;
    position: absolute;
    overflow-y: scroll;
    padding-left: 10px;
    top: 3%;
    left: 2%;
}
#popup
{
    height: 100%;
    width: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

*html #fade
{
    position: absolute;
}
*html .popup_block
{
    position: absolute;
}
.changePosition
{
    border: 1px solid #1479B8;
    height: 19px;
}

.grid_button
{
    color: #443d3d !important;
    font-family: Verdana !important;
    padding-left: 3px !important; /*font-weight: bold !important;*/
}


.gridalignright
{
    text-align: right;
}

.gridalignleft
{
    text-align: left;
}


.gridaligncenter
{
    text-align: center;
}

.gridalignright
{
    text-align: right;
}



.scrollbar::-webkit-scrollbar
{
    width: 0px;
    background-color: #000000;
    -ms-overflow-style: none;
    overflow-y: auto;
}
.scrollbar
{
    -ms-overflow-style: none;
    overflow-y: auto;
}
.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFFFFF;
}
.btGo
{
    padding: 3px 12px !important;
}

#grdChargeDetails tbody tr:hover td, #grdChargeDetails tbody tr:hover th
{
    background-color: inherit;
}
.roleManagerHeader
{
    background-color: #8d2323;
    color: #fff;
    font-weight: bold;
    float: left;
    width: 42%;
    height: 24px;
    padding-top: 2px; /* border-right: 1px solid #81AAE7;     border-top-left-radius: 6px;     border-top-right-radius: 6px;*/
}
.roleManagerHeader1
{
     background-color: #8d2323;
    color: #fff;
    font-weight: bold;
    float: left;
    width: 57%;
    height: 24px;
    padding-top: 2px; /* border-right: 1px solid #81AAE7;         border-top-left-radius: 6px;         border-top-right-radius: 6px;*/
}

.roleManagerPermissionHeader
{
     background-color: #8d2323;
    float: left;
    width: 20%;
    text-align: center; /*border-left: 1px solid #81AAE7;*/
    height: 24px;
}
.roleManagerPermissionOuter
{
    float: left;
    width: 57%;
    text-align: center;
    border-top: 1px solid #81AAE7;
    border-left: 0px;
}

.roleModuleHeader
{
    clear: both;
    width: 100%;
    background-color: #EFF2FB;
    color: #424242;
    border: 1px solid #ccc;
    border-top: 0px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}
.rolePage
{
    float: left;
    padding: 3px 0px 3px 3%;
    width: 43%;
    border: 1px solid #ccc;
    border-top: 0px;
    clear: both;
    text-align: left;
}
.rolePagePermissionOuter
{
    float: left;
    width: 57%;
    text-align: center;
}
.rolePagePermissions
{
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 2px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 24px;
}

.sectionHeading
{
    background-color: #FFF;
    padding-right: 6px;
    margin-left: 10px;
    padding-left: 3px;
}
.sectionHead
{
    background: url(../../images/sectionHeading.png) 50% 50% repeat-x;
    margin-top: 4px;
    color: #0381bc;
    font-style: italic;
    margin-bottom: 4px;
}
.scrolledTable
{
    overflow-y: auto;
    clear: both;
}
.ui-helper-hidden-accessible
{
    position: absolute;
    left: -9999px;
}
.ui-autocomplete
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all
{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active
{
    color: #ffffff;
    text-decoration: none !important;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-state-focus
{
    color: White !important;
    background: #337ab7 !important;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
#aprintSinglePledge:hover, #aprintSinglePledge:focus
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.4;
}
.tableBackground
{
    background-color: White !important;
}
/*body
{
    overflow-y: scroll !important;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom
{
    margin-right: 0;
}

.bootbox.modal
{
    overflow: hidden !important;
}
*/
.scrollit
{
    overflow: scroll;
    height: 100px;
}
@media screen and (min-width: 768px)
{
    .custom-class
    {
        width: 50%; /* either % (e.g. 60%) or px (400px) */
    }
}

.SettingsOuter
{
    border: 2px solid #D8D8D8;
    border-radius: 5px;
    display: table;
    height: inherit; /* min-width: 500px !important; */
    width: 100%;
}
.SettingsInnerLeft
{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    padding: 1%;
    width: 50%;
    border-right: solid 2px #D8D8D8;
}
.SettingsInnerRight
{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    padding: 1%;
    width: 50%;
}

.SettingsSelected
{
    padding: 2px 5px;
    border-radius: 2px;
    background: #EAEAEA;
}
#PopMultiplePhotos .modal-dialog{
    width:600px;
}

#popExcelData .modal-dialog{
    width:700px;
}