﻿.dottedUnderline
{
    border-bottom:1px dotted gray;
}
a
{
    outline: medium none !important;  transition: all 0.2s ease-out 0s;
}
a:hover, a:active, a:focus
{
    text-decoration: none;
}
.headerwrapper
{
    background-color: #34495e;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
a.my-class
{
    color: #333333;
}
a.my-class:active
{
    color: #666666;
}
a.my-class:link
{
    color: #999999;
}
a.my-class:visited
{
    color: #cccccc;
}
label
{
    font-weight: normal;
}
tfoot td
{
    background: none repeat scroll 0 0 #f6f6f6;
}
tfoot td a
{
    border: 1px solid #f6f6f6;
    padding: 5px;
}
tfoot td a:hover
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
}
.headerwrapper::after
{
    clear: both;
    content: "";
    display: block;
}
.headerwrapper .header-left
{
    background-color: rgba(0, 0, 0, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    float: left;
    min-height: 60px;
    padding: 14px 15px;
    position: relative;
    width: 230px;
}
.headerwrapper .header-left .logo
{
    display: inline-block;
    float: left;
    margin-top: 5px;
}



.mahaeseva-logo
{
    margin: 6px 0;
}
.headerwrapper .header-left .menu-collapse:hover
{
    border-color: #fff;
    color: #fff;
}
.headerwrapper .header-right
{
    margin-left: 230px;
    min-height: 60px;
    padding: 2px 15px;
}
.headerwrapper .header-left p
{
    color: #fff;
    font-size: 1em;
    padding: 22px 0 0;
}
.inline-label label
{
    display: inline-block !important;
    vertical-align: top;
    width: 80%;
}
.headerwrapper .header-right .btn-group
{
    float: left;
    line-height: 21px;
    margin: 0;
}
.headerwrapper .header-right .btn-group > .btn
{
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.75);
    height: 33px;
    line-height: normal;
    margin-left: 5px;
}
.headerwrapper .header-right .btn-group > .btn:hover
{
    background-color: rgba(0, 0, 0, 0.2);
}
.headerwrapper .header-right .btn-group > .btn:focus, .headerwrapper .header-right .btn-group > .btn:active
{
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
    color: #fff;
}
.headerwrapper .header-right .btn-group .btn .badge
{
    background-color: #fff;
    box-shadow: none;
    color: #000;
    margin-left: 2px;
    padding: 2px 6px;
}
.btn-group-notification > .btn
{
    padding: 7px 10px;
}
.btn-group-messages > .btn
{
    padding: 6px 9px 8px;
}
.btn-group-option > .btn
{
    padding: 7px 12px;
}
.headerwrapper .header-right .btn-group .dropdown-menu
{
    border-color: #ccc;
    border-radius: 0 0 3px 3px;
    border-top: 0 none #ccc;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.05);
    margin-top: 13px;
}
.headerwrapper .header-right .btn-group .dropdown-menu::after
{
    border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -6px;
}
.headerwrapper .header-right .btn-group .dropdown-menu li
{
    position: relative;
}
.headerwrapper .header-right .btn-group .dropdown-menu li a
{
    color: #555;
    font-size: 12px;
    padding: 8px 15px;
    transition: all 0.2s ease-out 0s;
}
.headerwrapper .header-right .btn-group .dropdown-menu li a:hover
{
    background-color: #e4e7ea;
    color: #333;
}
.headerwrapper .header-right .btn-group .dropdown-menu .divider
{
    margin: 5px 0;
}
.headerwrapper .header-right .btn-group-option .dropdown-menu li .glyphicon, .headerwrapper .header-right .btn-group-option .dropdown-menu li .fa
{
    margin-right: 10px;
}
.headerwrapper .header-right .btn-group-option .dropdown-menu
{
    margin-top: 13px;
    min-width: 180px;
}
.headerwrapper .header-right .form-search
{
    float: left;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
}
.headerwrapper .header-right .form-search::before
{
    color: #666;
    content: "";
    font-family: "Glyphicons Halflings";
    left: 10px;
    position: absolute;
    top: 6px;
}
.headerwrapper .header-right .form-search .form-control
{
    border: 0 none;
    border-radius: 50px;
    font-size: 13px;
    height: 32px;
    padding-left: 30px;
    width: 200px;
}
.headerwrapper .header-right .btn-group-list .dropdown-menu
{
    min-width: 380px;
    padding: 0;
}
.headerwrapper .header-right .btn-group-list .dropdown-menu::after
{
    border-bottom-color: #e4e7ea;
}
.headerwrapper .header-right div.dropdown-menu h5
{
    background-color: #e4e7ea;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    margin: 0;
    padding: 13px 0;
    text-align: center;
}
.headerwrapper .header-right .dropdown-footer
{
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding: 10px;
}
.headerwrapper .header-right .link-right
{
    color: #636e7b;
    position: absolute;
    right: 15px;
    top: 10px;
}
.dropdown-list
{
    margin: 0;
}
.dropdown-list li
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    cursor: pointer;
    margin: 0;
    padding: 10px 20px 10px 10px;
}
.dropdown-list li:hover
{
    background-color: #fcfcfc;
}
.dropdown-list li:first-child
{
    border-top: 0 none;
}
.dropdown-list li .noti-thumb
{
    width: 40px;
}
.dropdown-list .media-body
{
    font-size: 13px;
    line-height: 18px;
}
.dropdown-list .media-body strong
{
    color: #2f363d;
    font-weight: 500;
}
.dropdown-list .media-body p
{
    margin: 0;
}
.dropdown-list .media-body .date
{
    color: #999;
    display: block;
    line-height: normal;
    margin-top: 2px;
}
.dropdown-list .media-body .date i
{
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: middle;
}
.dropdown-list .badge
{
    border-radius: 2px;
    float: right;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 8px;
}

.img-online
{
    background-color: #fff;
    border: 2px solid #5cb85c;
    padding: 2px;
}
.img-offline
{
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 2px;
}
.leftpanel
{
    background: none repeat scroll 0 0 #005884;
    width: 230px;
}

.btn-blue
{
    background-color: #30748d;
    border-color: #5094ad;
    color: #30546d;
}
.fa-stack.fa-2x.user-login
{
    margin: -2px 0 0 -2px;
    font-size:1.9em;
}
.media-heading .user-login
{
    color: rgba(255, 255, 255, 0.6);
    float: right;
    margin: 2px 0 0;
}
.media-heading .user-login:hover
{
    color: #fff;
    cursor: pointer;
}

