﻿@charset "utf-8";
/* CSS Document */


/*==========================CHANGES==============================*/
.formbg {
    background-color: #ECEFF1 !important;
}
.theamLabel{
    color: #4E342E!important;
    font-weight:bold;
}
.optionselect:hover {
    width: 100%;
    background: yellow !important;
}

.headingbg {
    margin-top: 0;
    background: #4E342E; /*change*/
    padding: 7px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
}

#sidebar-wrapper {
    background: #D7CCC8; /*change*/
}

.actionremovebtn {
    color: #C62828; /*change*/
}

    .actionremovebtn:hover {
        color: #C62828; /*change*/
    }

.navbar-toggle:hover {
    background-color: #ddd;
    box-shadow: 0px 2px 5px #666;
}

.mtechcolor {
    color: #F8931D !important; /*change*/
}


nav {
    background-color: #4E342E !important; /*change*/
    border: none !important;
}

.greytheme {
    background-color: #4E342E !important; /*change*/
}



#tray {
    background-color: #D7CCC8; /*change*/
}

#lefttray {
    background-color: #D7CCC8; /*change*/
}

.bottomtraycontent {
    background-color: #D7CCC8; /*change*/
}


.rowfooter,#myProgressBar {
    z-index: 900 !important;
    background-color: #4E342E; /*change*/
}
.fast-loader {/*this class used for progress bar*/
            width: 0px;
            height: 7px;
            background: linear-gradient(to left, #4E342E,rgba(255,255,255,.0));
            animation: speedSetting 2s cubic-bezier(1,.01,0,1) infinite, progressMotion 2s ease-out infinite;
            -webkit-animation: speedSetting 2s cubic-bezier(1,.01,0,1) infinite, progressMotion 2s ease-out infinite;
        }
#bottomtrayclick {
    background-color: #D7CCC8; /*change*/
}

.nav-tabs.nav-justified > li > a {
    color: #000;
    background-color: #D7CCC8; /*change*/
}

.nav-tabs.nav-justified > li.active > a {
    font-size: 14px;
    background-color: #4E342E !important; /*change*/
    color: #fff !important;
}

.rightnotification a:hover, .rightnotification a:focus {
    background-color: #4E342E !important; /*change*/
}

.sidebar-nav li a:hover {
    color: #FF9800;
    background: #4E342E; /*change*/
    border-left: #FBC02D 2px solid;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f5f5f5;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #f7921c;
    font-weight: bold;
    background: #263238; /*change*/
}

