.sectionTop
{
    padding-top: 20px;
}
.formpanel .row
{
    /*margin: 0px 4px;*/
    margin: 0px 2px;
    margin-top: 5px;

}
.formpanel
{
    font-family: 'Barlow' , sans-serif;
}
.formpanel label
{
    /* color: #000;*/
    font-family: 'Barlow' , sans-serif;
    font-weight: 500;
    font-size: 16px;
    -webkit-appearance: none;
}
.formpanel h3
{
    color: #e75639;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0px 1px 0px;
    font-family: 'Barlow' , sans-serif;
}
.formpanel p
{
    color: #4e4f51;
    font-size: 16px; /*margin: 0px;*/
    margin: 5px;
    font-weight: 400;
    font-family: 'Barlow' , sans-serif;
    padding: 0px;
}
.form-control
{
    font-family: 'Barlow' , sans-serif !important;
}

.formpanel a
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline; /* border: solid 2px #CCCCCC;     background: #13336e;*/
}

.formpanel .button
{
    display: inline-block;
    color: #EBE7DB;
    font-weight: 600;
    padding: 6px 30px 6px 20px;
    border-radius: 12px;
    margin: 14.5px 0px;
    overflow: hidden;
    position: relative;
    border: solid 2px #CCCCCC;
    background: #13336e;
    font-size: 14px;
}


