#pexp1{
    line-height: 30px;
    float: left;
    margin-top: 0px;
    font-weight: 600;
}
.panel-default > .panel-heading{
    background-color: #1B2F6E;
}
#exp1{
    float: right;
    font-weight: 600;
    line-height: 31px;
    padding-left: 10px;
    text-align: left;
    width: 35%;
}


.navbar-inner .law {
    display: block;
    position: absolute;
    right: -0px;
    top: 0.5px;
}
a.law > img {
    float: right;
    width: 100px;
}
.navbar-collapse.collapse{
    margin-right: 122px;
}
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #C1272D;
}
.alert-message-danger h4
{
    color: #C1272D;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}

.custvalidation{
    color: red;
    font-weight: 600;
}
.disables_font{
    color: #1B2F6E !important;
    font-weight: 700 !important;
}
.disables_font_an{
    color: #1B2F6E !important;
    font-weight: 400 !important;
}

.error-notice {
    margin: 5px 5px; /* Making sure to keep some distance from all side */
}

.oaerror {
    width: 100%; /* Configure it fit in your design  */
    margin: 0 auto; /* Centering Stuff */
    background-color: #FFFFFF; /* Default background */
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.danger {
    border-left-color: #C1272D; /* Left side border color */
    background-color: rgba(217, 83, 79, 0.1); /* Same color as the left border with reduced alpha to 0.1 */
}

.danger strong {
    color:  #C1272D;
}

.warning {
    border-left-color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.1);
}

.warning strong {
    color: #f0ad4e;
}

.info {
    border-left-color: #5bc0de;
    background-color: rgba(91, 192, 222, 0.1);
}

.info strong {
    color: #5bc0de;
}

.success {
    border-left-color: #2b542c;
    background-color: rgba(43, 84, 44, 0.1);
}

.success strong {
    color: #2b542c;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.btn-circle {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 35px;
    margin-top: -14px;
    border: solid 3px #ccc !important;
    opacity:1 !important;
    -webkit-box-shadow:inset 0px 0px 0px 3px #fff !important; 
    -moz-box-shadow:inset 0px 0px 0px 3px #fff !important;
    -o-box-shadow:inset 0px 0px 0px 3px #fff !important;
    -ms-box-shadow:inset 0px 0px 0px 3px #fff !important; 
    box-shadow:inset 0px 0px 0px 3px #fff !important;
    backgournd-color:#428bca;
}


.header_top{
    width: 100%;
    height: 0px;
    background: #1B2F6E;
    margin-top: 10px;
}
.navbar-inverse{
    background:#1B2F6E !important;
}
.menu{
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 2px rgba(146, 146, 146, 1.00);
    height: 100px;
}
.all-button
{
    background-color: #1B2F6E;
}
.slider{
    width:100%;
}

.navbar-inner {
    margin-top: 0;
    background: #fff;
    box-shadow: none;
    border: none;
    height: 55px;
}

.navbar-inner .brand {
    position: absolute;
    top: -80px;
    display: block;
}
a.brand > img{
    margin-top: 34px;
    height: 145px;
    margin-left: 15px;
} 
.mytitle{
    position: absolute;
    font-size: 20px;
    left: 115px;
    top: 10px;
    color: #1B2F6E;
    letter-spacing: 0.001px;
    word-spacing: 0.0001px;
    line-height: 27px;
}
.login_class{
    position: absolute;
    font-size: 12px;
    right: 0px;
    top: -25px;
    color: #FFF;
    letter-spacing: 0.001px;
    word-spacing: 0.0001px;
}
.login_class > a{
    color: #FFF;
    font-weight: 600;
}


.navbar .nav > li {
    float: left;
    /*height: 75px !important;*/
    height: 100px !important;
}
.navbar .nav > li > a.complete{
    background: #5cb85c !important;
    color: #FFF !important;
}


.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus,
.navbar .nav > li > a.active,
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .active-menu {
    background: #1B2F6E;
    color: #FFF !important;
}
.navbar .nav > li > a  > i{
    padding-top: 25px;
    font-size: 25px;
}
.navbar .nav > li > a {
    color: #1B2F6E !important;
    float: none;
    height: 100%;
    font-family: "HelveticaNeue",Arial,Helvetica,sans-serif;
    line-height: 29px;
    padding: 0 7px;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.5px;
    text-align: center;
}

.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */ /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

#main-menu {
    font-family: "HelveticaNeue",Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.dropdown-menu {
    background-clip: padding-box;
    background: #1B2F6E;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown .sub-menu li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    text-shadow: none;
    font-family: "HelveticaNeue",Arial,Helvetica,sans-serif;
    letter-spacing: 1.322px;
    color: #1B2F6E !important;
    background-color: #FFF;
}

.dropdown .sub-menu {
    margin-top: -1px;
    box-shadow: 0 3px 3px rgba(146, 146, 146, 1);
}

.dropdown .sub-menu li {
    border: 1px solid #efefef;
}

.dropdown .sub-menu li:nth-child(1) {
    border-top: 1px solid #efefef;
}

.dropdown .sub-menu li > a:hover {
    background-color: #1B2F6E;
    color: #FFF !important;
}

.secondlevel {
    left: 100%;
}

.thirdlevel {
    left: 100% !important;
    top: 0px !important;
}

.forthlevel {
    left: 100% !important;
    top: 0px !important;
}

.navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar .nav > li > .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 43px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 43px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1B2F6E;
    color: #262626;
    text-decoration: none;
}


