﻿html, body {
    height: 100%;
    font-family: ubuntu-regular-webfont;
    background: #2a3f54;
}

* {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

.padd_5 {
    padding: 7px 0;
}

.padd_7_0 {
    padding: 7px 0 !important;
}

.margleft_5 {
    margin-left: 5px;
}

@font-face {
    font-family: 'ubuntu-regular-webfont';
    src: url('../../Fonts/ubuntu-regular-webfont.woff') format('woff');
}

a {
    text-decoration: none;
}
/*h1,h2,h3,h4,h5,h6,p
{
    margin:0;
}*/
.marg0 {
    margin: 0 !important;
}

.padd0 {
    padding: 0 !important;
}

.text_center {
    text-align: center;
}

.margin_auto {
    margin: 0 auto;
}

.text_bold {
    font-weight: bold;
}

.text_right {
    text-align: right !important;
}

.display_none {
    display: none;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(64, 64, 64, 0.65);
}

.nav-sm .menu_section > ul {
    margin-top: -10px !important;
}

.nav_menu i {
    padding-right: 10px;
}

.nav-md .nav_title h3 {
    color: #e1e1e2;
    padding: 10px;
}

.nav-sm .nav_title h3 {
    margin-top: 20px;
    color: #e1e1e2;
    font-size: 17px;
    padding: 4px;
}
/****************Login****************/
.login {
    background-image: url('../Images/midas_loginbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
}

    .login button:hover, .login button:focus {
        color: #fff;
    }

    .login button {
        background: #008080 !important;
        color: #fff;
        padding: 10px 20px 13px 20px;
        text-align: right !important;
        margin-top: 15px;
        float: right;
        color: #cecece;
        border-radius: 0 !important;
        border: 0 !important;
        margin-bottom: 20px;
    }

    .login h3 {
        background-color: #008080;
        margin: 0 !important;
        padding: 25px 10px;
        color: #fff;
    }

    .login a {
        background-color: rgb(68, 72, 80);
        margin: 0 !important;
        padding: 25px 10px;
        color: #cecece;
        display: inline-block;
        font-size: 20px;
        cursor: pointer;
        width: 100%;
        text-decoration: none;
    }

.logininput {
    margin-bottom: 10px;
    float: left;
    color: #ccc;
    margin-top: 20px;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 20px 10px !important;
    background: #000000;
}

.login p {
    margin: 10px 0;
    display: inline-block;
}

.checkinput {
    /*margin-top:0 !important;
        padding-right:5px;
        color:#000;*/
}

.loginbtn {
    letter-spacing: 1px;
}

.login_box {
    background: rgba(0, 0, 0, 0.85);
    width: 400px;
    border-radius: 5px;
    margin: 85px auto;
    padding: 0px;
}

.chechbox_login {
    /*cursor:pointer;
    margin-top:4px !important;
    margin-right:5px !important;*/
}

.right_col {
    background: #fff;
    /*margin: 30px 0 !important;*/
}

.profile_pic i {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 10px auto;
    line-height: 50px;
    border: 2px solid #e1e1e2;
    color: #e1e1e2;
    font-size: 35px;
    border-radius: 50%;
}

.profile_info {
    padding: 5px !important;
}

    .profile_info a span {
        color: #e1e1e2;
        font-size: 20px;
    }

.side-menu li a span {
    float: right;
}

.nav_title {
    border: 0;
}

.margleft0 {
    margin-left: 0 !important;
}

.nav.side-menu > li:hover, .nav.side-menu > li:focus {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.side-menu li i {
    margin-right: 10px;
}

.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}
/*****************Login*****************/
.nav-md .footer {
    margin-left: 0px !important;
}

.nav-sm .footer {
    margin-left: 70px !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ededed;
}
/*************collapse**************/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-bottom: none;
    background: #2a3f54 !important;
    color: #fff !important;
    border-top: 2px solid #1abb9c !important;
}
/**********Checkbox design************/
input[type=radio],
input[type=checkbox] {
    border: 1px solid #ced4d7;
    background: #2a3f54;
    color: #fff;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    outline: none !important;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

    input[type=radio]:checked,
    input[type=checkbox]:checked {
        border-color: #cecece;
    }

        input[type=radio]:checked:before,
        input[type=checkbox]:checked:before {
            float: left;
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            font: 400 14px/1 'FontAwesome';
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        input[type=checkbox]:checked:before {
            content: '\f00c';
            margin: 2px 0 0 -1px;
            color: #fff;
        }

input[type=radio] {
    border-radius: 50%;
    outline: none !important;
}

    input[type=radio]:checked:before {
        content: '\f111';
        margin: 5px 0 0 -1px;
        color: #fff;
        outline: none !important;
        font: 400 8px/1 'FontAwesome';
    }

.nav-sm .top_nav .navbar-right {
    margin: 0;
    width: 50% !important;
}

.nav-sm nav > li > a {
    display: block;
    padding: 13px 6px 5px;
}

.nav-sm .navbar-brand, .navbar-nav > li > a {
    line-height: 28px;
}

.submitbtn {
    background: #2A3F54 !important;
    border: none !important;
}

.pageheader {
    padding: 15px;
    border-bottom: 1px solid #dce0e6;
    border-top: 1px solid #eee;
    background: -webkit-linear-gradient(left,#577797,#273c51) !important;
    background: -o-linear-gradient(right,#577797,#273c51) !important;
    background: -moz-linear-gradient(right,#577797,#273c51) !important;
    background: linear-gradient(to right #577797,#273c51) !important;
    position: relative;
    color: #fff;
}

    .pageheader h4 {
        font-size: 24px;
        margin: 0;
    }
/*******************Manage country***********************/
.country_edit {
    color: #34485c;
    cursor: pointer;
    font-size: 20px !important;
}

.country_delete {
    color: #e91414;
    cursor: pointer;
    font-size: 20px !important;
}

@media (max-width:768px) {
    .footer {
        margin-left: 0px !important;
    }

    .purchase_text {
        text-align: center !important;
    }

    .pageheader h4 {
        font-size: 22px;
    }
}

@media (max-width:450px) {
    .purchase_text {
        text-align: center !important;
    }

    .pageheader h4 {
        font-size: 18px;
        margin: 0;
    }

    .coupen-box span {
        text-align: center !important;
    }

    .login_box {
        width: 295px;
    }

    .padd_5 {
        padding: 7px 15px;
    }

    .iconbg {
        margin-bottom: 5px !important;
        padding: 8px 0 !important;
    }

        .iconbg i {
            font-size: 19px !important;
        }
        .icons_p p
        {
            margin:0 !important;
        }
    .coupen-box span {
        font-size: 15px !important;
    }
}

.display_table {
    display: none;
}

.table_tr {
    background: #34485c;
    color: #fff;
}

.manage_title {
    font-size: 25px;
    text-align: center;
    color: #2a3f54;
    font-weight: bold;
    padding: 10px;
    margin: 15px 20px 10px 20px;
}

.margtop10 {
    margin-top: 10px;
}

.margtop20 {
    margin-top: 20px;
}

.margbtm20 {
    margin-bottom: 20px !important;
}

.text-left {
    text-align: left !important;
}

.margtop30 {
    margin-top: 30px;
}

.register_form {
    /*margin:0 !important;
    border:1px solid #ccc;*/
}

.padbtm_10 {
    padding-bottom: 10px;
}

.padtop20 {
    padding-top: 20px !important;
}

.move_btn {
    background: #34485c !important;
    border: 0 !important;
    padding-bottom: 8px;
}

.margbtm10 {
    margin-bottom: 10px;
}
/*.theme_green
{
    color:#26b99a !important;
}*/
.cursor {
    cursor: pointer;
}

.margtop4 {
    margin-top: 4px;
}

.nav-sm .menu_section li a span {
    display: none;
}

.required {
    color: #ff5858;
}

.panel-theme {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-top: 3px solid #567696;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .panel-theme .panel-heading {
        padding: 10px 15px;
        /*border-bottom: 1px solid #ccc;*/
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #ecf6ff;
    }

.panel-title {
    display: inline-block;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.bg_grey {
    background: #f7f7f7;
}

.padd_btm30 {
    padding-bottom: 30px;
}

.coupen-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    min-height: 20px;
    padding-bottom: 10px;
}

    .coupen-box p {
        font-weight: bold;
        font-size: 16px;
    }

    .coupen-box span {
        font-size: 20px;
        color: #2a3f54;
        font-weight: bold;
        padding: 5px 10px;
    }

.pageheader span i {
    font-size: 22px;
    margin-right: 12px;
}

.grp_name {
    font-size: 16px;
    margin-right: 12px;
    color: #c9f0ff;
    margin-left: 10px;
}

.handarrow span {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.main-box {
    border: 1px solid #557594;
    border-top: 4px solid #557594;
    border-radius: 5px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.specify_btn {
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    color: #2a3f54;
}

.margright_6 {
    margin-right: 6px;
}

.margbtm4 {
    margin-bottom: 4px;
}

.font_bold {
    font-weight: bold;
}

.iconbg {
    color: #fff;
    margin-bottom: 15px;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
    background: #324d69;
}

    .iconbg i {
        font-size: 25px;
    }

.importbtn {
    border: 3px solid #364B5F;
    font-weight: bold;
}

.pad_xpanel {
    padding: 10px 10px;
}

.padd5 {
    padding: 5px;
}

.height0 {
    height: 0;
}

.max_width {
    max-width: 30% !important;
}

.bg_lightgray {
    background-color: #F7F7F7 !important;
}

.padd_0_15 {
    padding: 0 15px;
}

.new_hr {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.padbtm_70 {
    padding-bottom: 70px;
}

.managegrp_title {
    border: 1px solid #e6e9ed !important;
    font-size: 18px !important;
}

.clr_blue {
    color: #007dff;
}

.text_bold {
    font-weight: bold;
}

.font_italic {
    font-style: italic;
}

.theme_bg {
    background: #2a3f54;
}

.purchase_text {
    text-align: left;
}

a {
    outline: none !important;
}

.margbtm30 {
    margin-bottom: 45px;
}

.paddtop5 {
    padding-top: 5px;
}

.ui-sortable .ibox-title {
  cursor: move;
}

.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}

.ibox.ui-sortable-placeholder {
  margin: 0px 0px 23px !important;
}

 /* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
#drop_scale button
{
    width:135% !important;
}
#drop_scale button span
{
    margin-top:8px;
}
#drop_scale ul
{
    width:128%;
    overflow-y: scroll;
    height: 214px;
}
#drop_scale ul li
{
    padding:0 20px;
}
#drop_scale1 button
{
    width:135% !important;
}
#drop_scale1 button span
{
    margin-top:8px;
}
#drop_scale1 ul
{
    width:128%;
    overflow-y: scroll;
    height: 214px;
}
#drop_scale1 ul li
{
    padding:0 20px;
}
#drop_scale2 button
{
    width:110% !important;
}
#drop_scale2 button span
{
    margin-top:8px;
}
#drop_scale2 ul
{
    width:110%;
    overflow-y: scroll;
    height: 200px;
}
#drop_scale2 ul li
{
    padding:0 20px;
}
#drop_scale3 button
{
    width:110% !important;
}
#drop_scale3 button span
{
    margin-top:8px;
}
#drop_scale3 ul
{
    width:110%;
    overflow-y: scroll;
    height: 200px;
}
#drop_scale3 ul li
{
    padding:0 20px;
}