﻿body{
    min-height: 100%
}
.content-wrapper {
    min-height: 100%;
/*        min-height: 593px;*/
}


.main-background {
    background-image: url("../img/img-top2.png"), url("../img/img-bottom1.svg");
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: cover,90%;
    -moz-background-size: cover,90%;
    -o-background-size: cover,90%;
    -ms-background-size: cover,90%;
    background-size: cover,90%;
    margin-left: 0;
    background-position: right top, left bottom;
    background-color: #fff;
    display: none;
}

        /*login style*/
.login-area {
    opacity: 0;
    background-color: #fff;
    height: 20px;
    margin: 215px auto 20px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 11px 3px rgba(0, 74, 130, 0.4);
    -moz-box-shadow: 4px 4px 11px 3px rgba(0, 74, 130, 0.4);
    -ms-box-shadow: 4px 4px 11px 3px rgba(0, 74, 130, 0.4);
    box-shadow: 4px 4px 11px 3px rgba(0, 74, 130, 0.4);
    position: relative;
    top: -500px;

}
@media (max-width: 1199px) {
    .login-area {
        margin: 100px auto 20px;
    }
}


        .data-label {
            position: relative;
            display: inline-block;
            color: #004D40;
            top: 100px;
            font-size: 1.25em;
            transition: all .2s ease;
            z-index: 10;
            position: relative;
            top: -30px;
        }

        .input-container {
            width: 75%;
            position: relative;
            margin: 53px auto 0;
        }

            .input-container label {
                position: relative;
                display: inline-block;
                color: rgba(67, 80, 249, 0.5);
                top: 100px;
                font-size: 1.19em;
                transition: all .2s ease;
                z-index: 10;
                position: relative;
                top: -31px;
                padding-left: 5px;
            }

        .input-container input[type="text"], .input-container input[type="password"] {
            width: 100%;
            position: relative;
            display: inline-block;
            font-size: 1.25em;
            padding: 0 0 5px 0;
            color: #004D40;
            background-color: transparent;
            border: none;
            border-bottom: solid 2px #12a1e1;
            border-right: solid 2px #12a1e1;
            outline: none;
            z-index: 20;
        }

            input[type="text"]:focus ~ label, input[type="text"]:valid ~ label {
                top: -60px;
                
            }
            input[type="text"]:focus{
                border: 1px solid transparent;
                -webkit-box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
                -moz-box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
                -ms-box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
                box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
            }

            .input-container input[type="password"]:focus ~ label, .input-container input[type="password"]:valid ~ label {
                top: -60px;
            }
        input[type="password"]:focus{
                border: 1px solid transparent;
                -webkit-box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
                -moz-box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
                -ms-box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
                box-shadow: 3px 2px 4px 0px rgba(18, 161, 225, 0.76);
            }

        .login-btn {
            cursor: pointer;
            margin: auto;
            width: 100%;
            background-color: #6e67ca;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12a1e1+0,8e35b5+100 */
            background: rgb(18,161,225); /* Old browsers */
            /*start button gradiant background*/
            background: -moz-linear-gradient(left, rgba(18,161,225,1) 0%, rgba(142,53,181,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(18,161,225,1) 0%,rgba(142,53,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(18,161,225,1) 0%,rgba(142,53,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12a1e1', endColorstr='#8e35b5',GradientType=1 ); /* IE6-9 */
            
            /*end button gradiant background*/
            color: #E0F2F1;
            font-family: 'Noto Sans', sans-serif;
            font-size: 1.25em;
            padding: 10px 0;
            border: 2px solid #104c94;
            border-width: 0 0 4px 0;
            border-radius: 10px;
            outline: none;
        }
  
.login-btn.login-btn-animation{
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -o-animation-name: shrink;      
    -ms-animation-name: shrink;
    -moz-animation-name: shrink;
    -webkit-animation-name: shrink;
    animation-name: shrink;
}
        .login-btn:hover {
            background: #2a5c9e;
            color: #E0F2F1;
            border: solid #022554;
            border-width: 0 0 4px 0;
            -webkit-animation-name: shrinkstop;
            -moz-animation-name: shrinkstop;
            -ms-animation-name: shrinkstop;
            -o-animation-name: shrinkstop;
            animation-name: shrinkstop;
        }

            .login-btn:active ,.btn.btn-default.btn-flat.pull-right.login-btn:active {
                background: #2b024a;
                border: solid #022554;
                border-width: 0 0 4px 0;
                -webkit-animation-name: shrinkstop;
                -ms-animation-name: shrinkstop;
                -o-animation-name: shrinkstop;
                -moz-animation-name: shrinkstop;
                animation-name: shrinkstop;
                color: #fff
            }

       

        /*.img-title {
            text-align: center;
            margin: 0 auto;
            width: 80%
        }*/
/*animation button*/
@keyframes shrinkstop {

 0% {
    transform: scaleY(1);
  }

}

@keyframes shrink {
  0% {
    transform: scaleY(1);
  }

  49% {
    transform: scale(0.97, 0.97);
  }

 100% {
    transform: scaleY(1);
  }

}

        /*end login style*/

        /*start master style*/
        .bg-overlay {
           width: 100%;
           height: 100%;
           position: abasolute;
           top: 0;
           z-index: 2;
           background-color: rgba(255, 255, 255, 0.75);
           /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c49bd+0,ffffff+50,3f84d5+100 */
            
            background-image: -moz-linear-gradient(top, rgba(156,73,189,0.3) 0%, rgba(255,255,255,0.3) 50%, rgba(63,132,213,0.3) 100%); /* FF3.6-15 */
            background-image: -webkit-linear-gradient(top, rgba(156,73,189,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(63,132,213,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
            background-image: linear-gradient(to bottom, rgba(156,73,189,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(63,132,213,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c49bd', endColorstr='#3f84d5',GradientType=0 ); /* IE6-9 */
        }
        .wrapper {
            background-image: url("../img/img-top2-gradiant.png"), url("../img/img-bottom1.svg");
            background-repeat: no-repeat, no-repeat;
            -ms-background-size: cover,95%;
            background-size: cover,95%;
            margin-left: 0;
            background-position: right top, left bottom;
            background-color: #fff;
        }
        .skin-blue .wrapper {
            background-color: #fff;
        }
        .content-wrapper {
            background-color: transparent;
        }
        /*toggle style*/
        .skin-blue .main-header .navbar .sidebar-toggle {
            color: #6e66c9;
            background-color: rgba(255, 255, 255, 0.32);
            -webkit-border-radius: 7px;
            -ms-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            padding: 10px 10px;
            margin: 5px;
        }
        .skin-blue .main-header .navbar .sidebar-toggle:hover {
            background-color: #2a92db;
        }
        /*end toggle style*/
        /*header*/
        /*logo*/
        .main-header .navbar {
                margin-left: 235px;
        }
        @media (min-width: 768px){.sidebar-mini.sidebar-collapse .main-header .logo {
                width: 55px;
            }}
        @media (max-width: 767px){
            .main-header .navbar, .main-footer {
                margin-left: 0 !important;
            }
           
        }
                .skin-blue .main-header .logo {
            background-color: #2a92db;
        }
        .skin-blue .main-header .logo:hover {
            background-color: #7bade3;
        }
        /*end logo*/
        .skin-blue .main-header .navbar {

            background-color: #6e66c9;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a92db+11,a941ba+100 */
            background: rgb(42,146,219); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(42,146,219,1) 14%, rgba(169,65,186,1) 125%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(42,146,219,1) 14%,rgba(169,65,186,1) 125%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(42,146,219,1) 14%,rgba(169,65,186,1) 125%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a92db', endColorstr='#a941ba',GradientType=0 ); /* IE6-9 */
            -webkit-box-shadow: 2px 1px 8px #3e3e3e;
            -moz-box-shadow: 2px 1px 8px #3e3e3e;
            -ms-box-shadow: 2px 1px 8px #3e3e3e;
                box-shadow: 2px 1px 6px #004879e8;
        }
        @media (min-width: 768px) {
            .sidebar-mini.sidebar-collapse .main-header .navbar {
                margin-left: 61px;
            }
        }
        /*header*/

        /*start aside style*/
         .skin-blue .main-sidebar {
             overflow: hidden;
             background-color: #086aaf;        
            background: rgb(169,65,186); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(169,65,186,1) -27%, rgba(42,146,219,1) 95%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(169,65,186,1) -27%,rgba(42,146,219,1) 95%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(169,65,186,1) -27%,rgba(42,146,219,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a941ba', endColorstr='#2a92db',GradientType=1 ); /* IE6-9 */
         }
@media (min-width: 768px){ 
    .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 55px !important;
}
                           }
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper{
        margin-left: 90px !important;
}
}
.shipper-content-wrapper {
    /*position: relative;*/
}
        /*end aside style*/
        /*start footer style*/
        @media (min-width: 768px) {
            .sidebar-mini.sidebar-collapse .main-footer {
                margin-left: 61px !important;
                z-index: 840;
                
                
            }
        }
        .main-footer {
            position: relative;
            margin-left:0;
            background-color: #cfe0f4;
            border-top: 0;
            box-shadow: 1px 1px 6px #0e639e;
            margin-left: 235px;
        }
        /*end footer style*/
        /*log out button*/
        .btn.btn-default.btn-flat.pull-right.login-btn {
            width: 150px;
            border-width: 0 0 4px 0;
            border-radius: 10px;
            padding: 5px 0;
            margin: 6px 9px 0px 0;
        }
        
        /*end master style*/

        /*Start Shippmentlist style*/
        .box{
        border-top: none;
    }
        .box-footer {
            margin: 1px;
        }
        .box-search {
            
            background-color: #fff;
            border: 5px solid #4780d4;
            -moz-border-radius: 17px 17px 0 0;
            -ms-border-radius: 17px 17px 0 0;
            border-radius: 17px 17px 0 0;
        }
        .box-header-search {
            /*border-radius: 10px 10px 0 0;*/
            /*border-bottom: 5px solid #fff;*/
            color: #fff;
            background-color: #4780d4;
            font-weight: 600;
            letter-spacing: 0.5px;
            font-size: 1.2em;
        }
        .box-body-search {
            background-color: #fff;
            margin: 1px;
        }
        .btn-box-tool-fa {
            color: #fff
        }
        .btn-box-tool.btn-box-tool-fa:hover, .btn-box-tool.btn-box-tool-fa:focus {
            color: #c8e8ff;
        }
        .search-input-style {
             box-shadow: -2px -1px 5px #2a92db73 inset;
             border-width: 1px 1px 1px 1px;
             border-color: #2a92db36 /*#2a92db #2a92db #2a92db36*/;
        }
        .search-label-id {
            color: #4780d4;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        .table-search-result tr th {
            border-right: 1px solid #dddddd85
        }
        .table-search-result tr th:last-child {
            border-right: 0;
        }
        .next-page{
            padding: 0 10px 17px !important;

        }
    .box-footer-search {
            border-radius: 0;
            border-top: 1px solid #f4f4f4;
            padding: 15px;
            /*background-color: #4780d4;*/

        }
   
    .edit-menu {
        left: auto;
        right: 0;
    }
    .table-search-result>tbody>tr>th {
        border-top: 0;
    }
    .table-search-result tr td {
        font-size: 1.1em;
        color: #104c94;
        font-weight: 500;
    }
    
    .owner-details {
        background-color: #d5ecff;
        padding: 10px 3px;
        color: #022554;
        font-weight: 600;
    }
        /*End Shippmentlist style*/
        /*accounts style*/
        .role-checkbox {
            width: 80px;
            display: inline-block;
            
        }
        .status-active {
            background-color: #d2e8f8ab;
        }

