*{
    transition: all .05s ease;
    -moz-transition: all .05s ease;
    -webkit-transition: all .05s ease;
}

::-webkit-scrollbar {
    width: 0.25em;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #2e3092;
  outline: 1px solid slategrey;
}

.theme-red #header-navbar {
    background-color: #2e3092; 
    position: fixed;
    width: 100%;
}

.col-left-nano .col-left-nano-content .navbar-collapse.collapse{
    height: 440px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
}

#nav-col{
    position: fixed;
    margin-top: 50px;
}

#content-wrapper{
    margin-top: 50px;
    min-height: 800px;
}

#logo.navbar-brand>img {
    margin: 3px auto;
    height: 22px;
}

.navbar>.container .navbar-brand {
    font-size: 23px;
    padding: 16px 37px;
}

.navbar-nav .open .dropdown-menu {
    left: auto;
    right: -10px;
}

.theme-red .navbar > .container .navbar-brand {
    background-color: #2e3092;
}

.theme-red #nav-col, .theme-red #page-wrapper {
    background-color: #161855;
}

.theme-red .nav-pills > li.active > a, .theme-red .nav-pills > li.active > a:hover, .theme-red .nav-pills > li.active > a:focus, .theme-red #sidebar-nav .nav-pills > li.active > a, .theme-red #sidebar-nav .nav-pills > li.active > a:hover, .theme-red #sidebar-nav .nav-pills > li.active > a:focus, .theme-red .nav-pills > li.open > a, .theme-red .nav-pills > li.open > a:hover, .theme-red .nav-pills > li.open > a:focus, .theme-red #sidebar-nav .nav-pills > li.open > a, .theme-red #sidebar-nav .nav-pills > li.open > a:hover, .theme-red #sidebar-nav .nav-pills > li.open > a:focus, .theme-red .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a, .theme-red .nav-small #nav-col-submenu .submenu > .open > a, .theme-red .nav-small #nav-col-submenu .submenu > .active > a, .theme-red .nav-small #nav-col-submenu .submenu > li > a:hover {
    background-color: #ff7635;
    color: #ffffff;
}

.bg-index-048ba8{
    color: #fff;
    background-color: #048ba8;
}

.bg-index-0288d1{
    color: #fff;
    background-color: #0288d1;
}

.bg-index-ff7635{
    color: #fff;
    background-color: #ff7635;
}

.bg-index-1b1d64{
    color: #fff;
    background-color: #1b1d64;
}

.bg-index-2e3092{
    color: #fff;
    background-color: #2e3092;
}

.main-box .dashboard-tabs {
    padding: 0 20px 20px 12px;
}

img.img_100x100{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

img.img_200x200{
    width: 200px;
    height: 200px;
}

.theme-red .table a.view{
    color: #2d3142;
}

.theme-red .table a.view:hover {
    color: #2d3142;
}

.theme-red .table a.update{
    color: #2d2d2d;
}

.theme-red .table a.update:hover {
    color: #2d2d2d;
}

.theme-red .table a.delete{
    color: #ef5350;
}

.theme-red .table a.delete:hover {
    color: #ef5350;
}

.theme-red .table a.gtna{
    color: #2e3092;
}

.theme-red .table a.gtna:hover {
    color: #2e3092;
}

.theme-red .table a.changepassword{
    color: #7e57c2;
}

.theme-red .table a.changepassword:hover {
    color: #7e57c2;
}

.table tbody>tr>td {
    font-size: 0.875em;
    vertical-align: middle;
    border-top: 1px solid #e7ebee;
    padding: 12px 8px;
}

.theme-red .table>thead>tr>th,.theme-red .table>thead>tr>th a {
    color: #929292;
    text-transform: none;
}

.theme-red .table tr {
    font-weight: 700;
}

.table tbody>tr>td:first-child {
    font-size: 0.875em;
}

.breadcrumb>.active {
    color: #ff7635;
}

.theme-red .btn-success, .theme-red .btn-success:hover {
    background-color: #f5821f;
    border-color: #f5821f;
    text-transform: uppercase;
}

h2{
    font-weight: 600;
}

.theme-red #header-navbar .nav > li > a:hover, .theme-red #header-navbar .nav > li > a:focus, .theme-red #header-navbar .nav .open > a, .theme-red #header-navbar .nav .open > a:hover, .theme-red #header-navbar .nav .open > a:focus, .theme-red .navbar-toggle:hover, .theme-red .navbar-toggle:focus, .theme-red .mobile-search.active > .btn {
    background-color: #ff7635;
}

