﻿.search-content
{
    margin-top:20px !important;
}

#grid 
{
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*height:415px !important;*/
}

#pagergrid{
    background: #FFFFFF !important;
}

 /*#pagerDiv a[name="pageNum"].active {
    color: #fff !important;
    cursor: default !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}*/

 #rightBtn.disabled, #leftBtn.disabled {
    color: #777 !important;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
 }


/*AS: Added below css for custom paging*/

/*#pagerDiv{
    padding: 0px; 
    float: right; */
    /*margin-top:4px;*/ 
    /*border-radius:0px !important;
}*/

/*#pagerDiv a[name="pageNum"]{*/
    /*padding: 5px;*/
   /* border-radius: 0px;
    color:#337ab7;
    display:inline-block;
    height:25px;
    width:20px;
}*/

 /*#rightBtn{
     float: right; 
     border-radius: 0px !important; 
     color:#337ab7;
     margin-right:20px;
     height:25px;
 }*/

 /*#leftBtn{
     float: right; 
     border-radius: 0px !important;
     color:#337ab7;
     height:25px;
 }*/

 /* AS: styles for popup window */
 .windowStyle{
     height:auto !important;
     display:none;
 }

 #editDiv{
     height:auto !important;
 }

 /** End style for popup window **/

 /* AS: styles for toolbar and buttons in admin mode. */
 #grid .jqx-grid-toolbar-custom{
     background-color:#FFFFFF;
     background-image:none;
 }

 .adminButtons{
     cursor: pointer;
 }

 #Save,#Cancel{
     cursor: pointer;
 }

 /* End styles for toolbar and buttons. */

 /*AS - css for columns grid*/
 /*#columnsgrid{
     margin-top:40px;
 }*/

 #columnsgrid .jqx-grid-toolbar-custom{
     background-color:#FFFFFF;
     background-image:none;
 }


 /*AS title of the page*/
 #pageTitle{
     margin-top:10px;
 }
#alert_placeholder .alert {
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* UT capitalize label text in popup window*/
/*.windowStyle, label {
    text-transform: capitalize;
}*/
#addWindowForm {
    height: auto !important;
}
#addWindowForm label.error {
    color: #FB3A3A;
    display: block;
    margin: 10px;
    padding: 0;
    text-align: left;
}

/*AS -Styles for Default Sort Column name dropdown */
#dropdownlistContentdefaultSortColumn{
    color:#000000 !important;
}
#dropdownlistContentsortDirection{
    color:#000000 !important;
}

/*AS - To add pipe (|) after each links in toolbar*/
#toolbargrid a:not(:last-child), #toolbarcolumnsgrid a:not(:last-child){
    border-right:1px solid grey;
    padding-right:15px;
}

/*AS 04/09/2018 - Added css style to hide the close button.*/
#AddWindow .jqx-window-close-button-custom{
    display:none;
}
#pagergrid .jqx-fill-state-hover-custom {
    padding: 2px 5px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid #DBCEDB;
    color: white !important;
    background-color: #00A0DF;
}
#pagergrid .jqx-fill-state-pressed-custom {
    padding: 2px 5px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid #DBCEDB;
    color: white !important;
    background-color: #00A0DF;
}

/*UT applied color to border top*/
.jqx-widget-custom .jqx-grid-pager {
    border: none;
    color: inherit !important;
    *color: expression(this.parentNode.currentStyle['color']) !important;
    border-top: 1px solid #AAAAAA;
    text-shadow: none;
    background: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}