/* Global Styles */
.home_dash{
    text-align: center;
}
.badge{
    margin-right: 15px;
}
.list-group-item > .badge{
    float: left;
}
.arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 18px;
    display: -moz-inline-box;
    display: inline-block;
    /* Use font-size to control the size of the arrow. */
    font-size: 125px;
    height: 0;
    line-height: 0;
    position: absolute;
    vertical-align: middle;
    width: 0;
    background-color:#000; /* change background color acc to bg color */ 
    border-right-width: 16px;
    border-right-style: solid;
    border-right-color: #fff;
    right: 0px;
    top: 8px;

}



.panel.with-nav-tabs .panel-heading{
    padding: 15px 5px 0 20px;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #FFF;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #222;
    background-color: #fff;
    border-color: #FFF;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('fonts/helvetica-neue-medium-1361522099-webfont.eot');
    src: url('fonts/helvetica-neue-medium-1361522099-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/helvetica-neue-medium-1361522099-webfont.woff2') format('woff2'),
        url('fonts/helvetica-neue-medium-1361522099-webfont.woff') format('woff'),
        url('fonts/helvetica-neue-medium-1361522099-webfont.ttf') format('truetype'),
        url('fonts/helvetica-neue-medium-1361522099-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {

    margin-top: 100px;

}

#page-wrapper {
    float: left;
    background-color: #FFF;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0 !important;
    margin-top: 70px;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        width: 1280px;
        float: none;
        margin: 0 auto;
    }

    #page-wrapper {
        padding: 0px;
    }
}
.page-header{
    color: #1B2F6E;
    font-family: "HelveticaNeue",Arial,Helvetica,sans-serif;
    padding-top: 15px;
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #1B2F6E;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1B2F6E;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {

    .side-nav {
        position: fixed;
        top: 50px;
        left: 225px;
        width: 220px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #D6D6D6;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #D0D0D0;
        border-left: 5px solid #1B2F6E;
    }
}

.side-nav>li>ul {
    padding: 0;
}
.side-nav>li>ul>li.active{
    background-color: #000;
    color: #fff !important;

}
.side-nav>li>ul>li.active > a{
    color: #FFF;
}
.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    color: #222;
}
.collapse li > a.active {
    background-color: #808080;
    border-bottom: 3px solid #1B2F6E;
    color: #FFF !important;
}

.side-nav>li>ul>li>a:hover {
    color: #000;
    border-left: 5px solid #1B2F6E;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #C1272D;
}

.panel-red .panel-heading {
    border-color: #C1272D;
    color: #fff;
    background-color: #C1272D;
}

