﻿.container { margin: 0 auto;}
img, object, embed, video {  max-width: 100%;}
.ie6 img {  width: 100%;}
.l { float: left;}
.r { float: right;}
.c { clear: both;}

.gridContainer { margin-left: auto; margin-right: auto; width: 87.36%; padding-left: 1.82%; padding-right: 1.82%;}


.content_menu_login { width: 960px; margin: 0 auto;}
.login_page_left_menu {
    padding: 20px;
    margin: 20px 0px 20px 0px;
    height: 452px;
    float: left;
    border-radius: 8px;
    border: 1px solid var(--login-box-border);
    background: -moz-linear-gradient(270deg, var(--login-left-box-bg) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--login-left-box-bg)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, var(--login-left-box-bg) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, var(--login-left-box-bg) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, var(--login-left-box-bg) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, var(--login-left-box-bg) 0%, rgba(255, 255, 255, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3edff', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
    .login_page_left_menu h2 {font-weight: bold; font-size: 16px;color: #4f5867; margin: 0;padding: 0px 0px 36px 0px; line-height:30px;}
    .login_page_left_menu p {
        font-size: 13px;
        color: var(--default-black);
        margin: 0;
        padding: 0;
        text-align: justify;
    }
    .login_page_left_menu img { margin:0px 10px 10px 0px;}
.login_page_right_menu {
    padding: 20px;
    margin: 20px 0px 20px 0px;
    background: var(--default-white);
    border-radius: 8px;
    border: 1px solid var(--login-box-border);
    float: right;
    height: 452px;
}

h2.main_heading1 {
    font-size: 20px;
    color: var(--page-header-bg);
    font-weight: normal;
    padding: 9px 15px 9px;
    margin: 0 0 5px 0;
    background: var(--page-main-heading-bg);
    border-bottom: 1px solid var(--page-main-heading-border);
    box-shadow: 0px 1px 7px #c1d0db;
    -moz-box-shadow: 0px 1px 2px #c1d0db;
    -webkit-box-shadow: 0px 1px 7px #c1d0db;
    border-radius: 5px 5px 0 0;
}
.logo::before {
    content: '';
    position: absolute;
    flex: 1;
    width: 30px;
    border: 10px solid var(--page-bg);
    border-left: 0px;
    border-top: 0px;
    border-radius: 0px 0px 20px 0px;
    bottom: -10px;
    left: -30px;
    height: 20px;
}

.logo::after {
    content: '';
    position: absolute;
    flex: 1;
    width: 30px;
    border: 10px solid var(--page-bg);
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px 0px 0px 20px;
    bottom: -10px;
    right: -30px;
    height: 20px;
}
 .logo {
        padding: 12px 15px 11px 15px;
        float: left;
        margin-top: -5px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, var(--page-bg) 100%);
        position: relative;z-index:2;
    }
  



/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 975px) and (max-width: 2560px) {
     .footer_main {width: auto;margin: 0 auto;padding: 10px 20px 0;}
    .logo_right_menu {margin-left: 220px;}
    .login_box h1 {font-size: 18px;color: #272d3b;font-weight: bold;border-bottom: 1px solid #d3d8e0;padding: 0 0 6px 0;margin: 0 0 15px 0;}

    h1.login_hedding_1 {
        font-size: 30px;
        color: var(--default-black);
        padding: 0 0 5px 0;
        margin: 0;
        font-weight: normal;
    }
    p.login_normal_text {font-size: 16px; line-height: 22px; color: #333333; padding: 10px 0 10px 0;margin: 0;font-weight: normal; }
      
    }

    .header {height: 99px;}
    .content_wrapper { padding: 20px 0 20px 0; height: 1%;width: 100%; }
.content_box {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--page-main-heading-border);
    background: var(--default-white);
    padding: 0px;
}

    

    .contentbox_content { padding: 10px 20px;}
    .contentbox_footer { border-top: 1px solid #a3b6c5;}
.contentbox_footer_middle {
    background: var(--group-color-bg);
    padding: 14px 20px;
    border: 1px solid var(--footer-note-bdr);
}
.contentbox_footer_inner {
    border-top: 1px solid var(--default-white);
    background: var(--group-color-bg);
    padding: 14px 20px;
}
.contentbox_footer_note {
    border-top: 1px solid var(--footer-note-bdr);
    background: var(--footer-note-bg);
    padding: 14px 20px;
    text-align: justify;
}
    .inputrow { padding: 0 0 15px; }
    .inputbox1 {width: 240px; float: left; padding: 0 23px 0 0; word-wrap: break-word;}
    .address_inputbox1 { width: 540px; float: none;padding: 10px 0px 5px 0;}
    .inputbox2 { width: 240px; float: left;padding: 0 0px 0 17px; word-wrap: break-word;}
    .inputbox3 { width: 240px; float: left; padding: 0 0px 0 36px; word-wrap: break-word;}
    .checkboxrow { padding: 5px 25px 0 0; float: left;}
.input_textarea_address {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 328px;
    height: 58px;
    padding: 2px 5px 4px;
    background: var(--default-white);
    border: 1px solid #b8b5b5;
    outline: none;
    margin: 0 0 0 0;
    -moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
    font-size: 13px;
}

    .language_box { width: 120px; padding: 0 20px 0 0; float: right;}

.file-upload {
    position: relative;
    overflow: hidden;
    color: var(--default-white);
    background-color: var(--btn-bg) !important;
    display: inline-block;
    padding: 7px 15px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none!important; font-size:12px;
}
    .file-upload:hover {
        background: var(--btn-hover) !important;
        border: none !important;
    }
    .view_link {
        padding: 7px 2px 10px 10px;
        color: #214673;
    }
.login_page_left_menu {
    width: calc(100% - 37%);
    margin-right: 30px;
}

.login_page_right_menu {
    width: 33%;
}

 
    .mainreport_column_box_inner3, .mainreport_column_box_inner4 { float: none !important;padding: 0 0 15px !important; }
    .mainreport_comanddate_box { padding: 0 !important;}
    .clsReportTemplate {overflow: auto; height: 144px;}
    
    .recaptchatable { transform:scale(1.14); transform-origin:0 0;}


 




@media only screen and (min-width: 480px) and (max-width: 1325px) {
    .column65per .inputbox3 { padding: 0 0 0 0px; float: none;}
}

@media only screen and (min-width: 768px) and (max-width: 974px) {
 
    .container {width: 750px;padding: 0 10px;}
    #DayViewGridContainer .contentbox_content .container.body-content {width: 710px;padding: 0;}

    .nav{margin-top: 4px;}
    .footer_main { width: 750px; margin: 0 auto; padding: 10px 0 0 0;}
   
   
    .content_wrapper {padding: 20px 0 20px 0; height: 1%; width: 100%;}
    .content_box {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border: 1px solid #a3b6c5;
        background: var(--default-white);
        padding: 1px;
    }     
    .contentbox_content {padding: 10px 20px;}
    .contentbox_footer {border-top: 1px solid #a3b6c5;}
    .contentbox_footer_middle{background: #eef2f3; padding: 14px 20px; border: solid 1px #b7bcbd;}
    .contentbox_footer_inner {
        border-top: 1px solid var(--default-white);
        background: #eef2f3;
        padding: 14px 20px;
    }
    .contentbox_footer_note {
        border-top: 1px solid var(--default-white);
        background: #eef2f3;
        padding: 14px 20px;
        text-align: justify;
    }
    .inputrow { padding: 0 0 15px;}
    .inputbox1 {width: 240px; float: left; padding: 0 40px 0 0;}
    .address_inputbox1 {width: 540px;float: none;padding: 10px 0px 5px 0;}
    .inputbox2 {width: 240px;float: left;}
    .inputbox3 {width: 240px;float: left;}
    .checkboxrow {padding: 5px 25px 0 0;float: left;}
    .input_textarea_address {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 328px;
        height: 58px;
        padding: 2px 5px 4px;
        background: var(--default-white);
        border: 1px solid #b8b5b5;
        outline: none;
        margin: 0 0 0 0;
        -moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        font-size: 13px;
    }
    .language_box { width: 112px; padding: 0 10px 0 0;float: right;}

    .top_registration_menu { padding: 10px 0px 9px 15px;}
    .file-upload {
        position: relative;
        overflow: hidden;
        color: var(--default-white);
        background-color: #49afcd;
        display: inline-block;
        padding: 4px 12px;
        font-size: 13px; /*margin:22px 0 0 0;*/
        text-align: center;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #319ab9;
    }

    .view_link {padding: 7px 0 0 10px; font-size: 12px;color: #214673; }
 
    .filter_transaction_box { float: left !important; width: 49% !important;margin-right: 0 !important; }
    .filter_transaction_box_last {width: 49% !important; margin-right: 0 !important;}
    .filter_transaction_box3 { clear: both;}
    .filter_transaction_column { padding-top: 10px !important;}
    .filter_grid_left1 { width: 25% !important; float: left !important; }
    .filter_grid_right1 { width: 70% !important; float: right !important; }
    
    /*--Main Report Start Here --*/
    .mainreport_box .mainreport_comanddate_box, .mainreport_box .mainreport_column_box, .mainreport_box .mainreport_column_box2 { padding: 0 0 15px !important;float: none !important; }
    .mainreport_comanddate_box { min-height: 255px !important;}
    .mainreport_column_box { min-height: 230px !important;}
    .mainreport_column_box_inner1, .mainreport_column_box_inner2 { margin: 0 1% 0 0 !important; width: 49% !important;}
    .mainreport_column_box_inner3, .mainreport_column_box_inner4 {margin: 0 1% 0 0 !important; width: 49% !important; }
    /*--Main Report End Here --*/

    .contentbox_footer_middle a { margin: 0 10px 10px 0 !important;}
    .contentbox_footer_inner a { margin: 0 10px 10px 0 !important;}

    .ManageSolarPopup { width: 90% !important; position: absolute !important; }
    .section-title { float: none !important; width: 100% !important;}
    .demo-section {float: none !important; width: 100% !important;  margin: 0 !important; padding: 0; height: 205px !important; overflow: auto;}
    .demo-section-button { float: none !important; width: 100% !important; margin: 0 auto; text-align: center !important; }
    .listview_source { height: 150px !important;overflow: auto; }
    .listview_destination { height: 150px !important; overflow: auto; }
    .add-button-fund {margin: 5px !important;}
    .remove-button-fund { margin: 5px !important;}
    .expandcollapse_left.collapse { float: left !important; width: 15px !important; padding: 0px !important;/*overflow: hidden !important;*/ border: none !important;}
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Note: Design for a width of 480px */
@media only screen and (max-width: 768px) {
    
    .column65per { width: 100% !important; margin-bottom: 20px;}
    .column35per { width: 100% !important; margin-bottom: 20px; }
    .content_menu_login { width:100%;}

    
    .csl-tra-alert
    {
        float:left; text-align:left;
    }


}


@media only screen and (min-width: 600px) and (max-width: 767px) {
    
    .grp100per .width45 { width: 100% }
    .width43 { width: 100% }
    .colw48per { width: 100% }
    .width50 { width: 100% }
    .width21 { width: 100% }

       .footer_main { width: auto; margin: 0 auto; padding: 10px 0 0 0; }
   
    .header { height: auto;}
    .logo {
        padding: 12px 15px 53px 15px;
    }
        .content_wrapper {padding: 20px 0 20px 0; height: 1%; width: 100%;}
    .content_box {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border: 1px solid #a3b6c5;
        background: var(--default-white);
        padding: 1px;
    }

    
    .contentbox_content { padding: 10px 20px;}
    .contentbox_footer { border-top: 1px solid #a3b6c5;}
    .contentbox_footer_inner {
        border-top: 1px solid var(--default-white);
        background: #eef2f3;
        padding: 14px 20px;
    }
    .contentbox_footer_note {
        border-top: 1px solid var(--default-white);
        background: #eef2f3;
        padding: 14px 20px;
        text-align: justify;
    }
    .inputrow {padding: 0 0 0px;}
    .inputbox1 {width: 240px;float: none; padding: 10px 40px 5px 0;}
    .address_inputbox1 { width: 100%; float: none;padding: 10px 0px 5px 0;}
    .inputbox2 { width: 240px; float: none; padding: 10px 40px 5px 0;}
    .inputbox3 { width: 240px; float: none; padding: 10px 40px 5px 0; }
    .checkboxrow { padding: 10px 25px 5px 0;float: left;}

    .input_textarea_address {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 328px;
        height: 58px;
        padding: 2px 5px 4px;
        background: var(--default-white);
        border: 1px solid #b8b5b5;
        outline: none;
        margin: 0 0 0 0;
        -moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        font-size: 13px;
    }

    .language_box { width: 120px;  padding: 0 20px 10px 0; float: right;}
    .top_registration_menu { padding: 5px 0px 5px 15px !important; }
   /* .nav { margin-top: 0px !important; }*/

    /*----*****---- << Header >> ----*****----*/
    .file-upload {
        position: relative;
        overflow: hidden;
        color: var(--default-white);
        background-color: #49afcd;
        display: inline-block;
        padding: 4px 12px;
        font-size: 13px;
        margin: 0px 0 0 0;
        text-align: center;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #319ab9;
    }
    .view_link { padding: 7px 0 0 10px;  font-size: 12px; color: #214673;}
    /*.nav { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;  -moz-border-radius-topright: 4px; border-top-left-radius: 4px;
        border-top-right-radius: 4px; background: url(../images/nav_repeter.png) top left repeat-x;height: 40px; padding: 0 5px; margin: 7px 0 0 0;}
    .nav ul#menu { background: none; height: 40px; border: none; }
    .nav ul#menu li { background: none; }*/
    .filter_grid_left { width: auto !important; float: none !important;}
    .filter_grid_right { width: auto !important;float: none !important; padding: 15px 0 0 0;    }
    .width25 { width: 49% !important;}

    .filter_transaction_box { float: none !important;  width: 100% !important;margin-right: 0 !important;padding-bottom: 15px !important; }
    .filter_transaction_box .inputbox1, .filter_transaction_column .inputbox1 { padding-top: 0px !important; }
    .filter_transaction_box_last { width: 100% !important; margin-right: 0 !important;}
    .filter_grid_left1 { width: 25% !important; float: left !important; }
    .filter_grid_right1 { width: 70% !important; float: right !important;}

    /*--Main Report Start Here --*/
    .mainreport_box .mainreport_comanddate_box, .mainreport_box .mainreport_column_box, .mainreport_box .mainreport_column_box2 {padding: 0 0 15px !important; float: none !important;}
    .mainreport_box .mainreport_comanddate_box { padding: 0 0 0 !important; }
    .mainreport_comanddate_box { min-height: inherit !important;}
    .mainreport_comanddate_box_inner1 {  margin: 0 !important; padding: 0 !important; float: none !important; width: 100% !important;}
    .mainreport_comanddate_box_inner2 {padding: 15px 0 0 0 !important;float: none !important;width: 100% !important;}
    .mainreport_column_box { min-height: inherit !important;}
    .mainreport_column_box_inner1, .mainreport_column_box_inner2 { margin: 0 4% 0 0 !important; width: 48% !important;}
    .mainreport_column_box_inner3, .mainreport_column_box_inner4 { margin: 0 4% 0 0 !important;width: 48% !important;}
    .mainreport_column_box_inner2, .mainreport_column_box_inner4 { margin: 0 !important;}
     /*--Main Report End Here --*/

    .contentbox_footer_middle a { margin: 0 10px 10px 0 !important;}
    .contentbox_footer_inner a { margin: 0 10px 10px 0 !important;}
    .ManageSolarPopup {  width: 90% !important; position: absolute !important; }
    .section-title { float: none !important; width: 100% !important; }
    .demo-section {float: none !important;width: 100% !important;}
    .demo-section-button { float: none !important; width: 100% !important; margin: 0 auto; text-align: center !important;}
    .listview_source { height: 150px !important; overflow: auto; }
    .listview_destination { height: 150px !important; overflow: auto;}
    .add-button-fund {margin: 5px !important; }
    .remove-button-fund { margin: 5px !important; }
    .ShowTransactionCompleteMessageWindwo { width: 80% !important;}
    .mainreport_leftmenu {width: 100% !important; float: left;margin-bottom: 20px;}
    .mainreport_rightmenu { margin-left: 0px !important; }
    #ShowTransactionCompleteMessageWindwo { overflow-y: auto !important;overflow-x: hidden !important;}
    .expandbtnMainReport { display: none !important;}
    .analytics_section .analytics_leftpan {width: 200px !important; }
    .analytics_section .analytics_leftpan .analytics_filter{ width:178px !important;}
    .analytics_section .analytics_rightpan { margin-left: 210px !important; overflow: hidden !important; }
    .analytics_chart_type { float: none !important;}
    .analytics_chart_select { float: none !important;}
    .chart_type_label, .analytics_chart_select_label {width: 80px !important;}
    .chart_type_buttons { margin: 1px 0 0 0 !important;}
}

/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 600px) {
    .grp100per .width45 { width: 100% }
    .width43 { width: 100% }
    .colw48per { width: 100% }
    .width50 { width: 100% }
    .width21 { width: 100% }

    .foter_main { width: auto; margin: 0 auto; padding: 10px 0 0 0; }
    .logo { padding: 2px 0 5px 0px;float: none; margin: 0 auto; background:none;}
        .logo::before, .logo::after {display:none;}
        .header {
            height: auto;
        }
    .content_wrapper {padding: 20px 0 20px 0;height: 1%;width: 100%;}
    .content_box {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border: 1px solid #a3b6c5;
        background: var(--default-white);
        padding: 1px;
    }

    
    .contentbox_content {padding: 10px 10px;}
    .contentbox_footer { border-top: 1px solid #a3b6c5; }
    .contentbox_footer_middle{background: #eef2f3; padding: 10px 20px; border: solid 1px #b7bcbd;}
    .contentbox_footer_inner {
        border-top: 1px solid var(--default-white);
        background: #eef2f3;
        padding: 10px 20px;
    }
    .contentbox_footer_note {
        border-top: 1px solid var(--default-white);
        background: #eef2f3;
        padding: 14px 20px;
        text-align: justify;
    }
    .inputrow {padding: 0 0 0px; }
    .inputbox1 {  width: 240px;float: none; padding: 10px 40px 5px 0;}
    .address_inputbox1 { width: 100%; float: none;padding: 10px 0px 5px 0;}
    .inputbox2 { width: 240px; float: none; padding: 10px 40px 5px 0;}
    .inputbox3 { width: 240px; float: none; padding: 10px 40px 5px 0;}
    .checkboxrow { padding: 10px 25px 5px 0;  float: left;}
    .input_textarea_address {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 228px;
        height: 58px;
        padding: 2px 5px 4px;
        background: var(--default-white);
        border: 1px solid #b8b5b5;
        outline: none;
        margin: 0 0 0 0;
        -moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
        font-size: 13px;
    }
    #logoutForm { padding: 0 0 10px;}
    .language_box { width: auto; padding: 0 5px 10px 0; float: left }
    .top_registration_menu { padding: 10px 0 0 0!important; font-size: 100%; color: #c0e1e7; width: auto; float: none; text-align: left }
    .file-upload {
        position: relative;
        overflow: hidden;
        color: var(--default-white);
        background-color: #49afcd;
        display: inline-block;
        padding: 4px 12px;
        font-size: 13px;
        text-align: center;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #319ab9
    }
    .view_link { padding: 7px 0 0 10px;  font-size: 12px; color: #214673 }

    /*----*****---- << Header >> ----*****----*/
   /* .nav { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px;background: url(../images/nav_repeter.png) top left repeat-x #fff !important;
        height: auto !important;padding: 0 5px; margin: 7px 0 0 0; background-size: 100% 100% !important;}
    .nav ul#menu { background: none !important;  height: auto !important; border: none !important;}
    .nav ul#menu li {  background: none;  border-width: 0 1px 1px 0 !important; height: 40px; width: 90px;}
    .nav ul#menu li li {  background: none;border-width: 0 0 0 0 !important; height: auto; width: auto !important;}*/
    
    .filter_grid_left {width: auto !important; float: none !important; }
    .filter_grid_right {width: auto !important;float: none !important;padding: 15px 0 0 0;}
    .login_btnbox { padding: 3px 0 5px 0 !important;}
    .width25 {width: auto !important;float: none !important;}

    .filter_transaction_box {float: none !important; width: 100% !important; margin-right: 0 !important;padding-bottom: 15px !important; }
    .filter_transaction_box .inputbox1, .filter_transaction_column .inputbox1 { padding-top: 0px !important; }
    .filter_transaction_box_last { width: 100% !important; margin-right: 0 !important;}
    .filter_grid_left1 {width: 100% !important;float: none !important;}
    .filter_grid_right1 {width: 100% !important; float: none !important;}
    .CalculateDividend { margin-top: 5px !important;}

    /*--Main Report Start Here --*/
    .mainreport_leftmenu { /*width: 100% !important;float: none !important;*/ padding: 0 0 15px 0 !important;}
    .mainreport_rightmenu { margin-left: 0 !important;}
    .mainreport_box .mainreport_comanddate_box, .mainreport_box .mainreport_column_box, .mainreport_box .mainreport_column_box2 { padding: 0 0 15px !important;float: none !important;}
    .mainreport_box .mainreport_comanddate_box {padding: 0 0 0 !important;}
    .mainreport_comanddate_box {min-height: inherit !important;}
    .mainreport_comanddate_box_inner1 { margin: 0 !important; padding: 0 !important;float: none !important; width: 100% !important;}
    .mainreport_comanddate_box_inner2 { padding: 15px 0 0 0 !important; float: none !important; width: 100% !important;}
    .mainreport_column_box { min-height: inherit !important; }
    .mainreport_column_box_inner1, .mainreport_column_box_inner2 {margin: 0 !important; width: 100% !important;float: none !important;}
    .mainreport_column_box_inner2, .mainreport_column_box_inner4 {padding: 15px 0 0 0 !important;}
    .mainreport_column_box_inner3, .mainreport_column_box_inner4 { margin: 0 !important; width: 100% !important;float: none !important;}
        
    /*--Main Report End Here --*/
    .contentbox_footer_middle a { margin: 0 10px 10px 0 !important;}
    .contentbox_footer_inner a { margin: 0 10px 10px 0 !important;}
    .k-widget.ManageSolarPopup { width: 90% !important; position: absolute !important;}
    .section-title { float: none !important;  width: 100% !important;}
    .demo-section { float: none !important; width: 100% !important;margin: 0 !important; padding: 0;height: 205px !important; overflow: auto; }
    .demo-section-button { float: none !important; width: 100% !important; margin: 0 auto; text-align: center !important;}
    .listview_source { height: 150px !important; overflow: auto; }
    .listview_destination {height: 150px !important;overflow: auto; }
    .add-button-fund { margin: 5px !important;}
    .remove-button-fund { margin: 5px !important;}
    .ShowTransactionCompleteMessageWindwo { width: 80% !important;}
    #ShowTransactionCompleteMessageWindwo { overflow-y: auto !important; overflow-x: hidden !important; }
    .filter_grid_right { width: auto !important; float: none !important; padding: 15px 0 0 0;}
    .analytics_section .analytics_leftpan {width: auto !important; float: none !important; margin: 0 0 10px;}
    .analytics_section .analytics_leftpan .analytics_filter { position:relative !important; width:auto !important; }
    .analytics_section .analytics_rightpan { margin-left: 0 !important; overflow: hidden !important;}
    .analytics_chart_type {float: none !important;}
    .analytics_chart_select {float: none !important;}
    .chart_type_label, .analytics_chart_select_label { width: 80px !important;}
    .chart_type_buttons { margin: 1px 0 0 0 !important;}
}

/*----Boost-Grid------------------*/
.row:after,
.row:before { display: table; content: " " }
.row:after { clear: both;}


@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto }
.row { margin-right: -15px; margin-left: -15px;-webkit-box-sizing:border-box !important; box-sizing: border-box !important;}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,
.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,
.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px }
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 { float: left; -webkit-box-sizing:border-box !important; box-sizing: border-box !important; }
.col-xs-12 { width: 100% }
.col-xs-11 { width: 91.66666667% }
.col-xs-10 { width: 83.33333333% }
.col-xs-9 { width: 75% }
.col-xs-8 { width: 66.66666667% }
.col-xs-7 { width: 58.33333333% }
.col-xs-6 { width: 50% }
.col-xs-5 { width: 41.66666667% }
.col-xs-4 { width: 33.33333333% }
.col-xs-3 { width: 25% }
.col-xs-2 { width: 16.66666667% }
.col-xs-1 { width: 8.33333333% }
.col-xs-pull-12 { right: 100% }
.col-xs-pull-11 { right: 91.66666667% }
.col-xs-pull-10 { right: 83.33333333% }
.col-xs-pull-9 { right: 75% }
.col-xs-pull-8 { right: 66.66666667% }
.col-xs-pull-7 { right: 58.33333333% }
.col-xs-pull-6 { right: 50% }
.col-xs-pull-5 { right: 41.66666667% }
.col-xs-pull-4 { right: 33.33333333% }
.col-xs-pull-3 { right: 25% }
.col-xs-pull-2 { right: 16.66666667% }
.col-xs-pull-1 { right: 8.33333333% }
.col-xs-pull-0 { right: auto }
.col-xs-push-12 { left: 100% }
.col-xs-push-11 { left: 91.66666667% }
.col-xs-push-10 { left: 83.33333333% }
.col-xs-push-9 { left: 75% }
.col-xs-push-8 { left: 66.66666667% }
.col-xs-push-7 { left: 58.33333333% }
.col-xs-push-6 { left: 50% }
.col-xs-push-5 { left: 41.66666667% }
.col-xs-push-4 { left: 33.33333333% }
.col-xs-push-3 { left: 25% }
.col-xs-push-2 { left: 16.66666667% }
.col-xs-push-1 { left: 8.33333333% }
.col-xs-push-0 { left: auto }
.col-xs-offset-12 { margin-left: 100% }
.col-xs-offset-11 { margin-left: 91.66666667% }
.col-xs-offset-10 { margin-left: 83.33333333% }
.col-xs-offset-9 { margin-left: 75% }
.col-xs-offset-8 { margin-left: 66.66666667% }
.col-xs-offset-7 { margin-left: 58.33333333% }
.col-xs-offset-6 { margin-left: 50% }
.col-xs-offset-5 { margin-left: 41.66666667% }
.col-xs-offset-4 { margin-left: 33.33333333% }
.col-xs-offset-3 { margin-left: 25% }
.col-xs-offset-2 { margin-left: 16.66666667% }
.col-xs-offset-1 { margin-left: 8.33333333% }
.col-xs-offset-0 { margin-left: 0 }

@media (min-width:768px) {
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 { float: left;-webkit-box-sizing:border-box !important; box-sizing: border-box !important; }
.col-sm-12 { width: 100% }
.col-sm-11 { width: 91.66666667% }
.col-sm-10 { width: 83.33333333% }
.col-sm-9 { width: 75% }
.col-sm-8 { width: 66.66666667% }
.col-sm-7 { width: 58.33333333% }
.col-sm-6 { width: 50% }
.col-sm-5 { width: 41.66666667% }
.col-sm-4 { width: 33.33333333% }
.col-sm-3 { width: 25% }
.col-sm-2 { width: 16.66666667% }
.col-sm-1 { width: 8.33333333% }
.col-sm-pull-12 { right: 100% }
.col-sm-pull-11 { right: 91.66666667% }
.col-sm-pull-10 { right: 83.33333333% }
.col-sm-pull-9 { right: 75% }
.col-sm-pull-8 { right: 66.66666667% }
.col-sm-pull-7 { right: 58.33333333% }
.col-sm-pull-6 { right: 50% }
.col-sm-pull-5 { right: 41.66666667% }
.col-sm-pull-4 { right: 33.33333333% }
.col-sm-pull-3 { right: 25% }
.col-sm-pull-2 { right: 16.66666667% }
.col-sm-pull-1 { right: 8.33333333% }
.col-sm-pull-0 { right: auto }
.col-sm-push-12 { left: 100% }
.col-sm-push-11 { left: 91.66666667% }
.col-sm-push-10 { left: 83.33333333% }
.col-sm-push-9 { left: 75% }
.col-sm-push-8 { left: 66.66666667% }
.col-sm-push-7 { left: 58.33333333% }
.col-sm-push-6 { left: 50% }
.col-sm-push-5 { left: 41.66666667% }
.col-sm-push-4 { left: 33.33333333% }
.col-sm-push-3 { left: 25% }
.col-sm-push-2 { left: 16.66666667% }
.col-sm-push-1 { left: 8.33333333% }
.col-sm-push-0 { left: auto }
.col-sm-offset-12 { margin-left: 100% }
.col-sm-offset-11 { margin-left: 91.66666667% }
.col-sm-offset-10 { margin-left: 83.33333333% }
.col-sm-offset-9 { margin-left: 75% }
.col-sm-offset-8 { margin-left: 66.66666667% }
.col-sm-offset-7 { margin-left: 58.33333333% }
.col-sm-offset-6 { margin-left: 50% }
.col-sm-offset-5 { margin-left: 41.66666667% }
.col-sm-offset-4 { margin-left: 33.33333333% }
.col-sm-offset-3 { margin-left: 25% }
.col-sm-offset-2 { margin-left: 16.66666667% }
.col-sm-offset-1 { margin-left: 8.33333333% }
.col-sm-offset-0 { margin-left: 0 }
}

@media (min-width:992px) {
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 { float: left; -webkit-box-sizing:border-box !important; box-sizing: border-box !important;}
.col-md-12 { width: 100% }
.col-md-11 { width: 91.66666667% }
.col-md-10 { width: 83.33333333% }
.col-md-9 { width: 75% }
.col-md-8 { width: 66.66666667% }
.col-md-7 { width: 58.33333333% }
.col-md-6 { width: 50% }
.col-md-5 { width: 41.66666667% }
.col-md-4 { width: 33.33333333% }
.col-md-3 { width: 25% }
.col-md-2 { width: 16.66666667% }
.col-md-1 { width: 8.33333333% }
.col-md-pull-12 { right: 100% }
.col-md-pull-11 { right: 91.66666667% }
.col-md-pull-10 { right: 83.33333333% }
.col-md-pull-9 { right: 75% }
.col-md-pull-8 { right: 66.66666667% }
.col-md-pull-7 { right: 58.33333333% }
.col-md-pull-6 { right: 50% }
.col-md-pull-5 { right: 41.66666667% }
.col-md-pull-4 { right: 33.33333333% }
.col-md-pull-3 { right: 25% }
.col-md-pull-2 { right: 16.66666667% }
.col-md-pull-1 { right: 8.33333333% }
.col-md-pull-0 { right: auto }
.col-md-push-12 { left: 100% }
.col-md-push-11 { left: 91.66666667% }
.col-md-push-10 { left: 83.33333333% }
.col-md-push-9 { left: 75% }
.col-md-push-8 { left: 66.66666667% }
.col-md-push-7 { left: 58.33333333% }
.col-md-push-6 { left: 50% }
.col-md-push-5 { left: 41.66666667% }
.col-md-push-4 { left: 33.33333333% }
.col-md-push-3 { left: 25% }
.col-md-push-2 { left: 16.66666667% }
.col-md-push-1 { left: 8.33333333% }
.col-md-push-0 { left: auto }
.col-md-offset-12 { margin-left: 100% }
.col-md-offset-11 { margin-left: 91.66666667% }
.col-md-offset-10 { margin-left: 83.33333333% }
.col-md-offset-9 { margin-left: 75% }
.col-md-offset-8 { margin-left: 66.66666667% }
.col-md-offset-7 { margin-left: 58.33333333% }
.col-md-offset-6 { margin-left: 50% }
.col-md-offset-5 { margin-left: 41.66666667% }
.col-md-offset-4 { margin-left: 33.33333333% }
.col-md-offset-3 { margin-left: 25% }
.col-md-offset-2 { margin-left: 16.66666667% }
.col-md-offset-1 { margin-left: 8.33333333% }
.col-md-offset-0 { margin-left: 0 }
}

@media (min-width:1200px) {
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 { float: left }
.col-lg-12 { width: 100% }
.col-lg-11 { width: 91.66666667% }
.col-lg-10 { width: 83.33333333% }
.col-lg-9 { width: 75% }
.col-lg-8 { width: 66.66666667% }
.col-lg-7 { width: 58.33333333% }
.col-lg-6 { width: 50% }
.col-lg-5 { width: 41.66666667% }
.col-lg-4 { width: 33.33333333% }
.col-lg-3 { width: 25% }
.col-lg-2 { width: 16.66666667% }
.col-lg-1 { width: 8.33333333% }
.col-lg-pull-12 { right: 100% }
.col-lg-pull-11 { right: 91.66666667% }
.col-lg-pull-10 { right: 83.33333333% }
.col-lg-pull-9 { right: 75% }
.col-lg-pull-8 { right: 66.66666667% }
.col-lg-pull-7 { right: 58.33333333% }
.col-lg-pull-6 { right: 50% }
.col-lg-pull-5 { right: 41.66666667% }
.col-lg-pull-4 { right: 33.33333333% }
.col-lg-pull-3 { right: 25% }
.col-lg-pull-2 { right: 16.66666667% }
.col-lg-pull-1 { right: 8.33333333% }
.col-lg-pull-0 { right: auto }
.col-lg-push-12 { left: 100% }
.col-lg-push-11 { left: 91.66666667% }
.col-lg-push-10 { left: 83.33333333% }
.col-lg-push-9 { left: 75% }
.col-lg-push-8 { left: 66.66666667% }
.col-lg-push-7 { left: 58.33333333% }
.col-lg-push-6 { left: 50% }
.col-lg-push-5 { left: 41.66666667% }
.col-lg-push-4 { left: 33.33333333% }
.col-lg-push-3 { left: 25% }
.col-lg-push-2 { left: 16.66666667% }
.col-lg-push-1 { left: 8.33333333% }
.col-lg-push-0 { left: auto }
.col-lg-offset-12 { margin-left: 100% }
.col-lg-offset-11 { margin-left: 91.66666667% }
.col-lg-offset-10 { margin-left: 83.33333333% }
.col-lg-offset-9 { margin-left: 75% }
.col-lg-offset-8 { margin-left: 66.66666667% }
.col-lg-offset-7 { margin-left: 58.33333333% }
.col-lg-offset-6 { margin-left: 50% }
.col-lg-offset-5 { margin-left: 41.66666667% }
.col-lg-offset-4 { margin-left: 33.33333333% }
.col-lg-offset-3 { margin-left: 25% }
.col-lg-offset-2 { margin-left: 16.66666667% }
.col-lg-offset-1 { margin-left: 8.33333333% }
.col-lg-offset-0 { margin-left: 0 }
}

@media only screen and (max-width: 992px) {
.custom-sepr {margin:15px 0px; text-align:center;}
}

.form-inline .form-control-kendo {
    height:auto;
    border:none;
    padding:0;
    background:transparent;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 768px){
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}


@media only screen and (max-width: 992px) {
    .login_page_left_menu {
        width: calc(100% - 37%);
        margin-right: 30px;
    }

    .login_page_right_menu {
        width: 33%;
    }
    .content_menu_login {
        width: 100%;
    }
}
@media only screen and (max-width:800px) {
    .login_page_left_menu {
        width: calc(100% - 38%);
        margin-right: 30px;
    }
    .nav {margin-left:200px;}
}

@media only screen and (max-width:700px) {
    .login_page_left_menu {
        width: calc(100% - 47%);
        margin-right: 30px;
    }
    .login_page_right_menu {
        width: 40%;
    }
}

    @media only screen and (max-width:600px) {
        .login_page_left_menu {
            width: 100%;
            margin-right: 0px;
            height: auto;
        }
        .nav {
            margin-left: 0px;
        }
        .login_page_right_menu {
            width: 100%; height:auto;
        }
    }