.profile-left small
{
    line-height: 18px;
}
input[readonly="readonly"]
{
    cursor: no-drop;
}
.leftpanel-title
{
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
    margin: 15px;
    text-transform: uppercase;
}
.leftpanel .nav
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #306894;
    margin: 0;
    position: relative;
}
.leftpanel .nav > li
{
    border-top: 1px solid #306894;
    float: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 1px 0 0;
    position: relative;
}
.mainwrapper
{
    padding:104px 0 0;
}
.leftpanel .nav > li.active
{
    border-top: 0 none;
    margin-right: 0;
}
.children li
{
    border: 0 none !important;
    float: none !important;
}
.children li a
{
    border-bottom: 0 solid #e1e1e1 !important;
    border-right: 0 none !important;
    padding: 10px !important;
}
.leftpanel .nav > li.active + li
{
    border-top: 0 none;
}
.leftpanel .nav > li > a
{
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
    transition: all 0.2s ease-out 0s;
}
.min-height-section
{
    min-height: 550px;
}
.leftpanel .nav > li > a:hover, .leftpanel .nav > li > a:focus, .leftpanel .nav > li > a:active
{
    background-color: #003A56;
    border-bottom:0px solid;
    color: #fff;
}
.leftpanel .nav > li.active > a, .leftpanel .nav > li.active > a:hover
{
    background-color: #003A56;
    color: #fff;
}
.leftpanel .nav > li > a i
{
    color: #428bca;
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    top: 1px;
    width: 16px;
}
.leftpanel .nav > li.active > a i
{
    color: #fff;
}
.leftpanel .nav > li.parent::after
{
    color: #ccc;
    content: "";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    right: 22px;
    top: 12px;
}
.leftpanel .nav > li.parent-focus > a
{
    background-color: #003A56;
    color: #fff;
}
.leftpanel .nav .badge
{
    background-color: #2f363d;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
}
.leftpanel .nav .children
{
    background: none repeat scroll 0 0 #2b94ad;
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.leftpanel .nav .active .children, .leftpanel .nav .parent-focus .children
{
    display: block;
}
.leftpanel .nav > li.active::after
{
    color: #fff;
}
.leftpanel .nav .children li:first-child
{
    border-top: 0 solid #e7e7e7;
}
.leftpanel .nav .children li.active:first-child
{
    border-top: 0 none;
}
.leftpanel .nav .children li a
{
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 10px 6px 28px;
    transition: all 0.2s ease-out 0s;
}
.leftpanel .nav .children li a:hover
{
    background-color: #fff;
    border-right: 0 solid #34495e;
    color: #000;
    text-decoration: none;
}
.leftpanel .nav .children li.active a
{
    background-color: #e4e7ea;
}
.leftpanel .nav .active .children
{
    border-bottom: 1px solid #6fb1c1;
}
.leftpanel .nav .active .children
{
    margin-right: 1px;
}

.pageheader
{
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    height: 90px;
    padding: 20px;
}
.pageheader .media
{
    clear: both;
    padding: 0;
}
.pageheader .pageicon
{
    background-color: #4e5154;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    height: 50px;
    padding-left: 10px;
    padding-top: 1px;
    width: 50px;
}
.pageheader .pageicon .fa-envelope-o
{
    font-size: 31px;
}
.pageheader .pageicon .fa-bar-chart-o
{
    font-size: 28px;
}
.pageheader .pageicon .fa-flag
{
    font-size: 30px;
}
.pageheader .pageicon .fa-laptop
{
    font-size: 28px;
}
.pageheader .pageicon .fa-navicon
{
    font-size: 28px;
    margin-left: 3px;
}
.pageheader .pageicon .fa-code
{
    font-size: 28px;
}
.pageheader .pageicon .fa-pencil
{
    margin-left: 3px;
}
.pageheader .pageicon .fa-th-list
{
    font-size: 28px;
    margin-left: 1px;
}
.pageheader .pageicon .fa-map-marker
{
    margin-left: 5px;
}
.pageheader .pageicon .fa-calendar
{
    font-size: 32px;
}
.pageheader .pageicon .fa-user
{
    font-size: 28px;
    margin-left: 4px;
}
.pageheader .breadcrumb
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.pageheader .breadcrumb li a
{
    color: #333;
}
.pageheader .breadcrumb li a:hover, .pageheader .breadcrumb li a:active, .pagehaeder .breadcrumb li a:focus
{
    color: #428bca;
}
.pageheader .breadcrumb li a i
{
    color: #999;
    font-size: 10px;
}
.pageheader h4
{
    color: #2f363d;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin: -2px 0 0;
}
.contentpanel
{
    padding: 20px;
    position: relative;
}
.bg-light
{
    background-color: #ccc;
}
.contentpanel .panel-default > .panel-heading
{
    background-color: #428bca !important;
    color: #fff !important;
}
.msg-left
{
    float: left;
    position: relative;
    width: 250px;
    z-index: 50;
}
.nav-msg li a
{
    color: #444;
    transition: all 0.2s ease-out 0s;
}
.nav-msg li a i
{
    display: inline-block;
    margin-right: 10px;
}
.nav-msg li a .badge
{
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    margin-top: 1px;
}
.nav-msg li.active a
{
    background-color: #4e5154;
    color: #fff;
}
.nav-msg li.active a:hover, .nav-msg li.active a:focus, .nav-msg li.active a:active
{
    background-color: #444649;
}
.nav-msg li.active a .badge
{
    color: #666;
}
.sm-title
{
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
.md-title
{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.lg-title
{
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.xlg-title
{
    color: #333;
    font-weight: 400;
    margin: 0;
}
.msg-list > li
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fcfcfc;
    border-color: #eee #eee -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    margin: 0;
    padding: 10px;
}
.msg-list > li.unread
{
    background-color: #fff;
}
.msg-list > li:first-child
{
    border-radius: 3px 3px 0 0;
}
.msg-list > li:last-child
{
    border-bottom: 1px solid #eee;
    border-radius: 0 0 3px 3px;
}
.msg-list .media-object
{
    width: 40px;
}
.msg-list > li .sender
{
    color: #333;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.msg-list > li p
{
    margin: 0;
}
.msg-list > li p a
{
    color: #999;
}
.msg-list > li p a:hover, .msg-list > li p a:active, .msg-list > li p a:focus
{
    text-decoration: none;
}
.msg-list > li .subject
{
    color: #333;
}
.msg-list .media-option > a
{
    color: #999;
    margin-left: 5px;
}
.msg-list .media-option a:hover
{
    color: #666;
}
.msg-list .btn-group
{
    margin: -3px 0 0 5px;
}
.msg-list .btn-group > .btn
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #999;
    padding: 0;
}
.msg-list li.media, .msg-list li.media .media-body
{
    overflow: visible;
}
.msg-list .dropdown-menu li
{
    font-size: 12px;
}
.msg-list .dropdown-menu .divider
{
    margin: 5px 0;
}
.msg-list .ckbox
{
    margin-top: 12px;
}
.msg-list li.highlighted
{
    background-color: #fffeee;
}
.msg-header
{
    margin-bottom: 25px;
    margin-top: 5px;
}
.msg-header::after
{
    clear: both;
    content: "";
    display: block;
}
.msg-header .btn-group
{
    margin: 0;
}
.msg-header .btn
{
    border-radius: 50px;
    border-width: 2px;
    color: #999;
    height: 35px;
    margin-right: 5px;
    padding: 0;
    width: 35px;
}
.msg-header .btn-navi
{
    color: #999;
    font-size: 14px;
}
.msg-header .btn:hover, .msg-header .btn:active, .msg-header .btn:focus
{
    background-color: #fff;
    border-color: #666;
    color: #666;
}
.msg-header .btn-navi
{
    margin-right: 0;
}
.msg-header .btn-navi-left i
{
    margin-left: -3px;
}
.msg-header .btn-navi-right i
{
    margin-left: 2px;
}
.msg-header .dropdown-menu
{
    margin-top: 12px;
}
.msg-header .dropdown-menu::after
{
    border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -6px;
}
.msg-header .dropdown-menu::before
{
    border-bottom: 7px solid #ddd;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 14px;
    top: -8px;
}
.msg-header .dropdown-menu li
{
    font-size: 12px;
}
.msg-header .dropdown-menu li i
{
    margin-right: 8px;
}
.panel-group-msg
{
    margin-top: 15px;
}
.panel-group-msg .panel
{
    box-shadow: none;
}
.panel-group-msg .panel-heading
{
    padding: 10px;
}
.panel-group-msg .img
{
    margin: 0;
    width: 30px;
}
.panel-group-msg .panel-title
{
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.panel-group-msg .time
{
    font-size: 12px;
    font-weight: normal;
    margin: 5px 20px 0 0;
}
.panel-group-msg .time i
{
    font-size: 16px;
}
.msg-reply
{
    margin-left: 15px;
}
.msg-reply img
{
    width: 30px;
}
.btn-create-msg
{
    padding: 12px 10px;
}
.alert-metro
{
    border-radius: 0;
}
.btn-dark
{
    background-color: #4e5154;
    color: #fff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active
{
    background-color: #414446;
    color: #fff;
}
.btn-list .btn
{
    margin: 0 3px 7px 0;
}
.btn-rounded
{
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn.btn-bordered
{
    padding: 6px 13px;
}
.btn-sm.btn-bordered
{
    padding: 4px 10px;
}
.btn-xs.btn-bordered
{
    padding: 2px 8px;
}
.btn.btn-bordered, .btn.btn-bordered:hover, .btn.btn-bordered:focus, .btn.btn-bordered:active
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-width: 2px;
}
.btn-primary.btn-bordered, .btn-primary.btn-bordered:hover, .btn-primary.btn-bordered:active, .btn-primary.btn-bordered:focus
{
    color: #428bca;
}
.btn-success.btn-bordered, .btn-success.btn-bordered:hover, .btn-success.btn-bordered:active, .btn-success.btn-bordered:focus
{
    color: #5cb85c;
}
.btn-warning.btn-bordered, .btn-warning.btn-bordered:hover, .btn-warning.btn-bordered:active, .btn-warning.btn-bordered:focus
{
    color: #eea236;
}
.btn-danger.btn-bordered, .btn-danger.btn-bordered:focus, .btn-danger.btn-bordered:active, .btn-danger.btn-bordered:hover
{
    color: #d9534f;
}
.btn-info.btn-bordered, .btn-info.btn-bordered:focus, .btn-info.btn-bordered:active, .btn-info.btn-bordered:hover
{
    color: #46b8da;
}
.btn.btn-metro
{
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.btn-group .btn.btn-bordered + .btn.btn-bordered, .btn-group .btn.btn-bordered + .btn-group, .btn-group .btn-group + .btn.btn-bordered, .btn-group .btn-group + .btn-group
{
    margin-left: -2px;
}
.btn-group .btn.btn-bordered
{
    padding-left: 14px;
    padding-right: 15px;
}


h3 label { display: inline-block;
   
    font-weight:normal;}
.dropdown-demo-only
{
    display: inline-block;
    float: none;
    margin-bottom: 20px;
    margin-right: 10px;
    position: static;
    width: 160px;
}
.dropdown-menu-primary
{
    border-color: #428bca;
    box-shadow: none;
}
.dropdown-menu-primary > li > a
{
    color: #428bca;
}
.dropdown-menu-primary > li > a:hover
{
    background-color: #428bca;
    color: #fff;
}
.dropdown-menu-success
{
    border-color: #5cb85c;
    box-shadow: none;
}
.dropdown-menu-success > li > a
{
    color: #5cb85c;
}
.dropdown-menu-success > li > a:hover
{
    background-color: #5cb85c;
    color: #fff;
}
.dropdown-menu-danger
{
    border-color: #d9534f;
    box-shadow: none;
}
.dropdown-menu-danger > li > a
{
    color: #d9534f;
}
.dropdown-menu-danger > li > a:hover
{
    background-color: #d9534f;
    color: #fff;
}
.dropdown-menu-warning
{
    border-color: #f0ad4e;
    box-shadow: none;
}
.dropdown-menu-warning > li > a
{
    color: #f0ad4e;
}
.dropdown-menu-warning > li > a:hover
{
    background-color: #f0ad4e;
    color: #fff;
}
.dropdown-menu-metro
{
    border-radius: 0;
    box-shadow: none;
}
.dropdown-menu-metro > li > a
{
    border-radius: 0;
}
.pagination-metro > li:first-child > a, .pagination-metro > li:first-child > span
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-metro > li:last-child > a, .pagination-metro > li:last-child > span
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-split.pagination-metro > li > a, .pagination-split.pagination-metro > li > span
{
    border-radius: 0;
}
.pagination-primary > li > a, .pagination-primary > li > a:hover
{
    border-color: #428bca;
    color: #428bca;
}
.pagination-primary > .disabled > span, .pagination-primary > .disabled > span:hover, .pagination-primary > .disabled > span:focus, .pagination-primary > .disabled > a, .pagination-primary > .disabled > a:hover, .pagination-primary > .disabled > a:focus
{
    border-color: #428bca;
    color: #428bca;
    opacity: 0.5;
}
.pagination-success > li > a, .pagination-success > li > a:hover
{
    border-color: #5cb85c;
    color: #5cb85c;
}
.pagination-success > .disabled > span, .pagination-success > .disabled > span:hover, .pagination-success > .disabled > span:focus, .pagination-success > .disabled > a, .pagination-success > .disabled > a:hover, .pagination-success > .disabled > a:focus
{
    border-color: #5cb85c;
    color: #5cb85c;
    opacity: 0.5;
}
.pagination-success > .active > a, .pagination-success > .active > span, .pagination-success > .active > a:hover, .pagination-success > .active > span:hover, .pagination-success > .active > a:focus, .pagination-success > .active > span:focus
{
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.pagination-circled > li > a
{
    border-radius: 50px;
}
.pagination-circled > li:first-child > a, .pagination-circled > li:first-child > span
{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.pagination-circled > li:last-child > a, .pagination-circled > li:last-child > span
{
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.pagination-circled > li:first-child > a, .pagination-circled > li:last-child > a
{
    padding: 6px 13px;
}
.pagination-active-success > .active > a, .pagination-active-success > .active > span, .pagination-active-success > .active > a:hover, .pagination-active-success > .active > span:hover, .pagination-active-success > .active > a:focus, .pagination-active-success > .active > span:focus
{
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.pagination-active-success > li > a:hover, .pagination-active-success > li > span:hover, .pagination-active-success > li > a:focus, .pagination-active-success > li > span:focus
{
    color: #5cb85c;
}
.pagination-active-warning > .active > a, .pagination-active-warning > .active > span, .pagination-active-warning > .active > a:hover, .pagination-active-warning > .active > span:hover, .pagination-active-warning > .active > a:focus, .pagination-active-warning > .active > span:focus
{
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.pagination-active-warning > li > a:hover, .pagination-active-warning > li > span:hover, .pagination-active-warning > li > a:focus, .pagination-active-warning > li > span:focus
{
    color: #f0ad4e;
}
.pagination-active-danger > .active > a, .pagination-active-danger > .active > span, .pagination-active-danger > .active > a:hover, .pagination-active-danger > .active > span:hover, .pagination-active-danger > .active > a:focus, .pagination-active-danger > .active > span:focus
{
    background-color: #d9534f;
    border-color: #d9534f;
}
.pagination-active-danger > li > a:hover, .pagination-active-danger > li > span:hover, .pagination-active-danger > li > a:focus, .pagination-active-danger > li > span:focus
{
    color: #d9534f;
}
.pagination-active-info > .active > a, .pagination-active-info > .active > span, .pagination-active-info > .active > a:hover, .pagination-active-info > .active > span:hover, .pagination-active-info > .active > a:focus, .pagination-active-info > .active > span:focus
{
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.pagination-active-info > li > a:hover, .pagination-active-info > li > span:hover, .pagination-active-info > li > a:focus, .pagination-active-info > li > span:focus
{
    color: #5bc0de;
}
.pagination-active-dark > .active > a, .pagination-active-dark > .active > span, .pagination-active-dark > .active > a:hover, .pagination-active-dark > .active > span:hover, .pagination-active-dark > .active > a:focus, .pagination-active-dark > .active > span:focus
{
    background-color: #4e5154;
    border-color: #4e5154;
}
.pagination-active-dark > li > a:hover, .pagination-active-dark > li > span:hover, .pagination-active-dark > li > a:focus, .pagination-active-dark > li > span:focus
{
    color: #4e5154;
}
.progress-metro
{
    border-radius: 0;
}
.tinystat
{
    display: inline-block;
}
.tinystat .chart, .tinystat .datainfo
{
    display: inline-block;
    vertical-align: middle;
}
.tinystat .chart
{
    margin-right: 5px;
}
.tinystat .text-muted
{
    font-size: 10px;
    text-transform: uppercase;
}
.tinystat h4
{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.tooltipflot
{
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
}
.jqstooltip
{
    border: 0 none;
    height: auto !important;
    min-height: 25px;
    min-width: 30px;
    width: auto !important;
}
.flotGraph
{
    height: 300px;
    width: 100%;
}
.icon-list
{
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.icon-list li
{
    margin-bottom: 5px;
}
.icon-list li span
{
    color: #333;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}
.panel-dark
{
    border-color: #4e5154;
}
.panel-dark .panel-heading
{
    background-color: #4e5154;
    color: #fff;
}
.panel-success-alt
{
    border-color: #4cae4c;
}
.panel-success-alt .panel-heading
{
    background-color: #5cb85c;
    color: #fff;
}
.panel-info-alt
{
    border-color: #46b8da;
}
.panel-info-alt .panel-heading
{
    background-color: #5bc0de;
    color: #fff;
}
.panel-warning-alt
{
    border-color: #eea236;
}
.panel-warning-alt .panel-heading
{
    background-color: #f0ad4e;
    color: #fff;
}
.panel-danger-alt
{
    border-color: #d43f3a;
}
.panel-danger-alt .panel-heading
{
    background-color: #d9534f;
    color: #fff;
}
.panel-success-alt .panel-heading p a, .panel-info-alt .panel-heading p a, .panel-warning-alt .panel-heading p a, .panel-danger-alt .panel-heading p a, .panel-dark .panel-heading p a
{
    color: #fff;
}
.panel-success-alt .panel-heading .panel-btns a, .panel-info-alt .panel-heading .panel-btns a, .panel-warning-alt .panel-heading .panel-btns a, .panel-danger-alt .panel-heading .panel-btns a, .panel-dark .panel-heading .panel-btns a
{
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}
.panel-primary-head .panel-heading, .panel-success-head .panel-heading, .panel-warning-head .panel-heading, .panel-danger-head .panel-heading, .panel-info-head .panel-heading, .panel-dark-head .panel-heading
{
    border-bottom: 0 none;
    color: #fff;
}
.panel-primary-head .panel-heading p, .panel-success-head .panel-heading p, .panel-warning-head .panel-heading p, .panel-danger-head .panel-heading p, .panel-info-head .panel-heading p, .panel-dark-head .panel-heading p
{
    opacity: 0.75;
}
.panel-primary-head .panel-body, .panel-success-head .panel-body, .panel-warning-head .panel-body, .panel-danger-head .panel-body, .panel-info-head .panel-body, .panel-dark-head .panel-body
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.panel-primary-head .panel-footer, .panel-success-head .panel-footer, .panel-warning-head .panel-footer, .panel-danger-head .panel-footer, .panel-info-head .panel-footer, .panel-dark-head .panel-footer
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.panel-primary-head .panel-heading
{
    background-color: #428bca;
}
.panel-success-head .panel-heading
{
    background-color: #5cb85c;
}
.panel-warning-head .panel-heading
{
    background-color: #f0ad4e;
}
.panel-danger-head .panel-heading
{
    background-color: #d9534f;
}
.panel-info-head .panel-heading
{
    background-color: #5bc0de;
}
.panel-dark-head .panel-heading
{
    background-color: #4e5154;
}
.panel-primary-head .panel-heading p a, .panel-success-head .panel-heading p a, .panel-info-head .panel-heading p a, .panel-warning-head .panel-heading p a, .panel-danger-head .panel-heading p a, .panel-dark-head .panel-heading p a
{
    color: #fff;
}
.panel-primary-head .panel-heading .panel-btns a, .panel-success-head .panel-heading .panel-btns a, .panel-info-head .panel-heading .panel-btns a, .panel-warning-head .panel-heading .panel-btns a, .panel-danger-head .panel-heading .panel-btns a, .panel-dark-head .panel-heading .panel-btns a
{
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}
.panel-metro, .panel-metro .panel-heading, .panel-metro .panel-footer
{
    border-radius: 0;
}
.widget-messaging .new-msg
{
    color: #fff;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    opacity: 0.5;
}
.widget-messaging .new-msg:hover
{
    opacity: 1;
}
.widget-messaging ul li:hover
{
    background-color: #f7f7f7;
}
.widget-messaging .sender
{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.widget-messaging ul li p
{
    line-height: normal;
    margin: 0;
}
.widget-todo .panel-heading a
{
    color: #fff;
}
.widget-todo ul > li input:checked + label
{
    text-decoration: line-through;
}

.nav-primary
{
    background-color: #428bca;
    border-color: #357ebd;
}
.nav-primary > li.active > a, .nav-primary > li.active > a:hover, .nav-primary > li.active > a:focus, .nav-primary > li.active > a:active
{
    border-left-color: #357ebd;
    border-right-color: #357ebd;
    border-top-color: #357ebd;
}
.nav-success
{
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.nav-info
{
    background-color: #5bc0de;
    border-color: #46b8da;
}
.nav-danger
{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.nav-warning
{
    background-color: #f0ad4e;
    border-color: #eea236;
}
.nav-success > li.active > a, .nav-success > li.active > a:hover, .nav-success > li.active > a:focus, .nav-success > li.active > a:active
{
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
    border-top-color: #5cb85c;
}
.nav-info > li.active > a, .nav-info > li.active > a:hover, .nav-info > li.active > a:focus, .nav-info > li.active > a:active
{
    border-left-color: #46b8da;
    border-right-color: #46b8da;
    border-top-color: #46b8da;
}
.nav-danger > li.active > a, .nav-danger > li.active > a:hover, .nav-danger > li.active > a:focus, .nav-danger > li.active > a:active
{
    border-left-color: #d43f3a;
    border-right-color: #d43f3a;
    border-top-color: #d43f3a;
}
.nav-warning > li.active > a, .nav-warning > li.active > a:hover, .nav-warning > li.active > a:focus, .nav-warning > li.active > a:active
{
    border-left-color: #eea236;
    border-right-color: #eea236;
    border-top-color: #eea236;
}
.nav-primary > li > a, .nav-success > li > a, .nav-info > li > a, .nav-danger > li > a, .nav-warning > li > a
{
    color: #fff;
}
.nav-primary > li > a:hover, .nav-success > li > a:hover, .nav-info > li > a:hover, .nav-danger > li > a:hover, .nav-warning > li > a:hover
{
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.tab-content-primary
{
    border-color: #357ebd;
}
.tab-content-success
{
    border-color: #5cb85c;
}
.tab-content-info
{
    border-color: #46b8da;
}
.tab-content-danger
{
    border-color: #d43f3a;
}
.tab-content-warning
{
    border-color: #eea236;
}
.nav-metro, .nav-metro > li > a, .nav-metro > li.active > a, .tab-content-metro
{
    border-radius: 0;
}
.panel-group .panel-heading
{
    padding: 15px;
}
.panel-group .panel-heading .panel-title
{
    font-size: 14px;
}
.nav-line
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.nav-line > li
{
    margin: 0;
}
.nav-line > li > a, .nav-line > li > a:hover, .nav-line > li > a:active, .nav-line > li > a:focus
{
    border: 0 none;
    margin: 0 !important;
}
.nav-line > li.active > a, .nav-line > li.active > a:hover, .nav-line > li.active > a:active, .nav-line > li.active > a:focus
{
    border: 0 none;
}
.nav-line > li.active > a, .nav-line > li.active > a:hover, .nav-line > li.active > a:active, .nav-line > li.active > a:focus
{
    box-shadow: 0 3px 0 #428bca;
    margin: 0;
}
.ckbox, .rdio
{
    position: relative;
}
.box-body .ckbox label
{
    display: inline-block;
}
.ckbox input[type="checkbox"], .rdio input[type="radio"]
{
    opacity: 0;
}
.ckbox label, .rdio label
{
    cursor: pointer;
    margin-bottom: 7px !important;
    padding-left: 10px;
}
.ckbox label::before
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 18px;
}
.ckbox input[type="checkbox"]:disabled + label
{
    color: #999;
}
.ckbox input[type="checkbox"]:disabled + label::before
{
    background-color: #eee;
}
.ckbox input[type="checkbox"]:checked + label::after
{
    color: #fff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 11px;
    height: 16px;
    left: 3.5px;
    position: absolute;
    top: 2.5px;
    width: 16px;
}
.ckbox-default input[type="checkbox"]:checked + label::before
{
    border-color: #999;
}
.ckbox-default input[type="checkbox"]:checked + label::after
{
    color: #333;
}
.ckbox-primary input[type="checkbox"]:checked + label::before
{
    background-color: #428bca;
    border-color: #357ebd;
}
.ckbox-warning input[type="checkbox"]:checked + label::before
{
    background-color: #f0ad4e;
    border-color: #eea236;
}
.ckbox-success input[type="checkbox"]:checked + label::before
{
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.ckbox-danger input[type="checkbox"]:checked + label::before
{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.rdio label::before
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    border-radius: 50px;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 18px;
}
.rdio input[type="radio"]:disabled + label
{
    color: #999;
}
.rdio input[type="radio"]:disabled + label::before
{
    background-color: #eee;
}
.rdio input[type="radio"]:checked + label::after
{
    background-color: #444;
    border-radius: 50px;
    content: "";
    display: inline-block;
    font-size: 11px;
    height: 10px;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 10px;
}
.rdio-default input[type="radio"]:checked + label::before
{
    border-color: #999;
}
.rdio-primary input[type="radio"]:checked + label::before
{
    border-color: #428bca;
}
.rdio-primary input[type="radio"]:checked + label::after
{
    background-color: #428bca;
}
.rdio-warning input[type="radio"]:checked + label::before
{
    border-color: #f0ad4e;
}
.rdio-warning input[type="radio"]:checked + label::after
{
    background-color: #f0ad4e;
}
.rdio-success input[type="radio"]:checked + label::before
{
    border-color: #1caf9a;
}
.rdio-success input[type="radio"]:checked + label::after
{
    background-color: #1caf9a;
}
.rdio-danger input[type="radio"]:checked + label::before
{
    border-color: #d9534f;
}
.rdio-danger input[type="radio"]:checked + label::after
{
    background-color: #d9534f;
}
.errorForm label
{
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 2px;
    color: #a94442;
    display: block;
    padding: 5px 10px;
}
.form-group.has-error label.error
{
    color: #a94442;
}
.errorForm label:last-child
{
    margin-bottom: 20px !important;
}
.colorpicker-input
{
    display: inline-block;
    width: 100px;
}
.nav-wizard
{
    background-color: #ddd;
    border-radius: 3px;
    margin-bottom: 5px;
}
.nav-wizard > li
{
    margin-right: -2px;
    position: relative;
}
.nav-wizard > li > a
{
    color: #666;
}
.nav-wizard > li > a
{
    border-radius: 0;
    padding-left: 30px;
    position: relative;
}
.nav-wizard > li > a::after
{
    border-bottom: 19px solid rgba(0, 0, 0, 0);
    border-left: 19px solid #ddd;
    border-top: 19px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 10;
}
.nav-wizard > li > a::before
{
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #fff;
    border-top: 20px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: -1px;
    z-index: 5;
}
.nav-wizard > li > a:hover, .nav-wizard > li > a:active, .nav-wizard > li > a:focus
{
    background-color: #ccc;
}
.nav-wizard > li > a:hover::after, .nav-wizard > li > a:active::after, .nav-wizard > li > a:focus::after
{
    border-left-color: #ccc;
}
.nav-wizard > li:first-child > a
{
    border-radius: 3px 0 0 3px;
    padding-left: 15px;
}
.nav-wizard > li:last-child > a
{
    border-radius: 0 3px 3px 0;
}
.nav-wizard > li:last-child > a::after, .nav-wizard > li:last-child > a::before
{
    display: none;
}
.nav-wizard > li.active a, .nav-wizard > li.active a:hover, .nav-wizard > li.active a:focus, .nav-wizard > li.active a:active
{
    background-color: #4e5154;
    color: #fff;
}
.nav-wizard > li.active a::after
{
    border-left-color: #4e5154;
}
.nav-wizard > li.done a
{
    background-color: #428bca;
    color: #fff;
}
.nav-wizard > li.done a::after
{
    border-left-color: #428bca;
}
.panel-wizard
{
    margin-bottom: 20px;
}
.panel-wizard .tab-content
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
}
.panel-wizard .wizard
{
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    margin: 0;
    padding: 15px;
}
.panel-wizard .wizard::after
{
    clear: both;
    content: "";
    display: block;
}
.panel-wizard .progress
{
    margin-bottom: 5px;
}
.nav-disabled-click > li > a:hover, .nav-disabled-click > li > a:active, .nav-disabled-click > li > a:focus
{
    background-color: #ddd;
    cursor: default;
}
.nav-disabled-click > li > a:hover::after, .nav-disabled-click > li > a:active::after, .nav-disabled-click > li > a:focus::after
{
    border-left-color: #ddd;
}
.nav-disabled-click > li.active > a:hover::after, .nav-disabled-click > li.active > a:active::after, .nav-disabled-click > li.active > a:focus::after
{
    border-left-color: #4e5154;
}
.nav-disabled-click > li.done > a:hover, .nav-disabled-click > li.done > a:active, .nav-disabled-click > li.done > a:focus
{
    background-color: #428bca;
}
.nav-disabled-click > li.done > a:hover::after, .nav-disabled-click > li.done > a:active::after, .nav-disabled-click > li.done > a:focus::after
{
    border-left-color: #428bca;
}
.nav-wizard-success > li.done > a
{
    background-color: #5cb85c;
}
.nav-wizard-success > li.done > a::after
{
    border-left-color: #5cb85c;
}
.nav-wizard-warning > li.done > a
{
    background-color: #f0ad4e;
}
.nav-wizard-warning > li.done > a::after
{
    border-left-color: #f0ad4e;
}
.nav-wizard-danger > li.done > a
{
    background-color: #d9534f;
}
.nav-wizard-danger > li.done > a::after
{
    border-left-color: #d9534f;
}
.nav-wizard-info > li.done > a
{
    background-color: #5bc0de;
}
.nav-wizard-info > li.done > a::after
{
    border-left-color: #5bc0de;
}
.table-action a, .table-action-hide a
{
    color: #666;
    display: inline-block;
    margin-left: 2px;
}
.table-action-hide a
{
    opacity: 0;
}
.table-primary thead tr th
{
    background-color: #428bca;
}
.table-success thead tr th
{
    background-color: #5cb85c;
}
.table-warning thead tr th
{
    background-color: #f0ad4e;
}
.table-danger thead tr th
{
    background-color: #d9534f;
}
.table-info thead tr th
{
    background-color: #5bc0de;
}
.table-dark thead tr th
{
    background-color: #4e5154;
}
.table.table-primary thead tr th, .table.table-success thead tr th, .table.table-danger thead tr th, .table.table-warning thead tr th, .table.table-info thead tr th, .table.table-dark thead tr th
{
    border-bottom: 0 none;
    color: #fff;
}
.table-bordered.table-primary thead tr th, .table-bordered.table-success thead tr th, .table-bordered.table-warning thead tr th, .table-bordered.table-danger thead tr th, .table-bordered.table-info thead tr th, .table-bordered.table-dark thead tr th
{
    border-color: rgba(255, 255, 255, 0.2);
}
.table.table-primary tbody tr:first-child td, .table.table-success tbody tr:first-child td, .table.table-danger tbody tr:first-child td, .table.table-warning tbody tr:first-child td, .table.table-info tbody tr:first-child td, .table.table-dark tbody tr:first-child td
{
    border-top: 0 none;
}
.notfoundpanel
{
    margin: 80px auto 0;
    position: relative;
    text-align: center;
    width: 600px;
}
.notfoundpanel h1
{
    color: #000;
    font-size: 180px;
    font-weight: 200;
    line-height: 180px;
    margin: 0 0 10px;
}
.notfoundpanel h3
{
    color: #333;
    margin: 0 0 10px;
}
.notfoundpanel p
{
    font-size: 14px !important;
}
.notfoundpanel form
{
    margin: 20px auto 0;
    width: 350px;
}
.notfoundpanel .form-control
{
    float: left;
    width: 250px;
}
.notfoundpanel .btn
{
    padding: 9px 20px 10px;
}
.table-invoice
{
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    margin-top: 20px;
}
.table-invoice thead > tr > th
{
    font-weight: 500;
    padding: 15px;
}
.table-invoice thead > tr > th:last-child, .table-invoice thead > tr > th:nth-child(3), .table-invoice thead > tr > th:nth-child(2)
{
    text-align: right;
}
.table-invoice tbody > tr > td
{
    border-color: #ddd;
    padding: 15px;
}
.table-invoice tbody > tr > td:last-child, .table-invoice tbody > tr > td:nth-child(3), .table-invoice tbody > tr > td:nth-child(2)
{
    text-align: right;
    width: 15%;
}
.table-invoice tbody > tr > td h5, .table-invoice tbody > tr > td p
{
    margin: 0;
}
.table-invoice thead > tr > th:nth-child(2)
{
    background-color: #3f4144;
}
.table-invoice thead > tr > th:nth-child(3)
{
    background-color: #484a4d;
}
.table-invoice thead > tr > th:last-child
{
    background-color: #555;
}
.table-invoice tbody > tr > td:nth-child(2)
{
    background-color: #eee;
}
.table-invoice tbody > tr > td:nth-child(3)
{
    background-color: #f7f7f7;
}
.table-total
{
    box-shadow: none;
    float: right;
}
.table-total > tbody > tr > td:first-child
{
    border: 0 none;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
}
.table-total > tbody > tr > td:last-child
{
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    text-align: right;
    width: 15%;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child::before, table.dataTable.dtr-inline.collapsed tbody th:first-child::before
{
    background-color: #ddd !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    color: #666 !important;
    font-weight: bold !important;
}
.media-options
{
    margin-bottom: 20px;
}
.media-options::after
{
    clear: both;
    content: "";
    display: block;
}
.media-options .btn-group
{
    margin-bottom: 0;
}
.media-option-group
{
    margin: 0 0 0 5px;
}
.media-option-group label
{
    margin-bottom: 0 !important;
}
.media-manager .thmb
{
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}
.media-manager .thmb.checked
{
    background-color: #fcfcfc;
    border-color: #bbb;
}
.media-manager .thmb::after
{
    clear: both;
    content: "";
    display: block;
}
.media-manager .ckbox
{
    display: none;
    left: 15px;
    position: absolute;
    top: 15px;
}
.media-manager .fm-group
{
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
}
.media-manager .fm-toggle
{
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    line-height: normal;
    padding: 1px 4px;
}
.media-manager .fm-menu
{
    min-width: 120px;
}
.media-manager .fm-menu a
{
    color: #333;
    font-size: 12px;
    padding: 4px 8px;
}
.media-manager .fm-menu i
{
    color: #999;
    font-size: 13px;
    margin-right: 7px;
    width: 16px;
}
.media-manager .thmb-prev
{
    background: none repeat scroll 0 0 #eee;
    overflow: hidden;
}
.media-manager .thmb-prev a
{
    display: block;
}
.media-manager .fm-title
{
    font-size: 13px;
    margin-bottom: 0;
}
.media-manager .fm-title a
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-manager-sidebar
{
    padding-left: 10px;
}
.media-manager-sidebar .lg-title a
{
    color: #999;
    font-size: 11px;
}
.media-manager-sidebar .lg-title a:hover
{
    color: #333;
    text-decoration: none;
}
.folder-list
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.folder-list li
{
    border-bottom: 1px solid #eee;
    display: block;
}
.folder-list li a
{
    color: #666;
    display: block;
    padding: 7px 0;
}
.folder-list li a:hover
{
    color: #333;
    text-decoration: none;
}
.folder-list li i
{
    margin-right: 10px;
    width: 16px;
}
.media-manager-sidebar .tag-list
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.media-manager-sidebar .tag-list li
{
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
.media-manager-sidebar .tag-list li a
{
    background: none repeat scroll 0 0 #ddd;
    border-radius: 3px;
    color: #666;
    display: block;
    font-size: 11px;
    padding: 5px 7px;
}
.media-manager-sidebar .tag-list li a:hover
{
    background: none repeat scroll 0 0 #428bca;
    color: #fff;
    text-decoration: none;
}
.nav-contacts
{
    margin-bottom: 20px;
}
.nav-contacts li a
{
    color: #666;
    font-size: 13px;
    font-weight: 400;
}
.nav-contacts li .badge
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333;
    font-weight: 500;
}
.nav-contacts li.active .badge
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
.people-group .media img
{
    width: 45px;
}
.people-group .list-group-item
{
    border-radius: 3px;
    border-width: 0;
    margin: 0;
    transition: all 0.2s ease-out 0s;
}
.people-group .media-heading
{
    margin-top: 5px;
}
.people-group .media-heading, .people-group .media-body
{
    line-height: normal;
}
.pagination-contact
{
    margin-top: -3px;
}
.contact-group
{
    margin-top: 20px;
}
.contact-group .media img
{
    width: 80px;
}
.contact-group .list-group-item
{
}
.contact-group .media-heading
{
    font-size: 16px;
    font-weight: 500;
}
.contact-group .media-heading small
{
    color: #999;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.contact-group .list-group-item
{
    border-color: #e7e7e7;
    border-radius: 3px;
    margin-top: 10px;
}
.contact-group .list-group-item:hover
{
    background-color: #fcfcfc;
}
.contact-group .media-content
{
    margin-top: 5px;
}
.contact-group .media-content .fa
{
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    width: 20px;
}
.contact-group .media-content ul
{
    margin-bottom: 0;
    margin-top: 15px;
}
.contact-group .media-content ul > li
{
    display: inline-block;
    margin-bottom: 5px;
    min-width: 200px;
}
.img-profile
{
    display: inline-block;
    max-width: 200px;
}
.social-list > li
{
    border-bottom: 1px dashed #eee;
    padding: 5px 0;
}
.social-list > li > i
{
    margin-right: 5px;
    width: 16px;
}
.activity-list > .media
{
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    padding-bottom: 15px;
}
.activity-list > .media:last-child
{
    border-bottom: 0 none;
    padding-bottom: 0;
}
.activity-list .media-object
{
    vertical-align: middle;
    width: 28px;
}
.activity-list .media-body
{
    line-height: 18px;
}
.activity-list .media-body p
{
    font-size: 13px;
    line-height: 21px;
}
.activity-list .media-title
{
    font-size: 15px;
    margin-bottom: 0;
}
.activity-list .blog-media
{
    padding-bottom: 0;
}
.activity-list .blog-media .media-object
{
    margin-right: 10px;
    margin-top: 5px;
    width: 120px;
}
.activity-list .blog-media .media-title
{
    margin: 0;
}
.activity-list .img-single img
{
    width: 50%;
}
.uploadphoto-list
{
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}
.uploadphoto-list li
{
    float: left;
    width: 20%;
}
.fab
{
    cursor: pointer;
}
.fab-backdrop
{
    color: rgba(255, 255, 255, 0);
}
.fab-primary, .fab-secondary
{
    transition: all 0.35s ease-in-out 0s;
}
.fab.active .fab-primary
{
    opacity: 0;
    transform: rotate(225deg);
}
.fab-secondary
{
    opacity: 0;
    transform: rotate(-225deg);
}
.fab.active .fab-secondary
{
    margin-top: -2px;
    opacity: 1;
    transform: rotate(0deg);
}
#inbox {
   /* position: absolute; right: 30px; top: 20px;*/top: 5px;
}

#inbox .show-on-hover:hover > ul.dropdown-menu
{
    display: block;
}
#inbox .show-on-hover
{
    float: right;
    position: relative;
    right: 0;
    margin:-1px 0 0 7px;
    top: 0;
    z-index: 99999;
}
#inbox .btn-io
{
    border-radius: 0%;
    font-size: 0.5em;
    height: 25px;
    padding: 0 !important;
    width: 25px;
}
#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu
{
    margin-bottom: -5px;
    padding-bottom: 30px;
    top: 0;
}
#inbox .dropdown-menu-right
{
    left: auto !important;
    right: 0 !important;
}

.user-title
{
    color: #10546d;
    float: right;
    font-size: 13.4px;
    margin: 5px 0 0;
}

#inbox .dropdown-menu
{
    background-color: rgba(255, 255, 255, 0) !important;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !important;
    /*display: none;*/
    display: inline-block;
    float: right;
    left: 0;
    list-style: outside none none;
    margin:-5px 0px;
    min-width: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
    
    z-index: 1000;
}
#inbox .fa-iox
{
    font-size: 22px;
}
#inbox .dropdown-menu > li > a .icon-user
{
   
    color:#757575;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 2.429;
    margin-top: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 20px;
}


.dropdown-menu-right a:hover {  background:none !important;}
.dropdown-menu-right a:hover span { color:#D9534F !important; }
.dropdown-menu > li > a
{
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    float: left;
    font-weight: 400;
    line-height: 1.42857;
    padding:0 3px 3px 5px !important;
    white-space: nowrap;
    width: 100%;
}

.dropdown-menu > li > a:hover .user-title
{
    color: #10546d;
}
#inbox .dropdown-menu > li > a:hover .icon-user
{
    color: #10546d;
}

#inbox .dropdown-menu > li
{
    display: inline-block;
}
#inbox .fa-iosm
{
    margin-top: 7px;
}
.uploadphoto-list li a
{
    display: block;
    margin-right: 5px;
}
.follower-list
{
    padding: 10px 10px 0;
}
.follower-list .media
{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.follower-list .media:last-child
{
    border-bottom: 0 none;
    padding-bottom: 0;
}
.follower-list .fa
{
    margin-right: 5px;
    text-align: center;
    width: 16px;
}
.follower-list .media-object
{
    margin-right: 10px;
}
.follower-name
{
    color: #333;
    font-size: 18px;
    margin: 5px 0;
}
.events .media
{
    margin-bottom: 20px;
}
.events .media-object
{
    border-radius: 3px;
}
.events-list
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.events-list .media-body
{
    font-size: 13px;
}
.event-body small
{
    display: block;
}
.event-body small .fa
{
    margin-right: 5px;
    text-align: center;
    width: 14px;
}
.event-body p
{
    margin-top: 10px;
}
.event-title
{
    font-size: 16px;
    line-height: normal;
    margin: 0 0 5px;
}
.nav-file-type > li > a
{
    color: #666;
}
.nav-file-type > li > a > i
{
    color: #333;
    margin-right: 5px;
    width: 16px;
}
.nav-file-type > li.active > a, .nav-file-type > li.active > a:hover
{
    background-color: #4e5154;
}
.nav-file-type > li.active > a > i
{
    color: #fff;
}
.results-list .media
{
    border-bottom: 1px solid #eee;
}
.results-list .media-object
{
    margin-right: 10px;
    width: 125px;
}
.results-list .filename
{
    font-size: 16px;
    margin: 0;
}
.results-list .media-body
{
    line-height: 18px;
}
.pagination-search
{
    margin-bottom: 10px;
    margin-top: 0;
}
body.signin
{
    background-color: #428bca;
}
.panel-signin, .panel-signup
{
    margin: 80px auto 0;
}
.panel-signin
{
    width: 400px;
}
.panel-signup
{
    width: 600px;
}
.panel-signin .panel-body, .panel-signup .panel-body
{
    padding: 40px;
}
.panel-signin .panel-footer, .panel-signup .panel-footer
{
    padding-left: 40px;
    padding-right: 40px;
}
.locked
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.lockedpanel
{
    background-color: #fff;
    border-radius: 3px;
    margin: 10% auto 0;
    padding: 20px;
    text-align: center;
    width: 280px;
}
.lockedpanel .loginuser
{
    text-align: center;
}
.lockedpanel .logged
{
    margin-top: 20px;
}
.lockedpanel .logged h4
{
    color: #333;
    font-size: 21px;
    margin: 0;
}
.lockedpanel form
{
    margin-top: 20px;
}
.lockedpanel form .btn
{
    display: block;
    margin-top: 10px;
}
.flotLegend
{
    margin-bottom: 10px;
}
.flotLegend table tr td
{
    padding-right: 5px;
}
.row-stat .panel .panel-heading
{
    border-radius: 3px;
}
.panel-icon
{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    float: left;
    height: 60px;
    margin-right: 15px;
    width: 60px;
}
.panel-icon .fa
{
    color: #000;
    font-size: 36px;
    padding: 12px 0 0 19px;
}
.panel-bluegreen .panel-icon .fa
{
    color: #03c3c4;
}
.panel-violet .panel-icon .fa
{
    color: #905dd1;
}
.panel-blue .panel-icon .fa
{
    color: #428bca;
}
.row-stat .md-title
{
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.6;
}
.row-stat h1
{
    margin-bottom: 0;
}
.row-stat hr
{
    border-width: 2px;
    margin: 15px 0 0;
    opacity: 0.3;
}
.panel-icon .fa-users
{
    padding: 12px 0 0 10px;
}
.panel-icon .fa-pencil
{
    padding: 12px 0 0 17px;
}
.sublabel
{
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
}
.flotChart
{
    height: 200px;
    width: 100%;
}
#bar-chart
{
    height: 250px;
}
.headerwrapper.collapsed .header-left
{
    left: -230px;
    position: relative;
}
.headerwrapper.collapsed .header-right
{
    margin-left: 0;
}
.mainwrapper.collapsed::before
{
    width: 0;
}
.mainwrapper.collapsed .mainpanel
{
    margin-left: 0;
}
.mainwrapper.collapsed .leftpanel
{
    overflow: hidden;
    width: 0;
}
.mainwrapper.collapsed .leftpanel-title
{
    display: none;
}
.mainwrapper.collapsed .profile-left
{
    padding-left: 0;
}
.mainwrapper.collapsed .profile-left .profile-thumb
{
    margin: 12px 0 0;
}
.mainwrapper.collapsed .profile-left .profile-thumb img
{
    width: 0;
}
.mainwrapper.collapsed .profile-left .media-body
{
    display: none;
}
.mainwrapper.collapsed .nav
{
    margin-top: 20px;
}
.mainwrapper.collapsed .nav > li > a
{
    padding-left: 20px;
}
.mainwrapper.collapsed .nav > li.nav-hover:not(.active) > a
{
    background-color: #f7f7f7;
}
.mainwrapper.collapsed .nav > li > a > span:not(.badge)
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f7f7f7;
    border-color: #e7e7e7 #e7e7e7 #e7e7e7 -moz-use-text-color;
    border-image: none;
    border-radius: 0 3px 3px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    display: none;
    height: 46px;
    left: 60px;
    padding: 12px 10px 0;
    position: absolute;
    top: -1px;
    width: 190px;
    z-index: 100;
}
.mainwrapper.collapsed .nav > li.parent > a > span:not(.badge)
{
    border-radius: 0 3px 0 0;
}
.mainwrapper.collapsed .nav > li > a > span.badge
{
    display: none;
    position: absolute;
    right: -230px;
    top: 12px;
    z-index: 200;
}
.mainwrapper.collapsed .nav > li.active > a > span:not(.badge)
{
    background-color: #428bca;
    border: 0 none;
    height: 44px;
    top: 0;
}
.mainwrapper.collapsed .nav > li.parent::after
{
    display: none;
}
.mainwrapper.collapsed .nav > li.nav-hover > a > span
{
    display: block;
}
.mainwrapper.collapsed .nav > li.nav-hover > .children
{
    display: block !important;
}
.mainwrapper.collapsed .nav > li.parent .children
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #e7e7e7 #e7e7e7 -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    display: none;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 100;
}
.mainwrapper.collapsed .nav > li.parent .children > li > a
{
    padding-left: 0;
}
.mt0
{
    margin-top: 0 !important;
}
.mt5
{
    margin-top: 5px !important;
}
.mt10
{
    margin-top: 10px !important;
}
.mt20
{
    margin-top: 20px !important;
}
.mr10
{
    margin-right: 10px !important;
}
.mr20
{
    margin-right: 20px !important;
}
.ml5
{
    margin-left: 5px !important;
}
.ml10
{
    margin-left: 10px !important;
}
.mr5
{
    margin-right: 5px !important;
}
.mr10
{
    margin-right: 10px !important;
}
.mr15
{
    margin-right: 15px !important;
}
.mr20
{
    margin-right: 20px !important;
}
.mr30
{
    margin-right: 30px !important;
}
.mb5
{
    margin-bottom: 5px;
}
.mb8
{
    margin-bottom: 8px;
}
.mb9
{
    margin-bottom: 9px;
}
.mb10
{
    margin-bottom: 10px;
}
.mb15
{
    margin-bottom: 15px;
}
.mb20
{
    margin-bottom: 20px;
}
.mb30
{
    margin-bottom: 30px;
}
.nomargin
{
    margin: 0;
}
.nopadding
{
    padding: 0;
}
.padding10
{
    padding: 10px;
}
.padding15
{
    padding: 15px;
}
.padding20
{
    padding: 20px;
}
.noborder
{
    border: 0 none;
}
.height200
{
    height: 200px;
}
.height300
{
    height: 300px;
}
.width100p
{
    width: 100%;
}
.width300
{
    width: 300px;
}
.text-black
{
    color: #000;
}
.inline-block
{
    display: inline-block;
}

.boxJointControl
{
}
.boxJointControl > .box-body
{
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
}
.boxJointControl .box-container
{
    padding: 0;
}
.boxJointControl .box-container .box-heading
{
    display: none;
}
.boxJointControl .box-container .box-body
{
}
.boxJointControl .box-container .box-body-open
{
    padding-top: 0 !important;
    border-top: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

@media screen and (max-width: 1024px)
{
    body
    {
        overflow-x: hidden;
        width: 100%;
    }
    .logo
    {
        position: relative;
    }
    .row-dashboard .col-md-6
    {
        float: none;
        width: auto;
    }
    .contentpanel-wizard .row .col-md-6
    {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 768px)
{
    body
    {
        position: relative;
    }
    .logo
    {
        position: static;
    }
    .headerwrapper .header-left, .headerwrapper .header-right
    {
        position: relative;
    }
    .headerwrapper .header-left
    {
        margin-left: -168px;
        z-index: 3000;
    }
    .headerwrapper .header-right
    {
        margin-left: 0;
        width: 100%;
    }
    .leftpanel, .mainwrapper::before
    {
        display: none;
    }
    
   
    .show-left .headerwrapper .header-left
    {
        margin-left: 0;
    }
    .show-left .headerwrapper .header-right
    {
        margin-left: 230px;
    }
    .show-left .mainwrapper
    {
        overflow: hidden;
    }
    .show-left .leftpanel, .show-left .mainwrapper::before
    {
        display: block;
    }
    .show-left .leftpanel
    {
        bottom: 0;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
    }
    .show-left .leftpanel .profile-left
    {
        margin-top: 60px;
    }
    .show-left .mainpanel
    {
        margin-left: 230px;
    }
}
@media screen and (max-width: 640px)
{
    .media-options div.pull-left, .media-options div.pull-right
    {
        float: none !important;
        width: auto !important;
    }
    .media-options div.pull-left
    {
        margin-bottom: 20px !important;
    }
    .contentpanel-mediamanager .col-sm-9, .contentpanel-mediamanager .col-sm-3
    {
        float: none;
        width: auto;
    }
    .media-manager-sidebar
    {
        padding-left: 0;
    }
    .dataTables_wrapper .row .col-xs-6
    {
        float: none;
        text-align: center;
        width: auto;
    }
    div.dataTables_paginate
    {
        float: none !important;
        margin-top: 10px !important;
    }
    .panel-signin
    {
        margin: 20px auto;
    }
    .panel-signup
    {
        margin: 20px;
        width: auto;
    }
    .nav-wizard
    {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .nav-wizard > li
    {
        margin: 0 !important;
    }
    .nav-wizard > li > a, .nav-wizard > li:first-child > a, .nav-wizard > li:last-child > a
    {
        border-radius: 3px;
    }
    .nav-wizard > li > a::before, .nav-wizard > li > a::after
    {
        display: none;
    }
}
@media screen and (max-width: 480px)
{
    .btn-group-notification .dropdown-menu
    {
        margin-right: -62px;
    }
    .headerwrapper .header-right .btn-group-notification .dropdown-menu::after
    {
        right: 75px;
    }
    .notfoundpanel
    {
        width: auto;
    }
    .notfoundpanel h3
    {
        font-size: 18px;
    }
    .leftpanel .profile-left
    {
        height: 70px;
        min-height: 0;
        padding: 10px;
    }
    .leftpanel .profile-left .profile-thumb img
    {
        width: 40px;
    }
    .leftpanel .profile-left .media-heading
    {
        margin-top: 7px;
    }
    .pageheader
    {
        height: 70px;
        padding: 10px;
    }
    .contentpanel
    {
        padding: 10px;
    }
}
@media screen and (max-width: 360px)
{
    .pageheader h4
    {
        font-size: 24px;
    }
    .form-search
    {
        position: relative;
    }
    .headerwrapper .header-right .form-search
    {
        display: none;
    }
    .leftpanel .form-search
    {
        margin: 10px;
    }
    .headerwrapper .header-right .btn-group-notification .dropdown-menu
    {
        margin-right: -103px;
        min-width: 340px;
    }
    .headerwrapper .header-right .btn-group-messages .dropdown-menu
    {
        margin-right: -41px;
        min-width: 340px;
    }
    .headerwrapper .header-right .btn-group-notification .dropdown-menu::after
    {
        right: 115px;
    }
    .headerwrapper .header-right .btn-group-messages .dropdown-menu::after
    {
        right: 50px;
    }
    .msg-list > li .sender
    {
        line-height: normal;
    }
    .notfoundpanel
    {
        margin: 20px;
    }
    .notfoundpanel h1
    {
        font-size: 150px;
        line-height: 150px;
    }
    .notfoundpanel h3
    {
        font-size: 16px;
    }
    .notfoundpanel p
    {
        font-size: 13px !important;
    }
    .notfoundpanel .form-control
    {
        float: none;
        margin: auto;
    }
    .notfoundpanel .btn
    {
        margin-top: 5px;
        width: 250px;
    }
    .media-options .btn-group
    {
        margin-bottom: 10px;
    }
    .btn-invoice .btn
    {
        margin-bottom: 10px;
        width: 100%;
    }
    .fc-header tr td
    {
        display: table-row;
        width: 100%;
    }
    .fc-header-center
    {
        text-align: left !important;
    }
    .fc-header-title
    {
        margin-bottom: 10px;
        text-align: left;
    }
    .panel-signin
    {
        margin: 20px;
        width: auto;
    }
    .panel-signin .panel-footer
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .panel-signin .panel-footer .btn
    {
        font-size: 13px;
    }
    .panel-signup .pull-left, .panel-signup .pull-right
    {
        float: none !important;
    }
    .panel-signup .btn.btn-success
    {
        width: 100%;
    }
}
@media screen and (max-width: 320px)
{
    .pageheader h4
    {
        font-size: 20px;
    }
    .pageheader .breadcrumb
    {
        margin-top: 5px;
    }
    .headerwrapper .header-right .btn-group-notification .dropdown-menu
    {
        margin-right: -103px;
        min-width: 300px;
    }
    .headerwrapper .header-right .btn-group-messages .dropdown-menu
    {
        margin-right: -41px;
        min-width: 300px;
    }
    .headerwrapper .header-right .btn-group-notification .dropdown-menu::after
    {
        right: 115px;
    }
    .headerwrapper .header-right .btn-group-messages .dropdown-menu::after
    {
        right: 50px;
    }
    .panel-signin .panel-footer .btn
    {
        font-size: 11px;
    }
    .panel-signin .panel-body, .panel-signup .panel-body
    {
        padding: 30px 20px;
    }
}
.questionnaire .well-lg:hover
{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.questionnaire .well
{
    background: none repeat scroll 0 0 #c0edfa;
    border-color: #c0edfa;
    min-height: 114px;
}
.questionnaire .well-lg
{
    border-radius: 0;
    padding: 0;
}
.questionnaire .well-lg i
{
    color: #ccc;
    font-size: 3em;
}
.questionnaire p
{
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 0;
    padding: 6px;
}
.questionnaire a
{
    color: #184961;
    display: block;
    font-weight: bold;
    padding: 18px 0 0;
}
.note p
{
    color: #428bca;
}
.note ul li label
{
    font-weight: normal;
}
.questionnaire .complete
{
    background-color: #8fcb8f;
    border: 1px solid #8fcb8f;
}
.questionnaire .complete a
{
    color: #fff !important;
    font-weight: bold;
}
.questionnaire .complete:hover
{
    border: 1px solid #d6e9c6;
    box-shadow: 0 0 5px 0 rgba(92, 184, 92, 1);
    cursor: pointer;
}
.questionnaire .complete span
{
    background: none repeat scroll 0 0 #8fcb8f;
    border-radius: 100%;
    height: 30px;
    padding: 4px 0;
    position: absolute;
    right: 7%;
    top: 8%;
    width: 30px;
}
.questionnaire .complete span i
{
    color: #fff;
    font-size: 1em;
}
.btm-margin
{
    margin-bottom: 0 !important;
}
.payment-brekup
{
    background: none repeat scroll 0 0 #5bc0de;
}
.payment-brekup h4
{
    color: #fff;
}
.payment-brekup button
{
    color: #fff;
    font-size: 2em;
    opacity: 1;
}
.questionnaire .incomplete
{
    background-color: #f27878;
    border: 1px solid #f27878;
}
.questionnaire .incomplete a
{
    color: #fff !important;
    font-weight: bold;
}
.questionnaire .incomplete:hover
{
    border: 1px solid #d9534f;
    box-shadow: 0 0 5px 0 rgba(217, 83, 79, 1);
    cursor: pointer;
}
.questionnaire .incomplete span
{
    background: none repeat scroll 0 0 #f27878;
    border-radius: 100%;
    height: 30px;
    padding: 4px 0;
    position: absolute;
    right: 7%;
    top: 8%;
    width: 30px;
}
.questionnaire .incomplete span i
{
    color: #fff;
    font-size: 1em;
}
.popover
{
    border: 2px solid #34495e !important;
    border-radius: 6px;
    text-align: center;
}
.popover-title
{
    background-color: #34495e !important;
    color: #fff;
}
.mainform
{
    margin: 20px;
}
.box-body .form-control
{
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #afc09a  !important;
    border-radius: 0;
    box-shadow: 0 0 0;
    color: #333;
    padding: 3px 5px !important;
}
.box-body label
{
    display: block;
    font-weight: normal;
}
.box-body .form-control:hover
{
    border: 1px solid #cbdced !important;
}
.box-body .form-control:focus
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #7da6ce  !important;
    box-shadow: 0 0;
}
.leftContentPanel table
{
    border: 1px solid #d6d6d6;
}
.leftContentPanel .panel-heading
{
    background-color: #5bc0de;
    border-top: 1px solid #ccc;
    color: #fff !important;
    margin-bottom: 15px;
}
.container-fluid .CSlogo img
{
    height: 60px;
}
.container-fluid .CSlogo span.logo
{
    font-size: 1.5em;
    margin: 0 9px;
}

.container-fluid .aslogo img
{
    height: 46px;
    width: 46px;
    margin: 0 18px;
}

.container-fluid .aslogo p
{
    color: #fff;
    margin: 6px 0;
    font-weight: bold;
}
.container-fluid .GOMlogo img
{
    height: 52px;
    width: 52px;
    margin: 0px 10px;
}
.container-fluid .GOMlogo span .mh-logo
{
    font-size: 1.5em;
    margin: 0 9px;
    padding: 10px 0 0;
}
.container-fluid .GOMlogo span br
{
    display: none;
}


.box-container
{
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.box-container > .box-heading
{
    background-color: #5e8232;
    border: 1px solid #5e8232;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    padding: 2px 15px;
}
.box-container > .box-body
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fcfcfc;
    border-color: #ccc;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 15px 0;
}
.pad10
{
    padding: 10px;
}
.table th
{
    background:#E8F4DA !important;
    color: #000;
    font-weight: normal;
}
.table tr
{
    background: none repeat scroll 0 0 #fff;
}
input[type="checkbox"], input[type="radio"]
{
    margin-right: 5px !important;
}
.box-container-inner
{
    margin-bottom: 15px;
 /*   padding-left: 15px;
    padding-right: 15px;*/
}
.box-container-inner > .box-heading
{
    background-color: #1bbc9b;
    border: 1px solid #1bbc9b;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    padding: 2px 15px;
}
.box-container-inner > .box-body
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f7f8f9;
    border-color: -moz-use-text-color #57bec7 #57bec7;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 15px 0;
}
.box-container > .box-body-open
{
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.register-num{padding:0 0 0 44px;margin-top:5px}
.register-num img{position: absolute; left: 12px; top: -8px;}
.manadatory::after
{
    color: Red;
    content: "*";
    font-size: 13px;
    font-weight: normal;
    margin: 1px 0 0 1px;
    position: absolute;
}
.mainpanel h2
{
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 3px solid #bacde0;
    color: #2b6696;
    font-size: 1.5em;
    margin: 0 0;
    padding: 15px;
}
.mainpanel h1
{
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 3px solid #bacde0;
    color: #2b6696;
    font-size: 1.5em;
    margin: 0 0 20px;
    padding: 15px;
    font-family:"oswaldregular";
}
.mainpanel h3
{
   border-bottom: 2px solid #dddddd;
    color: #00476a;
    font-size: 1.3em;
    line-height: normal;
    margin: 10px 0;
    padding: 0 0 11px
}
.mainpanel h3 label
{
}
.inner-top-section .scroll-box .news-arrow
{
    padding: 31% 0 0;
}
.inner-top-section h3
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #00647d;
    font-size: 1.5em;
    font-weight: 100;
    margin: 0 0 10px;
    padding: 0;
    font-family: "oswaldregular";
    text-transform: uppercase;
}
.inner-top-section .scroll-box ul li
{
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.inner-top-section .scroll-box ul li img
{
    width: 45px;
}
.elocker-tabs
{
    
    margin: 0 0 6px;
    padding: 0px 15px;
}
.elocker-tabs > span
{
    color: #bf444e;
    font-size: 1.1em;
    font-weight: 600;
}
.elocker-tabs > p
{
    font-size: 0.9em;
    line-height: 20px;
    margin: 0;
}

#eLocker .modal-header
{
    background-color: #d35e73;
    border-color: #d35e73;
    color: #ffffff;
    padding: 8px 15px !important;
    border-radius: 5px 5px 0 0;
}

#eLocker .close
{
    color: #FFF;
    opacity: .4;
    padding: 5px 0 0 0;
}
#eLocker .close:focus, #eLocker .close:hover
{
    color: #fff;
    opacity: 1;
}
#eLocker .modal-title i
{
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 0.9em;
    padding: 5px;
    margin: 0 5px 0 0;
}

.view-more {

    float: right;

}




.inner-top-section h3 i
{
    border: 1px solid #fff;
    border-radius: 50px;
    color: #5f5f5f;
    font-size: 0.9em;
    padding: 5px;
}

.slimScrollDiv
{
    height: auto !important;
}
.pagination
{
    border: 1px solid #dddddd;
    display: block !important;
}
@media screen and (max-width: 1100px)
{
    #inner-content-div
    {
        height: 450px !important;
    }
}
.margin-btm
{
    margin-bottom: 15px;
}


.page-wrap
{
    margin-bottom: -60px;
    min-height: 100%;
}
.page-wrap::after
{
    content: "";
    display: block;
}

.footer
{
    background: #494949;
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 0.8em;
    margin-top: 15px;
    padding: 15px 0;
}
.footer a
{
    color: #fff !important;
}
.footer p
{
    color: #fff;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 0;
}


.log-info .panel .panel-heading {background-color: #f7f7f7 !important; padding:0px;}
.log-info .panel .panel-heading h1{margin: 0;}
.box-container .text-danger {
    font-size: 0.9em;
    color: #ce4343;
    background: #EEE;
    padding: 7px 10px;
    border-radius: 3px;
    margin-top: 10px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .active.btn-success, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:focus, .btn:focus:active, .active.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-success {
    border-color: #219452;
    background: #27AE60;
    color: #fff;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fltleft{float:left;}
.fltright{float:right;}