.panel-red a {
    color: #C1272D;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

th.viewaction, td.viewaction{
    text-align: right !important;  
    max-width: 90px;
}
th:first-child{
    text-align: left !importamt;
    padding-left: 0px !importamt;
    max-width: 20px;
}
td.viewaction{
    font-size: 12px;
    padding: 3px 0px !important;
}
a.apptmnt{
    text-decoration: none;
    color: #337ab7 !important;
}
a.apptmnt:hover{
    color: #3276b1 !important;
}


a.view{
    text-decoration: none;
    color: #f0ad4e !important;
}
a.view:hover{
    color: #ec971f !important;
}
a.editc{
    text-decoration: none;
    color: #5cb85c !important;
}
a.editc:hover{
    color: #449d44 !important;
}
a.remove{
    text-decoration: none;
    color: #C1272D !important;
}
a.remove:hover{
    color: #c9302c !important;
}
.bck{
    float: right !important;
}



/* special for dicyss board */



img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 5px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
    float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "HelveticaNeue",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.checkbox > label{
    margin-right: 10px;
}


.upload-preview {
    border: 1px dashed #ccc;
    min-width: 200px;
    min-height: 250px;
    float: left;
    margin-top: 10px;
    padding: 5px;
}

.upload-preview-thumb.heighnone {
    height: auto !important;
    width: auto !important;
}
.upload-preview-thumb {
    background-position: 50% 25%;
    background-size: cover;
    float: left;
    height: 139px;
    margin: 5px;
    position: relative;
    width: 139px;
}
.upload-preview img {
    width: 200px;
    height: 250px;
    max-width: 200px;
    min-height: 250px;
}
.upload-preview-thumb > a {
    background: none repeat scroll 0 0 #4976a2;
    border-radius: 50px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 20px;
}



.sign-preview {
    border: 1px dashed #ccc;
    min-width: 250px;
    min-height: 90px;
    float: right;
    margin-top: 10px;
    padding: 5px;
}

.sign-preview-thumb.heighnone {
    height: auto !important;
    width: auto !important;
}
.sign-preview-thumb {
    background-position: 50% 25%;
    background-size: cover;
    float: left;
    height: 90px;
    margin: 5px;
    position: relative;
    width: 250px;
}
.sign-preview img {
    width: 250px;
    height: 90px;
    max-width: 250px;
    min-height: 90px;
}
.sign-preview-thumb > a {
    background: none repeat scroll 0 0 #4976a2;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 30px;
}

.document-preview {
    border: 1px dashed #ccc;
    min-width: 595px;
    min-height: 842px;
    float: left;
    margin-top: 10px;
    padding: 5px;
}

.document-preview-thumb.heighnone {
    height: auto !important;
    width: auto !important;
}
.document-preview-thumb {
    background-position: 50% 25%;
    background-size: cover;
    float: left;
    height: 842px;
    margin: 5px;
    position: relative;
    width: 595px;
}
.document-preview img {
    width: 595px;
    height: 842px;
    max-width: 595px;
    min-height: 842px;
}
.document-preview-thumb > a {
    background: none repeat scroll 0 0 #4976a2;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 30px;
}


.dadocument-preview {
    border: 1px dashed #ccc;
    min-width: 595px;
    min-height: 842px;
    float: left;
    margin-top: 10px;
    padding: 5px;
}

.dadocument-preview-thumb.heighnone {
    height: auto !important;
    width: auto !important;
}
.dadocument-preview-thumb {
    background-position: 50% 25%;
    background-size: cover;
    float: left;
    height: 842px;
    margin: 5px;
    position: relative;
    width: 595px;
}
.dadocument-preview img {
    width: 595px;
    height: 842px;
    max-width: 595px;
    min-height: 842px;
}
.dadocument-preview-thumb > a {
    background: none repeat scroll 0 0 #4976a2;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 30px;
}
.addlead
{
    background: #1B2F6E;
}
table#acrylic {
    width: 100%;
    border-collapse: separate;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#acrylic thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#acrylic thead th {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-size: 100%;
    background-color: #1B2F6E;
    
    border-top: 1px solid #858d99;
}

#acrylic thead th:first-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

#acrylic thead th:last-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#acrylic tbody tr td {    
    font-weight: 400;
    color: #5f6062;
    font-size: 14px;
    padding: 10px 8px 10px 8px;
    border-bottom: 1px solid #e0e0e0;
}

#acrylic tbody tr:nth-child(2n) {
    background: #f0f3f5;
}

#acrylic tbody tr:last-child td {
    border-bottom: none;
}

#acrylic tbody tr:last-child td:first-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#acrylic tbody tr:last-child td:last-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#acrylic tbody:hover > tr td {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.8;
}

#acrylic tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: 0.2s all;
}
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1440px)  { 
a.brand > img {
    margin-top: 40px;
    height: 130px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    #wrapper{
        width: 99% !important;
    }
    .navbar .nav > li > a{
        font-size: 9px !important;
        padding: 0 2px !important;
    }
    .mytitle{
        display: none;
    }
    a.brand > img {
    margin-top: 52px !important;
    height: 100px !important;
    }
}


@media screen and (max-width: 767px) {
    a.brand > img {
    height: 105px;
    }
    .navbar .nav > li > a{
        font-size: 10px;
        line-height: 15px;
        padding: 0 5px;
    }
    .navbar-inverse .navbar-toggle{
        background-color: #1B2F6E !important;
    }
    .navbar .nav > li{
        width: 25%;
    }
    .navbar .nav > li > a{
        color: #FFF !important;
    }
    .nav{
        margin-top: 25px;
    }
    .menu {
    height: 73px;
    }
    #acrylic thead{
        display: block !important;
        background-color: #808080;
    }
    #acrylic thead th{
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100%;   
    }
    #acrylic thead th:first-child{
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100%;
    }
    .breadcrumb > li{
        display: none;
    }
    #page-wrapper{
        margin-top: 15px;
    }
    .page-header{
        font-size: 17px;
    }
    #acrylic thead {
        display: none;
    }
    #acrylic tr {
        margin-bottom: 10px;
        display: block;
    }
    #acrylic td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    #acrylic td:last-child {
        border-bottom: 0;
    }
    #acrylic td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    table#acrylic {
        width: 100%;
    }
}

.none {
    display:none;
}

.trash { color:rgb(209, 91, 71); }
.flag { color:rgb(248, 148, 6); }
/*.panel-body { padding:0px; }*/
.panel-footer .pagination { margin: 0; }
.panel .glyphicon,.list-group-item .glyphicon { margin-right:5px; }
.panel-body .radio, .checkbox { display:inline-block;margin:0px; }
.panel-body input[type=checkbox]:checked + label { text-decoration: line-through;color: rgb(128, 144, 160); }
.list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: rgb(245, 245, 245);}
.list-group { margin-bottom:0px; }