#product .thumbnail {
    background: linear-gradient(to bottom,#CFD8DC, #607D8B);
    background: -webkit-linear-gradient(to bottom,#CFD8DC, #607D8B);
    background: -ms-linear-gradient(to bottom,#CFD8DC, #607D8B);
    background: -moz-linear-gradient(to bottom,#CFD8DC, #607D8B);
    color: #000;
    font-weight: bold;
    font-size: 13px;
    box-shadow: 2px 3px 1px 0px #BDBDBD, -2px 3px 1px 0px #BDBDBD;
    -webkit-box-shadow: 2px 3px 1px 0px #BDBDBD, -2px 3px 1px 0px #BDBDBD;
    -ms-box-shadow: 2px 3px 1px 0px #BDBDBD, -2px 3px 1px 0px #BDBDBD;
    -moz-box-shadow: 2px 3px 1px 0px #BDBDBD, -2px 3px 1px 0px #BDBDBD;
    height: 42px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content1 {
    background-color: #ECEFF1; /*change*/
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
}
/*---- company-------------*/
/*#tab1, #tab2 {
    margin-top: 15px;
    background-color: #ECEFF1; 
    padding: 15px 15px;
}*/

.normaltabs > li > a, .normaltabs > li > a:hover {
    background-color: #90A4AE; /*change*/
}

.normaltabs > .active > a {
    background-color: #4E342E !important; /*change*/
}

.normaltabs1 > li > a, .normaltabs1 > li > a:hover {
    background-color: #90A4AE; /*change*/
}

.normaltabs1 > .active > a {
    background-color: #4E342E !important; /*change*/
}

.normaltabs2 > li > a, .normaltabs2 > li > a:hover {
    background-color: #90A4AE; /*change*/
}

.normaltabs2 > .active > a {
    background-color: #4E342E !important; /*change*/
}

#table1 th {
    background-color: #90A4AE; /*change*/
}

.mtechreq {
    color: red !important;
}

.customform {
    background-color: #ECEFF1;
}

.formdesign2 {
    background-color: #ECEFF1;
}

.formdesign2heading {
    background-color: #4E342E;
}

.reqfieldbg {
    background-color: #FFF9C4;
    background-color: rgb(255, 249, 196);
    background-color: rgba(255, 249, 196,1);
}

#example th, .mtechtable th, .mtechtable tfoot tr td {
    background-color: #4E342E;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #4E342E;
    color: #fff !important;
    background: #4E342E linear-gradient(to bottom, #4E342E 0%, #D7CCC8 100%);
    background: #4E342E -webkit-linear-gradient(#4E342E 0%, #D7CCC8 100%);
    background: #4E342E -moz-linear-gradient(top, #4E342E 0%, #D7CCC8 100%);
}

.even, .mtechtable tr:nth-child(even) {
    background-color: #ECEFF1 ;
}

.modaleditform, .modal-header {
    background-color: #4E342E;
}

.captureimg, .browsepic {
    color: #4E342E;
}

.tempthumb {
    border: 1px solid #4E342E;
    background-color: #4E342E;
    background: #4E342E linear-gradient(to bottom, #4E342E, #8D6E63 50%, #8D6E63 50%, #795548 );
    background: #4E342E -moz-linear-gradient(top, #4E342E, #8D6E63 50%, #8D6E63 50%, #795548 );
    background: #4E342E -webkit-linear-gradient( #4E342E, #8D6E63 50%, #8D6E63 50%, #795548 );
    background: #4E342E -ms-linear-gradient(to bottom, #4E342E, #8D6E63 50%, #8D6E63 50%, #795548 );
}

.roletree th {
    background-color: #4E342E;
}

.dashimg1 {
    border: 3px solid #4E342E;
}

.inactive {
    color: #9E9E9E !important;
    /*background-color: inherit !important;*/
}

    .inactive:hover {
        /*color: #9E9E9E !important;
        background-color: inherit !important;*/
    }

.mtechdisabledbtn:not(.browsepic), .mtechdisabledbtn:not(.browsepic):hover  {
    background: #BDBDBD !important;
}

#tabModules, #tabParameters, .tabwithborder {
    border: 1px solid #ddd;
}

.innertabwithborder {
    border: 1px solid #ddd;
}

.jstree-default .jstree-search {
    background-color: #ccc !important;
}

.mtechprint a {
    color: #4E342E !important;
}
#newtblrghtray td{
       text-align:center;
      background-color: #4E342E;
       color:#fff;
   } 

 #portalTrainingCal #calendar .fc-head{background:#4E342E !important;}

.accordionRightTray {
    background-color: #4E342E !important;
}

    .activeAcc, .accordionRightTray:hover {
        background-color: #D7CCC8 !important;
    }

 #TeamViewMain {
     background:linear-gradient(to top, rgb(215, 204, 200), rgb(119, 81, 72));
}

 #TeamViewMain .nav-tabs.nav-justified > li.active > a {
    background: #4E342E -webkit-linear-gradient( #4E342E, #af8c80 50%, #b39489 50%, #795548 );
    background: #4E342E linear-gradient( #4E342E, #af8c80 50%, #b39489 50%, #795548 );
}

#TeamViewMain .nav-tabs.nav-justified > li > a {
    background: -webkit-linear-gradient(#d4b5a5, #f9f0ed 50%, #f7efec 50%, #d2b0a4);
    background: linear-gradient(#d4b5a5, #f9f0ed 50%, #f7efec 50%, #d2b0a4);
}
    

#empViewMain {
     background:linear-gradient(to top, rgb(215, 204, 200), rgb(119, 81, 72));
}

#empViewMain .nav-tabs.nav-justified > li.active > a {
     background: #4E342E -webkit-linear-gradient( #4E342E, #af8c80 50%, #b39489 50%, #795548 );
     background: #4E342E linear-gradient( #4E342E, #af8c80 50%, #b39489 50%, #795548 );
}

#empViewMain .nav-tabs.nav-justified > li > a {
     background: -webkit-linear-gradient(#d4b5a5, #f9f0ed 50%, #f7efec 50%, #d2b0a4);
     background: linear-gradient(#d4b5a5, #f9f0ed 50%, #f7efec 50%, #d2b0a4);
}