.breadcrumb>li{
    text-transform: capitalize;
}

#login-logo>img {
    height: 100px;
}

.visibility-hidden {
    visibility: hidden;
}

._200 {
    font-size: 200%;
}

._required {
    color: #ff0000;
}
.tna-sheet-table thead{
    background: #dcdddd;
    border: 1px solid;
}
.tna-sheet-table td .form-control{
    width: 115px;
    border-radius: 6px;
}
.tna-sheet-table td .form-group {
    margin-bottom: 0px;
}
.tna-sheet-table td{
    border: 0px solid !important;
}

.not-allowed{
    cursor: not-allowed;
    pointer-events: none;
}

.theme-red .table a.not-allowed {
    color: #c0c7c7;
}

.theme-red .table a.not-allowed:hover {
    color: #c0c7c7;
}
/*---------- genrate tna dialog css-----*/
.gen-tna-dialog .modal-dialog {
    width: 245px;
}
.gen-tna-dialog .modal-dialog .modal-header{
    background: #2e3092;
    border-radius: inherit;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 25px;
}
.gen-tna-dialog .modal-dialog .modal-header h4{
    color: #fff;
}
.gen-tna-dialog .modal-dialog .modal-header .close{
    opacity: 1;
}
.gen-tna-dialog .modal-dialog .modal-content{
    border-radius: 10px;
}
.gen-tna-dialog .modal-dialog .modal-content .btn{
    width: 100%;
}
.gen-tna-dialog .modal-dialog .modal-content .modal-body{
    padding: 10px 25px;
}
.gen-tna-dialog .modal-dialog .modal-content .modal-body .form-group .control-label, .gen-tna-dialog .modal-dialog .modal-content .modal-body .form-group input,.gen-tna-dialog .modal-dialog .modal-content .modal-body .form-group select{
    font-weight: 600;
}
.developments-view .development-acc .accordion .panel .panel-heading{
    background-color: #2d2d2d;
    margin-bottom: 10px;
}
.developments-view .development-acc .accordion .panel .panel-heading .panel-title{
    font-size: 15px;
    font-weight: 500;
    padding-top: 2px;
    padding-bottom: 2px;
}
.developments-view .development-acc .accordion .panel .collapse{
    border: 0px;
}
.developments-view .development-acc .accordion .panel{
    box-shadow: none;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body{
    padding: 0;
    padding-top: 15px;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .development-sheet-table .gray-bg td{
    background: #eaeaea;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .development-sheet-table td{
    padding: 5px 12px;
    border: 0px;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .development-sheet-table .image-td{
    background: #fff !important;
    border-right: 1px solid;
    padding-top: 8px;padding-bottom: 10px;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .tna-details-table .table, .developments-view .development-acc .accordion .panel .collapse .panel-body .tna-details-table .table  td{
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    padding: 7px 15px;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .tna-details-table .one-tab td{
    width: 50%;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .tna-details-table .two-tab td:first-child{
    width: 50%;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .tna-details-table .two-tab td:nth-child(2){
    width: 25%;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .tna-details-table .two-tab td:nth-child(3){
    width: 25%;
}
.developments-view .development-acc .accordion .panel .collapse .panel-body .tna-details-table .gray-bg td{
    background: #eaeaea;
}
.radioGroupCss {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 38px;
    padding-left: 35px;
    margin-bottom: -6px;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.radioGroupCss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 80px;
    background-color: #fff;
    padding-top: 8px;
    border: 2px solid #ccc;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.radioGroupCss:hover input ~ .checkmark {
    background-color: #f5821f;
    color: #fff;
    border: 2px solid #f5821f;
}

/* When the checkbox is checked, add a blue background */
.radioGroupCss input:checked ~ .checkmark {
    background-color: #f5821f;
    color: #fff;
    border: 2px solid #f5821f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radioGroupCss input:checked ~ .checkmark:after {
    display: block;
}
.update-tna-label .control-label, .update-tna-label .form-control{
    font-weight: 600 !important;
}
.update-tna-table .table-responsive .table .form-control{
    width: 90px;
    padding: 7px;
}
.update-tna-table .table-responsive .table td{
    padding: 5px 10px;
}

._fa64x64{
    width: 64px;
    height: 64px;
    position: absolute;
}

._fa20x20{
    width: 20px;
    height: 20px;
    position: absolute;
}
.pdt22{
    padding-top: 22px;
}

.pipe{
    visibility: hidden;
}