.formpanel .button:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    width: 85px;
    height: 100%;
    background: #E75639;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.nav {
    /*padding: 29px 0px;*/
    /*padding: 20px 5px 0px;
    margin-left: 50px;*/
}
.nav > ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav ul li
{
    list-style: none;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.nav ul li a
{
    color: #9999cc;
    font-size: 15px;
    font-weight: 600;
    display: block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding: 10px 8px;
    position: relative;
}
.nav ul li:hover > a, .nav ul li.active > a
{
    color: #E75639;
}
.nav > ul > li > a:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #E75639;
    border-radius: 5px;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.nav > ul > li > a:after
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #E75639;
    border-radius: 5px;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before, .nav ul li:hover > a:after, .nav ul li.active > a:after
{
    opacity: 1;
}

.nav ul li:hover > a, .nav ul li > a:hover
{
    text-decoration: none !important;
}

.nav > ul > li > ul
{
    position: absolute;
    display: none;
    background: rgba(19, 51, 110, 0.9);
    z-index: 99999;
    box-sizing: border-box;
    padding: 15px 20px 20px 20px;
}
.nav > ul > li > ul > li
{
    list-style: none;
    float: none;
    margin-left: 0;
    display: block;
}
.nav > ul > li > ul > li > a
{
    padding: 8px 0 8px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: auto;
    position: relative;
    border-bottom: solid 1px #fff;
    text-transform: none;
}
.nav > ul > li > ul > li > a:after
{
    border: none;
    display: none;
}

.nav > ul > li > ul > li > a:before
{
    content: "\f105";
    color: #e75639;
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 11px;
    border: none;
    background: none;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.nav > ul > li > ul > li > a > span
{
    position: absolute;
    content: " ";
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #e75639;
}
.nav > ul > li > ul > li > a:hover span
{
    background: #e75639;
    width: 100%;
}
.nav > ul > li > ul > li > a:hover
{
    color: #e75639;
}

.nav ul > li:hover ul
{
    display: block;
}

/*Added on 08/02/2018 for manage user listin*/

.m-0
{
    margin: 0px !important;
}
.p-0
{
    margin: 0px !important;
}
.dataTables_paginate, .dataTables_filter
{
    text-align: right;
}
.bg-primary
{
    /*background-color: #13336e;*/
    background-color: #ff622d !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
    background-color: #13336e;
    border-color: #13336e;
}
.searcFilter
{
    margin: 10px auto !important;
    padding: 10px 0px !important;
    background-color: #f9f9f9 !important;
    height: 100%;
}
.modal-header
{
    background-color: #13336e;
}
.modal-header .modal-title, button.close
{
    color: #ffffff;
}
button.close
{
    color: #ffffff;
    opacity: 1;
    font-size: 27px;
    font-weight: 100;
}
.modal-body img.profile
{
    width: 150px;
    vertical-align: middle;
    border: 0;
}
.formpanel a.btn-link
{
    background: none;
    border: none;
}
table.dataTable.no-footer
{
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button
{
    color: #fff !important;
}
.panel-heading
{
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Barlow' , sans-serif; /*background-color: #13336e !important;*/
    background-color: #ff622d !important;
}
.panel-body
{
    padding: 5px;
}

@media only screen and (min-width: 300px) and (max-width: 700px)
{
    .nav > ul > li > ul
    {
        position: relative !important;
        display: none;
        background: rgba(19, 51, 110, 0.9);
        z-index: 99999;
        box-sizing: border-box;
        padding: 15px 20px 20px 20px;
    }
    .nav
    {
        margin-left: 0px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    .nav > ul > li > ul
    {
        position: relative !important;
        display: none;
        background: rgba(19, 51, 110, 0.9);
        z-index: 99999;
        box-sizing: border-box;
        padding: 15px 20px 20px 20px;
    }
    .nav
    {
        margin-left: 0px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)
{
    .nav > ul > li > ul
    {
        position: relative !important;
        display: none;
        background: rgba(19, 51, 110, 0.9);
        z-index: 99999;
        box-sizing: border-box;
        padding: 15px 20px 20px 20px;
    }
    .nav
    {
        margin-left: 0px !important;
    }
}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
{
 .nav > ul > li > ul
    {
        position: relative !important;
        display: none;
        background: rgba(19, 51, 110, 0.9);
        z-index: 99999;
        box-sizing: border-box;
        padding: 15px 20px 20px 20px;
    }
    .nav
    {
        margin-left: 0px !important;
    }

}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
{
 .nav > ul > li > ul
    {
        position: relative !important;
        display: none;
        background: rgba(19, 51, 110, 0.9);
        z-index: 99999;
        box-sizing: border-box;
        padding: 15px 20px 20px 20px;
    }
    .nav
    {
        margin-left: 0px !important;
    }

}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
{

 .nav > ul > li > ul
    {
        position: relative !important;
        display: none;
        background: rgba(19, 51, 110, 0.9);
        z-index: 99999;
        box-sizing: border-box;
        padding: 15px 20px 20px 20px;
    }
    .nav
    {
        margin-left: 0px !important;
    }


}


table strong
{
    color: #e75639;
}

.dataTables_wrapper
{
    text-align: center;
}
#datatable_length, #datatable td
{
    text-align: left;
}
#datatable_info
{
    background: #13336E;
    color: #EBE7DB;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    margin: 10px auto;
    border-radius: 30px;
    float: none;
    width: 200px;
    text-align: center;
}

#datatable_paginate
{
    background: #ff6633;
    border-radius: 30px; /*padding: 15px 50px;*/
    padding: 10px 50px; /*margin-top: 30px;*/
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    float: none;
    clear: both;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
}

#datatable_paginate:before
{
    top: -16px;
    left: 0;
    right: 0;
    width: 8px;
    margin: auto;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff6633;
    border-width: 8px;
    z-index: 9999;
}
#datatable_paginate a
{
    color: #ffffff !important;
    display: inline-block;
    font-size: 18px;
    width: 20px;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
    margin: 0 5px;
    text-decoration: none;
    border: none;
}
#datatable_paginate a:hover, #datatable_paginate a.current
{
    background: #3d3c9e !important;
    color: #fff !important;
    text-decoration: none;
    border: none;
}

/*Modal Popup*/
#TB_window
{
    top: 250px !important;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#TB_window > #TB_title
{
    background-color: #13336e;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    height: 100%;
    display: table;
    position: relative;
    width: 100%;
}

#TB_ajaxWindowTitle
{
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    color:#fff;
}


#TB_window > #TB_title:before
{
    display: table;
    content: " ";
}

#TB_window > #TB_title h3.ProfileUser {
    color: #e75639;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0px 1px 0px;
    font-family: 'Barlow', sans-serif;
}

/*Modal*/


.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background-color: #13336e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #13336e), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #13336e 0%, #111 100%);
    background: -moz-linear-gradient(top, #13336e 0%, #111 100%);
    background: -ms-linear-gradient(top, #13336e 0%, #111 100%);
    background: -o-linear-gradient(top, #13336e 0%, #111 100%);
    background: linear-gradient(to bottom, #13336e 0%, #111 100%;   }                    